#footer {
  background-color: #116477;
  color: #fff;
  z-index: 40;
  position: absolute;
  bottom: -200px;
  width: 100%;
}
#footer .mini.image {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#footer .group {
  margin: 0 auto;
}
#footer .md-button {
  background: #f9fafb;
  color: #116477;
}
#footer .links .list a {
  display: block;
  margin-bottom: 10px;
}
#footer a {
  color: #fff;
}
#footer .bottom a.item {
  margin-right: 10px;
}
#footer .bottom a.item:after {
  content: "|";
  margin-left: 10px;
}
#footer .bottom a.item:last-child:after {
  content: "";
  margin-left: 0;
}
md-menu-toolbar.site-content-toolbar {
  background: #fff;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 76;
}
md-menu-toolbar.site-content-toolbar .md-toolbar-tools {
  height: 55px !important;
  max-height: 55px !important;
}
md-menu-toolbar.site-content-toolbar .md-toolbar-tools >.account {
  position: relative;
}
md-menu-toolbar.site-content-toolbar .md-toolbar-tools >.account.user-check >.api-loader {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
}
md-menu-toolbar.site-content-toolbar .md-toolbar-tools .md-fab {
  width: 45px;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
md-menu-toolbar.site-content-toolbar .md-button:not(.md-raised) {
  color: #116477;
}
md-menu-toolbar.site-content-toolbar .brand .icon {
  color: #116477;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
md-menu-toolbar.site-content-toolbar .brand .title {
  color: #116477;
}
md-menu-toolbar.site-content-toolbar .brand .image {
  display: block;
  height: 90%;
  width: auto;
}
md-menu-toolbar.site-content-toolbar .account {
  position: relative;
}
.toolbar-account-menu .signed-out {
  text-align: center;
}
.toolbar-account-menu .signed-out md-icon {
  width: 70px;
  height: 70px;
  color: #116477;
}
.toolbar-account-menu .signed-out .title {
  font-weight: bold;
}
.toolbar-account-menu .signed-out .message {
  margin-bottom: 10px;
}
.toolbar-account-menu .ag-account-picture {
  width: 80px;
  height: 80px;
  margin: auto;
}
.toolbar-account-menu .ag-account-picture md-icon {
  width: 40px;
  height: 40px;
}
.md-toolbar-tools >.icon-container {
  margin-right: 10px;
}
#wrap-cont {
  position: relative;
}
#wrap {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
#wrap .view-cont .content-header {
  text-align: center;
  margin: 0;
  padding: 10px;
  border-bottom: solid 1px #d9dadb;
  color: #116477;
}
#wrap .view-cont .segment {
  padding: 1em;
}
#wrap .view-cont .segment.alternate {
  background: #f9fafb;
}
md-tooltip {
  z-index: 80;
}
md-tooltip .md-content {
  font-size: 16px;
  padding: 10px;
  max-width: 650px;
  white-space: normal;
  line-height: 27px;
  height: auto;
  background: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #116477;
  border-radius: 4px;
  border: solid 1px #116477;
}
md-tooltip .md-content p {
  margin: 2px;
}
md-tooltip .md-content.md-show,
md-tooltip .md-content.md-show-add-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
md-input-container .md-auto-hide .md-input-message-animation {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
md-input-container .md-auto-hide .md-input-message-animation:not(.ng-animate) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin-top: 0;
}
md-input-container .md-auto-hide .md-input-message-animation:not(.ng-animate) {
  top: 0;
  left: 0;
}
input {
  border: none;
  outline: none;
}
input.no-spinners {
  -moz-appearance: textfield;
}
input.no-spinners::-webkit-outer-spin-button,
input.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
*:focus {
  border: none;
  outline: none;
}
.site-menu {
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.site-menu [ng-controller="MenuSide"] {
  height: 100%;
}
.site-menu.unlocked {
  position: absolute !important;
}
.site-menu .logo {
  padding: 0 10px;
  margin: 0 auto;
}
.site-menu .logo img {
  max-height: 100px;
}
.site-menu .header >h2 {
  margin: 0 auto;
  color: #116477;
}
.site-menu md-list md-icon {
  color: #116477;
  padding-right: 10px;
}
md-dialog {
  max-width: 94%;
  max-height: 94%;
  margin: 20px auto;
  width: 560px;
}
md-dialog .header-icon {
  width: 40px;
  height: 40px;
  margin-right: 13px;
}
md-dialog md-dialog-content {
  padding: 0;
}
md-dialog .md-dialog-content {
  max-width: 500px;
  word-wrap: break-word;
}
md-dialog .value {
  padding-left: 50px;
}
md-dialog.error md-toolbar:not(.md-menu-toolbar) {
  background: #f44336;
}
md-dialog.success md-toolbar:not(.md-menu-toolbar) {
  background: #00c825;
}
md-dialog.warning md-toolbar:not(.md-menu-toolbar) {
  background: #f57c00;
}
@media only screen and (max-width: 440px) {
  md-dialog {
    width: 440px;
    min-width: initial;
  }
}
.md-white {
  background: #fff !important;
}
.md-white:hover {
  background: #f9fafb;
}
.md-white md-icon {
  color: #116477 !important;
  fill: #116477 !important;
}
.ag-list-item {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  cursor: pointer;
  padding: 4px;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  max-width: 100%;
}
.ag-list-item >* {
  margin: 8px;
}
.ag-list-item:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.ag-list-item md-icon {
  width: 34px;
  height: 34px;
}
.ag-list-item.active {
  background: #116477 !important;
  color: #fff;
}
.ag-list-item.active md-icon {
  color: #fff !important;
}
.md-button {
  text-transform: none;
}
md-menu-item>a.md-button.selected {
  background: #116477 !important;
  color: #fff !important;
}
select-buttons .md-button md-icon {
  color: #116477;
}
select-buttons .md-button.selected {
  background: #116477;
  color: #fff;
  pointer-events: none;
}
select-buttons .md-button.selected md-icon {
  color: #fff;
}
select-buttons .md-button.selected.md-raised:not([disabled]):hover {
  background: #116477;
}
.view-animate-container {
  position: relative;
  height: 100px !important;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  height: 40px;
  overflow: hidden;
}
ng-view {
  position: absolute;
  background: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
ng-view.ng-enter {
  -webkit-animation: fadeIn 400ms both ease, scaleIn 400ms both ease;
  -moz-animation: fadeIn 400ms both ease, scaleIn 400ms both ease;
  -o-animation: fadeIn 400ms both ease, scaleIn 400ms both ease;
  -ms-animation: fadeIn 400ms both ease, scaleIn 400ms both ease;
  animation: fadeIn 400ms both ease, scaleIn 400ms both ease;
}
#view-content {
  min-height: 100%;
}
#view-content >md-content {
  background-color: transparent;
}
#view-content >md-content >.view-container {
  min-height: 100%;
  position: relative;
  margin-bottom: 200px;
}
#view-content >md-content >.view-container.footer-hidden {
  margin-bottom: 0;
}
.view-animate {
  padding: 10px;
}
.view-animate.ng-enter,
.view-animate.ng-leave {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  -ms-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  display: block;
  width: 100%;
  border-left: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
}
.view-animate.ng-enter {
  left: 100%;
}
.view-animate.ng-enter.ng-enter-active {
  left: 0;
}
.view-animate.ng-leave.ng-leave-active {
  left: -100%;
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.md-autocomplete-suggestions-container {
  min-width: 400px !important;
  height: inherit !important;
}
.autocomplete-search-template .highlighted {
  font-weight: bold;
}
.autocomplete-search-template li {
  border-bottom: 1px solid #ccc;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
}
.autocomplete-search-template li:last-child {
  border-bottom-width: 0;
}
.autocomplete-search-template .item-title,
.autocomplete-search-template .item-metadata {
  display: block;
  line-height: 2;
}
.autocomplete-search-template .item-title {
  color: #116477;
  font-size: 16px;
}
.autocomplete-search-template .item-title md-icon {
  height: 18px;
  width: 18px;
}
.select-search-container .md-text {
  white-space: initial;
  line-height: 1.7em;
}
.select-search.md-select-menu-container {
  margin-top: 94px;
  min-width: 100px !important;
  max-width: 400px !important;
  -webkit-box-shadow: 0 5px 20px #6b6b6b;
  box-shadow: 0 5px 20px #6b6b6b;
  border-radius: 6px;
  overflow: hidden;
}
.select-search.md-select-menu-container md-select-menu {
  overflow: initial;
}
.select-search.md-select-menu-container md-option {
  height: initial;
  padding: 7px 0;
  border-bottom: solid 1px #cbcbcb;
}
.select-search.md-select-menu-container md-option .md-text {
  -o-text-overflow: initial;
  text-overflow: initial;
  white-space: initial;
  line-height: 1.5em;
  padding: 4px 10px;
}
.select-search.md-select-menu-container md-select-header {
  position: fixed;
  top: -45px;
  left: 0;
  width: 100%;
  z-index: 3;
  border-bottom: solid 3px #116477;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 2px 6px #d3d3d3;
  box-shadow: 0 2px 6px #d3d3d3;
}
.select-search.md-select-menu-container md-select-header input {
  width: 100%;
  padding: 13px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
  .md-toolbar-tools {
    height: initial;
    max-height: initial;
  }
}
.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}
.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  -webkit-transition: font-size 200ms;
  -moz-transition: font-size 200ms;
  -o-transition: font-size 200ms;
  -ms-transition: font-size 200ms;
  transition: font-size 200ms;
  line-height: 1em;
  bottom: 14px;
}
.cc_container .cc_message {
  font-size: 0.6em;
  -webkit-transition: font-size 200ms;
  -moz-transition: font-size 200ms;
  -o-transition: font-size 200ms;
  -ms-transition: font-size 200ms;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  transition: opacity 200ms;
}
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em;
  }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px 15px;
  padding-bottom: 54px;
}
.cc_container .cc_btn {
  padding: 8px 16px;
  background-color: #f1d600;
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .cc_container {
    left: initial;
    right: 20px;
    bottom: 20px;
    width: 300px;
  }
  .cc_container .cc_btn {
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
.cc_container {
  background: #fff;
  color: #999;
  font-size: 17px;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.cc_container::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #fff;
  background-color: #116477;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cc_container a,
.cc_container a:visited {
  padding-top: 7px;
  display: block;
  color: #116477;
  text-decoration: none;
  -webkit-transition: 200ms color;
  -moz-transition: 200ms color;
  -o-transition: 200ms color;
  -ms-transition: 200ms color;
  transition: 200ms color;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.cc_container {
  -webkit-animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@media screen and (min-width: 500px) {
  .cc_container {
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.grid-50,
.grid-33,
.grid-25 {
  display: inline-block;
  margin: 0 auto;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.grid-50 {
  width: 50%;
}
.grid-33 {
  width: 33%;
}
.grid-25 {
  width: 25%;
}
md-date-range .md-select-value {
  border: none;
}
md-menu-content.md-custom-menu-content {
  -webkit-box-shadow: 0 3px 10px #808080;
  box-shadow: 0 3px 10px #808080;
}
md-menu-content.md-custom-menu-content .md-date-range-picker__calendar__grid {
  margin: 4px 0;
}
md-menu-content.md-custom-menu-content .md-date-range-picker__calendar__selected {
  background: #116477;
}
md-menu-content.md-custom-menu-content .md-date-range-picker {
  background: transparent;
}
md-menu-content.md-custom-menu-content .md-date-range-picker__calendar {
  background: #fff;
}
mdp-date-picker button.md-button.md-icon-button,
mdp-time-picker button.md-button.md-icon-button {
  margin: auto;
}
md-toolbar.mdp-datepicker-date-wrapper,
md-toolbar.mdp-timepicker-time {
  color: #fff !important;
}
#tools {
  position: fixed;
  bottom: 10px;
  z-index: 65;
  right: 20px;
}
form .title {
  font-size: 0.94em;
  font-weight: bold;
  color: #4f5153;
}
form .description {
  font-size: 0.9em;
  color: #5d5d5d;
  margin-bottom: 12px;
}
form checkboxes {
  margin-top: 15px;
}
form .postfix {
  color: #116477;
  font-weight: bold;
  padding-left: 10px;
}
form .field {
  padding: 10px;
  border-radius: 4px;
  background: #fff;
}
form .field.layout-row,
form .field.layout-column {
  background: transparent;
  padding: 0;
}
form .field mdp-time-picker button.md-button.md-icon-button {
  margin: 0;
}
form md-input-container {
  margin: 0;
}
form .error-messages {
  font-size: 12px;
}
form .error-messages .error {
  color: #f44336;
}
md-sidenav.md-sidenav-left {
  z-index: 999;
}
md-sidenav .toolbar .title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
}
md-sidenav md-list-item.active {
  pointer-events: none;
  background: #899ea3;
}
md-sidenav md-list-item.active._md-button-wrap>div.md-button:first-child {
  font-weight: bold;
}
md-sidenav md-list-item a.md-button {
  margin: 0;
  padding: 5px 10px;
}
md-backdrop.md-sidenav-backdrop {
  z-index: 55;
}
.sidebar-default .heading {
  background: #116477;
  color: #fff;
}
.sidebar-default .item {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.sidebar-default .item:hover {
  background: #e7e7e7;
}
.sidebar-default .item.active {
  pointer-events: none;
  background: #899ea3;
}
.has-role {
  position: relative;
}
.has-role.has-no-role {
  pointer-events: none;
}
.has-role.has-no-role.role-hide {
  display: none;
}
.has-role.has-no-role >*:not(.ui-lock) {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.has-role.has-no-role .ui-lock {
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.has-role.has-no-role .ui-lock md-icon {
  margin: 0;
  width: 28px;
  height: 28px;
  color: #888;
}
.has-role .ui-lock {
  display: none;
}
md-dialog.video {
  max-width: initial;
  max-height: initial;
  width: 80%;
  height: 80%;
}
.page-loader {
  position: fixed;
  z-index: 100;
  padding: 10px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 100px;
  font-size: 20px;
}
.page-loader .loader,
.page-loader .loader:after {
  border-radius: 50%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.page-loader .loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #116477;
  border-right: 5px solid #116477;
  border-bottom: 5px solid #116477;
  border-left: 5px solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  -webkit-animation: load8 1.1s infinite linear;
  -moz-animation: load8 1.1s infinite linear;
  -o-animation: load8 1.1s infinite linear;
  -ms-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loader-top {
  position: absolute;
  z-index: 77;
  top: 0;
  left: 0;
}
#loader-top .md-mode-determinate {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
md-progress-linear .md-container {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: transparent;
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  -ms-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
md-progress-linear[md-mode="indeterminate"] .md-bar {
  background: -webkit-linear-gradient(left, transparent 0%, #899ea3 20%, #899ea3 80%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, #899ea3 20%, #899ea3 80%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #899ea3 20%, #899ea3 80%, transparent 100%);
  background: -ms-linear-gradient(left, transparent 0%, #899ea3 20%, #899ea3 80%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #899ea3 20%, #899ea3 80%, transparent 100%);
}
md-progress-linear[md-mode="indeterminate"].primary .md-bar {
  background: -webkit-linear-gradient(left, transparent 0%, #116477 50%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, #116477 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #116477 50%, transparent 100%);
  background: -ms-linear-gradient(left, transparent 0%, #116477 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #116477 50%, transparent 100%);
}
html,
body {
  -webkit-overflow-scrolling: touch;
}
:-ms-fullscreen,
.ui-content #view-content .ui-services .flex-50 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
:-ms-fullscreen [class*=flex],
:root [class*=flex] {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
md-input-container .input-white .md-input {
  -ms-flex-preferred-size: 100%;
}
.md-dialog-container {
  display: block;
}
:-ms-fullscreen,
.content.flex {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
:-ms-fullscreen,
a {
  color: #000;
  text-decoration: none;
}
.ui-languages {
  padding: 20px;
}
.ui-languages .ag-list-item {
  font-size: 1.2em;
}
.ui-languages .ag-list-item.selected {
  background: #d2d2d2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  pointer-events: none;
}
body {
  overflow: hidden;
  color: color-text;
  background: transparent;
}
body.media-gt-sm .ag-margin.layout-gt-sm-row >* {
  margin: 0;
  margin-left: 10px;
}
body.media-gt-sm .ag-margin.layout-gt-sm-row >*:first-child {
  margin-left: 0 !important;
}
.ag-margin.layout-row >* {
  margin: 0;
  margin-left: 10px;
}
.ag-margin.layout-row >*:first-child {
  margin-left: 0 !important;
}
.ag-margin.layout-column >* {
  margin: 0;
  margin-top: 10px;
}
.ag-margin.layout-column >*:first-child {
  margin-top: 0;
}
.ql-align-center {
  text-align: center;
}
.ql-size-large {
  font-size: 1.5em;
}
.ql-indent-1 {
  margin-left: 30px;
}
.ag-notifications {
  color: #fff;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 100;
  position: relative;
  width: 100%;
  -webkit-transition: height 400ms ease;
  -moz-transition: height 400ms ease;
  -o-transition: height 400ms ease;
  -ms-transition: height 400ms ease;
  transition: height 400ms ease;
  height: 0;
  background: #116477;
}
.ag-notifications.active {
  height: 30px;
  -webkit-box-shadow: 0 -2px 39px #808080;
  box-shadow: 0 -2px 39px #808080;
}
.ag-notifications.error {
  background: #f44336;
}
.ag-notifications .message {
  padding: 5px;
  height: 100%;
}
.md-button.md-fab.docs-scroll-fab {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
  transition: transform 0.2s;
  z-index: 64;
}
.md-button.md-fab.docs-scroll-fab.scrolling {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
html {
  overflow-x: hidden;
  overflow-y: auto !important;
  background: #fff;
}
body {
  overflow: hidden;
  color: color-text;
  background: transparent;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 5px 0;
}
table {
  border-spacing: 0;
}
*[ng-click] {
  cursor: pointer;
}
md-content {
  background: initial;
}
.pswp {
  display: none;
}
md-checkbox:last-of-type {
  margin-left: inherit;
}
md-pagination-wrapper {
  width: initial !important;
}
.layout-column {
  max-height: initial !important;
}
.bullet {
  list-style-type: disc;
}
.relative {
  position: relative;
}
md-menu md-menu-content {
  display: none;
}
a {
  text-decoration: initial;
  color: initial;
}
md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),
md-list-item>md-icon:first-child:not(.md-avatar-icon) {
  margin: 0;
}
[ng:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
body.sidebar-open {
  overflow: hidden;
}
.hidden {
  display: none;
}
.show {
  display: initial;
}
.api-loader {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0;
  left: 0;
  z-index: 25;
  height: 100%;
  background: rgba(255,255,255,0.87);
}
