@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

.clearfix {
  clear: both; }

table.table-fixed {
  table-layout: fixed; }

table.with-control thead th.col-control {
  width: 10%; }

table.with-control tbody td.col-control {
  padding: 0;
  text-align: center; }

.vertical-center .column {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.vertical-center .group-input__label {
  margin: 0 !important; }

.wrapper-table {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%; }
  .wrapper-table .wrapper-cell {
    display: table-cell;
    vertical-align: middle; }

.pre-wrap {
  white-space: pre-wrap; }

.no-padding {
  padding: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-row {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.no-margin {
  margin: 0 !important; }

.add-party.no-margin {
  margin: -1px 0px 0px 0px !important; }

/* Keep aspect ratio utils */
[data-aspect-ratio] {
  display: block;
  max-width: 100%;
  position: relative; }
  [data-aspect-ratio]:before {
    content: '';
    display: block; }
  [data-aspect-ratio] > * {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

[data-aspect-ratio="1:1"]:before {
  padding-top: 100%; }

[data-aspect-ratio="2:1"]:before {
  padding-top: 200%; }

[data-aspect-ratio="1:2"]:before {
  padding-top: 50%; }

[data-aspect-ratio="1:3"]:before {
  padding-top: 33.33333%; }

[data-aspect-ratio="3:1"]:before {
  padding-top: 300%; }

[data-aspect-ratio="3:2"]:before {
  padding-top: 150%; }

[data-aspect-ratio="2:3"]:before {
  padding-top: 66.66667%; }

[data-aspect-ratio="3:4"]:before {
  padding-top: 75%; }

[data-aspect-ratio="4:3"]:before {
  padding-top: 133.33333%; }

[data-aspect-ratio="9:16"]:before {
  padding-top: 56.25%; }

[data-aspect-ratio="16:9"]:before {
  padding-top: 177.77778%; }

/* Transform */
.rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/*!
 * # Semantic UI 2.2.8 - Divider
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.divider {
  margin: 1rem 0;
  line-height: 1;
  height: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .ui.divider:not(.vertical):not(.horizontal) {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.ui.grid > .column + .divider,
.ui.grid > .row > .column + .divider {
  left: auto; }

.ui.horizontal.divider {
  display: table;
  white-space: nowrap;
  height: auto;
  margin: '';
  line-height: 1;
  text-align: center; }
  .ui.horizontal.divider:after {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat; }
  .ui.horizontal.divider:before {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-position: right 1em top 50%; }
  .ui.horizontal.divider:after {
    background-position: left 1em top 50%; }

.ui.vertical.divider {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: auto;
  height: 50%;
  line-height: 0;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .ui.vertical.divider:after {
    position: absolute;
    left: 50%;
    content: '';
    z-index: 3;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 0;
    height: calc(100% - 1rem); }
  .ui.vertical.divider:before {
    position: absolute;
    left: 50%;
    content: '';
    z-index: 3;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 0;
    height: calc(100% - 1rem);
    top: -100%; }
  .ui.vertical.divider:after {
    top: auto;
    bottom: 0; }

.ui.divider > .icon {
  margin: 0;
  font-size: 1rem;
  height: 1em;
  vertical-align: middle; }

.ui.hidden.divider {
  border-color: transparent !important; }
  .ui.hidden.divider:after, .ui.hidden.divider:before {
    display: none; }

.ui.divider.inverted, .ui.horizontal.inverted.divider, .ui.vertical.inverted.divider {
  color: #fff; }

.ui.divider.inverted {
  border-top-color: rgba(34, 36, 38, 0.15) !important;
  border-left-color: rgba(34, 36, 38, 0.15) !important;
  border-bottom-color: rgba(255, 255, 255, 0.15) !important;
  border-right-color: rgba(255, 255, 255, 0.15) !important; }
  .ui.divider.inverted:after, .ui.divider.inverted:before {
    border-top-color: rgba(34, 36, 38, 0.15) !important;
    border-left-color: rgba(34, 36, 38, 0.15) !important;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
    border-right-color: rgba(255, 255, 255, 0.15) !important; }

.ui.fitted.divider {
  margin: 0; }

.ui.clearing.divider {
  clear: both; }

.ui.section.divider {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.ui.divider {
  font-size: 1rem; }

.ui.horizontal.divider:after, .ui.horizontal.divider:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC); }

@media only screen and (max-width: 767px) {
  .ui.grid .stackable.row .ui.vertical.divider,
  .ui.stackable.grid .ui.vertical.divider {
    display: table;
    white-space: nowrap;
    height: auto;
    margin: '';
    overflow: hidden;
    line-height: 1;
    text-align: center;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .ui.grid .stackable.row .ui.vertical.divider:after, .ui.grid .stackable.row .ui.vertical.divider:before {
    position: static;
    left: 0;
    border-left: none;
    border-right: none;
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat; }
  .ui.stackable.grid .ui.vertical.divider:after, .ui.stackable.grid .ui.vertical.divider:before {
    position: static;
    left: 0;
    border-left: none;
    border-right: none;
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat; }
  .ui.grid .stackable.row .ui.vertical.divider:before,
  .ui.stackable.grid .ui.vertical.divider:before {
    background-position: right 1em top 50%; }
  .ui.grid .stackable.row .ui.vertical.divider:after,
  .ui.stackable.grid .ui.vertical.divider:after {
    background-position: left 1em top 50%; } }

@media only screen and (max-width: 767px) {
  .ui.grid .stackable.row .ui.vertical.divider:after, .ui.grid .stackable.row .ui.vertical.divider:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC); }
  .ui.stackable.grid .ui.vertical.divider:after, .ui.stackable.grid .ui.vertical.divider:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC); } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /*&:before,
  &:after {
    content: " "; // 1
    display: table; // 2
  }
  &:after {
    clear: both;
  }*/ }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /*&:before,
  &:after {
    content: " "; // 1
    display: table; // 2
  }
  &:after {
    clear: both;
  }*/ }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .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 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .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 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.error-message {
  color: #b01414; }

.success-message {
  color: #328252; }

.warning-message {
  color: #9F6000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* BwModelica font usage */
@font-face {
  font-family: 'BwModelica';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/337056_5_0.eot");
  src: url("/fonts/337056_5_0.eot?#iefix") format("embedded-opentype"), url("/fonts/337056_5_0.woff2") format("woff2"), url("/fonts/337056_5_0.woff") format("woff"), url("/fonts/337056_5_0.ttf") format("truetype"), url("/fonts/337056_5_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'BwModelica';
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/337056_4_0.eot");
  src: url("/fonts/337056_4_0.eot?#iefix") format("embedded-opentype"), url("/fonts/337056_4_0.woff2") format("woff2"), url("/fonts/337056_4_0.woff") format("woff"), url("/fonts/337056_4_0.ttf") format("truetype"), url("/fonts/337056_4_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'BwModelica';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/337056_B_0.eot");
  src: url("/fonts/337056_B_0.eot?#iefix") format("embedded-opentype"), url("/fonts/337056_B_0.woff2") format("woff2"), url("/fonts/337056_B_0.woff") format("woff"), url("/fonts/337056_B_0.ttf") format("truetype"), url("/fonts/337056_B_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'BwModelica';
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/337056_A_0.eot");
  src: url("/fonts/337056_A_0.eot?#iefix") format("embedded-opentype"), url("/fonts/337056_A_0.woff2") format("woff2"), url("/fonts/337056_A_0.woff") format("woff"), url("/fonts/337056_A_0.ttf") format("truetype"), url("/fonts/337056_A_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'BwModelica';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/337056_C_0.eot");
  src: url("/fonts/337056_C_0.eot?#iefix") format("embedded-opentype"), url("/fonts/337056_C_0.woff2") format("woff2"), url("/fonts/337056_C_0.woff") format("woff"), url("/fonts/337056_C_0.ttf") format("truetype"), url("/fonts/337056_C_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'BwModelica';
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/337056_D_0.eot");
  src: url("/fonts/337056_D_0.eot?#iefix") format("embedded-opentype"), url("/fonts/337056_D_0.woff2") format("woff2"), url("/fonts/337056_D_0.woff") format("woff"), url("/fonts/337056_D_0.ttf") format("truetype"), url("/fonts/337056_D_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v20/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2"); }

/* Special device */
/* Responsive */
/* Variables */
/* Columns definition */
/* Mobile Sizing Combinations */
/* Tablet Sizing Combinations */
/* Computer/Desktop Sizing Combinations */
/* Large Monitor Sizing Combinations */
/* Widescreen Sizing Combinations */
/* Mixin medias */
/* render offset */
/* render media queries */
/**/
/* Mobile Sizing Combinations */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .ui.grid > .row > [class*="wide-mobile-offset-1"].column,
  .ui.grid > .column.row > [class*="wide-mobile-offset-1"].column,
  .ui.grid > [class*="wide-mobile-offset-1"].column,
  .ui.column.grid > [class*="wide-mobile-offset-1"].column {
    margin-left: 8.33333% !important; }
  .ui.grid > .row > [class*="wide-mobile-offset-2"].column,
  .ui.grid > .column.row > [class*="wide-mobile-offset-2"].column,
  .ui.grid > [class*="wide-mobile-offset-2"].column,
  .ui.column.grid > [class*="wide-mobile-offset-2"].column {
    margin-left: 16.66667% !important; }
  .ui.grid > .row > [class*="wide-mobile-offset-3"].column,
  .ui.grid > .column.row > [class*="wide-mobile-offset-3"].column,
  .ui.grid > [class*="wide-mobile-offset-3"].column,
  .ui.column.grid > [class*="wide-mobile-offset-3"].column {
    margin-left: 25% !important; }
  .ui.grid > .row > [class*="wide-mobile-offset-4"].column,
  .ui.grid > .column.row > [class*="wide-mobile-offset-4"].column,
  .ui.grid > [class*="wide-mobile-offset-4"].column,
  .ui.column.grid > [class*="wide-mobile-offset-4"].column {
    margin-left: 33.33333% !important; }
  .ui.grid > .row > [class*="wide-mobile-offset-5"].column,
  .ui.grid > .column.row > [class*="wide-mobile-offset-5"].column,
  .ui.grid > [class*="wide-mobile-offset-5"].column,
  .ui.column.grid > [class*="wide-mobile-offset-5"].column {
    margin-left: 41.66667% !important; }
  .ui.grid > .row > [class*="wide-mobile-offset-6"].column,
  .ui.grid > .column.row > [class*="wide-mobile-offset-6"].column,
  .ui.grid > [class*="wide-mobile-offset-6"].column,
  .ui.column.grid > [class*="wide-mobile-offset-6"].column {
    margin-left: 50% !important; }
  .ui.grid > .row > [class*="wide-mobile-offset-7"].column,
  .ui.grid > .column.row > [class*="wide-mobile-offset-7"].column,
  .ui.grid > [class*="wide-mobile-offset-7"].column,
  .ui.column.grid > [class*="wide-mobile-offset-7"].column {
    margin-left: 58.33333% !important; }
  .ui.grid > .row > [class*="wide-mobile-offset-8"].column,
  .ui.grid > .column.row > [class*="wide-mobile-offset-8"].column,
  .ui.grid > [class*="wide-mobile-offset-8"].column,
  .ui.column.grid > [class*="wide-mobile-offset-8"].column {
    margin-left: 66.66667% !important; }
  .ui.grid > .row > [class*="wide-mobile-offset-9"].column,
  .ui.grid > .column.row > [class*="wide-mobile-offset-9"].column,
  .ui.grid > [class*="wide-mobile-offset-9"].column,
  .ui.column.grid > [class*="wide-mobile-offset-9"].column {
    margin-left: 75% !important; }
  .ui.grid > .row > [class*="wide-mobile-offset-10"].column,
  .ui.grid > .column.row > [class*="wide-mobile-offset-10"].column,
  .ui.grid > [class*="wide-mobile-offset-10"].column,
  .ui.column.grid > [class*="wide-mobile-offset-10"].column {
    margin-left: 83.33333% !important; }
  .ui.grid > .row > [class*="wide-mobile-offset-11"].column,
  .ui.grid > .column.row > [class*="wide-mobile-offset-11"].column,
  .ui.grid > [class*="wide-mobile-offset-11"].column,
  .ui.column.grid > [class*="wide-mobile-offset-11"].column {
    margin-left: 91.66667% !important; }
  .ui.grid > .row > [class*="wide-mobile-offset-12"].column,
  .ui.grid > .column.row > [class*="wide-mobile-offset-12"].column,
  .ui.grid > [class*="wide-mobile-offset-12"].column,
  .ui.column.grid > [class*="wide-mobile-offset-12"].column {
    margin-left: 100% !important; } }

/* Tablet Sizing Combinations */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.grid > .row > [class*="wide-tablet-offset-1"].column,
  .ui.grid > .column.row > [class*="wide-tablet-offset-1"].column,
  .ui.grid > [class*="wide-tablet-offset-1"].column,
  .ui.column.grid > [class*="wide-tablet-offset-1"].column {
    margin-left: 8.33333% !important; }
  .ui.grid > .row > [class*="wide-tablet-offset-2"].column,
  .ui.grid > .column.row > [class*="wide-tablet-offset-2"].column,
  .ui.grid > [class*="wide-tablet-offset-2"].column,
  .ui.column.grid > [class*="wide-tablet-offset-2"].column {
    margin-left: 16.66667% !important; }
  .ui.grid > .row > [class*="wide-tablet-offset-3"].column,
  .ui.grid > .column.row > [class*="wide-tablet-offset-3"].column,
  .ui.grid > [class*="wide-tablet-offset-3"].column,
  .ui.column.grid > [class*="wide-tablet-offset-3"].column {
    margin-left: 25% !important; }
  .ui.grid > .row > [class*="wide-tablet-offset-4"].column,
  .ui.grid > .column.row > [class*="wide-tablet-offset-4"].column,
  .ui.grid > [class*="wide-tablet-offset-4"].column,
  .ui.column.grid > [class*="wide-tablet-offset-4"].column {
    margin-left: 33.33333% !important; }
  .ui.grid > .row > [class*="wide-tablet-offset-5"].column,
  .ui.grid > .column.row > [class*="wide-tablet-offset-5"].column,
  .ui.grid > [class*="wide-tablet-offset-5"].column,
  .ui.column.grid > [class*="wide-tablet-offset-5"].column {
    margin-left: 41.66667% !important; }
  .ui.grid > .row > [class*="wide-tablet-offset-6"].column,
  .ui.grid > .column.row > [class*="wide-tablet-offset-6"].column,
  .ui.grid > [class*="wide-tablet-offset-6"].column,
  .ui.column.grid > [class*="wide-tablet-offset-6"].column {
    margin-left: 50% !important; }
  .ui.grid > .row > [class*="wide-tablet-offset-7"].column,
  .ui.grid > .column.row > [class*="wide-tablet-offset-7"].column,
  .ui.grid > [class*="wide-tablet-offset-7"].column,
  .ui.column.grid > [class*="wide-tablet-offset-7"].column {
    margin-left: 58.33333% !important; }
  .ui.grid > .row > [class*="wide-tablet-offset-8"].column,
  .ui.grid > .column.row > [class*="wide-tablet-offset-8"].column,
  .ui.grid > [class*="wide-tablet-offset-8"].column,
  .ui.column.grid > [class*="wide-tablet-offset-8"].column {
    margin-left: 66.66667% !important; }
  .ui.grid > .row > [class*="wide-tablet-offset-9"].column,
  .ui.grid > .column.row > [class*="wide-tablet-offset-9"].column,
  .ui.grid > [class*="wide-tablet-offset-9"].column,
  .ui.column.grid > [class*="wide-tablet-offset-9"].column {
    margin-left: 75% !important; }
  .ui.grid > .row > [class*="wide-tablet-offset-10"].column,
  .ui.grid > .column.row > [class*="wide-tablet-offset-10"].column,
  .ui.grid > [class*="wide-tablet-offset-10"].column,
  .ui.column.grid > [class*="wide-tablet-offset-10"].column {
    margin-left: 83.33333% !important; }
  .ui.grid > .row > [class*="wide-tablet-offset-11"].column,
  .ui.grid > .column.row > [class*="wide-tablet-offset-11"].column,
  .ui.grid > [class*="wide-tablet-offset-11"].column,
  .ui.column.grid > [class*="wide-tablet-offset-11"].column {
    margin-left: 91.66667% !important; }
  .ui.grid > .row > [class*="wide-tablet-offset-12"].column,
  .ui.grid > .column.row > [class*="wide-tablet-offset-12"].column,
  .ui.grid > [class*="wide-tablet-offset-12"].column,
  .ui.column.grid > [class*="wide-tablet-offset-12"].column {
    margin-left: 100% !important; } }

/* Computer/Desktop Sizing Combinations */
@media only screen and (min-width: 992px) {
  .ui.grid > .row > [class*="wide-computer-offset-1"].column,
  .ui.grid > .column.row > [class*="wide-computer-offset-1"].column,
  .ui.grid > [class*="wide-computer-offset-1"].column,
  .ui.column.grid > [class*="wide-computer-offset-1"].column {
    margin-left: 8.33333% !important; }
  .ui.grid > .row > [class*="wide-computer-offset-2"].column,
  .ui.grid > .column.row > [class*="wide-computer-offset-2"].column,
  .ui.grid > [class*="wide-computer-offset-2"].column,
  .ui.column.grid > [class*="wide-computer-offset-2"].column {
    margin-left: 16.66667% !important; }
  .ui.grid > .row > [class*="wide-computer-offset-3"].column,
  .ui.grid > .column.row > [class*="wide-computer-offset-3"].column,
  .ui.grid > [class*="wide-computer-offset-3"].column,
  .ui.column.grid > [class*="wide-computer-offset-3"].column {
    margin-left: 25% !important; }
  .ui.grid > .row > [class*="wide-computer-offset-4"].column,
  .ui.grid > .column.row > [class*="wide-computer-offset-4"].column,
  .ui.grid > [class*="wide-computer-offset-4"].column,
  .ui.column.grid > [class*="wide-computer-offset-4"].column {
    margin-left: 33.33333% !important; }
  .ui.grid > .row > [class*="wide-computer-offset-5"].column,
  .ui.grid > .column.row > [class*="wide-computer-offset-5"].column,
  .ui.grid > [class*="wide-computer-offset-5"].column,
  .ui.column.grid > [class*="wide-computer-offset-5"].column {
    margin-left: 41.66667% !important; }
  .ui.grid > .row > [class*="wide-computer-offset-6"].column,
  .ui.grid > .column.row > [class*="wide-computer-offset-6"].column,
  .ui.grid > [class*="wide-computer-offset-6"].column,
  .ui.column.grid > [class*="wide-computer-offset-6"].column {
    margin-left: 50% !important; }
  .ui.grid > .row > [class*="wide-computer-offset-7"].column,
  .ui.grid > .column.row > [class*="wide-computer-offset-7"].column,
  .ui.grid > [class*="wide-computer-offset-7"].column,
  .ui.column.grid > [class*="wide-computer-offset-7"].column {
    margin-left: 58.33333% !important; }
  .ui.grid > .row > [class*="wide-computer-offset-8"].column,
  .ui.grid > .column.row > [class*="wide-computer-offset-8"].column,
  .ui.grid > [class*="wide-computer-offset-8"].column,
  .ui.column.grid > [class*="wide-computer-offset-8"].column {
    margin-left: 66.66667% !important; }
  .ui.grid > .row > [class*="wide-computer-offset-9"].column,
  .ui.grid > .column.row > [class*="wide-computer-offset-9"].column,
  .ui.grid > [class*="wide-computer-offset-9"].column,
  .ui.column.grid > [class*="wide-computer-offset-9"].column {
    margin-left: 75% !important; }
  .ui.grid > .row > [class*="wide-computer-offset-10"].column,
  .ui.grid > .column.row > [class*="wide-computer-offset-10"].column,
  .ui.grid > [class*="wide-computer-offset-10"].column,
  .ui.column.grid > [class*="wide-computer-offset-10"].column {
    margin-left: 83.33333% !important; }
  .ui.grid > .row > [class*="wide-computer-offset-11"].column,
  .ui.grid > .column.row > [class*="wide-computer-offset-11"].column,
  .ui.grid > [class*="wide-computer-offset-11"].column,
  .ui.column.grid > [class*="wide-computer-offset-11"].column {
    margin-left: 91.66667% !important; }
  .ui.grid > .row > [class*="wide-computer-offset-12"].column,
  .ui.grid > .column.row > [class*="wide-computer-offset-12"].column,
  .ui.grid > [class*="wide-computer-offset-12"].column,
  .ui.column.grid > [class*="wide-computer-offset-12"].column {
    margin-left: 100% !important; } }

/* Large Monitor Sizing Combinations */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .ui.grid > .row > [class*="wide-large-offset-1"].column,
  .ui.grid > .column.row > [class*="wide-large-offset-1"].column,
  .ui.grid > [class*="wide-large-offset-1"].column,
  .ui.column.grid > [class*="wide-large-offset-1"].column {
    margin-left: 8.33333% !important; }
  .ui.grid > .row > [class*="wide-large-offset-2"].column,
  .ui.grid > .column.row > [class*="wide-large-offset-2"].column,
  .ui.grid > [class*="wide-large-offset-2"].column,
  .ui.column.grid > [class*="wide-large-offset-2"].column {
    margin-left: 16.66667% !important; }
  .ui.grid > .row > [class*="wide-large-offset-3"].column,
  .ui.grid > .column.row > [class*="wide-large-offset-3"].column,
  .ui.grid > [class*="wide-large-offset-3"].column,
  .ui.column.grid > [class*="wide-large-offset-3"].column {
    margin-left: 25% !important; }
  .ui.grid > .row > [class*="wide-large-offset-4"].column,
  .ui.grid > .column.row > [class*="wide-large-offset-4"].column,
  .ui.grid > [class*="wide-large-offset-4"].column,
  .ui.column.grid > [class*="wide-large-offset-4"].column {
    margin-left: 33.33333% !important; }
  .ui.grid > .row > [class*="wide-large-offset-5"].column,
  .ui.grid > .column.row > [class*="wide-large-offset-5"].column,
  .ui.grid > [class*="wide-large-offset-5"].column,
  .ui.column.grid > [class*="wide-large-offset-5"].column {
    margin-left: 41.66667% !important; }
  .ui.grid > .row > [class*="wide-large-offset-6"].column,
  .ui.grid > .column.row > [class*="wide-large-offset-6"].column,
  .ui.grid > [class*="wide-large-offset-6"].column,
  .ui.column.grid > [class*="wide-large-offset-6"].column {
    margin-left: 50% !important; }
  .ui.grid > .row > [class*="wide-large-offset-7"].column,
  .ui.grid > .column.row > [class*="wide-large-offset-7"].column,
  .ui.grid > [class*="wide-large-offset-7"].column,
  .ui.column.grid > [class*="wide-large-offset-7"].column {
    margin-left: 58.33333% !important; }
  .ui.grid > .row > [class*="wide-large-offset-8"].column,
  .ui.grid > .column.row > [class*="wide-large-offset-8"].column,
  .ui.grid > [class*="wide-large-offset-8"].column,
  .ui.column.grid > [class*="wide-large-offset-8"].column {
    margin-left: 66.66667% !important; }
  .ui.grid > .row > [class*="wide-large-offset-9"].column,
  .ui.grid > .column.row > [class*="wide-large-offset-9"].column,
  .ui.grid > [class*="wide-large-offset-9"].column,
  .ui.column.grid > [class*="wide-large-offset-9"].column {
    margin-left: 75% !important; }
  .ui.grid > .row > [class*="wide-large-offset-10"].column,
  .ui.grid > .column.row > [class*="wide-large-offset-10"].column,
  .ui.grid > [class*="wide-large-offset-10"].column,
  .ui.column.grid > [class*="wide-large-offset-10"].column {
    margin-left: 83.33333% !important; }
  .ui.grid > .row > [class*="wide-large-offset-11"].column,
  .ui.grid > .column.row > [class*="wide-large-offset-11"].column,
  .ui.grid > [class*="wide-large-offset-11"].column,
  .ui.column.grid > [class*="wide-large-offset-11"].column {
    margin-left: 91.66667% !important; }
  .ui.grid > .row > [class*="wide-large-offset-12"].column,
  .ui.grid > .column.row > [class*="wide-large-offset-12"].column,
  .ui.grid > [class*="wide-large-offset-12"].column,
  .ui.column.grid > [class*="wide-large-offset-12"].column {
    margin-left: 100% !important; } }

/* Widescreen Sizing Combinations */
@media only screen and (min-width: 1920px) {
  .ui.grid > .row > [class*="wide-widescreen-offset-1"].column,
  .ui.grid > .column.row > [class*="wide-widescreen-offset-1"].column,
  .ui.grid > [class*="wide-widescreen-offset-1"].column,
  .ui.column.grid > [class*="wide-widescreen-offset-1"].column {
    margin-left: 8.33333% !important; }
  .ui.grid > .row > [class*="wide-widescreen-offset-2"].column,
  .ui.grid > .column.row > [class*="wide-widescreen-offset-2"].column,
  .ui.grid > [class*="wide-widescreen-offset-2"].column,
  .ui.column.grid > [class*="wide-widescreen-offset-2"].column {
    margin-left: 16.66667% !important; }
  .ui.grid > .row > [class*="wide-widescreen-offset-3"].column,
  .ui.grid > .column.row > [class*="wide-widescreen-offset-3"].column,
  .ui.grid > [class*="wide-widescreen-offset-3"].column,
  .ui.column.grid > [class*="wide-widescreen-offset-3"].column {
    margin-left: 25% !important; }
  .ui.grid > .row > [class*="wide-widescreen-offset-4"].column,
  .ui.grid > .column.row > [class*="wide-widescreen-offset-4"].column,
  .ui.grid > [class*="wide-widescreen-offset-4"].column,
  .ui.column.grid > [class*="wide-widescreen-offset-4"].column {
    margin-left: 33.33333% !important; }
  .ui.grid > .row > [class*="wide-widescreen-offset-5"].column,
  .ui.grid > .column.row > [class*="wide-widescreen-offset-5"].column,
  .ui.grid > [class*="wide-widescreen-offset-5"].column,
  .ui.column.grid > [class*="wide-widescreen-offset-5"].column {
    margin-left: 41.66667% !important; }
  .ui.grid > .row > [class*="wide-widescreen-offset-6"].column,
  .ui.grid > .column.row > [class*="wide-widescreen-offset-6"].column,
  .ui.grid > [class*="wide-widescreen-offset-6"].column,
  .ui.column.grid > [class*="wide-widescreen-offset-6"].column {
    margin-left: 50% !important; }
  .ui.grid > .row > [class*="wide-widescreen-offset-7"].column,
  .ui.grid > .column.row > [class*="wide-widescreen-offset-7"].column,
  .ui.grid > [class*="wide-widescreen-offset-7"].column,
  .ui.column.grid > [class*="wide-widescreen-offset-7"].column {
    margin-left: 58.33333% !important; }
  .ui.grid > .row > [class*="wide-widescreen-offset-8"].column,
  .ui.grid > .column.row > [class*="wide-widescreen-offset-8"].column,
  .ui.grid > [class*="wide-widescreen-offset-8"].column,
  .ui.column.grid > [class*="wide-widescreen-offset-8"].column {
    margin-left: 66.66667% !important; }
  .ui.grid > .row > [class*="wide-widescreen-offset-9"].column,
  .ui.grid > .column.row > [class*="wide-widescreen-offset-9"].column,
  .ui.grid > [class*="wide-widescreen-offset-9"].column,
  .ui.column.grid > [class*="wide-widescreen-offset-9"].column {
    margin-left: 75% !important; }
  .ui.grid > .row > [class*="wide-widescreen-offset-10"].column,
  .ui.grid > .column.row > [class*="wide-widescreen-offset-10"].column,
  .ui.grid > [class*="wide-widescreen-offset-10"].column,
  .ui.column.grid > [class*="wide-widescreen-offset-10"].column {
    margin-left: 83.33333% !important; }
  .ui.grid > .row > [class*="wide-widescreen-offset-11"].column,
  .ui.grid > .column.row > [class*="wide-widescreen-offset-11"].column,
  .ui.grid > [class*="wide-widescreen-offset-11"].column,
  .ui.column.grid > [class*="wide-widescreen-offset-11"].column {
    margin-left: 91.66667% !important; }
  .ui.grid > .row > [class*="wide-widescreen-offset-12"].column,
  .ui.grid > .column.row > [class*="wide-widescreen-offset-12"].column,
  .ui.grid > [class*="wide-widescreen-offset-12"].column,
  .ui.column.grid > [class*="wide-widescreen-offset-12"].column {
    margin-left: 100% !important; } }

.ui.grid > .row > [class*="wide-offset-1"].column,
.ui.grid > .column.row > [class*="wide-offset-1"].column,
.ui.grid > [class*="wide-offset-1"].column,
.ui.column.grid > [class*="wide-offset-1"].column {
  margin-left: 8.33333% !important; }

.ui.grid > .row > [class*="wide-offset-2"].column,
.ui.grid > .column.row > [class*="wide-offset-2"].column,
.ui.grid > [class*="wide-offset-2"].column,
.ui.column.grid > [class*="wide-offset-2"].column {
  margin-left: 16.66667% !important; }

.ui.grid > .row > [class*="wide-offset-3"].column,
.ui.grid > .column.row > [class*="wide-offset-3"].column,
.ui.grid > [class*="wide-offset-3"].column,
.ui.column.grid > [class*="wide-offset-3"].column {
  margin-left: 25% !important; }

.ui.grid > .row > [class*="wide-offset-4"].column,
.ui.grid > .column.row > [class*="wide-offset-4"].column,
.ui.grid > [class*="wide-offset-4"].column,
.ui.column.grid > [class*="wide-offset-4"].column {
  margin-left: 33.33333% !important; }

.ui.grid > .row > [class*="wide-offset-5"].column,
.ui.grid > .column.row > [class*="wide-offset-5"].column,
.ui.grid > [class*="wide-offset-5"].column,
.ui.column.grid > [class*="wide-offset-5"].column {
  margin-left: 41.66667% !important; }

.ui.grid > .row > [class*="wide-offset-6"].column,
.ui.grid > .column.row > [class*="wide-offset-6"].column,
.ui.grid > [class*="wide-offset-6"].column,
.ui.column.grid > [class*="wide-offset-6"].column {
  margin-left: 50% !important; }

.ui.grid > .row > [class*="wide-offset-7"].column,
.ui.grid > .column.row > [class*="wide-offset-7"].column,
.ui.grid > [class*="wide-offset-7"].column,
.ui.column.grid > [class*="wide-offset-7"].column {
  margin-left: 58.33333% !important; }

.ui.grid > .row > [class*="wide-offset-8"].column,
.ui.grid > .column.row > [class*="wide-offset-8"].column,
.ui.grid > [class*="wide-offset-8"].column,
.ui.column.grid > [class*="wide-offset-8"].column {
  margin-left: 66.66667% !important; }

.ui.grid > .row > [class*="wide-offset-9"].column,
.ui.grid > .column.row > [class*="wide-offset-9"].column,
.ui.grid > [class*="wide-offset-9"].column,
.ui.column.grid > [class*="wide-offset-9"].column {
  margin-left: 75% !important; }

.ui.grid > .row > [class*="wide-offset-10"].column,
.ui.grid > .column.row > [class*="wide-offset-10"].column,
.ui.grid > [class*="wide-offset-10"].column,
.ui.column.grid > [class*="wide-offset-10"].column {
  margin-left: 83.33333% !important; }

.ui.grid > .row > [class*="wide-offset-11"].column,
.ui.grid > .column.row > [class*="wide-offset-11"].column,
.ui.grid > [class*="wide-offset-11"].column,
.ui.column.grid > [class*="wide-offset-11"].column {
  margin-left: 91.66667% !important; }

.ui.grid > .row > [class*="wide-offset-12"].column,
.ui.grid > .column.row > [class*="wide-offset-12"].column,
.ui.grid > [class*="wide-offset-12"].column,
.ui.column.grid > [class*="wide-offset-12"].column {
  margin-left: 100% !important; }

/* Mobile Sizing Combinations */
/* Tablet Sizing Combinations */
/* Computer/Desktop Sizing Combinations */
/* Large Monitor Sizing Combinations */
/* Widescreen Sizing Combinations */
* {
  font-family: "BwModelica", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 1.6rem;
  font-weight: 600;
  background: #f2f3f5;
  color: #4c4c4c;
  overflow: hidden; }

.page-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch; }
  .page-wrapper .page-container {
    overflow: hidden; }
  .page-wrapper .logo-container {
    position: absolute;
    background-color: #ffffff;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    z-index: 999;
    right: 0;
    left: 0;
    text-align: left;
    padding: 30px 20px 25px 20px; }
    .page-wrapper .logo-container img {
      max-height: 45px; }
    .page-wrapper .logo-container .logo {
      height: 100%;
      width: calc(100% - 20px);
      display: inline-block;
      background: url("/Content/images/small-businesss-commission.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center left;
      overflow: auto; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .page-wrapper .logo-container .logo {
          margin-top: 20px; } }
  .page-wrapper.overlay {
    overflow: hidden;
    -webkit-overflow-scrolling: unset; }

.cta-wrapper.real-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .cta-wrapper.real-account .cta-container {
    margin-left: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .cta-wrapper.real-account .cta-container .real-account__button {
      height: 60px;
      margin-left: 20px; }
    .cta-wrapper.real-account .cta-container .real-account__button--under-card {
      margin-top: 40px; }

.component-title {
  margin-bottom: 28px; }
  .component-title.ui.grid {
    margin-bottom: 28px; }
  .component-title.has-cta .cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .component-title.has-cta .cta-wrapper .cta-container {
      margin-left: auto;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      @media only screen and (max-width: 992px) {
        .component-title.has-cta .cta-wrapper .cta-container {
          margin-left: unset; } }
    .component-title.has-cta .cta-wrapper .button-cta {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      letter-spacing: -0.4px;
      font-weight: 600;
      vertical-align: middle;
      height: 40px;
      font-size: 1.4rem;
      vertical-align: middle;
      padding: 0px 10px;
      color: #4c4c4c;
      margin-right: 10px;
      background-color: #fff; }
      .component-title.has-cta .cta-wrapper .button-cta:hover {
        color: #008488;
        background-color: #fff; }
      .component-title.has-cta .cta-wrapper .button-cta:last-child {
        margin-right: 0px; }
      .component-title.has-cta .cta-wrapper .button-cta.has-icon img {
        display: inline-block;
        margin-right: 10px;
        width: 16px;
        height: 16px; }
      .component-title.has-cta .cta-wrapper .button-cta.disabled {
        pointer-events: none; }
  .component-title .title {
    color: #2c2c2c;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.6px;
    max-width: 100%;
    word-break: break-word;
    text-align: left; }
    .component-title .title.capital {
      text-transform: capitalize; }
    .component-title .title span.green-title {
      color: #008488; }
  .component-title .subtitle {
    color: #4c4c4c;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.79;
    max-width: 100%;
    word-break: break-word;
    margin-top: 14px; }
    .component-title .subtitle-label {
      font-weight: 600; }
      .component-title .subtitle-label span {
        font-weight: 600; }
  .component-title .subtitle-wrapper {
    margin-top: 12px; }
    .component-title .subtitle-wrapper .subtitle {
      margin-top: 0;
      padding-bottom: 4px; }

.subtitle {
  color: #4c4c4c;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.79;
  max-width: 100%;
  word-break: break-word;
  margin-top: 14px; }

.component-container {
  margin: auto; }
  .component-container .component-title + * > .component-wrapper:first-of-type {
    margin-top: 0; }
  .component-container .component-title + * > *:first-child .component-wrapper:first-of-type {
    margin-top: 0; }
  .component-container .component-title + .component-wrapper {
    margin-top: 0; }
  .component-container .component-title.ui.grid + * > .component-wrapper:first-of-type {
    margin-top: 0; }
  .component-container .component-title.ui.grid + * > *:first-child .component-wrapper:first-of-type {
    margin-top: 0; }
  .component-container .component-title.ui.grid + .component-wrapper {
    margin-top: 0; }
  .component-container .component-wrapper {
    margin-top: 40px;
    position: relative;
    display: block;
    width: 100%; }
    .component-container .component-wrapper.dashboard {
      padding-bottom: 15px; }
    .component-container .component-wrapper.dashboard__has-table {
      padding-bottom: 0px; }
      .component-container .component-wrapper.dashboard__has-table .form-group.group-input {
        padding-bottom: 20px; }
    @media only screen and (max-width: 1024px) {
      .component-container .component-wrapper.has-absolute-item {
        z-index: 1; } }
    .component-container .component-wrapper.table-inside .card-header {
      padding-bottom: 30px; }
  .component-container .fullwidth-header .component-wrapper {
    padding-bottom: 70px; }
    .component-container .fullwidth-header .component-wrapper .boxed-header.form-group {
      background-color: #f2f3f5;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 15px 40px 15px 40px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      margin-bottom: 30px;
      margin-top: 50px; }
      .component-container .fullwidth-header .component-wrapper .boxed-header.form-group:first-child {
        margin-top: 0px !important; }
      .component-container .fullwidth-header .component-wrapper .boxed-header.form-group .field-label, .component-container .fullwidth-header .component-wrapper .boxed-header.form-group .label {
        font-weight: bold;
        color: #2c2c2c; }
      .component-container .fullwidth-header .component-wrapper .boxed-header.form-group .group-label {
        margin-right: 80px; }
  .component-container.component-nested .component-title {
    margin-bottom: 18px; }
  .component-container.component-nested .component-wrapper {
    margin-top: 0px; }
    .component-container.component-nested .component-wrapper ~ .component-wrapper {
      margin-top: 40px; }
  .component-container .component-has-subheading {
    margin-top: 40px; }
    .component-container .component-has-subheading .component-wrapper {
      margin-top: 0; }
      .component-container .component-has-subheading .component-wrapper .component-title {
        margin-bottom: 18px; }
  .component-container__nested {
    margin-top: 58px; }
    .component-container__nested .heading-title {
      font-size: 2.8rem;
      line-height: 0.89;
      color: #2c2c2c;
      font-weight: 700;
      padding-bottom: 40px; }
    .component-container__nested .component-title .title {
      font-size: 2.0rem;
      line-height: 1.25;
      font-weight: 700;
      padding-bottom: 7px; }

.form-group .card-message {
  font-size: 1.4rem !important;
  font-weight: 600 !important; }
  .form-group .card-message p {
    font-size: 1.4rem;
    color: #5c5c5c;
    line-height: 25px;
    padding-bottom: 20px;
    margin-bottom: 0; }
    .form-group .card-message p a {
      text-decoration: none;
      color: #008488; }
      .form-group .card-message p a:hover {
        color: #007477; }

@media only screen and (max-width: 992px) {
  .form-group .breakdown-tablet {
    margin-top: 25px; } }

/* Search box */
.search-wrapper.white .search-box .search-stick {
  background-color: #fff; }

.search-wrapper.white .search-box .search-circle {
  border-color: #fff; }

.search-wrapper.white .search-box:hover .search-stick {
  background-color: #fff; }

.search-wrapper.white .search-box:hover .search-circle {
  border-color: #fff; }

.search-wrapper .search-box {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px; }
  .search-wrapper .search-box .search-stick {
    position: absolute;
    width: 6px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #008488;
    top: 30px;
    left: 15px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .search-wrapper .search-box .search-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #008488;
    position: absolute;
    top: 12px;
    left: 0;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .search-wrapper .search-box:hover .search-stick {
    background-color: #007477; }
  .search-wrapper .search-box:hover .search-circle {
    border: 2px solid #007477; }

/* Status color */
.text-inactive {
  color: #f4aa32;
  font-weight: 600; }

.text-locked {
  color: #2b2b2b;
  font-weight: 600; }

.text-active {
  color: #328252;
  font-weight: 600; }

.text-cancelled {
  color: #cc2a29;
  font-weight: 600; }

.text-suspended {
  color: #b6cbd5;
  font-weight: 600; }

.green-text {
  color: #008488; }

.text-align-right {
  text-align: right; }

.text-align-left {
  text-align: left; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-70 {
  margin-top: 70px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
  font-family: "BwModelica", sans-serif;
  margin: 0;
  padding: 0;
  color: #2b2b2b; }

h1,
.h1 {
  font-size: 3.2rem;
  font-weight: 600; }

h2,
.h2 {
  font-size: 2.8rem;
  font-weight: 700; }

h3,
.h3 {
  font-size: 2.0rem;
  font-weight: 600; }

h4,
.h4 {
  font-size: 1.6rem;
  font-weight: 600; }

h5,
.h5 {
  font-size: 1.2rem;
  font-weight: 600; }

h6,
.h6 {
  font-size: 1.2rem;
  font-weight: 600; }

.h7 {
  font-weight: 600; }

p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #4c4c4c; }

label {
  font-weight: 600;
  word-wrap: break-word;
  margin: 0;
  color: #696969;
  display: inline-block; }
  label.field-label {
    font-size: 1.4rem;
    color: #696969;
    line-height: 25px; }
    label.field-label.text-large {
      font-size: 1.6rem; }
    label.field-label.above-input {
      margin-bottom: 10px;
      display: inline-block; }
  label.value {
    display: inline;
    font-size: 1.4rem;
    line-height: 25px;
    color: #4c4c4c;
    font-weight: 600;
    word-wrap: break-word; }

span.value {
  display: inline;
  font-weight: 600;
  word-wrap: break-word;
  color: #4c4c4c;
  font-size: 1.4rem; }
  span.value.status {
    padding: 0px 15px;
    padding-top: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 1.0rem;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 90px;
    text-align: center; }
    @media only screen and (max-width: 1439px) {
      span.value.status {
        padding: 0px 10px;
        line-height: 19px; } }
  @media only screen and (max-width: 1439px) and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
    span.value.status {
      padding-top: 2px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      span.value.status {
        padding-top: 1px; } }
    span.value.status.green {
      background-color: #05594f; }
    span.value.status.green2 {
      background-color: #00747b; }
    span.value.status.green3 {
      background-color: #5a6042; }
    span.value.status.orange {
      background-color: #cc4e00; }
    span.value.status.orange2 {
      background-color: #bc3e31; }
    span.value.status.orange3 {
      background-color: #d47500; }
    span.value.status.blue {
      background-color: #1e6296; }
    span.value.status.blue2 {
      background-color: #133c6d; }
    span.value.status.pink {
      background-color: #c5243f; }
    span.value.status.red {
      background-color: #b01414; }
    span.value.status.red2 {
      background-color: #8b0000; }
    span.value.status.purple {
      background-color: #532f61; }
    span.value.status.yellow2 {
      background-color: #aa8f00; }
    span.value.status.gray2 {
      background-color: #807d67; }
    span.value.status.normal {
      background-color: #696969; }

h4.title,
h5.title {
  font-size: 1.4rem;
  color: #4c4c4c;
  padding-bottom: 12px; }

@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.process-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.process-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .process-area .loading-icon {
    width: 100px;
    height: 100px;
    background: #fff;
    border: 10px solid rgba(197, 202, 233, 0.8);
    border-top-color: #3949ab;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-rotate 1s linear infinite;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    margin: -8px auto 0; }
  .process-area-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    margin: auto; }
    .process-area-text div {
      text-align: center;
      margin: auto;
      width: 100%; }

.icon {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .icon.sub {
    vertical-align: sub; }
  .icon.file-pdf {
    background-repeat: no-repeat;
    width: 20px;
    height: 21px;
    background-size: contain;
    background-image: url("/Content/images/file-pdf-icon.png");
    opacity: 0.8;
    filter: grayscale(1);
    -webkit-filter: grayscale(1); }
    .icon.file-pdf:hover {
      opacity: 1;
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
  .icon.angle {
    width: 10px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .icon.angle::before {
      content: "❯";
      color: #696969; }
    .icon.angle:hover::before {
      color: #222228; }
    .icon.angle-right {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .icon.angle-left {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .icon.angle-up {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .icon.angle-down {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

a.sub-link {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #696969;
  text-decoration: underline; }
  a.sub-link:hover {
    color: #222228; }

a.hyper-link {
  color: #008488;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  a.hyper-link:hover {
    color: #007477; }

.text-light {
  font-weight: 600 !important; }

.text-semibold {
  font-weight: 600 !important; }

.text-bold {
  font-weight: 700 !important; }

.invisible {
  visibility: hidden !important;
  position: absolute; }

.align-left-25 {
  padding-left: 25px; }

.menu-action-container {
  position: relative; }
  .menu-action-container .button-menu {
    width: auto;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid transparent; }
    .menu-action-container .button-menu:hover {
      border: 1px solid #008488; }
      .menu-action-container .button-menu:hover .icon {
        fill: #008488; }
  .menu-action-container .menu-action-wrapper {
    height: 0;
    overflow: hidden;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.25);
    max-height: 300px;
    overflow-y: auto;
    display: block;
    z-index: 9999; }
    .menu-action-container .menu-action-wrapper .menu-action {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      display: inline-block; }

.tree-wrapper {
  white-space: nowrap; }
  .tree-wrapper .tree-level-2 {
    padding-left: 25px; }
    .tree-wrapper .tree-level-2 span {
      vertical-align: middle; }

.date_picker_inline {
  -webkit-transform: translateY(-11px);
  -ms-transform: translateY(-11px);
  transform: translateY(-11px);
  z-index: 9999; }
  .date_picker_inline .group-input__heading-wrapper {
    margin-bottom: 0 !important; }
    .date_picker_inline .group-input__heading-wrapper .heading-title {
      -webkit-transform: translateY(2px) scale(0.857);
      -ms-transform: translateY(2px) scale(0.857);
      transform: translateY(2px) scale(0.857);
      margin-left: -13px;
      font-weight: 600;
      font-size: 1.4rem !important; }
  .date_picker_inline my-date-picker .mydp {
    margin-top: 0; }

my-date-picker .mydp {
  border: none !important;
  border-bottom: 1px solid #cccccc !important;
  border-radius: 0 !important;
  height: 30px !important;
  margin: 11px 0 4px 0; }
  my-date-picker .mydp .selectiongroup,
  my-date-picker .mydp .selection {
    background-color: transparent !important;
    color: #4c4c4c !important;
    font-family: 'BwModelica', sans-serif !important;
    font-weight: 600;
    font-size: 1.4rem !important; }
  my-date-picker .mydp .selectiongroup {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  my-date-picker .mydp .selection {
    padding: 0 !important; }
  my-date-picker .mydp .btnclear,
  my-date-picker .mydp .btnpicker,
  my-date-picker .mydp .headertodaybtn {
    background: transparent !important;
    border: none !important; }
  my-date-picker .mydp .btnpicker .icon-mydpcalendar::before {
    content: url("/Content/images/icon-calendar.svg") !important; }
  my-date-picker .mydp .btnclear {
    color: #4c4c4c !important;
    vertical-align: top; }
  my-date-picker .mydp .selector {
    width: 100%; }
  my-date-picker .mydp .btnclear:focus,
  my-date-picker .mydp .btndecrease:focus,
  my-date-picker .mydp .btnincreae:focus,
  my-date-picker .mydp .btnpicker:focus {
    outline: 1px dotted #008488; }

my-date-picker.ng-invalid.istouched .mydp {
  border-color: #b01414 !important; }
  my-date-picker.ng-invalid.istouched .mydp input[ngtype="text"]::-webkit-input-placeholder {
    color: #b01414; }
  my-date-picker.ng-invalid.istouched .mydp input[ngtype="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #b01414; }
  my-date-picker.ng-invalid.istouched .mydp input[ngtype="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #b01414; }
  my-date-picker.ng-invalid.istouched .mydp input[ngtype="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #b01414; }

.virtual-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0; }

#top-messages {
  max-width: 100%;
  margin-left: 16.66667%;
  background-color: #fff;
  -webkit-box-shadow: inset 0px -1px 0 0 #e6e7e9;
  box-shadow: inset 0px -1px 0 0 #e6e7e9;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media only screen and (max-width: 1024px) {
    #top-messages {
      margin-left: 0; } }

#page-overlay {
  position: fixed;
  z-index: 998;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.nav-container-top > ul > li a i.icon.temp {
  min-height: 20px;
  min-width: 20px;
  height: 20px;
  width: 20px; }

.nav-container-top > ul > li a .icon {
  min-height: 20px;
  min-width: 20px;
  height: 20px;
  width: 20px; }

.ui.grd-container #nav-wrapper .nav-container {
  padding-right: 0px; }

.ui.grd-container #nav-wrapper .nav-inner-wrapper {
  overflow: hidden;
  height: calc(100% - 85px); }
  .ui.grd-container #nav-wrapper .nav-inner-wrapper .nav-container-top {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    margin-right: -10px;
    margin-top: -15px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .ui.grd-container #nav-wrapper .nav-inner-wrapper .nav-container-top {
        -ms-scrollbar-arrow-color: white; } }
    .ui.grd-container #nav-wrapper .nav-inner-wrapper .nav-container-top .nav-business {
      padding-right: 25px; }

@media only screen and (max-width: 1024px) {
  .ui.grd-container #nav-wrapper {
    width: 340px !important; } }

@media only screen and (max-width: 1024px) {
  .ui.grd-container .main-container {
    width: 100% !important;
    margin-left: 0 !important; }
    .ui.grd-container .main-container .app-container .process-area-inner {
      margin-left: 25% !important; } }

@media only screen and (min-width: 1025px) {
  .ui.grd-container .wide-computer-offset-1.column.main-container {
    margin-left: 25% !important; }
  .ui.grd-container .column.main-container.full-content {
    margin-left: 16.66667% !important; } }

.ui.grd-container #nav-wrapper {
  height: 100%;
  position: fixed;
  z-index: 999;
  width: 16.66667%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media only screen and (max-width: 1024px) {
    .ui.grd-container #nav-wrapper {
      position: absolute;
      top: 0;
      bottom: 0;
      right: -340px;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      overflow: hidden; }
      .ui.grd-container #nav-wrapper.active {
        -webkit-transform: translateX(-340px);
        -ms-transform: translateX(-340px);
        transform: translateX(-340px); } }
  .ui.grd-container #nav-wrapper my-left-bar {
    height: 100%;
    width: 100%;
    display: inline-block;
    position: relative; }
  .ui.grd-container #nav-wrapper .nav-inner-wrapper {
    overflow: hidden; }

.ui.grd-container #row-topbar {
  position: fixed;
  width: 100%;
  z-index: 998;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .ui.grd-container #row-topbar.show-res-menu {
    position: absolute; }
  @media only screen and (max-width: 1024px) {
    .ui.grd-container #row-topbar {
      padding: 0; } }

.ui.grd-container .main-container {
  position: relative;
  padding: 0;
  height: 100%;
  width: 66.66667%;
  margin-left: 25%;
  -webkit-transition: padding .3s ease-in-out;
  -o-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out; }
  .ui.grd-container .main-container.full-content {
    width: 83.33333%;
    margin-left: 16.66667%; }
  @media only screen and (max-width: 1024px) {
    .ui.grd-container .main-container {
      position: relative;
      /*z-index: 997;*/
      overflow-x: hidden;
      overflow-y: auto; } }
  .ui.grd-container .main-container weagree-footer {
    display: block;
    margin-bottom: 30px; }
    .ui.grd-container .main-container weagree-footer .footer-container {
      text-align: center; }
      .ui.grd-container .main-container weagree-footer .footer-container a {
        color: #4c4c4c;
        font-size: 1.2rem; }
        .ui.grd-container .main-container weagree-footer .footer-container a:hover {
          color: #008488; }
      .ui.grd-container .main-container weagree-footer .footer-container span.abn {
        font-size: 1.2rem; }
      .ui.grd-container .main-container weagree-footer .footer-container .first-row-items {
        list-style: none;
        display: block;
        margin: 0px;
        padding: 0px; }
        .ui.grd-container .main-container weagree-footer .footer-container .first-row-items .item {
          display: inline-block;
          padding: 0px 7px; }
      .ui.grd-container .main-container weagree-footer .footer-container .second-row-items {
        list-style: none;
        display: block;
        margin: 0px;
        padding: 0px; }
        .ui.grd-container .main-container weagree-footer .footer-container .second-row-items .item {
          display: inline-block;
          padding: 0px 7px; }
  .ui.grd-container .main-container.full-content .app-container {
    width: 120%; }

.ui.grd-container.grd-layout #nav-wrapper {
  z-index: 997;
  width: 33.33333%; }
  @media only screen and (max-width: 1024px) {
    .ui.grd-container.grd-layout #nav-wrapper {
      display: none !important; } }

.ui.grd-container.grd-layout #top-messages {
  margin-left: 33.33333%; }
  @media only screen and (max-width: 1024px) {
    .ui.grd-container.grd-layout #top-messages {
      margin-left: 0; } }

.ui.grd-container.grd-layout .main-container {
  width: 50%;
  margin-left: 41.66667%; }
  @media only screen and (max-width: 1024px) {
    .ui.grd-container.grd-layout .main-container {
      margin-left: 0 !important;
      width: 100% !important; } }
  .ui.grd-container.grd-layout .main-container .app-container {
    padding: 0 1.25rem;
    width: 200%; }
    @media only screen and (max-width: 1024px) {
      .ui.grd-container.grd-layout .main-container .app-container .process-area-inner {
        margin-left: 16.66667%; } }
    .ui.grd-container.grd-layout .main-container .app-container .process-container {
      height: 100%; }

.ui.grd-container.grd-layout .text-resizer-component {
  right: 20px !important; }

@media only screen and (min-width: 992px) {
  .ui.container {
    max-width: none !important; } }

.ui.grid {
  margin-left: -20px;
  margin-right: -20px;
  /*overflow: hidden;*/
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .ui.grid > * {
    padding-left: 20px;
    padding-right: 20px; }
  .ui.grid > .column:not(.row),
  .ui.grid > .row > .column {
    padding-left: 20px;
    padding-right: 20px; }
  .ui.grid .column.password-field ~ .column {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .ui.grid .float-right {
    margin-left: auto; }
    .ui.grid .float-right .form-group {
      margin-top: 0; }
      .ui.grid .float-right .form-group .grd-btn-link {
        margin-left: 10px; }
  .ui.grid .component-title.has-cta .cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 992px) {
      .ui.grid .component-title.has-cta .cta-wrapper {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 15px; } }
  .ui.grid .align-content-middle {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .ui.grid .align-content-stretch {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .ui.grid .align-content-flexend {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .ui.grid .align-content-flexend md-select {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
  .ui.grid .flex-content {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .ui.grid.group-label {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  .ui.grid #row-topbar {
    position: fixed !important;
    width: 100% !important;
    z-index: 998; }
  .ui.grid .component-progressbar {
    width: 100%;
    padding: 0; }
  .ui.grid.toggle-group {
    margin: 0 auto 20px; }
    .ui.grid.toggle-group md-button-toggle.column:not(.row) {
      padding: 0; }

.ui.celled.table {
  table-layout: fixed;
  border: none; }
  @media only screen and (max-width: 1024px) {
    .ui.celled.table tr td.download-cell {
      padding-left: 20px; } }
  .ui.celled.table.group-rows tbody tr td {
    border-top: none; }
  .ui.celled.table.group-rows tbody:nth-child(odd) tr {
    background-color: #f7f9fa; }
  .ui.celled.table.group-rows tbody:nth-child(even) tr {
    background-color: #fff; }
  .ui.celled.table.group-rows tbody:hover tr td {
    background-color: #d8e8ec !important; }
  .ui.celled.table.group-rows tbody:not(:first-of-type) tr:first-child td {
    border-top: 1px solid #ccc; }
  .ui.celled.table.no-style {
    background: none; }
    .ui.celled.table.no-style tbody tr td {
      border: none !important;
      border-top: 1px solid #cccccc !important; }
    .ui.celled.table.no-style tbody tr:nth-child(2n-1) {
      background: none !important; }
      .ui.celled.table.no-style tbody tr:nth-child(2n-1):hover {
        background: none !important; }
    .ui.celled.table.no-style tbody tr:hover {
      border: none !important; }
      .ui.celled.table.no-style tbody tr:hover td {
        border: none !important;
        border-top: 1px solid #cccccc !important; }
        .ui.celled.table.no-style tbody tr:hover td:first-child {
          border-left: none !important; }
        .ui.celled.table.no-style tbody tr:hover td:last-child {
          border-right: none !important; }
  .ui.celled.table.has-empty-row tr:nth-child(2n) {
    background-color: #f7f9fa !important; }
    .ui.celled.table.has-empty-row tr:nth-child(2n) td {
      border-top: 1px solid #f7f9fa;
      border-bottom: 1px solid #f7f9fa; }
      .ui.celled.table.has-empty-row tr:nth-child(2n) td:first-child {
        border-left: 1px solid #f7f9fa; }
      .ui.celled.table.has-empty-row tr:nth-child(2n) td:last-child {
        border-right: 1px solid #f7f9fa; }
    .ui.celled.table.has-empty-row tr:nth-child(2n):hover {
      background-color: #f7f9fa !important; }
  .ui.celled.table.has-empty-row tr:nth-child(2n-1) {
    background-color: transparent !important; }
    .ui.celled.table.has-empty-row tr:nth-child(2n-1):hover {
      background-color: transparent !important; }
  .ui.celled.table thead tr th,
  .ui.celled.table thead tr td {
    font-size: 14px;
    font-weight: 700;
    color: #696969;
    border-bottom: 1px solid #ccc; }
  .ui.celled.table:not(.group-rows) tbody tr:hover {
    background-color: #d8e8ec !important; }
  .ui.celled.table:not(.group-rows) tbody tr:nth-child(2n-1) {
    background-color: #f7f9fa; }
  .ui.celled.table:not(.group-rows) tbody tr:nth-child(2n) {
    background-color: #fff; }
  .ui.celled.table:not(.group-rows) tbody tr:not(:first-child) td {
    border-top: 1px solid #ccc; }
  .ui.celled.table tr th,
  .ui.celled.table tr td {
    color: #4c4c4c;
    vertical-align: middle;
    border-left: none;
    padding: 13px 0px 13px 40px;
    text-align: left;
    max-width: 100%;
    word-wrap: break-word; }
    .ui.celled.table tr th.col-role,
    .ui.celled.table tr td.col-role {
      width: 280px; }
    .ui.celled.table tr th.col-small-button,
    .ui.celled.table tr td.col-small-button {
      width: 80px;
      text-align: center !important; }
    .ui.celled.table tr th .action-menu,
    .ui.celled.table tr td .action-menu {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .ui.celled.table tr th.status,
    .ui.celled.table tr td.status {
      padding-left: 20px; }
    .ui.celled.table tr th.has-subtitle span,
    .ui.celled.table tr td.has-subtitle span {
      display: block; }
      .ui.celled.table tr th.has-subtitle span.subtitle,
      .ui.celled.table tr td.has-subtitle span.subtitle {
        color: #4c4c4c;
        font-weight: 600;
        margin-top: 0; }
  .ui.celled.table tr.detail-row td {
    background-color: #f7f9fa;
    padding: 4px 0px 4px 40px; }
    .ui.celled.table tr.detail-row td.has-table {
      padding: 0; }
      @media only screen and (max-width: 1024px) {
        .ui.celled.table tr.detail-row td.has-table div.table-inner.scrollable {
          overflow: hidden;
          overflow-x: auto;
          max-width: 100%; }
          .ui.celled.table tr.detail-row td.has-table div.table-inner.scrollable table {
            width: 150%; } }
      @media only screen and (max-width: 767px) {
        .ui.celled.table tr.detail-row td.has-table div.table-inner.scrollable.width-200 table {
          width: 200%; } }
    .ui.celled.table tr.detail-row td table th,
    .ui.celled.table tr.detail-row td table td {
      background-color: #f7f9fa;
      border: none; }
    .ui.celled.table tr.detail-row td table:not(.action) tr td {
      padding: 4px 0px 4px 40px; }
      .ui.celled.table tr.detail-row td table:not(.action) tr td:last-child {
        text-align: left; }
    .ui.celled.table tr.detail-row td table.detail-table tbody tr td {
      border-top: 1px solid #ccc; }
    .ui.celled.table tr.detail-row td table.detail-table tbody tr:hover td {
      background-color: #d8e8ec; }
  .ui.celled.table thead tr th {
    font-size: 14px;
    line-height: 25px;
    height: 60px;
    color: #696969;
    font-weight: 700;
    position: relative;
    background-color: transparent;
    word-wrap: normal;
    overflow: visible;
    padding-left: 40px; }
    .ui.celled.table thead tr th.expandable::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 10px 10px;
      border-color: transparent transparent #222228 transparent; }
    .ui.celled.table thead tr th div.sort {
      width: 15px;
      height: 15px;
      position: absolute;
      top: 37%;
      -webkit-transform: perspective(1px) translateY(calc(-50% + 10px));
      transform: perspective(1px) translateY(calc(-50% + 10px));
      padding: 0px;
      margin: 0px;
      -ms-transform: translate(0%, 130%);
      left: 20px; }
      .ui.celled.table thead tr th div.sort span {
        height: 2px;
        background: #222228;
        display: block;
        padding: 0px;
        margin: 0px; }
        .ui.celled.table thead tr th div.sort span:first-child {
          width: 50%; }
        .ui.celled.table thead tr th div.sort span:nth-child(2) {
          width: 80%;
          margin-top: 3px; }
        .ui.celled.table thead tr th div.sort span:last-child {
          width: 100%;
          margin-top: 3px; }
      .ui.celled.table thead tr th div.sort.desc span:first-child {
        width: 100%; }
      .ui.celled.table thead tr th div.sort.desc span:last-child {
        width: 50%; }
    .ui.celled.table thead tr th.col-1 {
      width: 100px; }
    .ui.celled.table thead tr th span.sort {
      position: relative;
      display: inline-block;
      line-height: 25px; }
      .ui.celled.table thead tr th span.sort::before {
        position: absolute;
        top: calc(50% - 12px);
        left: -20px;
        content: "";
        font-family: FontAwesome;
        /*background-size: 100% 100%;
                                width: 15px;
                                height: 20px;*/ }
      .ui.celled.table thead tr th span.sort.asc::before {
        content: url("/Content/images/icon-sorting-asc.svg");
        /*background-image: url('images/if_sort2_1542256.png');*/ }
      .ui.celled.table thead tr th span.sort.desc::before {
        /*background-image: url('images/sort_desc.png');*/
        content: url("/Content/images/icon-sorting-desc.svg"); }
  .ui.celled.table tbody tr td {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    min-height: 50px;
    height: 50px;
    display: table-cell;
    color: #4c4c4c;
    padding: 10px 10px 10px 40px; }
    .ui.celled.table tbody tr td.has-title span {
      display: inline-block;
      width: 100%; }
      .ui.celled.table tbody tr td.has-title span.title {
        font-weight: 600;
        color: #222228;
        font-size: 1.4rem; }
      .ui.celled.table tbody tr td.has-title span.sub-title {
        font-weight: 600;
        font-size: 1.4rem;
        color: #696969; }
    .ui.celled.table tbody tr td .text {
      font-weight: 600;
      font-size: 1.4rem;
      line-height: 25px;
      color: #4c4c4c; }
      .ui.celled.table tbody tr td .text-title {
        padding-top: 40px; }
    .ui.celled.table tbody tr td.inline-content span,
    .ui.celled.table tbody tr td.inline-content div.menu-action-container {
      display: inline; }
  .ui.celled.table tfoot tr td {
    border-top: 2px solid rgba(34, 36, 38, 0.1);
    padding: 4px 0px 4px 40px;
    height: 50px; }
  .ui.celled.table.action thead tr th:last-child {
    width: 10%; }
  .ui.celled.table.action > tbody td:last-child {
    text-align: right;
    padding-left: 10px;
    padding-right: 22px;
    width: 10%; }
  .ui.celled.table.action > tbody td.action-cell {
    padding-right: 40px; }
  .ui.celled.table.action > tbody td [md-button] {
    color: #0077dd !important;
    text-align: center;
    line-height: 40px;
    font-weight: 600 !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .ui.celled.table.action > tbody td button.grd-btn-link,
  .ui.celled.table.action > tbody td a.grd-btn-link {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    max-width: 100%;
    word-wrap: break-word;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    color: #696969;
    min-width: 36px !important; }
    .ui.celled.table.action > tbody td button.grd-btn-link .md-button-wrapper,
    .ui.celled.table.action > tbody td a.grd-btn-link .md-button-wrapper {
      display: inline-block;
      margin: auto; }
    .ui.celled.table.action > tbody td button.grd-btn-link.btn-remove,
    .ui.celled.table.action > tbody td a.grd-btn-link.btn-remove {
      height: 16px;
      width: 16px; }
    .ui.celled.table.action > tbody td button.grd-btn-link.btn-download,
    .ui.celled.table.action > tbody td a.grd-btn-link.btn-download {
      width: 16px;
      height: 16px; }
    .ui.celled.table.action > tbody td button.grd-btn-link.btn-arrow img,
    .ui.celled.table.action > tbody td a.grd-btn-link.btn-arrow img {
      width: 6px;
      height: 10px; }
      .ui.celled.table.action > tbody td button.grd-btn-link.btn-arrow img.icon-download,
      .ui.celled.table.action > tbody td a.grd-btn-link.btn-arrow img.icon-download {
        width: 15px;
        height: 15px; }
    .ui.celled.table.action > tbody td button.grd-btn-link .icon.angle,
    .ui.celled.table.action > tbody td a.grd-btn-link .icon.angle {
      height: 40px; }
    .ui.celled.table.action > tbody td button.grd-btn-link:hover .md-button-focus-overlay,
    .ui.celled.table.action > tbody td a.grd-btn-link:hover .md-button-focus-overlay {
      background-color: transparent; }
  .ui.celled.table.action tbody tr.clickable td {
    cursor: pointer; }
  .ui.celled.table.action tbody tr.non-clickable td {
    pointer-events: none;
    cursor: inherit; }
  .ui.celled.table.inner {
    table-layout: fixed; }
    .ui.celled.table.inner tr th,
    .ui.celled.table.inner tr td {
      background-color: #fff;
      border-left: none; }
    .ui.celled.table.inner.small th:first-child,
    .ui.celled.table.inner.small td:first-child {
      width: 8%; }
  .ui.celled.table.expandable {
    max-width: 100%;
    table-layout: fixed;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .ui.celled.table.expandable thead tr th,
    .ui.celled.table.expandable thead tr td {
      max-width: 280px; }
      .ui.celled.table.expandable thead tr th:last-child,
      .ui.celled.table.expandable thead tr td:last-child {
        padding-right: 15px; }
    .ui.celled.table.expandable tbody tr td {
      max-width: 280px; }
      .ui.celled.table.expandable tbody tr td.action-cell {
        padding-right: 40px; }
      .ui.celled.table.expandable tbody tr td:last-child {
        padding-right: 15px; }
        .ui.celled.table.expandable tbody tr td:last-child a.grd-btn-link {
          margin: 5px 0; }
          .ui.celled.table.expandable tbody tr td:last-child a.grd-btn-link:hover .md-button-focus-overlay {
            background-color: transparent; }
        .ui.celled.table.expandable tbody tr td:last-child.action-cell {
          padding-right: 40px; }
      .ui.celled.table.expandable tbody tr td.expandable {
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .ui.celled.table.expandable tbody tr td.expandable:hover::after {
          border-color: transparent transparent #222228 transparent; }
        .ui.celled.table.expandable tbody tr td.expandable::after {
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 10px 10px;
          border-color: transparent transparent #bcbcbc transparent;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        .ui.celled.table.expandable tbody tr td.expandable.expanding::after {
          display: none; }
      .ui.celled.table.expandable tbody tr td div.content {
        height: 24px;
        width: 100%;
        max-width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .ui.celled.table.expandable tbody tr td div.content span,
        .ui.celled.table.expandable tbody tr td div.content p {
          display: inline-block;
          max-width: 100%;
          width: 100%; }
          .ui.celled.table.expandable tbody tr td div.content span.title,
          .ui.celled.table.expandable tbody tr td div.content p.title {
            font-weight: 600;
            color: #222228;
            font-size: 1.4rem; }
          .ui.celled.table.expandable tbody tr td div.content span.sub-title,
          .ui.celled.table.expandable tbody tr td div.content p.sub-title {
            font-weight: 600;
            font-size: 1.2rem;
            color: #696969; }
        .ui.celled.table.expandable tbody tr td div.content.two-row {
          height: auto; }
          .ui.celled.table.expandable tbody tr td div.content.two-row span.sub-title,
          .ui.celled.table.expandable tbody tr td div.content.two-row p.sub-title {
            float: left; }
    .ui.celled.table.expandable.expand {
      table-layout: auto;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .ui.celled.table.expandable.expand tbody tr td div.content.expand {
        height: auto;
        width: auto;
        overflow: auto;
        white-space: normal;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .ui.celled.table.expandable.expand tbody tr td div.content.expand .title {
          white-space: normal; }
        .ui.celled.table.expandable.expand tbody tr td div.content.expand .sub-title {
          white-space: normal; }
  .ui.celled.table.table-has-expand thead tr th.expand-button-col {
    width: 0px;
    padding: 0; }
  .ui.celled.table.table-has-expand tbody tr td.with-expand {
    padding: 0; }
  @media only screen and (max-width: 1440px) {
    .ui.celled.table.scrollable.horizontal.mac {
      overflow-y: hidden;
      overflow-x: auto;
      width: auto;
      min-width: 150%; }
      .ui.celled.table.scrollable.horizontal.mac.min-200 {
        min-width: 200%; }
      .ui.celled.table.scrollable.horizontal.mac.min-180 {
        min-width: 180%; }
      .ui.celled.table.scrollable.horizontal.mac.small {
        min-width: 120%; } }
  @media only screen and (max-width: 1280px) {
    .ui.celled.table.scrollable.horizontal.both {
      overflow-y: hidden;
      overflow-x: auto;
      width: auto;
      min-width: 150%; }
      .ui.celled.table.scrollable.horizontal.both.min-200 {
        min-width: 200%; }
      .ui.celled.table.scrollable.horizontal.both.min-180 {
        min-width: 180%; }
      .ui.celled.table.scrollable.horizontal.both.small {
        min-width: 120%; } }
  @media only screen and (max-width: 1024px) {
    .ui.celled.table.scrollable.horizontal.tablet {
      overflow-y: hidden;
      overflow-x: auto;
      width: auto;
      min-width: 150%; }
      .ui.celled.table.scrollable.horizontal.tablet.min-200 {
        min-width: 200%; }
      .ui.celled.table.scrollable.horizontal.tablet.min-180 {
        min-width: 180%; }
      .ui.celled.table.scrollable.horizontal.tablet.small {
        min-width: 120%; } }
  @media only screen and (max-width: 1024px) {
    .ui.celled.table.scrollable.horizontal.small {
      overflow-y: hidden;
      overflow-x: auto;
      width: auto;
      min-width: 150%; }
      .ui.celled.table.scrollable.horizontal.small.min-200 {
        min-width: 200%; }
      .ui.celled.table.scrollable.horizontal.small.min-180 {
        min-width: 180%; }
      .ui.celled.table.scrollable.horizontal.small.small {
        min-width: 120%; } }

.ui .gutter-10 {
  padding: 0 10px !important; }

.ui .gutter-fixed {
  padding: 0 0.415rem !important; }

.ui .no-gutter-left {
  padding-left: 0 !important; }

.ui .no-gutter-right {
  padding-right: 0 !important; }

.ui .container-680 {
  /* ===============>
        -width of 680px box has ratio: 6/12
        - main content is: 8/12
        => width 680px: 6/12 = x/12 * 8/12 => 9/12
        */
  margin: auto; }

.grd-pagination {
  margin-top: 25px;
  padding: 20px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f3f5; }
  .grd-pagination.inside-card {
    margin-top: 0;
    background: #fff; }
    .grd-pagination.inside-card .page.menu {
      padding: 0 20px;
      background: #fff; }
  .grd-pagination .page.menu {
    background: #f2f3f5;
    font-weight: 600;
    border-radius: .28571429rem;
    padding: 0;
    margin: 0;
    color: #4c4c4c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .grd-pagination .page.menu .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      .grd-pagination .page.menu .item.navigate {
        width: 30px; }
        .grd-pagination .page.menu .item.navigate a {
          font-size: 2.6rem;
          font-weight: 600; }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            .grd-pagination .page.menu .item.navigate a {
              -webkit-transform: translateY(-0.15rem);
              -ms-transform: translateY(-0.15rem);
              transform: translateY(-0.15rem); } }
        .grd-pagination .page.menu .item.navigate.pre a {
          padding-left: 0; }
      .grd-pagination .page.menu .item a {
        display: inline-block;
        width: 100%;
        padding: 0px 15px;
        cursor: pointer;
        color: #4c4c4c;
        font-size: 1.6rem;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-weight: 600; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .grd-pagination .page.menu .item a {
            padding-top: 10px; } }
        .grd-pagination .page.menu .item a.active {
          color: #007477; }
      .grd-pagination .page.menu .item:hover a {
        color: #007477; }
      .grd-pagination .page.menu .item:last-child {
        border-right: none; }
      .grd-pagination .page.menu .item.icon {
        width: 10px;
        height: 20px; }
        .grd-pagination .page.menu .item.icon .left.icon::before {
          content: '\f053'; }
        .grd-pagination .page.menu .item.icon .right.icon::before {
          content: '\f054'; }
      .grd-pagination .page.menu .item.disabled {
        pointer-events: none; }
        .grd-pagination .page.menu .item.disabled a {
          pointer-events: none;
          color: #707070;
          opacity: 0.5; }
  .grd-pagination .page.left {
    margin-right: auto; }
  .grd-pagination .page.right {
    margin-left: auto; }

.row-separator {
  margin-top: 40px; }

html {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  html body {
    height: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0; }

.component-container {
  height: 100%;
  padding-bottom: 60px; }
  .component-container .ui.grid.component-type1 .component-title {
    margin-bottom: 18px; }
  .component-container.component-type1 {
    margin-top: 130px; }
    .component-container.component-type1 .component-title {
      margin-bottom: 18px; }
  .component-container.component-type2 {
    margin-top: 215px; }
  .component-container.center-valign {
    min-height: calc(100vh - 85px);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin: 0;
    width: 100%;
    flex-Idirection: row; }
    .component-container.center-valign form,
    .component-container.center-valign .wrapper,
    .component-container.center-valign .card,
    .component-container.center-valign .card-body {
      width: 100%; }
    .component-container.center-valign > .align-content-middle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 100vh;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
    .component-container.center-valign > form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: calc(100vh - 85px);
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .component-container.center-valign > .card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 100vh;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .component-container.center-valign > .card-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: calc(100vh - 85px);
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .component-container.center-valign > .wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 100vh;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .component-container-sm {
    width: 440px !important; }
  .component-container-md {
    width: 680px !important; }
    .component-container-md .form-group .col-2 {
      display: inline-block;
      width: 240px;
      height: 100%;
      vertical-align: top; }
      .component-container-md .form-group .col-2:first-child {
        margin-right: 35px; }
    .component-container-md .form-group .col-3 {
      display: inline-block;
      width: 155px;
      margin-left: 0;
      margin-right: 23px;
      height: 100%;
      vertical-align: top; }
      .component-container-md .form-group .col-3:last-child {
        margin-right: 0; }
  .component-container-lg {
    width: 1000px !important; }
  .component-container .component-wrapper.filter-section .filter-section__body {
    margin-top: 33px; }
    .component-container .component-wrapper.filter-section .filter-section__body .form-group.ui.grid:first-child {
      margin-top: 0; }
  .component-container .component-wrapper.filter-section .group-submit {
    margin-top: 30px; }
    .component-container .component-wrapper.filter-section .group-submit button {
      height: 50px;
      min-width: 140px;
      line-height: normal; }
  .component-container .component-wrapper.filter-section .hyper-link {
    font-weight: 700;
    color: #007477; }
    .component-container .component-wrapper.filter-section .hyper-link [class*=fa-caret] {
      margin-left: 10px; }
  .component-container .component-wrapper.filter-section .button-primary {
    margin-right: 20px; }
  .component-container .filter-section.inside-card {
    padding: 0 40px;
    margin-top: 0;
    margin-top: 20px;
    margin-bottom: 10px; }

.app-container {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150%;
  padding: 130px 20px 0 20px;
  min-height: calc(100vh - 85px); }
  @media only screen and (max-width: 992px) {
    .app-container {
      width: 100%; } }

.row-body {
  position: relative; }

.topbar-wrapper,
.nav,
.header {
  padding: 15px 20px;
  min-height: 80px;
  background: #fff;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: inset 0px -1px 0 0 #e6e7e9;
  box-shadow: inset 0px -1px 0 0 #e6e7e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .topbar-wrapper > .topbar-inner::after,
  .nav > .topbar-inner::after,
  .header > .topbar-inner::after {
    clear: both;
    content: ''; }

.card {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.17); }
  .card.inside-card.parent {
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.17); }
    .card.inside-card.parent .form-group__input {
      padding-bottom: 0; }
  .card.inside-card.child {
    margin-top: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.17); }
    .card.inside-card.child .form-group__input {
      margin-top: 0; }
  .card.adjacent {
    border-radius: 3px 3px 0px 0px; }
  .card.card-child {
    -webkit-box-shadow: -2px 0px 3px -3px rgba(0, 0, 0, 0.17);
    box-shadow: -2px 0px 3px -3px rgba(0, 0, 0, 0.17); }
    .card.card-child.text-form {
      padding-top: 30px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .card.card-small-ie {
      overflow: hidden; } }
  .card-sm {
    width: 440px; }
  .card-md {
    width: 680px; }
  .card.card-error {
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 0, 0, 0.75);
    box-shadow: 0 0 10px 0 rgba(255, 0, 0, 0.75); }
  .card .card-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
    height: 90px; }
  .card .card-header {
    width: 100%;
    padding: 39px 40px 31px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .card .card-header.bottom-thirty {
      padding-bottom: 30px; }
    .card .card-header + .form-group__input {
      padding-top: 0;
      margin-top: 0; }
    .card .card-header-table {
      margin-bottom: 0; }
    .card .card-header__title-wrapper .title {
      font-size: 2.0rem;
      font-weight: 700;
      line-height: 1.5;
      color: #2c2c2c; }
    .card .card-header__title-wrapper .subtitle:first-of-type {
      margin-top: 0; }
    .card .card-header.with-table {
      padding-bottom: 8px; }
      .card .card-header.with-table .card-header__title-wrapper {
        max-width: 60%; }
        .card .card-header.with-table .card-header__title-wrapper .title {
          color: #2c2c2c; }
    .card .card-header.with-action .card-header__title-wrapper {
      max-width: 60%; }
    .card .card-header.text-only .card-header__title-wrapper {
      max-width: 100%; }
    .card .card-header__title {
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      font-weight: 700;
      font-size: 2.0rem;
      line-height: 1.5;
      color: #2c2c2c;
      max-width: 80%;
      word-wrap: break-word; }
    .card .card-header__subtitle {
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      font-size: 1.4rem;
      color: #4c4c4c;
      font-weight: 600; }
    .card .card-header__right {
      text-align: right;
      margin-left: auto;
      line-height: 1;
      color: #4c4c4c;
      font-size: 1.4rem;
      font-weight: 600;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .card .card-header__right a {
        color: #5c5c5c;
        text-decoration: none;
        max-width: 100%;
        word-wrap: break-word;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .card .card-header__right a:hover {
          color: #222228; }
        .card .card-header__right a.hyper-link {
          color: #008488;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .card .card-header__right a.hyper-link:hover {
            color: #007477; }
        .card .card-header__right a.normal-link {
          color: #5c5c5c; }
          .card .card-header__right a.normal-link:hover {
            color: #2c2c2c; }
        .card .card-header__right a.grd-btn-link {
          display: inline-block; }
          .card .card-header__right a.grd-btn-link.btn-download {
            width: 16px;
            height: 16px; }
        .card .card-header__right a.disabled {
          pointer-events: none; }
    .card .card-header__error {
      display: table-cell;
      vertical-align: middle;
      text-align: right;
      color: #222228;
      font-size: 1.4rem;
      font-weight: 600;
      color: #b01414; }
      .card .card-header__error ul {
        list-style: none;
        margin: 0;
        padding: 0; }
    .card .card-header__icon {
      width: 40px;
      height: 40px;
      border: 2px solid #8a8a8a;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 40px;
      float: right; }
    .card .card-header a[md-mini-fab] {
      background-color: #0077dd;
      color: #fff !important; }
    .card .card-header .component-content table {
      border: none; }
    .card .card-header .ui.grid .card-header__subtitle {
      margin-top: 32px; }
      .card .card-header .ui.grid .card-header__subtitle .heading-title {
        font-size: 1.4rem;
        line-height: 1.6;
        font-weight: 600;
        color: #2c2c2c;
        text-align: left; }
  .card .form-group__input .form-group.group-radio {
    /*&:first-child {
                        margin-top: 10px;
                    }*/ }
    .card .form-group__input .form-group.group-radio.under-title {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }
      .card .form-group__input .form-group.group-radio.under-title .ui.grid.toggle-group {
        margin-bottom: 15px; }
    .card .form-group__input .form-group.group-radio.first-element:first-child {
      margin-top: 0; }
    .card .form-group__input .form-group.group-radio.first-element .toggle-group {
      margin-bottom: 10px; }
  .card .form-group__input .form-group.group-textarea {
    margin-top: 25px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .card .form-group__input .form-group.group-textarea.fix-ie {
        margin-top: 29px; } }
  .card .form-group__input .form-group:first-child {
    margin-top: 0; }
  .card .form-group__input .form-group .sub-title {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 25px;
    color: #2c2c2c; }
    .card .form-group__input .form-group .sub-title.inline {
      display: inline; }
  .card .form-group__input .form-group .label {
    color: #696969;
    font-size: 1.6rem;
    line-height: 25px;
    font-weight: 600; }
  .card .form-group__input .form-group .content {
    color: #2c2c2c;
    font-size: 1.6rem;
    line-height: 25px;
    font-weight: 600; }
  .card .form-group__input .form-group.group-text-input {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-top: 0; }
    .card .form-group__input .form-group.group-text-input .group-label {
      width: 20%; }
      @media only screen and (min-width: 1650px) and (max-width: 1920px) {
        .card .form-group__input .form-group.group-text-input .group-label {
          width: 15%; } }
      @media only screen and (max-width: 767px) {
        .card .form-group__input .form-group.group-text-input .group-label {
          width: 25%; } }
    .card .form-group__input .form-group.group-text-input .group-value {
      width: 80%; }
      @media only screen and (min-width: 1650px) and (max-width: 1920px) {
        .card .form-group__input .form-group.group-text-input .group-value {
          width: 85%; } }
      @media only screen and (max-width: 767px) {
        .card .form-group__input .form-group.group-text-input .group-value {
          width: 75%; } }
  .card.card-detail .card-header {
    padding-bottom: 26px; }
  .card.card-detail .form-group__input {
    padding: 0px 40px 80px 40px;
    margin: 0; }
    .card.card-detail .form-group__input.detail-panel {
      padding-bottom: 40px; }
    .card.card-detail .form-group__input.text-only {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      padding-bottom: 0; }
      .card.card-detail .form-group__input.text-only .group-text-inline {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        .card.card-detail .form-group__input.text-only .group-text-inline span.value {
          line-height: 25px;
          padding-right: 15px;
          width: 82%; }
          @media only screen and (min-width: 1650px) and (max-width: 1920px) {
            .card.card-detail .form-group__input.text-only .group-text-inline span.value {
              width: 60%; } }
          @media only screen and (min-width: 1200px) and (max-width: 1439px) {
            .card.card-detail .form-group__input.text-only .group-text-inline span.value {
              width: 94%; } }
      .card.card-detail .form-group__input.text-only + .cta-container {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .card.card-detail .form-group__input .form-group {
      margin-top: 0px; }
      .card.card-detail .form-group__input .form-group:first-of-type, .card.card-detail .form-group__input .form-group:first-child {
        margin-top: 0; }
      .card.card-detail .form-group__input .form-group.group-submit {
        display: inline-block;
        width: 100%;
        margin-top: 40px; }
    .card.card-detail .form-group__input .detail-section:not(:first-child) {
      margin-top: 21px; }
  .card.card-adjacency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 2px;
    background-color: #008488;
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.17); }
    .card.card-adjacency .content-wrapper {
      width: 100%;
      text-align: center; }
      .card.card-adjacency .content-wrapper p {
        color: #fff;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.79rem;
        margin-bottom: 0; }
      .card.card-adjacency .content-wrapper h4 {
        font-size: 3.2rem;
        line-height: 1.25;
        font-weight: 500;
        color: #fff; }
  .card.card-expandable .card-header {
    background-color: #008488;
    color: #fff;
    padding: 26px 40px; }
    .card.card-expandable .card-header .title-expand {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .card.card-expandable .card-header .icon-wrapper {
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: -10px;
      cursor: pointer;
      float: left;
      vertical-align: middle;
      text-align: center;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      .card.card-expandable .card-header .icon-wrapper .icon {
        fill: #fff;
        margin: auto; }
    .card.card-expandable .card-header__title {
      color: #fff;
      font-size: 1.4rem;
      line-height: 1.79rem;
      margin-left: 5px;
      float: left;
      max-width: 100%; }
    .card.card-expandable .card-header__right {
      color: #fff; }
      .card.card-expandable .card-header__right a {
        color: #fff; }
        .card.card-expandable .card-header__right a:hover {
          color: #fff; }
  .card.card-expandable .card-content {
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: height .3s, opacity .3s ease-in-out;
    -o-transition: height .3s, opacity .3s ease-in-out;
    transition: height .3s, opacity .3s ease-in-out; }
    .card.card-expandable .card-content .inner-content-wrapper {
      padding: 40px; }
      .card.card-expandable .card-content .inner-content-wrapper .inner-content {
        padding-top: 45px; }
        .card.card-expandable .card-content .inner-content-wrapper .inner-content .heading {
          padding-bottom: 14px;
          border-bottom: 1px solid #cccccc; }
          .card.card-expandable .card-content .inner-content-wrapper .inner-content .heading .inner.title {
            line-height: 1.25;
            text-align: left;
            color: #4c4c4c;
            padding-bottom: 0; }
          .card.card-expandable .card-content .inner-content-wrapper .inner-content .heading .inner.nav-link {
            text-align: right; }
        .card.card-expandable .card-content .inner-content-wrapper .inner-content .content-detail {
          padding-top: 40px; }
          .card.card-expandable .card-content .inner-content-wrapper .inner-content .content-detail .balance {
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #f7f9fa; }
            .card.card-expandable .card-content .inner-content-wrapper .inner-content .content-detail .balance .inner-info {
              width: 100%;
              text-align: center;
              padding: 40px 20px; }
              .card.card-expandable .card-content .inner-content-wrapper .inner-content .content-detail .balance .inner-info h4 {
                font-size: 3.2rem;
                line-height: 1.25;
                font-weight: 600; }
              .card.card-expandable .card-content .inner-content-wrapper .inner-content .content-detail .balance .inner-info h5 {
                font-size: 1.4rem;
                font-weight: 600;
                line-height: 1.79;
                color: #4c4c4c; }
  .card.card-expandable.expand .card-header .icon-wrapper {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .card.card-expandable.expand .card-content {
    -webkit-transition: height .3s, opacity .3s ease-in-out;
    -o-transition: height .3s, opacity .3s ease-in-out;
    transition: height .3s, opacity .3s ease-in-out;
    height: auto; }
  .card .expandable-panel .content-wrapper {
    font-size: 1.4rem;
    line-height: 1.79;
    padding: 22.5px 40px;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 1px 0 0 #cccccc;
    box-shadow: inset 0px 1px 0 0 #cccccc; }
    .card .expandable-panel .content-wrapper.expended {
      background-color: #f7f9fa; }
      .card .expandable-panel .content-wrapper.expended .content-header .title-expand .icon-wrapper {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px); }
      .card .expandable-panel .content-wrapper.expended .content-details {
        height: auto; }
    .card .expandable-panel .content-wrapper .content-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .card .expandable-panel .content-wrapper .content-header .title-expand {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer; }
        .card .expandable-panel .content-wrapper .content-header .title-expand .icon-wrapper {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .card .expandable-panel .content-wrapper .content-header .title-expand .title {
          margin-left: 22px;
          color: #2c2c2c;
          line-height: 1.79;
          padding-bottom: 0;
          font-weight: 700; }
          .card .expandable-panel .content-wrapper .content-header .title-expand .title .subtitle {
            font-weight: 600;
            color: #4c4c4c;
            line-height: 1.79; }
    .card .expandable-panel .content-wrapper .content-details {
      padding: 0 32px;
      font-weight: 600;
      height: 0;
      overflow: hidden;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .card .expandable-panel .content-wrapper .content-details .content-inner .text {
        line-height: 1.79;
        font-size: 1.4rem; }
        .card .expandable-panel .content-wrapper .content-details .content-inner .text.primary-text {
          color: #008488;
          overflow: auto; }
        .card .expandable-panel .content-wrapper .content-details .content-inner .text.normal-text {
          color: #4c4c4c; }
  .card .cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 40px;
    min-height: 0;
    width: auto;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 1px 0 0 #cccccc;
    box-shadow: inset 0px 1px 0 0 #cccccc; }
    .card .cta-container.small {
      padding: 22.5px 40px; }
    .card .cta-container .radio-section {
      margin-top: 0; }
      .card .cta-container .radio-section label.md-radio-label {
        color: #4c4c4c;
        margin-bottom: 3px; }
    .card .cta-container .nav-link {
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1.79;
      text-align: left;
      color: #008488;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .card .cta-container .nav-link span {
        line-height: 20px; }
      .card .cta-container .nav-link.has-icon img {
        margin-right: 15px; }
      .card .cta-container .nav-link.disabled {
        pointer-events: none; }
  .card.card-type-1 .card-header {
    padding-bottom: 30px; }
  .card.card-type-1 .detail + .form-group {
    margin-top: 40px; }
  .card.card-inline .form-group__input {
    padding-top: 0; }
  .card.card-inline:not(:last-of-type) .form-group__input {
    padding-bottom: 0; }
  .card .card-detail .form-group {
    margin-top: 15px; }
    .card .card-detail .form-group.ui.grid {
      margin-top: 15px; }
      .card .card-detail .form-group.ui.grid:first-of-type, .card .card-detail .form-group.ui.grid:first-child {
        margin-top: 0; }
    .card .card-detail .form-group:first-of-type, .card .card-detail .form-group:first-child {
      margin-top: 0; }
  .card.card-text-only .card-header {
    padding-bottom: 30px; }
  .card.card-text-only .form-group__input {
    padding-bottom: 40px; }
  .card.card-text-only .card-message p:last-child {
    padding-bottom: 0; }
  .card.card-text-only.card-small {
    max-height: 400px; }
  .card .card-footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ccc; }
    .card .card-footer a.hyper-link {
      padding: 0 40px;
      font-weight: 700; }
      .card .card-footer a.hyper-link img {
        margin-right: 10px; }
      .card .card-footer a.hyper-link.disabled {
        pointer-events: none; }
    .card .card-footer a.nav-link {
      padding: 30px 40px;
      min-height: 80px;
      height: 100%;
      display: inline-block;
      width: 100%;
      color: #008488;
      font-size: 1.4rem;
      font-weight: 600;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      font-weight: 700; }
      .card .card-footer a.nav-link.has-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 40px;
        min-height: 0;
        width: auto; }
        .card .card-footer a.nav-link.has-icon:hover {
          background: #fff; }
        .card .card-footer a.nav-link.has-icon img {
          margin-right: 15px; }
      .card .card-footer a.nav-link .icon.angle {
        float: right; }
        .card .card-footer a.nav-link .icon.angle::before {
          color: #008488; }
      .card .card-footer a.nav-link:hover {
        background-color: #e1e1e1;
        color: #007477; }
        .card .card-footer a.nav-link:hover .icon.angle {
          float: right; }
          .card .card-footer a.nav-link:hover .icon.angle::before {
            color: #007477; }
      .card .card-footer a.nav-link:active {
        background-color: #c7c7c7; }
      .card .card-footer a.nav-link.disabled {
        pointer-events: none; }
  .card .btn-primary,
  .card .btn-submit,
  .card .btn-success {
    width: 100%;
    min-height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    border-radius: 0; }
  .card .btn-cancel {
    text-align: center;
    color: #696969;
    background: #6a6b6d;
    font-weight: 600;
    font-size: 1.6rem;
    min-height: 60px;
    line-height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 50%;
    border: 1px solid #aaaaaa;
    background-color: #fff;
    border-radius: 0; }

.mat-fab.mat-accent[disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled] {
  color: #fff;
  background-color: #6d6d6d;
  pointer-events: none !important; }

.mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
  color: #fff;
  background-color: #6d6d6d;
  pointer-events: none !important; }

.mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled] {
  color: #fff;
  background-color: #6d6d6d;
  pointer-events: none !important; }

button.mat-fab:not([disabled]):active,
button.mat-mini-fab:not([disabled]):active,
button.mat-raised-button:not([disabled]):active {
  -webkit-box-shadow: none;
  box-shadow: none; }

a[md-button],
button[md-button] {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #0077dd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  a[md-button] img,
  button[md-button] img {
    width: 15px;
    height: 15px;
    margin-right: 10px; }
  a[md-button].adjacent,
  button[md-button].adjacent {
    border-radius: 0px 0px 2px 2px; }
  a[md-button].button-cta,
  button[md-button].button-cta {
    height: 80px;
    line-height: 80px; }
  a[md-button][disabled],
  button[md-button][disabled] {
    background-color: #f2f3f5;
    border: 1px solid #aaaaaa;
    color: #696969 !important; }
  a[md-button].link,
  button[md-button].link {
    border-radius: 2px;
    border: 1px solid transparent;
    background-color: inherit;
    outline: none; }
    a[md-button].link.green:hover,
    button[md-button].link.green:hover {
      background-color: #008488;
      border: 1px solid #fff;
      color: #fff; }
    a[md-button].link .md-button-focus-overlay,
    button[md-button].link .md-button-focus-overlay {
      background-color: transparent !important; }
  a[md-button][class*=grd-btn-link],
  button[md-button][class*=grd-btn-link] {
    width: 36px;
    height: 36px;
    padding: 0;
    min-width: 36px; }
    a[md-button][class*=grd-btn-link] img,
    button[md-button][class*=grd-btn-link] img {
      margin: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [md-button]:not(.md-button-focus) .md-button-focus-overlay,
  [md-fab]:not(.md-button-focus) .md-button-focus-overlay,
  [md-icon-button]:not(.md-button-focus) .md-button-focus-overlay,
  [md-mini-fab]:not(.md-button-focus) .md-button-focus-overlay,
  [md-raised-button]:not(.md-button-focus) .md-button-focus-overlay {
    background: none; } }

[md-button],
[md-fab],
[md-mini-fab],
[md-raised-button] {
  font-family: "BwModelica", sans-serif !important;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #0077dd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  [md-button][class*=grd-plus-btn],
  [md-fab][class*=grd-plus-btn],
  [md-mini-fab][class*=grd-plus-btn],
  [md-raised-button][class*=grd-plus-btn] {
    min-width: 36px; }
  [md-button][class*=float-left],
  [md-fab][class*=float-left],
  [md-mini-fab][class*=float-left],
  [md-raised-button][class*=float-left] {
    margin-right: 20px; }
  [md-button][class*=float-right],
  [md-fab][class*=float-right],
  [md-mini-fab][class*=float-right],
  [md-raised-button][class*=float-right] {
    margin-left: 20px; }
  [md-button] img,
  [md-fab] img,
  [md-mini-fab] img,
  [md-raised-button] img {
    width: 15px;
    height: 15px;
    margin-right: 10px; }
  [md-button].adjacent,
  [md-fab].adjacent,
  [md-mini-fab].adjacent,
  [md-raised-button].adjacent {
    border-radius: 0px 0px 2px 2px; }
  [md-button].button-cta,
  [md-fab].button-cta,
  [md-mini-fab].button-cta,
  [md-raised-button].button-cta {
    height: 80px;
    line-height: 80px; }
  [md-button][disabled],
  [md-fab][disabled],
  [md-mini-fab][disabled],
  [md-raised-button][disabled] {
    background-color: #f2f3f5;
    border: 1px solid #aaaaaa;
    color: #696969 !important; }
  [md-button].link,
  [md-fab].link,
  [md-mini-fab].link,
  [md-raised-button].link {
    border-radius: 2px;
    border: 1px solid transparent;
    background-color: inherit;
    outline: none; }
    [md-button].link.green:hover,
    [md-fab].link.green:hover,
    [md-mini-fab].link.green:hover,
    [md-raised-button].link.green:hover {
      background-color: #008488;
      border: 1px solid #fff;
      color: #fff; }
    [md-button].link .md-button-focus-overlay,
    [md-fab].link .md-button-focus-overlay,
    [md-mini-fab].link .md-button-focus-overlay,
    [md-raised-button].link .md-button-focus-overlay {
      background-color: transparent !important; }
  [md-button].button-dismiss,
  [md-fab].button-dismiss,
  [md-mini-fab].button-dismiss,
  [md-raised-button].button-dismiss {
    color: #222228; }
  [md-button]:active,
  [md-fab]:active,
  [md-mini-fab]:active,
  [md-raised-button]:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  [md-button].mat-button,
  [md-fab].mat-button,
  [md-mini-fab].mat-button,
  [md-raised-button].mat-button {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #0077dd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    [md-button].mat-button img,
    [md-fab].mat-button img,
    [md-mini-fab].mat-button img,
    [md-raised-button].mat-button img {
      width: 15px;
      height: 15px;
      margin-right: 10px; }
    [md-button].mat-button.adjacent,
    [md-fab].mat-button.adjacent,
    [md-mini-fab].mat-button.adjacent,
    [md-raised-button].mat-button.adjacent {
      border-radius: 0px 0px 2px 2px; }
    [md-button].mat-button.button-cta,
    [md-fab].mat-button.button-cta,
    [md-mini-fab].mat-button.button-cta,
    [md-raised-button].mat-button.button-cta {
      height: 80px;
      line-height: 80px; }
    [md-button].mat-button[disabled],
    [md-fab].mat-button[disabled],
    [md-mini-fab].mat-button[disabled],
    [md-raised-button].mat-button[disabled] {
      background-color: #f2f3f5;
      border: 1px solid #aaaaaa;
      color: #696969 !important; }
    [md-button].mat-button.link,
    [md-fab].mat-button.link,
    [md-mini-fab].mat-button.link,
    [md-raised-button].mat-button.link {
      border-radius: 2px;
      border: 1px solid transparent;
      background-color: inherit;
      outline: none; }
      [md-button].mat-button.link.green:hover,
      [md-fab].mat-button.link.green:hover,
      [md-mini-fab].mat-button.link.green:hover,
      [md-raised-button].mat-button.link.green:hover {
        background-color: #008488;
        border: 1px solid #fff;
        color: #fff; }
      [md-button].mat-button.link .md-button-focus-overlay,
      [md-fab].mat-button.link .md-button-focus-overlay,
      [md-mini-fab].mat-button.link .md-button-focus-overlay,
      [md-raised-button].mat-button.link .md-button-focus-overlay {
        background-color: transparent !important; }
    [md-button].mat-button.button-dismiss,
    [md-fab].mat-button.button-dismiss,
    [md-mini-fab].mat-button.button-dismiss,
    [md-raised-button].mat-button.button-dismiss {
      color: #222228; }
  [md-button].button-primary,
  [md-fab].button-primary,
  [md-mini-fab].button-primary,
  [md-raised-button].button-primary {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    background-color: #008488;
    border: 1px solid #008488;
    height: 60px;
    line-height: 60px;
    min-width: 200px; }
    [md-button].button-primary img,
    [md-fab].button-primary img,
    [md-mini-fab].button-primary img,
    [md-raised-button].button-primary img {
      width: 15px;
      height: 15px;
      margin-right: 10px; }
    [md-button].button-primary.adjacent,
    [md-fab].button-primary.adjacent,
    [md-mini-fab].button-primary.adjacent,
    [md-raised-button].button-primary.adjacent {
      border-radius: 0px 0px 2px 2px; }
    [md-button].button-primary.button-cta,
    [md-fab].button-primary.button-cta,
    [md-mini-fab].button-primary.button-cta,
    [md-raised-button].button-primary.button-cta {
      height: 80px;
      line-height: 80px; }
    [md-button].button-primary.button-small,
    [md-fab].button-primary.button-small,
    [md-mini-fab].button-primary.button-small,
    [md-raised-button].button-primary.button-small {
      height: 40px;
      line-height: 40px; }
    [md-button].button-primary.button-50,
    [md-fab].button-primary.button-50,
    [md-mini-fab].button-primary.button-50,
    [md-raised-button].button-primary.button-50 {
      height: 50px;
      line-height: 50px; }
    [md-button].button-primary .md-button-wrapper,
    [md-button].button-primary .mat-button-wrapper,
    [md-fab].button-primary .md-button-wrapper,
    [md-fab].button-primary .mat-button-wrapper,
    [md-mini-fab].button-primary .md-button-wrapper,
    [md-mini-fab].button-primary .mat-button-wrapper,
    [md-raised-button].button-primary .md-button-wrapper,
    [md-raised-button].button-primary .mat-button-wrapper {
      color: #fff; }
    [md-button].button-primary:hover,
    [md-fab].button-primary:hover,
    [md-mini-fab].button-primary:hover,
    [md-raised-button].button-primary:hover {
      background-color: #007477;
      border-color: #007477; }
    [md-button].button-primary[disabled],
    [md-fab].button-primary[disabled],
    [md-mini-fab].button-primary[disabled],
    [md-raised-button].button-primary[disabled] {
      border: 1px solid #cccccc;
      background-color: #fff !important;
      color: #696969 !important; }
      [md-button].button-primary[disabled] span.md-button-wrapper,
      [md-fab].button-primary[disabled] span.md-button-wrapper,
      [md-mini-fab].button-primary[disabled] span.md-button-wrapper,
      [md-raised-button].button-primary[disabled] span.md-button-wrapper {
        color: #696969 !important; }
  [md-button].button-secondary,
  [md-fab].button-secondary,
  [md-mini-fab].button-secondary,
  [md-raised-button].button-secondary {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #008488;
    background-color: #fff;
    border: 1px solid #cccccc;
    padding: 0px 36px;
    height: 60px;
    line-height: 60px; }
    [md-button].button-secondary img,
    [md-fab].button-secondary img,
    [md-mini-fab].button-secondary img,
    [md-raised-button].button-secondary img {
      width: 15px;
      height: 15px;
      margin-right: 10px; }
    [md-button].button-secondary.adjacent,
    [md-fab].button-secondary.adjacent,
    [md-mini-fab].button-secondary.adjacent,
    [md-raised-button].button-secondary.adjacent {
      border-radius: 0px 0px 2px 2px; }
    [md-button].button-secondary.button-cta,
    [md-fab].button-secondary.button-cta,
    [md-mini-fab].button-secondary.button-cta,
    [md-raised-button].button-secondary.button-cta {
      height: 80px;
      line-height: 80px; }
    [md-button].button-secondary:hover,
    [md-fab].button-secondary:hover,
    [md-mini-fab].button-secondary:hover,
    [md-raised-button].button-secondary:hover {
      color: #007477;
      border-color: #007477; }
    [md-button].button-secondary[disabled],
    [md-fab].button-secondary[disabled],
    [md-mini-fab].button-secondary[disabled],
    [md-raised-button].button-secondary[disabled] {
      border: 1px solid #bcbcbc;
      color: #696969 !important;
      background-color: #fff !important; }
      [md-button].button-secondary[disabled] span.md-button-wrapper,
      [md-fab].button-secondary[disabled] span.md-button-wrapper,
      [md-mini-fab].button-secondary[disabled] span.md-button-wrapper,
      [md-raised-button].button-secondary[disabled] span.md-button-wrapper {
        color: #696969 !important; }
    [md-button].button-secondary.button-small,
    [md-fab].button-secondary.button-small,
    [md-mini-fab].button-secondary.button-small,
    [md-raised-button].button-secondary.button-small {
      color: #4c4c4c;
      line-height: 40px;
      height: 40px; }
      [md-button].button-secondary.button-small:hover,
      [md-fab].button-secondary.button-small:hover,
      [md-mini-fab].button-secondary.button-small:hover,
      [md-raised-button].button-secondary.button-small:hover {
        color: #007477;
        border-color: #007477; }
    [md-button].button-secondary.button-50,
    [md-fab].button-secondary.button-50,
    [md-mini-fab].button-secondary.button-50,
    [md-raised-button].button-secondary.button-50 {
      height: 50px;
      line-height: 50px; }
    [md-button].button-secondary.button-normal,
    [md-fab].button-secondary.button-normal,
    [md-mini-fab].button-secondary.button-normal,
    [md-raised-button].button-secondary.button-normal {
      color: #696969; }
      [md-button].button-secondary.button-normal:hover,
      [md-fab].button-secondary.button-normal:hover,
      [md-mini-fab].button-secondary.button-normal:hover,
      [md-raised-button].button-secondary.button-normal:hover {
        color: #007477; }
  [md-button].md-accent[disabled], [md-button].md-primary[disabled], [md-button].md-warn[disabled], [md-button][disabled][disabled],
  [md-fab].md-accent[disabled],
  [md-fab].md-primary[disabled],
  [md-fab].md-warn[disabled],
  [md-fab][disabled][disabled],
  [md-mini-fab].md-accent[disabled],
  [md-mini-fab].md-primary[disabled],
  [md-mini-fab].md-warn[disabled],
  [md-mini-fab][disabled][disabled],
  [md-raised-button].md-accent[disabled],
  [md-raised-button].md-primary[disabled],
  [md-raised-button].md-warn[disabled],
  [md-raised-button][disabled][disabled] {
    background-color: #f2f3f5;
    color: #696969; }

.btn-full-width {
  width: 100%; }

.button-primary {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #fff;
  background-color: #008488;
  border: 1px solid #008488;
  height: 60px;
  line-height: 60px;
  min-width: 200px; }
  .button-primary img {
    width: 15px;
    height: 15px;
    margin-right: 10px; }
  .button-primary.adjacent {
    border-radius: 0px 0px 2px 2px; }
  .button-primary.button-cta {
    height: 80px;
    line-height: 80px; }
  .button-primary.button-small {
    height: 40px;
    line-height: 40px; }
  .button-primary.button-50 {
    height: 50px;
    line-height: 50px; }
  .button-primary .md-button-wrapper,
  .button-primary .mat-button-wrapper {
    color: #fff; }
  .button-primary:hover {
    background-color: #007477;
    border-color: #007477; }
  .button-primary[disabled] {
    border: 1px solid #cccccc;
    background-color: #fff !important;
    color: #696969 !important; }
    .button-primary[disabled] span.md-button-wrapper {
      color: #696969 !important; }
  .button-primary.mat-raised-button {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    background-color: #008488;
    border: 1px solid #008488;
    height: 60px;
    line-height: 60px;
    min-width: 200px; }
    .button-primary.mat-raised-button img {
      width: 15px;
      height: 15px;
      margin-right: 10px; }
    .button-primary.mat-raised-button.adjacent {
      border-radius: 0px 0px 2px 2px; }
    .button-primary.mat-raised-button.button-cta {
      height: 80px;
      line-height: 80px; }
    .button-primary.mat-raised-button.button-small {
      height: 40px;
      line-height: 40px; }
    .button-primary.mat-raised-button.button-50 {
      height: 50px;
      line-height: 50px; }
    .button-primary.mat-raised-button .md-button-wrapper,
    .button-primary.mat-raised-button .mat-button-wrapper {
      color: #fff; }
    .button-primary.mat-raised-button:hover {
      background-color: #007477;
      border-color: #007477; }
    .button-primary.mat-raised-button[disabled] {
      border: 1px solid #cccccc;
      background-color: #fff !important;
      color: #696969 !important; }
      .button-primary.mat-raised-button[disabled] span.md-button-wrapper {
        color: #696969 !important; }

.button-add-row {
  width: 36px;
  height: 36px;
  padding: 0 !important; }
  .button-add-row.button-abs {
    position: absolute;
    right: -40px; }

.button-secondary {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #008488;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 0px 36px;
  height: 60px;
  line-height: 60px; }
  .button-secondary img {
    width: 15px;
    height: 15px;
    margin-right: 10px; }
  .button-secondary.adjacent {
    border-radius: 0px 0px 2px 2px; }
  .button-secondary.button-cta {
    height: 80px;
    line-height: 80px; }
  .button-secondary:hover {
    color: #007477;
    border-color: #007477; }
  .button-secondary[disabled] {
    border: 1px solid #bcbcbc;
    color: #696969 !important;
    background-color: #fff !important; }
    .button-secondary[disabled] span.md-button-wrapper {
      color: #696969 !important; }
  .button-secondary.button-small {
    color: #4c4c4c;
    line-height: 40px;
    height: 40px; }
    .button-secondary.button-small:hover {
      color: #007477;
      border-color: #007477; }
  .button-secondary.button-50 {
    height: 50px;
    line-height: 50px; }
  .button-secondary.button-normal {
    color: #696969; }
    .button-secondary.button-normal:hover {
      color: #007477; }
  .button-secondary.mat-raised-button {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #008488;
    background-color: #fff;
    border: 1px solid #cccccc;
    padding: 0px 36px;
    height: 60px;
    line-height: 60px; }
    .button-secondary.mat-raised-button img {
      width: 15px;
      height: 15px;
      margin-right: 10px; }
    .button-secondary.mat-raised-button.adjacent {
      border-radius: 0px 0px 2px 2px; }
    .button-secondary.mat-raised-button.button-cta {
      height: 80px;
      line-height: 80px; }
    .button-secondary.mat-raised-button:hover {
      color: #007477;
      border-color: #007477; }
    .button-secondary.mat-raised-button[disabled] {
      border: 1px solid #bcbcbc;
      color: #696969 !important;
      background-color: #fff !important; }
      .button-secondary.mat-raised-button[disabled] span.md-button-wrapper {
        color: #696969 !important; }
    .button-secondary.mat-raised-button.button-small {
      color: #4c4c4c;
      line-height: 40px;
      height: 40px; }
      .button-secondary.mat-raised-button.button-small:hover {
        color: #007477;
        border-color: #007477; }
    .button-secondary.mat-raised-button.button-50 {
      height: 50px;
      line-height: 50px; }
    .button-secondary.mat-raised-button.button-normal {
      color: #696969; }
      .button-secondary.mat-raised-button.button-normal:hover {
        color: #007477; }

.btn-primary[md-raised-button],
.btn-submit[md-raised-button],
.btn-success[md-raised-button] {
  text-align: center;
  color: #fff;
  background: #008488;
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 23px 38px 21px 38px;
  line-height: .9;
  border-radius: 2px; }
  .btn-primary[md-raised-button]:hover,
  .btn-submit[md-raised-button]:hover,
  .btn-success[md-raised-button]:hover {
    background-color: #006ac4; }

.btn-primary:active,
.btn-submit:active,
.btn-success:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-cancel[md-raised-button] {
  text-align: center;
  color: #696969;
  background: #f2f3f5;
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 23px 38px 21px 38px;
  line-height: .9;
  border: 1px solid #bcbcbc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px; }

.primary-btn {
  color: #696969;
  border: 1px solid #bcbcbc;
  background: none; }

.default-btn {
  color: #fff;
  background-color: #008488; }

.btn-plus[md-raised-button] {
  min-height: 35px;
  min-width: 35px;
  width: 35px;
  height: 35px;
  line-height: 100%;
  padding: 0;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  color: #696969;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .btn-plus[md-raised-button] span {
    font-size: 1.0rem; }

.btn-small {
  padding: 0 16px;
  line-height: 40px;
  height: 40px; }
  .btn-small.with-input {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); }
  .btn-small[md-raised-button] {
    padding: 0 15px;
    min-height: 40px;
    line-height: 40px;
    height: 40px;
    width: auto; }

.btn-normal[md-raised-button] {
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 0; }

.btn-normal .md-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.grd-plus-btn,
.grd-delete-btn {
  border-radius: 0;
  color: #696969 !important;
  font-weight: 600;
  border: 1px solid #bcbcbc !important;
  background: none;
  min-width: 36px; }
  .grd-plus-btn:hover,
  .grd-delete-btn:hover {
    background-color: #d6d6d6; }
  .grd-plus-btn[disabled],
  .grd-delete-btn[disabled] {
    color: #696969 !important;
    background-color: #f2f3f5 !important;
    pointer-events: none !important; }

button.grd-plus-btn[md-raised-button]:not(:active), button.grd-delete-btn[md-raised-button]:not(:active) {
  -webkit-box-shadow: none;
  box-shadow: none; }

a[md-raised-button],
button.grd-btn-link[md-raised-button] {
  min-width: 100px;
  min-height: 40px;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  color: #696969;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  a[md-raised-button]:active,
  button.grd-btn-link[md-raised-button]:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  a[md-raised-button] span,
  button.grd-btn-link[md-raised-button] span {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #696969;
    letter-spacing: -0.02px;
    display: inline-block !important; }
  a[md-raised-button].button-secondary,
  button.grd-btn-link[md-raised-button].button-secondary {
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #cccccc; }
    a[md-raised-button].button-secondary span,
    button.grd-btn-link[md-raised-button].button-secondary span {
      color: #008488; }
    a[md-raised-button].button-secondary:hover,
    button.grd-btn-link[md-raised-button].button-secondary:hover {
      color: #007477;
      border: solid 1px #007477; }
      a[md-raised-button].button-secondary:hover span,
      button.grd-btn-link[md-raised-button].button-secondary:hover span {
        color: #007477; }
  a[md-raised-button].grd-btn-link,
  button.grd-btn-link[md-raised-button].grd-btn-link {
    min-width: 70px; }
  a[md-raised-button].btn-submit, a[md-raised-button].btn-success,
  button.grd-btn-link[md-raised-button].btn-submit,
  button.grd-btn-link[md-raised-button].btn-success {
    background-color: #0077dd;
    color: #fff; }
    a[md-raised-button].btn-submit span, a[md-raised-button].btn-success span,
    button.grd-btn-link[md-raised-button].btn-submit span,
    button.grd-btn-link[md-raised-button].btn-success span {
      color: #fff; }
    a[md-raised-button].btn-submit:hover, a[md-raised-button].btn-success:hover,
    button.grd-btn-link[md-raised-button].btn-submit:hover,
    button.grd-btn-link[md-raised-button].btn-success:hover {
      background-color: #006ac4; }
  a[md-raised-button][disabled], a[md-raised-button].disabled,
  button.grd-btn-link[md-raised-button][disabled],
  button.grd-btn-link[md-raised-button].disabled {
    pointer-events: none !important;
    color: #696969; }
    a[md-raised-button][disabled] span, a[md-raised-button].disabled span,
    button.grd-btn-link[md-raised-button][disabled] span,
    button.grd-btn-link[md-raised-button].disabled span {
      color: #696969; }

password-with-guide .guideline,
name-with-guide .guideline {
  font-size: 1.2rem;
  color: #696969;
  display: block;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px); }
  password-with-guide .guideline.visible,
  name-with-guide .guideline.visible {
    opacity: 1;
    visibility: visible;
    margin-top: 25px; }
  password-with-guide .guideline.invisible,
  name-with-guide .guideline.invisible {
    opacity: 0;
    visibility: hidden; }
  password-with-guide .guideline.inline.visible,
  name-with-guide .guideline.inline.visible {
    margin-top: 0; }
  password-with-guide .guideline.inline.is-pristine,
  name-with-guide .guideline.inline.is-pristine {
    opacity: 1;
    visibility: visible; }

.form-submitted md-input-container.ng-pristine.ng-invalid .mat-input-placeholder {
  color: #b01414; }

.form-submitted md-input-container.ng-pristine.ng-invalid .md-input-placeholder {
  color: #b01414; }

.form-submitted md-input-container.ng-pristine.ng-invalid .mat-input-underline {
  border-color: #b01414 !important; }
  .form-submitted md-input-container.ng-pristine.ng-invalid .mat-input-underline .mat-input-ripple {
    background-color: #b01414 !important;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: initial;
    -o-transition-delay: initial;
    transition-delay: initial; }

.form-submitted md-input-container.ng-pristine.ng-invalid .md-input-underline {
  border-color: #b01414 !important; }
  .form-submitted md-input-container.ng-pristine.ng-invalid .md-input-underline .md-input-ripple {
    background-color: #b01414 !important;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: initial;
    -o-transition-delay: initial;
    transition-delay: initial; }

.form-submitted md-input-container.ng-untouched.ng-invalid .md-input-placeholder.md-focused {
  color: #b01414; }

.is-valid-input-true span.md-select-placeholder {
  color: #b01414; }

.is-valid-input-true div.md-select-trigger {
  border-color: #b01414 !important; }

.is-valid-input-true div.md-input-underline {
  border-color: #b01414 !important; }
  .is-valid-input-true div.md-input-underline .md-input-ripple {
    background-color: #b01414 !important; }
  .is-valid-input-true div.md-input-underline .md-focused {
    background-color: #b01414 !important; }

.is-valid-input-true label.md-input-placeholder {
  color: #b01414 !important; }

.is-valid-input-true .md-input-placeholder {
  color: #b01414 !important; }

.is-valid-input-true [for="md-input-1"] {
  color: #b01414 !important; }

.is-valid-input-true .md-focused {
  color: #b01414 !important;
  border-color: #b01414 !important; }

md-input-container {
  width: 100%;
  /*transform: translateY(10px);*/
  /*&~span {
        transform: translateY(9px);
    }*/ }
  md-input-container.no-inner-margin .md-input-wrapper {
    margin: 0; }
  md-input-container .mat-input-wrapper {
    padding-bottom: 0; }
  md-input-container.white div .mat-input-placeholder.mat-float {
    color: #fff; }
  md-input-container.white div.mat-input-underline {
    border-color: #fff; }
  md-input-container.ng-dirty.ng-invalid .mat-input-placeholder, md-input-container.ng-touched.ng-invalid .mat-input-placeholder {
    color: #b01414; }
  md-input-container.ng-dirty.ng-invalid .md-input-placeholder, md-input-container.ng-touched.ng-invalid .md-input-placeholder {
    color: #b01414; }
  md-input-container.ng-dirty.ng-invalid .mat-input-underline, md-input-container.ng-touched.ng-invalid .mat-input-underline {
    border-color: #b01414 !important; }
    md-input-container.ng-dirty.ng-invalid .mat-input-underline .mat-input-ripple, md-input-container.ng-touched.ng-invalid .mat-input-underline .mat-input-ripple {
      background-color: #b01414 !important;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transition-delay: initial;
      -o-transition-delay: initial;
      transition-delay: initial; }
  md-input-container.ng-dirty.ng-invalid .md-input-underline, md-input-container.ng-touched.ng-invalid .md-input-underline {
    border-color: #b01414 !important; }
    md-input-container.ng-dirty.ng-invalid .md-input-underline .md-input-ripple, md-input-container.ng-touched.ng-invalid .md-input-underline .md-input-ripple {
      background-color: #b01414 !important;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transition-delay: initial;
      -o-transition-delay: initial;
      transition-delay: initial; }
  md-input-container.ng-untouched.ng-invalid .mat-input-placeholder,
  md-input-container.ng-untouched.ng-invalid .md-input-placeholder {
    color: #696969; }
  md-input-container.ng-untouched.ng-invalid .mat-input-underline {
    border-color: #cccccc !important; }
  md-input-container.ng-untouched.ng-invalid .md-input-underline {
    border-color: #cccccc !important; }
  md-input-container .mat-input-placeholder-wrapper {
    overflow: visible; }
  md-input-container input.md-input-element::-webkit-input-placeholder,
  md-input-container textarea.md-input-element::-webkit-input-placeholder {
    color: transparent !important;
    opacity: 0; }
  md-input-container input.md-input-element::-moz-input-placeholder,
  md-input-container textarea.md-input-element::-moz-input-placeholder {
    color: transparent !important;
    opacity: 0; }
  md-input-container input.md-input-element:-ms-input-placeholder,
  md-input-container textarea.md-input-element:-ms-input-placeholder {
    color: transparent !important;
    opacity: 0; }
  md-input-container input::-webkit-input-placeholder,
  md-input-container textarea::-webkit-input-placeholder {
    color: transparent !important;
    opacity: 0; }
  md-input-container input::-moz-input-placeholder,
  md-input-container textarea::-moz-input-placeholder {
    color: transparent !important;
    opacity: 0; }
  md-input-container input:-ms-input-placeholder,
  md-input-container textarea:-ms-input-placeholder {
    color: transparent !important;
    opacity: 0; }
  md-input-container input::-webkit-input-placeholder,
  md-input-container textarea::-webkit-input-placeholder {
    color: transparent !important;
    opacity: 0; }
  md-input-container input::placeholder,
  md-input-container textarea::placeholder {
    color: transparent !important;
    opacity: 0; }
  md-input-container textarea {
    background: url("") no-repeat bottom right !important;
    height: 19px;
    resize: none !important;
    overflow: hidden; }
  md-input-container.upload-file-name .md-input-element[readonly] {
    color: #4c4c4c; }
  md-input-container.upload-file-name label.md-input-placeholder {
    color: #696969; }

md-select.inline {
  display: inline; }

div .mat-input-placeholder {
  font-weight: 600;
  font-size: 1.4rem; }
  div .mat-input-placeholder.mat-float {
    color: #6a6b6d; }
    div .mat-input-placeholder.mat-float:not(.mat-empty) {
      -webkit-transform: translateY(-65%) !important;
      -ms-transform: translateY(-65%) !important;
      transform: translateY(-65%) !important;
      width: 100%; }
    div .mat-input-placeholder.mat-float.mat-focused {
      -webkit-transform: translateY(-65%) !important;
      -ms-transform: translateY(-65%) !important;
      transform: translateY(-65%) !important; }
  div .mat-input-placeholder .mat-placeholder-required {
    display: none; }

div [aria-required=true] .mat-select-placeholder::after {
  content: ''; }

div .mat-input-element {
  color: #2c2c2c;
  font-weight: 600;
  font-size: 1.6rem;
  /*&[disabled] {
            color: $disabled-color;
        }

        &[readonly] {
            color: $disabled-color;
        }*/ }
  div .mat-input-element:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
    div .mat-input-element:-webkit-autofill + .mat-input-placeholder.md-float {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      padding-bottom: 5px; }

div textarea.mat-input-element {
  resize: vertical; }

div.mat-input-underline {
  border-color: #cccccc;
  margin-top: 5px; }
  div.mat-input-underline .mat-input-ripple {
    background-color: #008488; }

div.md-checkbox-inner-container {
  width: 15px;
  height: 15px; }
  div.md-checkbox-inner-container .md-checkbox-frame {
    border-width: 1px; }

div .md-input-placeholder {
  font-weight: 600;
  font-size: 1.4rem; }
  div .md-input-placeholder.md-float {
    color: #696969;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    div .md-input-placeholder.md-float:not(.md-empty) {
      -webkit-transform: translateY(-100%) scale(0.857);
      -ms-transform: translateY(-100%) scale(0.857);
      transform: translateY(-100%) scale(0.857);
      /*transform: translateY(-100%);*/
      width: 117% !important;
      -o-text-overflow: initial;
      text-overflow: initial; }
    div .md-input-placeholder.md-float.md-focused {
      -webkit-transform: translateY(-100%) scale(0.857);
      -ms-transform: translateY(-100%) scale(0.857);
      transform: translateY(-100%) scale(0.857);
      /*transform: translateY(-100%);*/ }
  div .md-input-placeholder .md-placeholder-required {
    display: none; }

div [aria-required=true] .md-select-placeholder::after {
  content: ''; }

div .md-input-element {
  color: #4c4c4c;
  font-weight: 600;
  font-size: 1.4rem; }
  div .md-input-element[disabled] {
    color: #696969; }
  div .md-input-element[readonly] {
    color: #696969; }
  div .md-input-element:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
    div .md-input-element:-webkit-autofill + .md-input-placeholder.md-float {
      -webkit-transform: translateY(-100%) scale(0.857);
      transform: translateY(-100%) scale(0.857);
      padding-bottom: 5px; }

div textarea.md-input-element {
  resize: vertical; }

div.md-input-underline {
  border-color: #cccccc;
  margin-top: 5px; }
  div.md-input-underline .md-input-ripple {
    height: 1px; }

div.md-checkbox-inner-container {
  width: 15px;
  height: 15px; }
  div.md-checkbox-inner-container .md-checkbox-frame {
    border-width: 1px; }

label.md-checkbox-layout {
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  label.md-checkbox-layout span.md-checkbox-label {
    font-size: 1.4rem;
    line-height: 2.2rem; }

.search-container {
  width: 100%; }
  .search-container.search-right input.search-input {
    padding-left: 0;
    padding-right: 25px; }
  .search-container.search-right .md-input-placeholder {
    padding-left: 0;
    padding-right: 30px; }
  .search-container.search-right a.search-wrapper {
    right: 0;
    left: auto; }
  .search-container a.search-wrapper {
    position: absolute;
    top: calc(50% - 10px);
    display: block;
    left: 0;
    width: 20px;
    height: 20px; }
    .search-container a.search-wrapper img {
      width: 100%;
      height: 100%; }
  .search-container input.search-input {
    padding-left: 25px; }
  .search-container .md-input-placeholder {
    padding-left: 30px; }

.md-input-underline span.md-input-ripple {
  background-color: #008488; }

/*label.md-input-placeholder.md-focused {
        color: $main-color;
    }*/
.checkbox-remember {
  color: #222228; }
  .checkbox-remember span.md-checkbox-label {
    font-size: 1.4rem; }

.md-checkbox-input[disabled] ~ .md-checkbox-background {
  /*background-color: $disabled-color;*/
  background: none; }

.md-checkbox-input[readonly] ~ .md-checkbox-background {
  /*background-color: $disabled-color;*/
  background: none; }

md-checkbox .mat-checkbox-frame {
  border-color: #4c4c4c; }

md-checkbox .mat-checkbox-background,
md-checkbox .mat-checkbox-frame {
  border-radius: 0; }

md-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background: none;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px; }

md-checkbox .mat-checkbox-checkmark-path {
  stroke: #008488 !important; }

md-checkbox.mat-checkbox-disabled .mat-checkbox-label {
  color: #696969; }

md-checkbox.mat-checkbox-disabled .mat-checkbox-checkmark-path {
  stroke: #696969 !important; }

md-checkbox.mat-checkbox-disabled .mat-checkbox-frame {
  border-color: #696969; }

md-checkbox .md-checkbox-frame {
  border-color: #4c4c4c; }

md-checkbox .md-checkbox-background,
md-checkbox .md-checkbox-frame {
  border-radius: 0; }

md-checkbox.md-checkbox-checked.md-accent .md-checkbox-background {
  background-color: #fff;
  width: 13px;
  height: 13px;
  top: 1px;
  left: 1px; }

md-checkbox.md-checkbox-indeterminate.md-accent .md-checkbox-background {
  background-color: #fff;
  width: 13px;
  height: 13px;
  top: 1px;
  left: 1px; }

md-checkbox.md-checkbox-indeterminate .md-checkbox-mixedmark {
  background-color: #008488; }

md-checkbox .md-checkbox-checkmark-path {
  stroke: #008488 !important; }

md-checkbox.md-checkbox-disabled .md-checkbox-label {
  color: #696969; }

md-checkbox.md-checkbox-disabled .md-checkbox-checkmark-path {
  stroke: #696969 !important; }

md-checkbox.md-checkbox-disabled .md-checkbox-frame {
  border-color: #696969; }

md-checkbox.md-checkbox-disabled:not(.md-checkbox-checked) .md-checkbox-frame {
  border-color: #696969; }

md-checkbox + span {
  bottom: 0 !important; }

md-checkbox .md-checkbox-inner-container {
  border: 1px solid transparent;
  width: 17px;
  height: 17px; }

md-checkbox.md-checkbox-focused .md-checkbox-inner-container {
  border: 1px dotted #008488;
  width: 17px;
  height: 17px; }

form > .form-group:first-of-type md-select {
  padding-top: 12px; }

.ui.grid.form-group {
  margin-top: 29px; }
  .ui.grid.form-group .column {
    vertical-align: top; }
  .ui.grid.form-group.group-link {
    margin-top: 10px; }
    .ui.grid.form-group.group-link a {
      font-size: 1.4rem;
      line-height: 40px;
      color: #008488;
      text-decoration: none;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .ui.grid.form-group.group-link a:hover {
        color: #007477; }

.delete-button {
  position: absolute;
  right: 0;
  top: -15px;
  display: block;
  text-align: center;
  z-index: 100;
  padding: 0; }

.fullwidth-header {
  margin-left: 10%; }
  .fullwidth-header .form-group__input {
    padding: 0px; }
  .fullwidth-header .form-group.group-input {
    padding: 0px 40px 30px 40px;
    margin-top: 0px; }

.form-group {
  margin-top: 29px;
  margin-bottom: 0;
  position: relative;
  /* Global style, be careful */ }
  .form-group.absolute-position {
    position: absolute; }
  .form-group__table .content-note ul {
    margin: 0;
    padding: 0; }
    .form-group__table .content-note ul li {
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%;
      border-bottom: 1px solid #cccccc;
      color: #4c4c4c; }
      .form-group__table .content-note ul li:last-child {
        border-bottom: none; }
      .form-group__table .content-note ul li .content {
        padding: 18px 40px; }
        .form-group__table .content-note ul li .content.content-title {
          width: 120px; }
        .form-group__table .content-note ul li .content.content-text p {
          font-size: 1.6rem;
          font-weight: 600;
          color: #4c4c4c; }
          .form-group__table .content-note ul li .content.content-text p.subtitle {
            padding-top: 25px; }
  .form-group.padded-row .prow:not(:first-child) {
    margin-top: 10px; }
  .form-group:first-child {
    margin-top: 0; }
  .form-group.has-search + .component-wrapper.card {
    margin-top: 15px; }
  .form-group.has-label md-input-container {
    margin-top: 8px; }
  .form-group.section-header {
    margin-top: 50px; }
    .form-group.section-header + .ui.grid.form-group {
      margin-top: 20px; }
  .form-group .group-input__label {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    line-height: 14px;
    color: #696969; }
  .form-group .group-input__heading-wrapper {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    line-height: 14px;
    color: #696969; }
    .form-group .group-input__heading-wrapper .heading-title {
      font-size: 1.4rem;
      font-weight: 600;
      display: inline-block;
      color: #696969; }
    .form-group .group-input__heading-wrapper .heading-sub-title {
      font-size: 1.2rem;
      font-weight: 600;
      display: inline-block;
      color: #696969; }
  .form-group.group-textarea {
    margin-top: 25px; }
  .form-group.group-link {
    margin-top: 10px; }
    .form-group.group-link a {
      color: #222228;
      text-decoration: underline; }
      .form-group.group-link a.hyper-link {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-decoration: none;
        color: #008488;
        font-size: 1.4rem;
        line-height: 1;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .form-group.group-link a.hyper-link:hover {
          color: #007477; }
        .form-group.group-link a.hyper-link img {
          vertical-align: text-top; }
    .form-group.group-link.normal {
      margin-top: 8px; }
      .form-group.group-link.normal a {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-decoration: none; }
        .form-group.group-link.normal a.normal-link {
          color: #5c5c5c;
          font-size: 1.4rem;
          line-height: 40px; }
          .form-group.group-link.normal a.normal-link:hover {
            color: #2c2c2c; }
  .form-group.group-checkbox span.error-message {
    display: inline-block;
    width: 100%;
    margin-top: 3px; }
    .form-group.group-checkbox span.error-message[hidden] {
      display: none; }
  .form-group.group-checkbox span {
    font-size: 1.4rem;
    line-height: 1.79;
    font-weight: 600; }
  .form-group.group-submit {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .form-group.group-submit.multiple-button {
      display: inline-block; }
      .form-group.group-submit.multiple-button button {
        margin-bottom: 20px; }
    .form-group.group-submit button {
      margin-right: 20px; }
      .form-group.group-submit button:last-child {
        margin-right: 0; }
    .form-group.group-submit .action-btn,
    .form-group.group-submit .action-nav {
      padding: 23px 40px;
      font-size: 1.6rem;
      font-weight: 600;
      border-radius: 2px;
      text-align: center;
      line-height: .9;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .form-group.group-submit .action-btn[md-raised-button],
      .form-group.group-submit .action-nav[md-raised-button] {
        -webkit-box-shadow: none;
        box-shadow: none; }
        .form-group.group-submit .action-btn[md-raised-button][disabled],
        .form-group.group-submit .action-nav[md-raised-button][disabled] {
          color: #fff;
          background-color: #6d6d6d;
          pointer-events: none !important; }
      .form-group.group-submit .action-btn.left-btn,
      .form-group.group-submit .action-nav.left-btn {
        color: #696969;
        border: 1px solid #bcbcbc;
        float: left;
        background: none; }
      .form-group.group-submit .action-btn.right-btn,
      .form-group.group-submit .action-nav.right-btn {
        color: #fff;
        background-color: #008488;
        float: right; }
    .form-group.group-submit .action-nav {
      padding: 9.5px 40px; }
      .form-group.group-submit .action-nav:hover {
        background-color: #696969;
        color: #fff; }
        .form-group.group-submit .action-nav:hover span {
          color: #fff; }
    .form-group.group-submit .btn-small {
      padding: 0 16px;
      line-height: 36px;
      height: 45px; }
    .form-group.group-submit .btn-bottom {
      margin-bottom: 40px; }
  .form-group.no-margin {
    margin: 0; }
  .form-group .error-message,
  .form-group .success-message,
  .form-group .warning-message {
    position: relative;
    font-size: 1.2rem;
    font-weight: 600; }
  .form-group__input {
    margin-top: 35px;
    padding: 30px 40px 70px 40px;
    text-align: left; }
    .form-group__input.message-inline {
      padding-bottom: 0; }
    .form-group__input.message-inline.detail-panel {
      padding-bottom: 70px; }
    .form-group__input .group-message {
      margin: 0;
      position: relative; }
      .form-group__input .group-message.nested {
        padding: 5px 0;
        padding-bottom: 0;
        min-height: 20px; }
    .form-group__input.has-group-button-last {
      padding-bottom: 40px; }
      .form-group__input.has-group-button-last md-button-toggle-group:last-child {
        margin-bottom: 0; }
    .form-group__input.nested {
      padding-bottom: 0; }
      .form-group__input.nested:last-child {
        padding-bottom: 80px; }
    .form-group__input.has-add-row {
      padding-bottom: 30px; }
      .form-group__input.has-add-row .association-row {
        position: relative; }
        .form-group__input.has-add-row .association-row:not(:first-of-type) {
          margin-top: 50px;
          padding-top: 0; }
        .form-group__input.has-add-row .association-row.normal:not(:first-of-type) {
          margin-top: 30px;
          padding-top: 0; }
        .form-group__input.has-add-row .association-row .delete-button {
          position: absolute;
          right: 0;
          top: -15px;
          display: block;
          text-align: center;
          z-index: 100;
          padding: 0; }
          .form-group__input.has-add-row .association-row .delete-button + .form-group {
            margin-top: 0; }
            .form-group__input.has-add-row .association-row .delete-button + .form-group .md-input-element {
              width: 95%; }
        .form-group__input.has-add-row .association-row .close-button {
          position: absolute;
          right: -25px;
          top: 10px;
          display: block;
          text-align: center;
          z-index: 100; }
          .form-group__input.has-add-row .association-row .close-button + .form-group {
            margin-top: 0; }
      .form-group__input.has-add-row .group-link {
        margin-top: 18px; }
  .form-group__nested {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px; }
    .form-group__nested .form-group:first-child {
      margin-top: 25px; }
  .form-group__message-success {
    padding-top: 0;
    padding-bottom: 35px; }
  @media only screen and (max-width: 1440px) {
    .form-group__table.mac-scrollable {
      padding: 0;
      max-width: 100%;
      overflow: auto; }
      .form-group__table.mac-scrollable.no-scrollable {
        overflow: unset; } }
  @media only screen and (max-width: 1280px) {
    .form-group__table {
      padding: 0;
      max-width: 100%;
      overflow: auto; }
      .form-group__table.no-scrollable {
        overflow: unset; } }
  @media only screen and (max-width: 1440px) {
    .form-group__table.small-computer {
      padding: 0;
      overflow-y: hidden;
      overflow-x: auto; }
      .form-group__table.small-computer.no-scrollable {
        overflow: unset; } }
  .form-group__table.table-inline {
    padding: 0 40px; }
    .form-group__table.table-inline .ui.celled.table tr th,
    .form-group__table.table-inline .ui.celled.table tr td {
      padding: 0; }
      .form-group__table.table-inline .ui.celled.table tr th.status,
      .form-group__table.table-inline .ui.celled.table tr td.status {
        width: 30%; }
      .form-group__table.table-inline .ui.celled.table tr th span,
      .form-group__table.table-inline .ui.celled.table tr td span {
        color: #4c4c4c; }
        .form-group__table.table-inline .ui.celled.table tr th span.title,
        .form-group__table.table-inline .ui.celled.table tr td span.title {
          font-weight: 700; }
        .form-group__table.table-inline .ui.celled.table tr th span.subtitle,
        .form-group__table.table-inline .ui.celled.table tr td span.subtitle {
          font-weight: 600;
          padding-left: 15px; }
        .form-group__table.table-inline .ui.celled.table tr th span.status,
        .form-group__table.table-inline .ui.celled.table tr td span.status {
          display: inline-block;
          width: 100%; }
          .form-group__table.table-inline .ui.celled.table tr th span.status.left,
          .form-group__table.table-inline .ui.celled.table tr td span.status.left {
            text-align: left; }
          .form-group__table.table-inline .ui.celled.table tr th span.status.right,
          .form-group__table.table-inline .ui.celled.table tr td span.status.right {
            text-align: right; }
    .form-group__table.table-inline .ui.celled.table tbody tr:nth-child(2n-1) {
      background-color: #fff; }
    .form-group__table.table-inline .ui.celled.table tbody tr:hover {
      background-color: #fff; }
  .form-group__table ng-table-filtering .group-action.has-search {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 0; }
  .form-group__table table {
    padding: 0;
    margin: 0; }
    .form-group__table table th:first-child,
    .form-group__table table td:first-child {
      padding-left: 30px; }
    .form-group__table table th:last-child,
    .form-group__table table td:last-child {
      padding-right: 30px; }
  .form-group__table .grd-pagination {
    padding-left: 30px;
    padding-right: 30px; }
  .form-group.footer {
    min-height: 80px; }
  .form-group.group-input + .group-radio {
    margin-top: 45px; }
  .form-group.group-radio {
    width: 100%; }
    .form-group.group-radio + .group-input {
      margin-top: 34px; }
    .form-group.group-radio md-button-toggle-group {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      margin-bottom: 5px; }
      .form-group.group-radio md-button-toggle-group md-button-toggle {
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        /*.mat-button-toggle-label {
                    width: 100%;
                    margin-bottom: 0;
                    font-weight: $font-weight-semibold;
                    font-size: 14px;
                    color: $gray;
                    line-height: 50px;

                    .mat-button-toggle-label-content {
                        line-height: 48px;
                        width: 100%;
                    }
                }

                &.mat-button-toggle-checked {
                    border-color: $blue;
                    background-color: $blue;

                    .mat-button-toggle-label-content {
                        color: $white;
                    }

                    & + md-button-toggle {
                        // border-left: 1px solid $blue;
                        border-left: none;
                    }
                }

                &.mat-button-toggle-disabled {
                    border-color: #eeeeee;

                    &.mat-button-toggle-checked {
                        .mat-button-toggle-label-content {
                            background-color: $blue;
                            color: $white;
                        }
                    }

                    .mat-button-toggle-label-content {
                        background-color: #eeeeee;
                        color: $gray5;
                    }
                }*/ }
        .form-group.group-radio md-button-toggle-group md-button-toggle .md-button-toggle-label-content {
          border: 1px solid #aaaaaa;
          border-right: none;
          border-radius: 0; }
        .form-group.group-radio md-button-toggle-group md-button-toggle:hover .md-button-toggle-label-content {
          background-color: #f7f9fa; }
        .form-group.group-radio md-button-toggle-group md-button-toggle:last-child .md-button-toggle-label-content {
          border-right: 1px solid #aaaaaa; }
        .form-group.group-radio md-button-toggle-group md-button-toggle .md-button-toggle-label {
          width: 100%;
          margin-bottom: 0;
          font-weight: 600;
          font-size: 1.4rem;
          color: #4c4c4c;
          line-height: 50px; }
          .form-group.group-radio md-button-toggle-group md-button-toggle .md-button-toggle-label .md-button-toggle-label-content {
            line-height: 47px;
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
            .form-group.group-radio md-button-toggle-group md-button-toggle .md-button-toggle-label .md-button-toggle-label-content span {
              margin: auto;
              padding-top: 3px; }
        .form-group.group-radio md-button-toggle-group md-button-toggle.md-button-toggle-checked .md-button-toggle-label-content {
          border-color: #008488;
          background-color: #f7f9fa;
          color: #007477; }
        .form-group.group-radio md-button-toggle-group md-button-toggle.md-button-toggle-checked + md-button-toggle {
          /*border-left: none;*/ }
          .form-group.group-radio md-button-toggle-group md-button-toggle.md-button-toggle-checked + md-button-toggle .md-button-toggle-label-content {
            border-left: 1px solid #008488; }
        .form-group.group-radio md-button-toggle-group md-button-toggle.md-button-toggle-disabled.md-button-toggle-checked .md-button-toggle-label-content {
          background-color: #558e90;
          color: #fff; }
        .form-group.group-radio md-button-toggle-group md-button-toggle.md-button-toggle-disabled .md-button-toggle-label-content {
          border-color: #eeeeee;
          background-color: #eeeeee; }
        .form-group.group-radio md-button-toggle-group md-button-toggle .md-button-toggle-input:focus + .md-button-toggle-label-content {
          font-weight: 700; }
    .form-group.group-radio.item-6 md-button-toggle-group md-button-toggle {
      width: 16.66667%;
      height: 50px; }
    .form-group.group-radio.item-3 md-button-toggle-group md-button-toggle {
      width: 33.33333%;
      height: 50px; }
    .form-group.group-radio.item-2 md-button-toggle-group md-button-toggle {
      width: 50%;
      height: 50px; }
    .form-group.group-radio.item-1 md-button-toggle-group md-button-toggle {
      width: 100%;
      height: 50px; }
    .form-group.group-radio .group-input__label {
      font-size: 1.4rem;
      font-weight: 600;
      margin: 0;
      display: block;
      max-width: 100%;
      margin-bottom: 10px;
      line-height: 16px; }
      .form-group.group-radio .group-input__label.small {
        font-size: 1.2rem; }
  .form-group.group-toggle {
    margin-top: 44px; }
  .form-group p.title {
    font-size: 1.4rem;
    line-height: 25px;
    font-weight: 600;
    color: #5c5c5c; }
  .form-group a.suggestion-link {
    color: #008488;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 100%;
    width: 100%;
    display: inline-block;
    word-wrap: break-word; }
    .form-group a.suggestion-link:hover {
      color: #007477; }
  .form-group .group-link {
    margin-top: 20px; }
  .form-group .heading-title {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 600;
    color: #2c2c2c;
    text-align: left; }
  .form-group__content {
    padding: 0 40px 40px 40px; }
    .form-group__content .content-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #cccccc;
      padding-bottom: 10px;
      padding-right: calc((4 / 12 * 100%) + 0.01px); }
      .form-group__content .content-header .header-title .title {
        font-size: 1.4rem;
        line-height: 1.79;
        color: #2c2c2c;
        padding-bottom: 0;
        font-weight: 700; }
      .form-group__content .content-header .header-cta .cta-link {
        color: #008488;
        font-size: 1.4rem;
        line-height: 1.79;
        font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .form-group__content .content-header {
          padding-right: calc((6 / 12 * 100%) + 0.01px); } }
    .form-group__content .content-details {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      padding: 20px 0; }
      .form-group__content .content-details .content-text {
        padding-top: 20px;
        width: calc((8 /12 * 100% - 4px)); }
        .form-group__content .content-details .content-text .group-text-input {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: stretch;
          -webkit-align-items: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          width: 100%;
          margin-top: 0; }
          .form-group__content .content-details .content-text .group-text-input .group-label {
            width: 20%; }
            @media only screen and (min-width: 1650px) and (max-width: 1920px) {
              .form-group__content .content-details .content-text .group-text-input .group-label {
                width: 15%; } }
          .form-group__content .content-details .content-text .group-text-input .group-value {
            width: 80%; }
            @media only screen and (min-width: 1650px) and (max-width: 1920px) {
              .form-group__content .content-details .content-text .group-text-input .group-value {
                width: 85%; } }
      .form-group__content .content-details .content-block {
        width: calc((4 / 12 * 100%) + 0.01px);
        margin-left: auto;
        background-color: #f2f3f5;
        padding: 35px 20px;
        text-align: center; }
        .form-group__content .content-details .content-block .subtitle {
          font-size: 1.4rem;
          line-height: 1.79;
          font-weight: 600;
          color: #4c4c4c; }
        .form-group__content .content-details .content-block .title {
          font-size: 3.2rem;
          line-height: 1.25;
          padding-bottom: 0;
          color: #4c4c4c;
          font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .form-group__content .content-details .content-text {
          width: calc((6 /12 * 100% - 4px)); }
        .form-group__content .content-details .content-block {
          width: calc((6 / 12 * 100%) + 0.01px); } }
  .form-group .radio-block md-radio-button {
    display: block !important; }
    .form-group .radio-block md-radio-button:not(:first-child) {
      margin-left: 0; }
  .form-group.group-message-bottom {
    padding-bottom: 40px; }
    .form-group.group-message-bottom.inside-card {
      padding-left: 40px;
      padding-right: 40px; }
  .form-group.group-message-middle {
    padding: 0px 40px; }

.group-message {
  font-size: 1.4rem;
  font-weight: 600; }

.action-btn {
  padding: 23px 40px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 2px;
  text-align: center;
  line-height: .9; }
  .action-btn[md-raised-button] {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .action-btn[md-raised-button][disabled] {
      color: #fff;
      background-color: #6d6d6d;
      pointer-events: none !important; }
  .action-btn.left-btn {
    color: #696969;
    border: 1px solid #bcbcbc;
    float: left;
    background: none; }
  .action-btn.right-btn {
    color: #fff;
    background-color: #008488;
    float: right; }

.col-2 md-select,
.col-3 md-select,
.column md-select {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  vertical-align: top;
  padding-top: 21px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .col-2 md-select,
    .col-3 md-select,
    .column md-select {
      -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      transform: translateY(-6px); } }
  .col-2 md-select .md-select-value,
  .col-3 md-select .md-select-value,
  .column md-select .md-select-value {
    max-width: calc(100% - 20px); }

.col-2.with-button md-select,
.col-3.with-button md-select,
.column.with-button md-select {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.col-2.with-input button,
.col-3.with-input button,
.column.with-input button {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px); }

.form-submitted md-select.ng-pristine.ng-invalid:not(.md-select-disabled) .md-select-trigger {
  border-color: #b01414; }

.form-submitted md-select.ng-pristine.ng-invalid:not(.md-select-disabled) .mat-select-arrow,
.form-submitted md-select.ng-pristine.ng-invalid:not(.md-select-disabled) .md-select-arrow {
  background-image: url("images/chevron-down-red.svg"); }

md-select {
  width: 100%;
  padding-top: 18px; }
  md-select ~ span {
    display: block;
    -webkit-transform: translateY(14px);
    -ms-transform: translateY(14px);
    transform: translateY(14px); }
  md-select + .error-message {
    bottom: 13px !important; }
  md-select .md-select-arrow {
    width: 10px;
    height: 10px;
    background-image: url("images/chevron-down.svg");
    background-size: cover;
    border: none; }
  md-select .md-select-value {
    color: #4c4c4c;
    font-size: 1.4rem; }
  md-select[disabled] {
    pointer-events: none !important; }
    md-select[disabled] .mat-select-value,
    md-select[disabled] .mat-select-placeholder,
    md-select[disabled] .mat-select-arrow {
      color: #696969;
      background-image: url("images/chevron-down-disabled.svg"); }
    md-select[disabled] .md-select-value,
    md-select[disabled] .md-select-placeholder,
    md-select[disabled] .md-select-arrow {
      color: #696969;
      background-image: url("images/chevron-down-disabled.svg"); }
  md-select[readonly] {
    pointer-events: none !important; }
    md-select[readonly] .mat-select-value,
    md-select[readonly] .mat-select-placeholder,
    md-select[readonly] .mat-select-arrow {
      color: #696969;
      background-image: url("images/chevron-down-disabled.svg"); }
    md-select[readonly] .md-select-value,
    md-select[readonly] .md-select-placeholder,
    md-select[readonly] .md-select-arrow {
      color: #696969;
      background-image: url("images/chevron-down-disabled.svg"); }
  md-select.md-select-disabled {
    pointer-events: none !important; }
    md-select.md-select-disabled .mat-select-value,
    md-select.md-select-disabled .mat-select-placeholder,
    md-select.md-select-disabled .mat-select-arrow {
      color: #696969;
      background-image: url("images/chevron-down-disabled.svg"); }
    md-select.md-select-disabled .md-select-value,
    md-select.md-select-disabled .md-select-placeholder,
    md-select.md-select-disabled .md-select-arrow {
      color: #696969;
      background-image: url("images/chevron-down-disabled.svg"); }
  md-select.mat-select-disabled {
    pointer-events: none !important; }
    md-select.mat-select-disabled .mat-select-value,
    md-select.mat-select-disabled .mat-select-placeholder,
    md-select.mat-select-disabled .mat-select-arrow {
      color: #696969;
      background-image: url("images/chevron-down-disabled.svg"); }
    md-select.mat-select-disabled .md-select-value,
    md-select.mat-select-disabled .md-select-placeholder,
    md-select.mat-select-disabled .md-select-arrow {
      color: #696969;
      background-image: url("images/chevron-down-disabled.svg"); }
  md-select:focus:not(.md-select-disabled) {
    /*.md-select-placeholder.md-floating-placeholder {
                color: $primary-color;
            }
            .mat-select-placeholder.mat-floating-placeholder {
                color: $primary-color;
            }*/ }
    md-select:focus:not(.md-select-disabled) .mat-select-trigger {
      color: #008488; }
      md-select:focus:not(.md-select-disabled) .mat-select-trigger .mat-select-underline {
        background-color: #008488;
        height: 1px; }
    md-select:focus:not(.md-select-disabled) .md-select-trigger {
      color: #008488;
      border-bottom: 1px solid #008488; }
  md-select.ng-invalid.ng-touched:not(.md-select-disabled) .md-select-trigger {
    border-color: #b01414; }
  md-select.ng-invalid.ng-touched:not(.md-select-disabled) .mat-select-arrow,
  md-select.ng-invalid.ng-touched:not(.md-select-disabled) .md-select-arrow {
    background-image: url("images/chevron-down-red.svg"); }
  md-select.no-floating-placeholder .md-floating-placeholder,
  md-select.no-floating-placeholder .md-select-placeholder,
  md-select.no-floating-placeholder .mat-select-placeholder {
    visibility: hidden; }
  md-select .mat-select-trigger {
    color: #696969 !important; }
  md-select .md-select-trigger {
    color: #696969 !important;
    height: 26px;
    border-bottom: 1px solid #cccccc; }
  md-select .mat-select-underline {
    background-color: #cccccc; }
  md-select .md-select-arrow,
  md-select .mat-select-arrow {
    color: #cccccc !important; }
  md-select .mat-select-placeholder {
    font-size: 1.4rem; }
    md-select .mat-select-placeholder.mat-floating-placeholder {
      top: -6px !important;
      left: -2px !important;
      -webkit-transform: translateY(-80%) !important;
      -ms-transform: translateY(-80%) !important;
      transform: translateY(-80%) !important;
      font-weight: 600;
      font-size: 14px;
      text-align: left; }
  md-select .md-select-placeholder {
    font-size: 1.4rem;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    md-select .md-select-placeholder.md-floating-placeholder {
      top: -2px !important;
      left: -2px !important;
      -webkit-transform: translateY(-100%) scale(0.857) !important;
      -ms-transform: translateY(-100%) scale(0.857) !important;
      transform: translateY(-100%) scale(0.857) !important;
      /*transform: translateY(-100%) !important;*/
      font-weight: 600;
      /*font-size: 14px;*/
      text-align: left;
      padding: 0 2px; }
  md-select .md-select-value {
    top: 0;
    font-weight: 600; }
  md-select .md-select-arrow,
  md-select .mat-select-arrow {
    margin: 0 4px 5px 4px; }

.mat-option {
  min-height: 55px !important;
  height: auto !important;
  font-family: "BwModelica", sans-serif !important; }
  .mat-option.mat-selected {
    color: #008488; }
  .mat-option.search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 36px 15px;
    border-bottom: 1px solid #eaeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mat-option span {
    width: 100%;
    white-space: normal; }
    .mat-option span.title {
      font-weight: 900;
      font-size: 1.8rem;
      line-height: 40px; }
    .mat-option span.sub-title {
      font-weight: 600;
      font-size: 1.4rem;
      line-height: 20px; }

md-option {
  min-height: 40px !important;
  font-family: "BwModelica", sans-serif !important;
  height: auto !important;
  color: #4c4c4c; }
  md-option.md-selected {
    color: #008488; }
  md-option.search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 36px 15px;
    border-bottom: 1px solid #eaeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  md-option span {
    width: 100%;
    white-space: normal;
    padding: 12px 8px !important;
    font-size: 1.4rem;
    word-wrap: break-word; }
    md-option span.title {
      font-weight: 900;
      font-size: 1.6rem;
      line-height: 40px; }
    md-option span.sub-title {
      font-weight: 600;
      font-size: 1.4rem;
      line-height: 20px; }
  md-option .md-option-ripple {
    display: none; }

.mat-select-panel,
.md-select-panel {
  max-height: 400px !important;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.17) !important;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.17) !important; }
  .mat-select-panel md-option,
  .md-select-panel md-option {
    font-family: "BwModelica", sans-serif;
    border: 1px solid #fff; }
    .mat-select-panel md-option:hover:not(.md-option-disabled),
    .md-select-panel md-option:hover:not(.md-option-disabled) {
      background: #f7f9fa;
      /*border: 1px solid $green2-primary-hover;*/
      /*color: $green2-primary-hover;*/ }

.file-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute; }
  .file-upload:focus + label.row-btn-upload {
    color: #007477;
    border: 1px solid #007477;
    outline: none; }
  .file-upload + label {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .file-upload + label.row-btn-upload {
      margin: 0 auto; }

.row-btn-upload {
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #008488;
  cursor: pointer;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px); }
  .row-btn-upload.full-width {
    width: 100% !important;
    margin: 0; }
  .row-btn-upload span {
    margin: auto; }
  .row-btn-upload .inner-content {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .row-btn-upload .inner-content img {
      margin-right: 10px; }
  .row-btn-upload:hover {
    color: #007477;
    border: 1px solid #007477; }
  .row-btn-upload:focus {
    color: #007477;
    border: 1px solid #007477;
    outline: none; }
  .row-btn-upload + .upload-file-name {
    width: 60%; }
  .row-btn-upload + .upload-file-name.upload__business {
    width: 100%; }

/*md-progress-bar {
    top: 80px;
}*/
.md-progress-bar-buffer {
  background-color: #bbdbdc; }

.md-progress-bar-fill::after {
  background-color: #008488; }

.modal-backdrop {
  display: none; }

.expand-button {
  /*position: absolute;
    transform: translateX(-25px);
    padding-top: 1px;*/
  cursor: pointer;
  position: relative;
  left: 20px;
  width: 30px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .expand-button.static {
    left: 0; }
  .expand-button img {
    width: 12px;
    height: 6px;
    display: block; }

.with-expand {
  /*line-height: 1 !important;*/ }
  .with-expand.inline {
    line-height: 24px !important; }
    .with-expand.inline .expand-button {
      line-height: 24px !important; }
      .with-expand.inline .expand-button img {
        position: absolute;
        -webkit-transform: translate(-25px, 5px);
        -ms-transform: translate(-25px, 5px);
        transform: translate(-25px, 5px); }

a.hyper-link img.icon-create {
  margin-right: 10px; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  color: #4c4c4c !important; }

a,
label {
  font-size: 1.4rem; }

.form-group.has-password-field + .form-group.ui.grid {
  margin-top: 0; }

.section-header__title {
  color: #2c2c2c; }

.arrow-icon {
  width: 6px;
  height: 10px; }

.autocomplete-overlay-ios {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

ngui-auto-complete {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.17);
  border-radius: 2px;
  z-index: 1000 !important;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }
  ngui-auto-complete .ngui-auto-complete {
    background: #fff; }
    ngui-auto-complete .ngui-auto-complete ul {
      max-height: 345px;
      border: none !important; }
      ngui-auto-complete .ngui-auto-complete ul li {
        padding: 10px 20px;
        border-bottom: 1px solid #eaeaea;
        font-size: 1.4rem; }
        ngui-auto-complete .ngui-auto-complete ul li.no-match-found {
          display: none; }
        ngui-auto-complete .ngui-auto-complete ul li.selected, ngui-auto-complete .ngui-auto-complete ul li:active {
          background-color: #f7f9fa;
          color: #008488; }
          ngui-auto-complete .ngui-auto-complete ul li.selected *, ngui-auto-complete .ngui-auto-complete ul li:active * {
            color: #008488 !important; }
        ngui-auto-complete .ngui-auto-complete ul li:hover {
          cursor: pointer;
          background-color: #eaeaea; }
        ngui-auto-complete .ngui-auto-complete ul li span {
          display: inline-block;
          width: 100%;
          white-space: normal; }
          ngui-auto-complete .ngui-auto-complete ul li span.title {
            font-weight: 700;
            font-size: 1.4rem;
            line-height: 1.1; }
          ngui-auto-complete .ngui-auto-complete ul li span.sub-title {
            font-weight: 600;
            font-size: 1.2rem;
            line-height: 1.1; }
          ngui-auto-complete .ngui-auto-complete ul li span.inline {
            display: inline; }

.form-group .suggestions {
  position: absolute;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 300px;
  z-index: 99;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .form-group .suggestions.inside-column {
    width: calc(100% - 40px); }
  .form-group .suggestions ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .form-group .suggestions ul li {
      padding: 10px 20px;
      min-height: 50px;
      word-break: break-word;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .form-group .suggestions ul li a {
        color: #696969;
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 20px;
        text-decoration: none;
        display: inline-block;
        width: 100%; }
        .form-group .suggestions ul li a span.title {
          font-weight: 800;
          color: #4c4c4c; }
        .form-group .suggestions ul li a span.sub-title {
          font-weight: 600;
          color: #4c4c4c; }
      .form-group .suggestions ul li:hover {
        cursor: pointer;
        background: #f2f3f5; }
      .form-group .suggestions ul li div {
        display: inline-block;
        color: #4c4c4c; }
        .form-group .suggestions ul li div.result-wrapper {
          width: 98%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          font-weight: 600; }
          .form-group .suggestions ul li div.result-wrapper .title {
            display: inline-block;
            text-transform: lowercase;
            font-size: 1.6rem;
            max-width: 80%; }
            .form-group .suggestions ul li div.result-wrapper .title:first-letter {
              text-transform: uppercase; }
          .form-group .suggestions ul li div.result-wrapper .sub-title {
            font-size: 1.6rem;
            color: #696969; }
        .form-group .suggestions ul li div.icon img {
          width: 6px;
          height: 10px; }
      .form-group .suggestions ul li.group-title span.title {
        display: inline-block;
        width: 100%;
        padding: 12px 8px; }
        .form-group .suggestions ul li.group-title span.title.level-1 {
          width: 20%; }
        .form-group .suggestions ul li.group-title span.title.level-2 {
          width: 50%; }
        .form-group .suggestions ul li.group-title span.title.level-3 {
          width: 30%; }

.mat-autocomplete-panel {
  max-width: 100% !important; }

md-autocomplete.suggestion {
  color: white; }

ul.suggestions {
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  max-height: 345px;
  overflow: hidden;
  height: 345px;
  display: block;
  overflow-y: auto;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.17);
  border-radius: 2px;
  margin-top: 0;
  padding: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }
  ul.suggestions li {
    list-style: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 30px 120px;
    border-bottom: 1px solid #eaeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    ul.suggestions li:hover {
      cursor: pointer;
      background-color: #eaeaea; }
    ul.suggestions li span {
      display: inline-block;
      width: 100%;
      white-space: normal; }
      ul.suggestions li span.title {
        font-weight: 900;
        font-size: 1.4rem;
        line-height: 32px; }
      ul.suggestions li span.sub-title {
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 20px; }

.cdk-overlay-pane md-dialog-container {
  overflow: hidden;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .cdk-overlay-pane md-dialog-container {
      max-width: 90vw;
      overflow: auto; } }
  .cdk-overlay-pane md-dialog-container.scrollable {
    overflow: auto; }
    @media only screen and (max-width: 768px) {
      .cdk-overlay-pane md-dialog-container.scrollable {
        overflow: auto;
        width: 80vw; }
        .cdk-overlay-pane md-dialog-container.scrollable .dl-container {
          overflow: auto; } }

.dlg-container {
  width: 400px;
  outline: none;
  overflow: hidden; }
  .dlg-container-md {
    width: 760px;
    max-width: 760px; }
    @media only screen and (max-width: 1024px) {
      .dlg-container-md {
        width: auto; } }
    .dlg-container-md.dlg-container-scrolling .dlg-wrapper .dlg-header {
      width: 100%;
      padding-bottom: 20px; }
  .dlg-container-scrolling {
    max-height: 600px; }
    .dlg-container-scrolling .dlg-wrapper .dlg-header {
      position: relative;
      z-index: 9999;
      background: #fff; }
    .dlg-container-scrolling .dlg-wrapper .dlg-body {
      padding: 80px 10px 0px 10px;
      max-height: 400px;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 15px 0; }
      @media only screen and (max-width: 992px) {
        .dlg-container-scrolling .dlg-wrapper .dlg-body {
          max-height: 40vh; } }
    .dlg-container-scrolling .dlg-wrapper .dlg-footer {
      padding: 0 10px;
      position: relative;
      z-index: 9999; }
  .dlg-container .dlg-wrapper.card {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .dlg-container .dlg-wrapper .dlg-header {
    display: inline-block;
    width: 100%; }
    .dlg-container .dlg-wrapper .dlg-header h4.title {
      float: left;
      margin: 0;
      max-width: 90%;
      font-size: 2.0rem;
      font-weight: 700;
      color: #2c2c2c; }
    .dlg-container .dlg-wrapper .dlg-header button {
      outline: none; }
      .dlg-container .dlg-wrapper .dlg-header button.close {
        float: right;
        background-color: #fff;
        border: 1px dotted transparent;
        font-size: 1.6rem;
        color: #008488;
        font-weight: 400; }
        .dlg-container .dlg-wrapper .dlg-header button.close:focus, .dlg-container .dlg-wrapper .dlg-header button.close:hover {
          border-color: #008488; }
  .dlg-container .dlg-wrapper .dlg-body p {
    font-size: 1.4rem;
    color: #696969; }
    .dlg-container .dlg-wrapper .dlg-body p b {
      font-weight: 700;
      color: #222228; }
  .dlg-container .dlg-wrapper .dlg-body .dlg-content {
    margin-top: 20px; }
  .dlg-container .dlg-wrapper .dlg-body table tr th,
  .dlg-container .dlg-wrapper .dlg-body table tr td {
    padding: 20px !important; }
  .dlg-container .dlg-wrapper .dlg-footer .group-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .dlg-container .dlg-wrapper .dlg-footer .group-submit button {
      margin: 0; }
  .dlg-container .dlg-wrapper .dlg-footer button {
    outline: none;
    width: calc(50% - 12px);
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .dlg-container .dlg-wrapper .dlg-footer button.btn-full-with {
      width: 100%; }

md-radio-group.vertical-direction md-radio-button {
  display: block; }
  md-radio-group.vertical-direction md-radio-button:not(:first-child) {
    margin-left: 0; }

md-radio-button:not(:first-child) {
  margin-left: 60px; }

md-radio-button .md-radio-label {
  white-space: normal; }

md-radio-button.wrap-label .md-radio-label {
  white-space: normal; }

md-radio-button .mat-radio-container {
  width: 16px;
  height: 16px; }

md-radio-button .mat-radio-outer-circle {
  border: 1px solid #4c4c4c; }

md-radio-button.mat-radio-checked .mat-radio-outer-circle {
  border-color: #4c4c4c; }

md-radio-button.mat-radio-checked .mat-radio-inner-circle {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  background-color: #008488; }

md-radio-button .mat-radio-label-content {
  color: #4c4c4c; }

md-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: #696969; }

md-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: #696969; }

md-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: #696969; }

md-radio-button .md-radio-outer-circle {
  border: 1px solid #4c4c4c;
  width: 16px;
  height: 16px; }

md-radio-button .md-radio-container {
  width: 18px;
  height: 18px;
  border: 1px solid transparent; }

md-radio-button .md-radio-inner-circle {
  width: 16px;
  height: 16px;
  background-color: inherit; }

md-radio-button.md-radio-checked .md-radio-outer-circle {
  border-color: #4c4c4c; }

md-radio-button.md-radio-checked .md-radio-inner-circle {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  background-color: #008488; }

md-radio-button .md-radio-label-content {
  color: #4c4c4c;
  font-size: 1.4rem;
  line-height: 1.79;
  display: inline; }

md-radio-button.md-radio-disabled .md-radio-outer-circle {
  border-color: #696969; }

md-radio-button.md-radio-disabled .md-radio-inner-circle {
  background-color: #696969; }

md-radio-button.md-radio-disabled .md-radio-label-content {
  color: #696969; }

md-radio-button.md-radio-focused .md-radio-container {
  border: 1px dotted #008488;
  border-radius: 50%; }

.radio-section {
  display: inline-block;
  margin-top: 25px; }
  .radio-section .title {
    color: #2c2c2c;
    font-weight: 700; }
  .radio-section label {
    display: block;
    margin-bottom: 10px; }
    .radio-section label.mat-radio-label {
      color: #696969; }
    .radio-section label.md-radio-label {
      color: #696969; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.plus-icon {
  width: 12px;
  height: 12px; }
  .plus-icon line {
    stroke: #008488; }

.round-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #b8b8b8;
  border-radius: 50%;
  /*&.error {
        border-color: $text-error-color;
        background: url('images/icon-close.svg') no-repeat center center;
    }*/ }
  .round-icon.success {
    border-color: #008488;
    background: url("images/icon-tick.svg") no-repeat center center; }

@-moz-keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

md-tab-group .md-tab-header {
  padding: 0 20px; }
  md-tab-group .md-tab-header .md-tab-label {
    min-width: 125px;
    font-size: 1.4rem;
    color: #2c2c2c;
    font-family: 'BwModelica', sans-serif;
    font-weight: 700;
    opacity: 1;
    padding: 0 20px; }
    md-tab-group .md-tab-header .md-tab-label.md-tab-label-active {
      color: #007477; }
  md-tab-group .md-tab-header md-ink-bar {
    background: #007477; }

md-tab-group .md-tab-body-wrapper {
  padding: 0px;
  border-bottom: 1px solid #e0e0e0; }

/* :not(:required) hides this rule from IE9 and below */
.three-quarters-loader:not(:required) {
  -moz-animation: three-quarters-loader 750ms infinite linear;
  -webkit-animation: three-quarters-loader 750ms infinite linear;
  animation: three-quarters-loader 750ms infinite linear;
  border: 8px solid #008488;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 64px;
  height: 64px; }

.three-quarters-loader.small:not(:required) {
  width: 40px;
  height: 40px;
  border-width: 5px; }

.cta-section .inner ul {
  margin: 0;
  padding: 0; }
  .cta-section .inner ul li {
    list-style: none;
    display: inline; }
    .cta-section .inner ul li.cta-button {
      font-size: 1.4rem;
      font-weight: 600;
      color: #696969;
      line-height: 40px;
      padding: 12px;
      border-radius: 2px;
      background-color: #f4f4f4;
      border: 1px solid #cccccc;
      border-right: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .cta-section .inner ul li.cta-button:last-child {
        border-right: 1px solid #cccccc; }
      .cta-section .inner ul li.cta-button:hover {
        background-color: #008488;
        border-color: #008488;
        color: #fff; }
        .cta-section .inner ul li.cta-button:hover i {
          color: #fff; }
      .cta-section .inner ul li.cta-button i {
        width: 12px;
        height: 12px;
        font-size: 1.4rem;
        color: #008488;
        margin-right: 5px; }
      .cta-section .inner ul li.cta-button.disabled {
        pointer-events: none;
        color: #696969; }
        .cta-section .inner ul li.cta-button.disabled i {
          color: #696969; }
    .cta-section .inner ul li.cta-small {
      height: 40px; }

.cta-section ul.cta-wrapper {
  margin: 0;
  padding: 0; }
  .cta-section ul.cta-wrapper li {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    color: #4c4c4c;
    -webkit-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
    transition: all .05s ease-in-out;
    float: left;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.17); }
    .cta-section ul.cta-wrapper li.hidden {
      display: none; }
    .cta-section ul.cta-wrapper li:last-child {
      border-bottom: 0; }
    .cta-section ul.cta-wrapper li:hover {
      background-color: #008488;
      color: #fff; }
      .cta-section ul.cta-wrapper li:hover div.inner.title, .cta-section ul.cta-wrapper li:hover div.inner.description, .cta-section ul.cta-wrapper li:hover div.inner.icon {
        color: #fff; }
        .cta-section ul.cta-wrapper li:hover div.inner.title img, .cta-section ul.cta-wrapper li:hover div.inner.description img, .cta-section ul.cta-wrapper li:hover div.inner.icon img {
          color: #fff; }
    .cta-section ul.cta-wrapper li div.inner {
      float: left;
      padding: 20px;
      padding-left: 40px;
      font-weight: 600; }
      .cta-section ul.cta-wrapper li div.inner.title {
        width: 35%;
        font-size: 1.6rem;
        color: #4c4c4c; }
      .cta-section ul.cta-wrapper li div.inner.description {
        width: 40%;
        font-size: 1.4rem;
        color: #696969; }
      .cta-section ul.cta-wrapper li div.inner.icon {
        width: 25%;
        text-align: right; }
        .cta-section ul.cta-wrapper li div.inner.icon .grd-btn-link {
          padding-right: 18px; }
          .cta-section ul.cta-wrapper li div.inner.icon .grd-btn-link.btn-arrow img {
            width: 6px;
            height: 10px; }
            .cta-section ul.cta-wrapper li div.inner.icon .grd-btn-link.btn-arrow img.icon-download {
              width: 15px;
              height: 15px; }

.add-row-wrapper {
  position: absolute !important;
  bottom: 0; }

.fixed-container-680 .component-title {
  padding-bottom: 10px; }

.fixed-container-680 form .component-wrapper .card-header {
  padding-bottom: 15px;
  margin: 0 auto 0 auto; }
  .fixed-container-680 form .component-wrapper .card-header__title {
    padding: 0px !important; }
  .fixed-container-680 form .component-wrapper .card-header .field-label {
    padding: 24px 0 0 0;
    color: #2c2c2c; }

.fixed-container-680 form .component-wrapper .detail-panel {
  padding: 0px 40px 80px 40px !important; }
  .fixed-container-680 form .component-wrapper .detail-panel .form-group {
    margin: 0 auto 0 auto; }
    .fixed-container-680 form .component-wrapper .detail-panel .form-group:nth-child(2) {
      padding: 22px 0 0 0 !important; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .fixed-container-680 form .component-wrapper .detail-panel .form-group:nth-child(2) {
          padding: 28px 0 0 0 !important; } }
    .fixed-container-680 form .component-wrapper .detail-panel .form-group:nth-child(3) {
      padding: 12px 0 0 0 !important; }
    .fixed-container-680 form .component-wrapper .detail-panel .form-group * {
      padding: 0px; }
  .fixed-container-680 form .component-wrapper .detail-panel .form-group.group-radio {
    margin: 30px 0 0 0; }
    .fixed-container-680 form .component-wrapper .detail-panel .form-group.group-radio .twelve.wide.column {
      padding: 0px !important; }
      .fixed-container-680 form .component-wrapper .detail-panel .form-group.group-radio .twelve.wide.column .group-input__label {
        font-size: 1.6rem !important; }
      .fixed-container-680 form .component-wrapper .detail-panel .form-group.group-radio .twelve.wide.column md-button-toggle-group {
        margin: 0 auto; }

md-tab-body.md-tab-body-active {
  overflow-y: hidden !important;
  height: auto !important; }

.md-menu-content [md-menu-item] {
  font-size: 1.4rem; }
  .md-menu-content [md-menu-item] img {
    margin-right: 10px; }
  .md-menu-content [md-menu-item].action-text {
    color: #008488;
    text-align: right;
    height: auto !important;
    min-height: 30px;
    line-height: 30px; }
    .md-menu-content [md-menu-item].action-text span {
      display: inline-block;
      width: 100%;
      font-weight: 600;
      /*line-height: 25px;*/ }

[md-icon-button] {
  width: 30px !important;
  height: 30px !important;
  line-height: 25px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px !important;
  border: 1px solid transparent !important; }
  [md-icon-button] svg {
    fill: #4c4c4c; }
  [md-icon-button] .md-button-wrapper {
    margin: auto; }
  [md-icon-button]:hover {
    border: 1px solid #008488 !important; }
    [md-icon-button]:hover svg {
      fill: #008488; }
    [md-icon-button]:hover .md-button-focus-overlay {
      background-color: transparent !important; }

button.float-right {
  float: right; }

.add-doc {
  margin: 25px 0px;
  display: inline-block; }
  .add-doc img {
    vertical-align: text-top;
    margin-right: 12px; }

.saved-item .md-input-underline {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.26)), color-stop(33%, rgba(0, 0, 0, 0.26)), color-stop(0, transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0, rgba(0, 0, 0, 0.26) 33%, transparent 0);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.26) 0, rgba(0, 0, 0, 0.26) 33%, transparent 0);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0, rgba(0, 0, 0, 0.26) 33%, transparent 0);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  border-top: 0;
  border-top-width: 0px;
  border-top-style: initial;
  border-top-color: initial;
  background-position: 0;
  background-position-x: 0px;
  background-position-y: center; }

.padding-20-40-30-40 {
  padding: 20px 40px 30px 40px; }

#hrefAddDifferentAccount {
  color: #008488 !important; }

html.text-resizer-0 {
  font-size: 62.5% !important; }
  html.text-resizer-0 table td,
  html.text-resizer-0 table th,
  html.text-resizer-0 table tr {
    font-size: 1.4rem !important; }
  html.text-resizer-0 table span.status {
    font-size: 1.0rem !important; }
  html.text-resizer-0 table * {
    font-size: 1.4rem !important; }
  html.text-resizer-0 .text-resizer-container .text-resizer-component {
    position: absolute;
    top: 5%;
    right: 17%;
    width: 60px;
    height: 25px;
    z-index: 998; }
    html.text-resizer-0 .text-resizer-container .text-resizer-component .resizer {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      line-height: 15px !important;
      vertical-align: middle; }
      html.text-resizer-0 .text-resizer-container .text-resizer-component .resizer-decrease {
        width: 45%;
        margin: 0px !important;
        padding-top: 2px;
        float: left;
        cursor: pointer;
        font-weight: 600;
        font-size: 12px;
        height: auto;
        line-height: 19px;
        vertical-align: text-bottom; }
        html.text-resizer-0 .text-resizer-container .text-resizer-component .resizer-decrease a {
          font-weight: 600;
          font-size: 12px;
          height: auto;
          line-height: 19px;
          color: #696969; }
          html.text-resizer-0 .text-resizer-container .text-resizer-component .resizer-decrease a:hover {
            color: #007477; }
      html.text-resizer-0 .text-resizer-container .text-resizer-component .resizer-increase {
        width: 16%;
        margin: 0px 0px 0px 12px !important;
        float: left;
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        height: auto;
        line-height: 17px;
        vertical-align: text-bottom; }
        html.text-resizer-0 .text-resizer-container .text-resizer-component .resizer-increase a {
          font-weight: 600;
          font-size: 16px;
          height: auto;
          line-height: 17px;
          color: #696969; }
          html.text-resizer-0 .text-resizer-container .text-resizer-component .resizer-increase a:hover {
            color: #007477; }

html.text-resizer-1 {
  font-size: 70.3125% !important; }
  html.text-resizer-1 table td,
  html.text-resizer-1 table th,
  html.text-resizer-1 table tr {
    font-size: 1.4rem !important; }
  html.text-resizer-1 table span.status {
    font-size: 1.0rem !important; }
  html.text-resizer-1 table span.title {
    font-size: 1.4rem !important; }
  html.text-resizer-1 table span.sub-title {
    font-size: 1.4rem !important; }
  html.text-resizer-1 table * {
    font-size: 1.4rem !important; }
  html.text-resizer-1 .text-resizer-container .text-resizer-component {
    position: absolute;
    top: 5%;
    right: 17%;
    width: 60px;
    height: 25px;
    z-index: 998; }
    html.text-resizer-1 .text-resizer-container .text-resizer-component .resizer {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      line-height: 15px !important;
      vertical-align: middle; }
      html.text-resizer-1 .text-resizer-container .text-resizer-component .resizer-decrease {
        width: 45%;
        margin: 0px !important;
        padding-top: 2px;
        float: left;
        cursor: pointer;
        font-weight: 600;
        font-size: 12px;
        height: auto;
        line-height: 19px;
        vertical-align: text-bottom; }
        html.text-resizer-1 .text-resizer-container .text-resizer-component .resizer-decrease a {
          font-weight: 600;
          font-size: 12px;
          height: auto;
          line-height: 19px;
          color: #696969; }
          html.text-resizer-1 .text-resizer-container .text-resizer-component .resizer-decrease a:hover {
            color: #007477; }
      html.text-resizer-1 .text-resizer-container .text-resizer-component .resizer-increase {
        width: 16%;
        margin: 0px 0px 0px 12px !important;
        float: left;
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        height: auto;
        line-height: 17px;
        vertical-align: text-bottom; }
        html.text-resizer-1 .text-resizer-container .text-resizer-component .resizer-increase a {
          font-weight: 600;
          font-size: 16px;
          height: auto;
          line-height: 17px;
          color: #696969; }
          html.text-resizer-1 .text-resizer-container .text-resizer-component .resizer-increase a:hover {
            color: #007477; }
  html.text-resizer-1 .column md-select {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px); }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      html.text-resizer-1 .column md-select {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px); } }
    html.text-resizer-1 .column md-select .md-select-trigger {
      height: 28px; }
    html.text-resizer-1 .column md-select .md-select-placeholder.md-floating-placeholder {
      top: -1px !important; }
  html.text-resizer-1 .row-btn-upload {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px); }

html.text-resizer-2 {
  font-size: 78.19443005% !important; }
  html.text-resizer-2 table td,
  html.text-resizer-2 table th,
  html.text-resizer-2 table tr {
    font-size: 1.4rem !important; }
  html.text-resizer-2 table span.status {
    font-size: 1.0rem !important; }
  html.text-resizer-2 table span.title {
    font-size: 1.4rem !important; }
  html.text-resizer-2 table span.sub-title {
    font-size: 1.4rem !important; }
  html.text-resizer-2 table * {
    font-size: 1.4rem !important; }
  html.text-resizer-2 .text-resizer-container .text-resizer-component {
    position: absolute;
    top: 5%;
    right: 17%;
    width: 60px;
    height: 25px;
    z-index: 998; }
    html.text-resizer-2 .text-resizer-container .text-resizer-component .resizer {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      line-height: 15px !important;
      vertical-align: middle; }
      html.text-resizer-2 .text-resizer-container .text-resizer-component .resizer-decrease {
        width: 45%;
        margin: 0px !important;
        padding-top: 2px;
        float: left;
        cursor: pointer;
        font-weight: 600;
        font-size: 12px;
        height: auto;
        line-height: 19px;
        vertical-align: text-bottom; }
        html.text-resizer-2 .text-resizer-container .text-resizer-component .resizer-decrease a {
          font-weight: 600;
          font-size: 12px;
          height: auto;
          line-height: 19px;
          color: #696969; }
          html.text-resizer-2 .text-resizer-container .text-resizer-component .resizer-decrease a:hover {
            color: #007477; }
      html.text-resizer-2 .text-resizer-container .text-resizer-component .resizer-increase {
        width: 16%;
        margin: 0px 0px 0px 12px !important;
        float: left;
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        height: auto;
        line-height: 17px;
        vertical-align: text-bottom; }
        html.text-resizer-2 .text-resizer-container .text-resizer-component .resizer-increase a {
          font-weight: 600;
          font-size: 16px;
          height: auto;
          line-height: 17px;
          color: #696969; }
          html.text-resizer-2 .text-resizer-container .text-resizer-component .resizer-increase a:hover {
            color: #007477; }
  html.text-resizer-2 .column md-select .md-select-trigger {
    height: 32px; }
  html.text-resizer-2 .column md-select .md-select-placeholder.md-floating-placeholder {
    top: 1px !important; }
  @media only screen and (min-width: 1025px) and (max-width: 1280px) {
    html.text-resizer-2 .ui.grd-container .main-container {
      width: 83.33333%;
      margin-left: 16.66667%; } }

html.text-resizer-trigger * {
  outline: solid 1px transparent; }

html .text-resizer-container .register-form {
  right: 8.5% !important; }

html .text-resizer-container .text-resizer-component {
  position: absolute;
  top: 5%;
  right: 17.5%;
  width: 60px;
  height: 25px;
  z-index: 998; }
  html .text-resizer-container .text-resizer-component .resizer {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 15px !important;
    vertical-align: middle; }
    html .text-resizer-container .text-resizer-component .resizer-decrease {
      width: 45%;
      margin: 0px !important;
      padding-top: 2px;
      float: left;
      cursor: pointer;
      font-weight: 600;
      font-size: 12px;
      height: auto;
      line-height: 19px;
      vertical-align: text-bottom; }
      html .text-resizer-container .text-resizer-component .resizer-decrease a {
        font-weight: 600;
        font-size: 12px;
        height: auto;
        line-height: 19px;
        color: #696969; }
        html .text-resizer-container .text-resizer-component .resizer-decrease a:hover {
          color: #007477; }
    html .text-resizer-container .text-resizer-component .resizer-increase {
      width: 16%;
      margin: 0px 0px 0px 12px !important;
      float: left;
      cursor: pointer;
      font-weight: 600;
      font-size: 16px;
      height: auto;
      line-height: 17px;
      vertical-align: text-bottom; }
      html .text-resizer-container .text-resizer-component .resizer-increase a {
        font-weight: 600;
        font-size: 16px;
        height: auto;
        line-height: 17px;
        color: #696969; }
        html .text-resizer-container .text-resizer-component .resizer-increase a:hover {
          color: #007477; }

html .top-bar-text-resizer-container {
  display: inline-block;
  position: relative;
  z-index: 998;
  width: 70px;
  text-align: center;
  max-width: 70px;
  vertical-align: middle; }
  html .top-bar-text-resizer-container .text-resizer-component .resizer {
    padding: 3px 5px 5px 5px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      html .top-bar-text-resizer-container .text-resizer-component .resizer {
        padding: 0; } }
    html .top-bar-text-resizer-container .text-resizer-component .resizer-decrease {
      margin: 0px !important;
      padding: 0px 0px 0px 15px !important;
      float: left;
      cursor: pointer;
      font-weight: 600;
      font-size: 12px;
      height: auto;
      line-height: 19px;
      vertical-align: text-bottom; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html .top-bar-text-resizer-container .text-resizer-component .resizer-decrease {
          line-height: 20px; } }
      html .top-bar-text-resizer-container .text-resizer-component .resizer-decrease a {
        font-weight: 600;
        font-size: 12px;
        height: auto;
        line-height: 19px;
        color: #696969; }
        html .top-bar-text-resizer-container .text-resizer-component .resizer-decrease a:hover {
          color: #007477; }
    html .top-bar-text-resizer-container .text-resizer-component .resizer-increase {
      margin: 0px !important;
      padding: 0px 0px 0px 15px !important;
      float: left;
      cursor: pointer;
      font-weight: 600;
      font-size: 16px;
      height: auto;
      line-height: 17px;
      vertical-align: text-bottom; }
      html .top-bar-text-resizer-container .text-resizer-component .resizer-increase a {
        font-weight: 600;
        font-size: 16px;
        height: auto;
        line-height: 17px;
        color: #696969; }
        html .top-bar-text-resizer-container .text-resizer-component .resizer-increase a:hover {
          color: #007477; }

.padding-top-27 {
  padding-top: 27px; }

.admin-document-table tr th:last-child,
.admin-document-table tr td:last-child {
  width: 10%; }

.admin-document-table th .invisible {
  position: relative !important; }

.admin-document-table td:last-child img {
  width: 15px;
  height: 15px; }

.ipad-footer-fitting {
  height: calc(100vh - 85px);
  min-height: 0% !important; }

.android-footer-fitting {
  height: 100% !important;
  min-height: 0% !important; }

.word-wrap-normal .clickable td {
  word-wrap: normal !important; }

.approval-table th:first-child {
  width: 11%; }

md-input-container.pending .md-input-underline {
  position: relative; }
  md-input-container.pending .md-input-underline:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #007477;
    position: absolute;
    right: 0;
    top: -3px; }
    md-input-container.pending .md-input-underline:after:hover {
      content: "Pending!"; }

md-select.pending .md-select-trigger {
  position: relative; }
  md-select.pending .md-select-trigger:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #007477;
    position: absolute;
    right: 0;
    bottom: 0; }

.no-padding-right {
  padding: 0 !important; }

@media only screen and (max-width: 1024px) {
  .grd-layout ~ .cdk-visually-hidden + .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@media only screen and (max-width: 1024px) {
  .cdk-global-overlay-wrapper .cdk-overlay-pane {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

snack-bar-container {
  background-color: #ffffff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  display: table-cell !important;
  -webkit-box-shadow: 0 0 20px rgba(7, 7, 7, 0.15) !important;
  box-shadow: 0 0 20px rgba(7, 7, 7, 0.15) !important; }
  snack-bar-container .md-simple-snackbar-message {
    color: #222228 !important;
    word-break: break-word !important;
    display: inline-block !important;
    width: 85% !important; }
  snack-bar-container .md-simple-snackbar-action {
    color: #222228 !important;
    margin: 0 !important; }

@-webkit-keyframes slide_in_out {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes slide_in_out {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

.contract-status md-select {
  padding-top: 6px; }

.contract-status .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.table.ui {
  margin: 0; }

.dashboard-task tr th:first-child,
.dashboard-task tr td:first-child {
  width: 18%; }

.dashboard-task tr th:nth-child(2),
.dashboard-task tr td:nth-child(2) {
  width: 40%; }

.business-list thead tr th:first-child {
  width: 35%; }

.business-list thead tr th:nth-child(2) {
  width: 18%; }

.document-list tr th:nth-child(5),
.document-list tr td:nth-child(5) {
  width: 13%; }

.document-list tr th:nth-child(6),
.document-list tr td:nth-child(6) {
  width: 12%; }

.document-list tr th:last-child,
.document-list tr td:last-child {
  width: 8%; }

.ledger-mapping-list thead tr th:nth-child(6) {
  width: 13%; }

.ledger-mapping-list thead tr th:nth-child(4), .ledger-mapping-list thead tr th:nth-child(5), .ledger-mapping-list thead tr th:nth-child(6) {
  padding-left: 20px !important; }

.ledger-mapping-list tbody tr td:nth-child(4), .ledger-mapping-list tbody tr td:nth-child(5), .ledger-mapping-list tbody tr td:nth-child(6) {
  padding-left: 20px !important; }

.realaccount-list thead tr th:nth-child(4) {
  width: 8%; }

.realaccount-list thead tr th:nth-child(7), .realaccount-list thead tr th:nth-child(8) {
  width: 11%; }

.admin-business-list.ui.celled thead tr th:nth-child(5) {
  width: 8%;
  padding-right: 20px !important; }

.admin-business-list.ui.celled tbody tr td:nth-child(5) {
  padding-right: 20px !important;
  padding-left: 20px;
  text-align: right; }
  .admin-business-list.ui.celled tbody tr td:nth-child(5) a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .admin-business-list.ui.celled tbody tr td:nth-child(5) a img {
      margin-left: auto; }
