﻿@charset "UTF-8";
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("fonts/Montserrat-ExtraBold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-ExtraBold.woff") format("woff"), url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Montserrat-Black";
  src: url("fonts/Montserrat-Black.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/Montserrat-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Montserrat-Light";
  src: url("fonts/Montserrat-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Montserrat-Medium";
  src: url("fonts/Montserrat-Medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Medium.woff") format("woff"), url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Montserrat-Regular";
  src: url("fonts/Montserrat-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue.eot");
  /* IE9 Compat Modes */
  src: url("fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue.woff") format("woff"), url("fonts/HelveticaNeue.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "HelveticaNeue-Heavy";
  src: url("fonts/HelveticaNeue-Heavy.eot");
  /* IE9 Compat Modes */
  src: url("fonts/HelveticaNeue-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Heavy.woff") format("woff"), url("fonts/HelveticaNeue-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "HelveticaNeue-Bold";
  src: url("fonts/HelveticaNeue-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Bold.woff") format("woff"), url("fonts/HelveticaNeue-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("fonts/HelveticaNeue-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Light.woff") format("woff"), url("fonts/HelveticaNeue-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "HelveticaNeue-Medium";
  src: url("fonts/HelveticaNeue-Medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Medium.woff") format("woff"), url("fonts/HelveticaNeue-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "HelveticaNeue-Thin";
  src: url("fonts/HelveticaNeue-Thin.eot");
  /* IE9 Compat Modes */
  src: url("fonts/HelveticaNeue-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Thin.woff") format("woff"), url("fonts/HelveticaNeue-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

body {
  background: #454553 !important;
  font-family: 'HelveticaNeue'; }

.ui-tooltip {
  display: none !important; }

.uppercase {
  text-transform: uppercase; }

h1, h1Style {
  font-family: 'Montserrat-Bold';
  font-size: 32px; }

h2, h2Style {
  font-family: 'Montserrat-Regular';
  font-size: 28px;
  color: #d2c494; }

h3, h3Style {
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  text-transform: uppercase; }

h4, h4Style {
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  color: #d2c494; }

a, a:focus {
  color: #3385ca; }

b, strong {
  font-weight: normal;
  font-family: 'HelveticaNeue-Heavy'; }

dt {
  font-weight: normal;
  font-family: 'HelveticaNeue-Heavy'; }

.table > tbody > tr > th {
  font-weight: normal;
  font-family: 'HelveticaNeue-Heavy'; }

.table > thead:first-child > tr:first-child > th {
  color: #3385ca; }

.downloadColumn {
  width: 135px; }

.generalButton, a.generalButton {
  display: inline-block;
  font-family: 'Montserrat-Bold';
  font-size: 12px;
  background: #004870;
  color: #ffffff;
  border: none;
  padding: 16px 25px;
  text-transform: uppercase;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .generalButton:hover, a.generalButton:hover {
    background: #3385ca; }
  .generalButton:focus, .generalButton:active, a.generalButton:focus, a.generalButton:active {
    background: #004870; }
  .generalButton:active:focus, a.generalButton:active:focus {
    background: #004870; }

.navia-v2 h1, .navia-v2 h1Style {
  font-family: 'Montserrat-Bold';
  font-size: 32px; }

.navia-v2 h2, .navia-v2 h2Style {
  font-family: 'Montserrat-Regular';
  font-size: 28px;
  color: #d2c494; }

.navia-v2 h3, .navia-v2 h3Style {
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  text-transform: uppercase; }

.navia-v2 h4, .navia-v2 h4Style {
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  color: #d2c494; }

.navia-v2 .content-wrapper {
  margin-left: 260px;
  background: #ffffff; }

.navia-v2 .content {
  padding-left: 0; }

.navia-v2 .contentContainer .box-header .box-title {
  font-size: 32px;
  text-transform: none; }

.navia-v2 .contentContainer .box.box-primary {
  border: none; }

.navia-v2 .contentContainer .box-body {
  padding: 0; }

.navia-v2 .contentContainer .box-border-top {
  border-top: 1px solid #c0cfd6;
  padding-top: 19px; }

.navia-v2 .logo-lg img {
  width: auto !important;
  max-width: 180px; }

.navia-v2 .main-header .logo {
  background: #ffffff;
  height: 55px; }
  .navia-v2 .main-header .logo:hover {
    background: #ffffff; }

.navia-v2 .main-header .navbar {
  min-height: 55px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 2px -2px #d5dee3;
  -moz-box-shadow: 0px 4px 2px -2px #d5dee3;
  box-shadow: 0px 4px 2px -2px #d5dee3; }
  .navia-v2 .main-header .navbar .nav > li > a {
    color: #080808; }
    .navia-v2 .main-header .navbar .nav > li > a:hover, .navia-v2 .main-header .navbar .nav > li > a:focus {
      color: #080808 !important;
      background: transparent !important;
      font-weight: normal; }
    .navia-v2 .main-header .navbar .nav > li > a .material-icons {
      font-size: 17px; }
    .navia-v2 .main-header .navbar .nav > li > a > .label {
      top: 7px;
      right: 4px;
      padding: 4px 5px;
      background: #b5a980 !important;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .navia-v2 .main-header .navbar .nav > li.open > a {
    color: #080808 !important;
    background: transparent !important; }
  .navia-v2 .main-header .navbar .nav > li.user-menu {
    margin-right: 28px; }
    .navia-v2 .main-header .navbar .nav > li.user-menu > a:after {
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 0;
      border-right: 3px solid transparent;
      border-top: 3px solid #080808;
      border-left: 3px solid transparent;
      border-bottom: 0;
      vertical-align: middle;
      margin-left: 2px;
      content: ''; }
    .navia-v2 .main-header .navbar .nav > li.user-menu > a .material-icons {
      font-size: 24px;
      display: inline-block;
      vertical-align: middle; }
    .navia-v2 .main-header .navbar .nav > li.user-menu > a i {
      display: inline-block;
      vertical-align: middle; }
  .navia-v2 .main-header .navbar .nav > li.notifications-menu > a {
    padding-top: 18px;
    padding-bottom: 14px; }

.navia-v2 .main-header .sidebar-toggle {
  padding: 18px 15px; }
  .navia-v2 .main-header .sidebar-toggle:before {
    display: none; }
  .navia-v2 .main-header .sidebar-toggle .toggleBar {
    display: block;
    width: 23px;
    height: 3px;
    margin-bottom: 3px;
    background: #080808; }

.navia-v2 .main-sidebar {
  font-family: 'Montserrat-Medium';
  font-size: 13px;
  background: #454553; }

.navia-v2 .caretMenu:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: ''; }

.navia-v2 .treeview-menu *, .navia-v2 .sidebar-menu * {
  font-size: 13px; }

.navia-v2 .sidebar-menu > li {
  /* level 2 */ }
  .navia-v2 .sidebar-menu > li.active > a {
    background: #3385ca;
    border: none; }
    .navia-v2 .sidebar-menu > li.active > a .caretMenu:after {
      transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg); }
  .navia-v2 .sidebar-menu > li:hover > a {
    background: #3385ca; }
  .navia-v2 .sidebar-menu > li a {
    font-size: 13px;
    white-space: normal; }
  .navia-v2 .sidebar-menu > li > a {
    border: none;
    color: #ffffff; }
    .navia-v2 .sidebar-menu > li > a > i {
      color: #ffffff; }
    .navia-v2 .sidebar-menu > li > a .pull-right-container {
      margin-top: -10px; }
  .navia-v2 .sidebar-menu > li > .treeview-menu {
    margin: 0;
    padding: 0;
    background: #3385ca; }
    .navia-v2 .sidebar-menu > li > .treeview-menu > li {
      font-size: 13px;
      /* level 3 */ }
      .navia-v2 .sidebar-menu > li > .treeview-menu > li.active > a {
        background: #004870;
        font-size: 13px; }
        .navia-v2 .sidebar-menu > li > .treeview-menu > li.active > a .caretMenu:after {
          transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -ms-transform: rotate(90deg); }
      .navia-v2 .sidebar-menu > li > .treeview-menu > li > a {
        color: #ffffff;
        padding-left: 51px;
        font-size: 13px; }
        .navia-v2 .sidebar-menu > li > .treeview-menu > li > a:hover {
          background: #004870; }
        .navia-v2 .sidebar-menu > li > .treeview-menu > li > a > i {
          display: none; }
        .navia-v2 .sidebar-menu > li > .treeview-menu > li > a .pull-right-container {
          right: auto;
          left: 39px;
          margin-top: -2px;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
          .navia-v2 .sidebar-menu > li > .treeview-menu > li > a .pull-right-container .caretMenu:after {
            border: none;
            font: normal normal normal 14px/1 FontAwesome;
            content: '\f105';
            height: auto;
            width: auto; }
      .navia-v2 .sidebar-menu > li > .treeview-menu > li .treeview-menu {
        padding: 0;
        background: #004870; }
        .navia-v2 .sidebar-menu > li > .treeview-menu > li .treeview-menu > li > a {
          padding-left: 51px;
          color: #ffffff; }
          .navia-v2 .sidebar-menu > li > .treeview-menu > li .treeview-menu > li > a:hover {
            color: #3385ca; }
          .navia-v2 .sidebar-menu > li > .treeview-menu > li .treeview-menu > li > a i {
            display: none; }

.navia-v2 .sidebar-form {
  margin: 14px 10px 10px; }
  .navia-v2 .sidebar-form .btn {
    color: #ffffff;
    background: #d2c494; }
  .navia-v2 .sidebar-form input[type="text"] {
    color: #ffffff;
    background: transparent;
    border: 1px solid #d2c494;
    font-size: 13px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    /* - Internet Explorer 10–11
   -        Internet Explorer Mobile 10-11 */
    /* Edge (also supports ::-webkit-input-placeholder) */ }
    .navia-v2 .sidebar-form input[type="text"]:focus {
      color: #ffffff;
      background: transparent; }
    .navia-v2 .sidebar-form input[type="text"]::placeholder {
      text-overflow: ellipsis; }
    .navia-v2 .sidebar-form input[type="text"]::-moz-placeholder {
      color: #ffffff;
      text-overflow: ellipsis; }
    .navia-v2 .sidebar-form input[type="text"]::-webkit-input-placeholder {
      color: #ffffff;
      text-overflow: ellipsis; }
    .navia-v2 .sidebar-form input[type="text"]:-ms-input-placeholder {
      color: #ffffff;
      text-overflow: ellipsis; }
    .navia-v2 .sidebar-form input[type="text"]::-ms-input-placeholder {
      color: #ffffff;
      text-overflow: ellipsis; }

.navia-v2.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
  padding-bottom: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.navia-v2.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
  margin-left: 0;
  z-index: 99; }

.navia-v2.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  top: -20px !important;
  z-index: 99; }

.navia-v2.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a .caretMenu:after {
  transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -webkit-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important; }

.navia-v2.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  margin-left: 0; }

.navia-v2 .main-footer {
  margin-left: 260px;
  border: none; }

.navia-v2 .user-webtracker-index .filter-container {
  width: 450px; }

.navia-v2 .user-webtracker-index .filterToggleWrapper {
  margin-bottom: 10px;
  text-align: right; }

.navia-v2 .user-webtracker-index .filterToggle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #080808;
  display: inline-block;
  font-weight: bold; }
  .navia-v2 .user-webtracker-index .filterToggle:not(.collapsed) .caretDown:after {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }
  .navia-v2 .user-webtracker-index .filterToggle .caretDown:after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-top: 7px solid #3385ca;
    border-left: 7px solid transparent;
    border-bottom: 0;
    vertical-align: middle;
    margin-left: 2px;
    content: '';
    margin-left: 5px; }

.navia-v2 .user-webtracker-index .filterLeft, .navia-v2 .user-webtracker-index .filterRight {
  float: left;
  width: 50%; }

.navia-v2 .user-webtracker-index .filterLeft {
  padding-right: 15px; }

.navia-v2 .user-webtracker-index .filterRight {
  padding-left: 15px; }

.navia-v2 .user-webtracker-index .statusColumn {
  width: 200px; }

.navia-v2 .user-webtracker-index .product-list-in-box {
  background: #ebebed;
  padding: 15px;
  font-size: 12px; }
  .navia-v2 .user-webtracker-index .product-list-in-box > .item {
    background: transparent;
    border-bottom: 1px solid #c0cfd6; }
    .navia-v2 .user-webtracker-index .product-list-in-box > .item .material-icons {
      font-size: 18px; }

.navia-v2 .nav-tabs-custom .nav-tabs .label {
  background: #b5a980 !important; }

.navia-v2 .tab-content .box-header > .box-title {
  font-size: 16px; }

.navia-v2 .order-complete .list-item-icon span {
  color: #6cca33; }

.navia-v2 .order-complete .list-item-description {
  color: #6cca33; }

.navia-v2 .order-complete .list-item-connector {
  border-top-style: solid;
  border-top-color: #6cca33; }

.navia-v2 .downloadButton {
  background: #3385ca; }
  .navia-v2 .downloadButton:hover {
    background: #296aa1; }
  .navia-v2 .downloadButton:focus {
    background: #3385ca; }

.navia-v2 .uploadButton {
  background: #f6b61e;
  color: #ffffff;
  margin-right: 30px; }
  .navia-v2 .uploadButton:hover {
    background: #d89b09; }
  .navia-v2 .uploadButton:focus {
    background: #f6b61e; }

.navia-v2 .reportPage .navbar-default {
  display: none; }

.navia-v2 .reportPage #reportico_container {
  padding-left: 15px;
  padding-right: 15px; }

.navia-v2 .reportPage .swPrpForm {
  border: none; }

.navia-v2 .reportPage .swTitle {
  text-align: left;
  padding-left: 0;
  padding-bottom: 14px;
  padding-top: 13px;
  border-bottom: 1px solid #c0cfd6; }

.navia-v2 .reportPage .swPrpCritEntry, .navia-v2 .reportPage .swPrpExpand {
  background: #ebebed; }

.navia-v2 .reportPage .swPrpCritEntry {
  padding: 0 15px 30px; }

.navia-v2 .reportPage .swPrpCritEntryBox {
  width: 750px; }

.navia-v2 .reportPage .swPrpCritTitle {
  width: 115px !important; }

.navia-v2 .reportPage .swPrpCritSel {
  width: 340px !important; }
  .navia-v2 .reportPage .swPrpCritSel .containerLabel {
    margin-bottom: 5px;
    margin-top: 5px; }

.navia-v2 .reportPage .swPrpCritExpandSel {
  width: 295px !important;
  padding-left: 40px; }

.navia-v2 .reportPage .prepareAjaxExecute {
  padding: 8px 7px;
  margin: 0;
  margin-right: 8px;
  float: none !important;
  display: inline-block;
  vertical-align: top; }

.navia-v2 .reportPage .swPrpSubmitPane {
  margin-top: 16px;
  padding-left: 115px; }

.navia-v2 .reportPage #criteriabody .containerLabel .checkmark {
  background-color: #ffffff; }

.navia-v2 .reportPage #criteriabody .containerLabel:hover input ~ .checkmark {
  background-color: #004870;
  border: 1px solid #e7e8ea; }

.navia-v2 .reportPage .swRepTitle {
  padding-left: 0;
  text-align: left; }

.navia-v2 .reportPage .swPageHeader {
  height: auto !important;
  margin: 20px 0; }

.navia-v2 {
  /* progress bar */
  /* Form */
  /* Customize the label (the container) */ }
  .navia-v2 .kv-switch-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: -19px; }
  .navia-v2 .toggleContainer label {
    margin-bottom: 1px;
    padding-left: 2px; }
  .navia-v2 .bootstrap-switch {
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
    .navia-v2 .bootstrap-switch .material-icons {
      font-size: 18px; }
    .navia-v2 .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .navia-v2 .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .navia-v2 .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
      padding: 6px 6px 2px;
      vertical-align: top; }
    .navia-v2 .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on {
      background: #3385ca;
      height: 31px; }
    .navia-v2 .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off {
      background: #d8e9f0;
      height: 31px; }
    .navia-v2 .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
      height: 31px;
      margin-top: 0;
      position: relative;
      background: #d8e9f0; }
      .navia-v2 .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label:after {
        content: '';
        width: 22px;
        height: 22px;
        background: #3385ca;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
    .navia-v2 .bootstrap-switch.bootstrap-switch-on.bootstrap-switch-mini .bootstrap-switch-label {
      background: #3385ca; }
      .navia-v2 .bootstrap-switch.bootstrap-switch-on.bootstrap-switch-mini .bootstrap-switch-label:after {
        content: '';
        background: #d8e9f0; }
  .navia-v2 .blockProgress {
    display: flex;
    max-width: 180px; }
    .navia-v2 .blockProgress .blockItem {
      height: 20px;
      width: 20%;
      background: #e6e9ee;
      margin: 0 2px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .navia-v2 .blockProgress.black .blockItem.active {
      background: #454553; }
    .navia-v2 .blockProgress.red .blockItem.active {
      background: #eb4141; }
    .navia-v2 .blockProgress.green .blockItem.active {
      background: #6cca33; }
  .navia-v2 .form-control {
    width: 100%; }
  .navia-v2 .select2-container {
    width: 100% !important; }
  .navia-v2 .select2-container--default .select2-results__option[aria-disabled=true] {
    background: #d2c494;
    color: #080808; }
  .navia-v2 .form-blue .form-group, .navia-v2 .generalForm .form-group {
    margin-bottom: 11px; }
  .navia-v2 .form-blue .form-control, .navia-v2 .generalForm .form-control {
    border: none;
    font-family: 'HelveticaNeue-Medium';
    font-size: 12px;
    background: #d8e9f0;
    color: #080808;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* - Internet Explorer 10–11
   -        Internet Explorer Mobile 10-11 */
    /* Edge (also supports ::-webkit-input-placeholder) */ }
    .navia-v2 .form-blue .form-control::placeholder, .navia-v2 .generalForm .form-control::placeholder {
      text-overflow: ellipsis; }
    .navia-v2 .form-blue .form-control::-moz-placeholder, .navia-v2 .generalForm .form-control::-moz-placeholder {
      color: #080808;
      text-overflow: ellipsis; }
    .navia-v2 .form-blue .form-control::-webkit-input-placeholder, .navia-v2 .generalForm .form-control::-webkit-input-placeholder {
      color: #080808;
      text-overflow: ellipsis; }
    .navia-v2 .form-blue .form-control:-ms-input-placeholder, .navia-v2 .generalForm .form-control:-ms-input-placeholder {
      color: #080808;
      text-overflow: ellipsis; }
    .navia-v2 .form-blue .form-control::-ms-input-placeholder, .navia-v2 .generalForm .form-control::-ms-input-placeholder {
      color: #080808;
      text-overflow: ellipsis; }
  .navia-v2 .form-blue .input-group-with-button .btn, .navia-v2 .generalForm .input-group-with-button .btn {
    background: #3385ca;
    color: #d8e9f0;
    border: none;
    font-size: 14px; }
  .navia-v2 .form-blue .input-group-with-button input[type=text]:focus, .navia-v2 .generalForm .input-group-with-button input[type=text]:focus {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }
  .navia-v2 .form-blue .select2-container .select2-selection--single, .navia-v2 .generalForm .select2-container .select2-selection--single {
    height: 30px;
    border: none;
    background: #d8e9f0; }
    .navia-v2 .form-blue .select2-container .select2-selection--single .select2-selection__rendered, .navia-v2 .generalForm .select2-container .select2-selection--single .select2-selection__rendered {
      color: #080808;
      padding-left: 0;
      font-size: 12px;
      font-family: 'HelveticaNeue-Medium'; }
    .navia-v2 .form-blue .select2-container .select2-selection--single .select2-selection__arrow, .navia-v2 .generalForm .select2-container .select2-selection--single .select2-selection__arrow {
      background: #3385ca;
      height: 29px;
      width: 27px;
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0; }
      .navia-v2 .form-blue .select2-container .select2-selection--single .select2-selection__arrow b, .navia-v2 .generalForm .select2-container .select2-selection--single .select2-selection__arrow b {
        border-color: #d8e9f0 transparent transparent transparent;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        margin-left: -6px; }
  .navia-v2 .generalForm {
    font-size: 13px; }
    .navia-v2 .generalForm .form-control {
      background: #ffffff;
      border: 1px solid #c0cfd6; }
    .navia-v2 .generalForm .select2-container .select2-selection--single {
      height: 30px;
      border: 1px solid #c0cfd6;
      background: #ffffff;
      padding-top: 4px; }
      .navia-v2 .generalForm .select2-container .select2-selection--single .select2-selection__rendered {
        color: #080808; }
      .navia-v2 .generalForm .select2-container .select2-selection--single .select2-selection__arrow {
        background: #d8e9f0;
        height: 28px;
        border-left: 1px solid #c0cfd6; }
        .navia-v2 .generalForm .select2-container .select2-selection--single .select2-selection__arrow b {
          border-color: #080808 transparent transparent transparent; }
  .navia-v2 .containerLabel {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-right: 30px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .navia-v2 .containerLabel input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .navia-v2 .containerLabel .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 17px;
      width: 17px;
      background-color: #e7e8ea;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .navia-v2 .containerLabel:hover input ~ .checkmark {
      background-color: #004870;
      border: 1px solid #e7e8ea; }
    .navia-v2 .containerLabel input:checked ~ .checkmark {
      /*background-color: #2196F3;*/ }
    .navia-v2 .containerLabel .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .navia-v2 .containerLabel input:checked ~ .checkmark:after {
      display: block; }
    .navia-v2 .containerLabel .checkmark:after {
      /*left: 9px;
            top: 5px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);*/
      width: 11px;
      height: 11px;
      background-color: #004870;
      top: 3px;
      left: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .navia-v2 .containerLabel.containerRadio .checkmark {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .navia-v2 .containerLabel.containerRadio .checkmark:after {
        top: 3px;
        left: 3px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }

.login-page {
  background-image: url("../img/ShipPic01.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-color: #002f49 !important; }

.login-box, .register-box {
  max-width: 460px;
  width: 100%;
  margin-top: 5%; }

.login-logo {
  font-family: 'Montserrat-Bold';
  color: #ffffff; }

.login-logo-img {
  margin-bottom: 43px; }
  .login-logo-img img {
    max-width: 110px; }

.login-box-body, .register-box-body {
  background: #d8e9f0;
  padding-left: 48px;
  padding-right: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.box-footer {
  background: transparent;
  color: #ffffff;
  border: none; }

.login-box-msg, .register-box-msg {
  font-size: 18px;
  color: #004870; }

/* Customize the label (the container) */
.checkboxContainer, .radioContainer {
  margin: 0; }
  .checkboxContainer label, .radioContainer label {
    font-family: 'HelveticaNeue-Bold';
    color: #474553;
    display: inline-block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    margin-right: 30px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .checkboxContainer label input, .radioContainer label input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .checkboxContainer label .checkmark, .radioContainer label .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 17px;
      width: 17px;
      background-color: #e7e8ea;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .checkboxContainer label:hover input ~ .checkmark, .radioContainer label:hover input ~ .checkmark {
      background-color: #004870;
      border: 1px solid #e7e8ea; }
    .checkboxContainer label input:checked ~ .checkmark, .radioContainer label input:checked ~ .checkmark {
      /*background-color: #2196F3;*/ }
    .checkboxContainer label .checkmark:after, .radioContainer label .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .checkboxContainer label input:checked ~ .checkmark:after, .radioContainer label input:checked ~ .checkmark:after {
      display: block; }
    .checkboxContainer label .checkmark:after, .radioContainer label .checkmark:after {
      /*left: 9px;
            top: 5px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);*/
      width: 11px;
      height: 11px;
      background-color: #004870;
      top: 3px;
      left: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .checkboxContainer label.containerRadio .checkmark, .radioContainer label.containerRadio .checkmark {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .checkboxContainer label.containerRadio .checkmark:after, .radioContainer label.containerRadio .checkmark:after {
        top: 3px;
        left: 3px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }

.forgetField {
  text-align: right; }
  .forgetField a {
    font-family: 'HelveticaNeue-Bold';
    color: #474553; }
    .forgetField a:hover {
      text-decoration: underline; }

.box-footer {
  padding-top: 15px; }
  .box-footer b, .box-footer strong {
    font-family: 'HelveticaNeue-Medium'; }
  .box-footer a {
    color: #d2c494; }
    .box-footer a:hover {
      text-decoration: underline; }
    .box-footer a:hover, .box-footer a:focus, .box-footer a:active {
      color: #d2c494; }

.login-box .form-group, .register-box .form-group {
  margin-bottom: 19px; }
  .login-box .form-group .glyphicon, .register-box .form-group .glyphicon {
    display: none; }

.login-box .form-control, .register-box .form-control {
  border-color: #aab2bd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.login-box .checkboxContainer, .login-box .radioContainer, .register-box .checkboxContainer, .register-box .radioContainer {
  /* On mouse-over, add a grey background color */ }
  .login-box .checkboxContainer .checkmark, .login-box .radioContainer .checkmark, .register-box .checkboxContainer .checkmark, .register-box .radioContainer .checkmark {
    background-color: #ffffff; }
  .login-box .checkboxContainer:hover input ~ .checkmark, .login-box .radioContainer:hover input ~ .checkmark, .register-box .checkboxContainer:hover input ~ .checkmark, .register-box .radioContainer:hover input ~ .checkmark {
    border-color: #ffffff; }

.login-box .generalButton, .login-box a.generalButton, .register-box .generalButton, .register-box a.generalButton {
  width: 100%;
  max-width: 230px; }

.submitLogin {
  text-align: center; }

