/* Minification failed. Returning unminified contents.
(6523,13): run-time error CSS1039: Token not allowed after unary operator: '-existing-sticky-header-height'
 */
@charset "UTF-8";
/* IMPORT BOOTSTRAP FILES */
/*! 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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
  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] {
  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;
  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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .dual-profile-panel .profile-row .profile-well div button > .caret, .dual-profile-panel .profile-row .profile-well div input[type=submit] > .caret,
.dropup > .btn > .caret,
.dual-profile-panel .profile-row .profile-well div .dropup > button > .caret,
.dual-profile-panel .profile-row .profile-well div .dropup > input[type=submit] > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th, .table-bordered-darker th,
.table-bordered td,
.table-bordered-darker td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  background-color: #E5ECF4;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #628eb5;
  text-decoration: none;
}
a:hover, a:focus {
  color: #41678a;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #E5ECF4;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #555555;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #317EAC;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead, .security-panel p.security-notice {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead, .security-panel p.security-notice {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #faf2cc;
}

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

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

.text-center, .system-message-panel h3, .browser-warning {
  text-align: center;
}

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .system-message-panel .system-message-detail div, .system-message-panel .system-message-title h4, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #628eb5;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #49749b;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-danger, .system-message-panel .system-message-detail div, .system-message-panel h3, .security-panel p.security-notice {
  color: #b94a48;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #953b39;
}

.bg-primary, table.table > thead > tr > th,
table.table > tbody > tr > th {
  color: #fff;
}

.bg-primary, table.table > thead > tr > th,
table.table > tbody > tr > th {
  background-color: #628eb5;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #49749b;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #faf2cc;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f5e69e;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container: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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row, .system-message-panel, .system-message-panel .embed-row, .security-panel .security-row, .security-panel, .security-panel .embed-row, .dual-profile-panel .profile-row .profile-well div, .dual-profile-panel .profile-row .profile-well, .dual-profile-panel .profile-row .profile-well .embed-row, .dual-profile-panel, .dual-profile-panel .embed-row, .row .embed-row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .system-message-panel:before, .system-message-panel .embed-row:before, .security-panel .security-row:before, .security-panel:before, .security-panel .embed-row:before, .dual-profile-panel .profile-row .profile-well div:before, .dual-profile-panel .profile-row .profile-well:before, .dual-profile-panel .profile-row .profile-well .embed-row:before, .dual-profile-panel:before, .dual-profile-panel .embed-row:before, .row .embed-row:before, .row:after, .system-message-panel:after, .system-message-panel .embed-row:after, .security-panel .security-row:after, .security-panel:after, .security-panel .embed-row:after, .dual-profile-panel .profile-row .profile-well div:after, .dual-profile-panel .profile-row .profile-well:after, .dual-profile-panel .profile-row .profile-well .embed-row:after, .dual-profile-panel:after, .dual-profile-panel .embed-row:after, .row .embed-row:after {
  display: table;
  content: " ";
}
.row:after, .system-message-panel:after, .system-message-panel .embed-row:after, .security-panel .security-row:after, .security-panel:after, .security-panel .embed-row:after, .dual-profile-panel .profile-row .profile-well div:after, .dual-profile-panel .profile-row .profile-well:after, .dual-profile-panel .profile-row .profile-well .embed-row:after, .dual-profile-panel:after, .dual-profile-panel .embed-row:after, .row .embed-row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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, .security-panel .security-row div label, .dual-profile-panel .profile-row .profile-well div label, .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, .dual-profile-panel .profile-row, .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, .security-panel .security-row div div, .dual-profile-panel .profile-row .profile-well div span, .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, .system-message-panel .system-message-detail, .system-message-panel .system-message-title, .dual-profile-panel .profile-row .profile-well div, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .security-panel .security-row div label, .dual-profile-panel .profile-row .profile-well div label, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .security-panel .security-row div div, .dual-profile-panel .profile-row .profile-well div span, .col-xs-10, .col-xs-11, .col-xs-12, .system-message-panel .system-message-detail, .system-message-panel .system-message-title, .dual-profile-panel .profile-row .profile-well div {
  float: left;
}

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

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

.col-xs-3, .security-panel .security-row div label, .dual-profile-panel .profile-row .profile-well div label {
  width: 25%;
}

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

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

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

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

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

.col-xs-9, .security-panel .security-row div div, .dual-profile-panel .profile-row .profile-well div span {
  width: 75%;
}

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

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

.col-xs-12, .system-message-panel .system-message-detail, .system-message-panel .system-message-title, .dual-profile-panel .profile-row .profile-well div {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .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.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .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, .dual-profile-panel .profile-row, .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.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6, .dual-profile-panel .profile-row {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #E5ECF4;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered, .table-bordered-darker {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered-darker > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered-darker > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered-darker > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered-darker > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered-darker > tfoot > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered-darker > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered-darker > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered-darker > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #faf2cc;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #f8ecb5;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered, .table-responsive > .table-bordered-darker {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered-darker > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered-darker > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered-darker > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered-darker > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered-darker > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child,
.table-responsive > .table-bordered-darker > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered-darker > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered-darker > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered-darker > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered-darker > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered-darker > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child,
.table-responsive > .table-bordered-darker > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered-darker > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered-darker > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered-darker > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td,
.table-responsive > .table-bordered-darker > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #000;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
}

.form-control, .form-label {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, .form-label:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, .form-label::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .form-label:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder, .form-label::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand, .form-label::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], [disabled].form-label, .form-control[readonly], [readonly].form-label, fieldset[disabled] .form-control, fieldset[disabled] .form-label {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], [disabled].form-label, fieldset[disabled] .form-control, fieldset[disabled] .form-label {
  cursor: not-allowed;
}

textarea.form-control, textarea.form-label {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=date].form-label,
input[type=time].form-control,
input[type=time].form-label,
input[type=datetime-local].form-control,
input[type=datetime-local].form-label,
input[type=month].form-control,
input[type=month].form-label {
    line-height: 38px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn,
.dual-profile-panel .profile-row .profile-well div .input-group-sm > .input-group-btn > input[type=date][type=submit], .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.dual-profile-panel .profile-row .profile-well div .input-group-sm > .input-group-btn > input[type=time][type=submit],
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.dual-profile-panel .profile-row .profile-well div .input-group-sm > .input-group-btn > input[type=datetime-local][type=submit],
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.dual-profile-panel .profile-row .profile-well div .input-group-sm > .input-group-btn > input[type=month][type=submit],
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn,
.dual-profile-panel .profile-row .profile-well div .input-group-lg > .input-group-btn > input[type=date][type=submit], .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.dual-profile-panel .profile-row .profile-well div .input-group-lg > .input-group-btn > input[type=time][type=submit],
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.dual-profile-panel .profile-row .profile-well div .input-group-lg > .input-group-btn > input[type=datetime-local][type=submit],
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.dual-profile-panel .profile-row .profile-well div .input-group-lg > .input-group-btn > input[type=month][type=submit],
.input-group-lg input[type=month] {
    line-height: 54px;
  }
}
.form-group, .form-horizontal-app .form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.form-label,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.dual-profile-panel .profile-row .profile-well div .input-group-lg > .input-group-btn > button.form-control-static,
.dual-profile-panel .profile-row .profile-well div .input-group-lg > .input-group-btn > input.form-control-static[type=submit], .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.form-label,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.dual-profile-panel .profile-row .profile-well div .input-group-sm > .input-group-btn > button.form-control-static,
.dual-profile-panel .profile-row .profile-well div .input-group-sm > .input-group-btn > input.form-control-static[type=submit] {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .form-label,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.dual-profile-panel .profile-row .profile-well div .input-group-sm > .input-group-btn > button,
.dual-profile-panel .profile-row .profile-well div .input-group-sm > .input-group-btn > input[type=submit] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.form-label,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.form-label,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].form-label,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .form-label {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control, .form-group-sm select.form-label {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm textarea.form-label,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple].form-label {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .form-label,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.dual-profile-panel .profile-row .profile-well div .input-group-lg > .input-group-btn > button,
.dual-profile-panel .profile-row .profile-well div .input-group-lg > .input-group-btn > input[type=submit] {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.form-label,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 54px;
  line-height: 54px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.form-label,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].form-label,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .form-label {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control, .form-group-lg select.form-label {
  height: 54px;
  line-height: 54px;
}
.form-group-lg textarea.form-control, .form-group-lg textarea.form-label,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple].form-label {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 54px;
  min-height: 38px;
  padding: 15px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .form-label {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .form-label + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.dual-profile-panel .profile-row .profile-well div .input-group-lg > .input-group-btn > button + .form-control-feedback,
.dual-profile-panel .profile-row .profile-well div .input-group-lg > .input-group-btn > input[type=submit] + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .form-label + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .form-label + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.dual-profile-panel .profile-row .profile-well div .input-group-sm > .input-group-btn > button + .form-control-feedback,
.dual-profile-panel .profile-row .profile-well div .input-group-sm > .input-group-btn > input[type=submit] + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .form-label + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #468847;
}
.has-success .form-control, .has-success .form-label {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .form-label:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.has-success .form-control-feedback {
  color: #468847;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #c09853;
}
.has-warning .form-control, .has-warning .form-label {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .form-label:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  background-color: #faf2cc;
  border-color: #c09853;
}
.has-warning .form-control-feedback {
  color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #b94a48;
}
.has-error .form-control, .has-error .form-label {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .form-label:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.has-error .form-control-feedback {
  color: #b94a48;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .form-label {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group, .form-inline .label-input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .label-input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .label-input-group .input-group-btn,
.form-inline .input-group .form-control,
.form-inline .label-input-group .form-control,
.form-inline .input-group .form-label,
.form-inline .label-input-group .form-label {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .label-input-group > .form-control, .form-inline .input-group > .form-label, .form-inline .label-input-group > .form-label {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio, .form-horizontal-app .radio,
.form-horizontal .checkbox,
.form-horizontal-app .checkbox,
.form-horizontal .radio-inline,
.form-horizontal-app .radio-inline,
.form-horizontal .checkbox-inline,
.form-horizontal-app .checkbox-inline {
  padding-top: 9px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio, .form-horizontal-app .radio,
.form-horizontal .checkbox,
.form-horizontal-app .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group, .form-horizontal-app .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal-app .form-group:before, .form-horizontal .form-group:after, .form-horizontal-app .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after, .form-horizontal-app .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label, .form-horizontal-app .control-label {
    padding-top: 9px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback, .form-horizontal-app .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label, .form-horizontal-app .form-group-lg .control-label {
    padding-top: 15px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label, .form-horizontal-app .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .dual-profile-panel .profile-row .profile-well div button, .dual-profile-panel .profile-row .profile-well div input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .dual-profile-panel .profile-row .profile-well div button:focus, .dual-profile-panel .profile-row .profile-well div input[type=submit]:focus, .btn.focus, .dual-profile-panel .profile-row .profile-well div button.focus, .dual-profile-panel .profile-row .profile-well div input.focus[type=submit], .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .dual-profile-panel .profile-row .profile-well div button:hover, .dual-profile-panel .profile-row .profile-well div input[type=submit]:hover, .btn:focus, .dual-profile-panel .profile-row .profile-well div button:focus, .dual-profile-panel .profile-row .profile-well div input[type=submit]:focus, .btn.focus, .dual-profile-panel .profile-row .profile-well div button.focus, .dual-profile-panel .profile-row .profile-well div input.focus[type=submit] {
  color: #000;
  text-decoration: none;
}
.btn:active, .dual-profile-panel .profile-row .profile-well div button:active, .dual-profile-panel .profile-row .profile-well div input[type=submit]:active, .btn.active, .dual-profile-panel .profile-row .profile-well div button.active, .dual-profile-panel .profile-row .profile-well div input.active[type=submit] {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .dual-profile-panel .profile-row .profile-well div button.disabled, .dual-profile-panel .profile-row .profile-well div input.disabled[type=submit], .btn[disabled], .dual-profile-panel .profile-row .profile-well div button[disabled], .dual-profile-panel .profile-row .profile-well div input[disabled][type=submit], fieldset[disabled] .btn, fieldset[disabled] .dual-profile-panel .profile-row .profile-well div button, .dual-profile-panel .profile-row .profile-well div fieldset[disabled] button, fieldset[disabled] .dual-profile-panel .profile-row .profile-well div input[type=submit], .dual-profile-panel .profile-row .profile-well div fieldset[disabled] input[type=submit] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #000;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-default:focus, .btn-default.focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-default:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-default .badge {
  color: #fff;
  background-color: #000;
}

.btn-primary, .dual-profile-panel .profile-row .profile-well div button, .dual-profile-panel .profile-row .profile-well div input[type=submit] {
  color: #fff;
  background-color: #628eb5;
  border-color: #628eb5;
}
.btn-primary:focus, .dual-profile-panel .profile-row .profile-well div button:focus, .dual-profile-panel .profile-row .profile-well div input[type=submit]:focus, .btn-primary.focus, .dual-profile-panel .profile-row .profile-well div button.focus, .dual-profile-panel .profile-row .profile-well div input.focus[type=submit] {
  color: #fff;
  background-color: #49749b;
  border-color: #314d67;
}
.btn-primary:hover, .dual-profile-panel .profile-row .profile-well div button:hover, .dual-profile-panel .profile-row .profile-well div input[type=submit]:hover {
  color: #fff;
  background-color: #49749b;
  border-color: #466f94;
}
.btn-primary:active, .dual-profile-panel .profile-row .profile-well div button:active, .dual-profile-panel .profile-row .profile-well div input[type=submit]:active, .btn-primary.active, .dual-profile-panel .profile-row .profile-well div button.active, .dual-profile-panel .profile-row .profile-well div input.active[type=submit], .open > .btn-primary.dropdown-toggle, .dual-profile-panel .profile-row .profile-well div .open > button.dropdown-toggle, .dual-profile-panel .profile-row .profile-well div .open > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #49749b;
  background-image: none;
  border-color: #466f94;
}
.btn-primary:active:hover, .dual-profile-panel .profile-row .profile-well div button:active:hover, .dual-profile-panel .profile-row .profile-well div input[type=submit]:active:hover, .btn-primary:active:focus, .dual-profile-panel .profile-row .profile-well div button:active:focus, .dual-profile-panel .profile-row .profile-well div input[type=submit]:active:focus, .btn-primary:active.focus, .dual-profile-panel .profile-row .profile-well div button:active.focus, .dual-profile-panel .profile-row .profile-well div input[type=submit]:active.focus, .btn-primary.active:hover, .dual-profile-panel .profile-row .profile-well div button.active:hover, .dual-profile-panel .profile-row .profile-well div input.active[type=submit]:hover, .btn-primary.active:focus, .dual-profile-panel .profile-row .profile-well div button.active:focus, .dual-profile-panel .profile-row .profile-well div input.active[type=submit]:focus, .btn-primary.active.focus, .dual-profile-panel .profile-row .profile-well div button.active.focus, .dual-profile-panel .profile-row .profile-well div input.active.focus[type=submit], .open > .btn-primary.dropdown-toggle:hover, .dual-profile-panel .profile-row .profile-well div .open > button.dropdown-toggle:hover, .dual-profile-panel .profile-row .profile-well div .open > input.dropdown-toggle[type=submit]:hover, .open > .btn-primary.dropdown-toggle:focus, .dual-profile-panel .profile-row .profile-well div .open > button.dropdown-toggle:focus, .dual-profile-panel .profile-row .profile-well div .open > input.dropdown-toggle[type=submit]:focus, .open > .btn-primary.dropdown-toggle.focus, .dual-profile-panel .profile-row .profile-well div .open > button.dropdown-toggle.focus, .dual-profile-panel .profile-row .profile-well div .open > input.dropdown-toggle.focus[type=submit] {
  color: #fff;
  background-color: #3e6283;
  border-color: #314d67;
}
.btn-primary.disabled:hover, .dual-profile-panel .profile-row .profile-well div button.disabled:hover, .dual-profile-panel .profile-row .profile-well div input.disabled[type=submit]:hover, .btn-primary.disabled:focus, .dual-profile-panel .profile-row .profile-well div button.disabled:focus, .dual-profile-panel .profile-row .profile-well div input.disabled[type=submit]:focus, .btn-primary.disabled.focus, .dual-profile-panel .profile-row .profile-well div button.disabled.focus, .dual-profile-panel .profile-row .profile-well div input.disabled.focus[type=submit], .btn-primary[disabled]:hover, .dual-profile-panel .profile-row .profile-well div button[disabled]:hover, .dual-profile-panel .profile-row .profile-well div input[disabled][type=submit]:hover, .btn-primary[disabled]:focus, .dual-profile-panel .profile-row .profile-well div button[disabled]:focus, .dual-profile-panel .profile-row .profile-well div input[disabled][type=submit]:focus, .btn-primary[disabled].focus, .dual-profile-panel .profile-row .profile-well div button[disabled].focus, .dual-profile-panel .profile-row .profile-well div input[disabled].focus[type=submit], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .dual-profile-panel .profile-row .profile-well div button:hover, .dual-profile-panel .profile-row .profile-well div fieldset[disabled] button:hover, fieldset[disabled] .dual-profile-panel .profile-row .profile-well div input[type=submit]:hover, .dual-profile-panel .profile-row .profile-well div fieldset[disabled] input[type=submit]:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .dual-profile-panel .profile-row .profile-well div button:focus, .dual-profile-panel .profile-row .profile-well div fieldset[disabled] button:focus, fieldset[disabled] .dual-profile-panel .profile-row .profile-well div input[type=submit]:focus, .dual-profile-panel .profile-row .profile-well div fieldset[disabled] input[type=submit]:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .dual-profile-panel .profile-row .profile-well div button.focus, .dual-profile-panel .profile-row .profile-well div fieldset[disabled] button.focus, fieldset[disabled] .dual-profile-panel .profile-row .profile-well div input.focus[type=submit], .dual-profile-panel .profile-row .profile-well div fieldset[disabled] input.focus[type=submit] {
  background-color: #628eb5;
  border-color: #628eb5;
}
.btn-primary .badge, .dual-profile-panel .profile-row .profile-well div button .badge, .dual-profile-panel .profile-row .profile-well div input[type=submit] .badge {
  color: #628eb5;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #73A839;
  border-color: #73A839;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #59822c;
  border-color: #324919;
}
.btn-success:hover {
  color: #fff;
  background-color: #59822c;
  border-color: #547a29;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #59822c;
  background-image: none;
  border-color: #547a29;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #476723;
  border-color: #324919;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #73A839;
  border-color: #73A839;
}
.btn-success .badge {
  color: #73A839;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #033C73;
  border-color: #033C73;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #022241;
  border-color: black;
}
.btn-info:hover {
  color: #fff;
  background-color: #022241;
  border-color: #011d37;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #022241;
  background-image: none;
  border-color: #011d37;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #01101f;
  border-color: black;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #033C73;
  border-color: #033C73;
}
.btn-info .badge {
  color: #033C73;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #F39C12;
  border-color: #F39C12;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #c87f0a;
  border-color: #7f5006;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c87f0a;
  border-color: #be780a;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c87f0a;
  background-image: none;
  border-color: #be780a;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a66908;
  border-color: #7f5006;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #F39C12;
  border-color: #F39C12;
}
.btn-warning .badge {
  color: #F39C12;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #C71C22;
  border-color: #C71C22;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #9a161a;
  border-color: #570c0f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #9a161a;
  border-color: #911419;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9a161a;
  background-image: none;
  border-color: #911419;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #7b1115;
  border-color: #570c0f;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #C71C22;
  border-color: #C71C22;
}
.btn-danger .badge {
  color: #C71C22;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #628eb5;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #41678a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .dual-profile-panel .profile-row .profile-well div .btn-group-lg > button, .dual-profile-panel .profile-row .profile-well div .btn-group-lg > input[type=submit] {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .dual-profile-panel .profile-row .profile-well div .btn-group-sm > button, .dual-profile-panel .profile-row .profile-well div .btn-group-sm > input[type=submit] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .dual-profile-panel .profile-row .profile-well div .btn-group-xs > button, .dual-profile-panel .profile-row .profile-well div .btn-group-xs > input[type=submit] {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block, .dual-profile-panel .profile-row .profile-well div button, .dual-profile-panel .profile-row .profile-well div input[type=submit] {
  display: block;
  width: 100%;
}

.btn-block + .btn-block, .dual-profile-panel .profile-row .profile-well div button + .btn-block, .dual-profile-panel .profile-row .profile-well div .btn-block + button, .dual-profile-panel .profile-row .profile-well div button + button, .dual-profile-panel .profile-row .profile-well div input[type=submit] + .btn-block, .dual-profile-panel .profile-row .profile-well div input[type=submit] + button, .dual-profile-panel .profile-row .profile-well div .btn-block + input[type=submit], .dual-profile-panel .profile-row .profile-well div button + input[type=submit], .dual-profile-panel .profile-row .profile-well div input[type=submit] + input[type=submit] {
  margin-top: 5px;
}

input[type=submit].btn-block, .dual-profile-panel .profile-row .profile-well div input[type=submit],
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #628eb5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #628eb5;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .dual-profile-panel .profile-row .profile-well div .btn-group > button, .dual-profile-panel .profile-row .profile-well div .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > button,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > input[type=submit] {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .dual-profile-panel .profile-row .profile-well div .btn-group > button:hover, .dual-profile-panel .profile-row .profile-well div .btn-group > input[type=submit]:hover, .btn-group > .btn:focus, .dual-profile-panel .profile-row .profile-well div .btn-group > button:focus, .dual-profile-panel .profile-row .profile-well div .btn-group > input[type=submit]:focus, .btn-group > .btn:active, .dual-profile-panel .profile-row .profile-well div .btn-group > button:active, .dual-profile-panel .profile-row .profile-well div .btn-group > input[type=submit]:active, .btn-group > .btn.active, .dual-profile-panel .profile-row .profile-well div .btn-group > button.active, .dual-profile-panel .profile-row .profile-well div .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:hover,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > button:hover,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > input[type=submit]:hover,
.btn-group-vertical > .btn:focus,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > button:focus,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > button:active,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > button.active,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > input.active[type=submit] {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .dual-profile-panel .profile-row .profile-well div button + .btn, .dual-profile-panel .profile-row .profile-well div .btn-group button + .btn, .btn-group .dual-profile-panel .profile-row .profile-well div .btn + button, .dual-profile-panel .profile-row .profile-well div .btn-group .btn + button, .btn-group .dual-profile-panel .profile-row .profile-well div button + button, .dual-profile-panel .profile-row .profile-well div .btn-group button + button, .btn-group .dual-profile-panel .profile-row .profile-well div input[type=submit] + .btn, .btn-group .dual-profile-panel .profile-row .profile-well div input[type=submit] + button, .dual-profile-panel .profile-row .profile-well div .btn-group input[type=submit] + .btn, .dual-profile-panel .profile-row .profile-well div .btn-group input[type=submit] + button, .btn-group .dual-profile-panel .profile-row .profile-well div .btn + input[type=submit], .btn-group .dual-profile-panel .profile-row .profile-well div button + input[type=submit], .dual-profile-panel .profile-row .profile-well div .btn-group .btn + input[type=submit], .dual-profile-panel .profile-row .profile-well div .btn-group button + input[type=submit], .btn-group .dual-profile-panel .profile-row .profile-well div input[type=submit] + input[type=submit], .dual-profile-panel .profile-row .profile-well div .btn-group input[type=submit] + input[type=submit],
.btn-group .btn + .btn-group,
.btn-group .dual-profile-panel .profile-row .profile-well div button + .btn-group,
.dual-profile-panel .profile-row .profile-well div .btn-group button + .btn-group,
.btn-group .dual-profile-panel .profile-row .profile-well div input[type=submit] + .btn-group,
.dual-profile-panel .profile-row .profile-well div .btn-group input[type=submit] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .dual-profile-panel .profile-row .profile-well div .btn-group + button,
.dual-profile-panel .profile-row .profile-well div .btn-group .btn-group + button,
.btn-group .dual-profile-panel .profile-row .profile-well div .btn-group + input[type=submit],
.dual-profile-panel .profile-row .profile-well div .btn-group .btn-group + input[type=submit],
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .dual-profile-panel .profile-row .profile-well div button, .dual-profile-panel .profile-row .profile-well div .btn-toolbar button, .btn-toolbar .dual-profile-panel .profile-row .profile-well div input[type=submit], .dual-profile-panel .profile-row .profile-well div .btn-toolbar input[type=submit],
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.btn-toolbar .label-input-group {
  float: left;
}
.btn-toolbar > .btn, .dual-profile-panel .profile-row .profile-well div .btn-toolbar > button, .dual-profile-panel .profile-row .profile-well div .btn-toolbar > input[type=submit],
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > .label-input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .dual-profile-panel .profile-row .profile-well div .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .dual-profile-panel .profile-row .profile-well div .btn-group > input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .dual-profile-panel .profile-row .profile-well div .btn-group > button:first-child, .dual-profile-panel .profile-row .profile-well div .btn-group > input[type=submit]:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .dual-profile-panel .profile-row .profile-well div .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .dual-profile-panel .profile-row .profile-well div .btn-group > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .dual-profile-panel .profile-row .profile-well div .btn-group > button:last-child:not(:first-child), .dual-profile-panel .profile-row .profile-well div .btn-group > input[type=submit]:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .dual-profile-panel .profile-row .profile-well div .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .dual-profile-panel .profile-row .profile-well div .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=submit] {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .dual-profile-panel .profile-row .profile-well div .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .dual-profile-panel .profile-row .profile-well div .btn-group > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .dual-profile-panel .profile-row .profile-well div .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .dual-profile-panel .profile-row .profile-well div .btn-group > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .dual-profile-panel .profile-row .profile-well div .btn-group > button + .dropdown-toggle, .dual-profile-panel .profile-row .profile-well div .btn-group > input[type=submit] + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .dual-profile-panel .profile-row .profile-well div .btn-group-lg.btn-group > button + .dropdown-toggle, .dual-profile-panel .profile-row .profile-well div .btn-group-lg.btn-group > input[type=submit] + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, .dual-profile-panel .profile-row .profile-well div button .caret, .dual-profile-panel .profile-row .profile-well div input[type=submit] .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .dual-profile-panel .profile-row .profile-well div .btn-group-lg > button .caret, .dual-profile-panel .profile-row .profile-well div .btn-group-lg > input[type=submit] .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .dual-profile-panel .profile-row .profile-well div .btn-group-lg > button .caret, .dual-profile-panel .profile-row .profile-well div .dropup .btn-group-lg > button .caret, .dropup .dual-profile-panel .profile-row .profile-well div .btn-group-lg > input[type=submit] .caret, .dual-profile-panel .profile-row .profile-well div .dropup .btn-group-lg > input[type=submit] .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > button, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn-group > button,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn-group > input[type=submit] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn-group > button, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn-group > input[type=submit] {
  float: none;
}
.btn-group-vertical > .btn + .btn, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > button + .btn, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn + button, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > button + button, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > input[type=submit] + .btn, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > input[type=submit] + button, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn + input[type=submit], .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > button + input[type=submit], .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > input[type=submit] + input[type=submit],
.btn-group-vertical > .btn + .btn-group,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > button + .btn-group,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > input[type=submit] + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn-group + button,
.dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn-group + input[type=submit],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > button:not(:first-child):not(:last-child), .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > input[type=submit]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > button:first-child:not(:last-child), .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > input[type=submit]:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > button:last-child:not(:first-child), .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > input[type=submit]:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=submit] {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .dual-profile-panel .profile-row .profile-well div .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .dual-profile-panel .profile-row .profile-well div .btn-group-justified > button, .dual-profile-panel .profile-row .profile-well div .btn-group-justified > input[type=submit],
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .dual-profile-panel .profile-row .profile-well div button, .dual-profile-panel .profile-row .profile-well div .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .dual-profile-panel .profile-row .profile-well div input[type=submit], .dual-profile-panel .profile-row .profile-well div .btn-group-justified > .btn-group input[type=submit] {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], .dual-profile-panel .profile-row .profile-well div [data-toggle=buttons] > button input[type=radio], .dual-profile-panel .profile-row .profile-well div [data-toggle=buttons] > input[type=submit] input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
.dual-profile-panel .profile-row .profile-well div [data-toggle=buttons] > button input[type=checkbox],
.dual-profile-panel .profile-row .profile-well div [data-toggle=buttons] > input[type=submit] input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group, .label-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-], [class*=col-].label-input-group {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control, .label-input-group .form-control, .input-group .form-label, .label-input-group .form-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .label-input-group .form-control:focus, .input-group .form-label:focus, .label-input-group .form-label:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.label-input-group .form-control,
.input-group .form-label,
.label-input-group .form-label {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.label-input-group .form-control:not(:first-child):not(:last-child),
.input-group .form-label:not(:first-child):not(:last-child),
.label-input-group .form-label:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.dual-profile-panel .profile-row .profile-well div .input-group-sm > .input-group-btn > button.input-group-addon,
.dual-profile-panel .profile-row .profile-well div .input-group-sm > .input-group-btn > input.input-group-addon[type=submit] {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.dual-profile-panel .profile-row .profile-well div .input-group-lg > .input-group-btn > button.input-group-addon,
.dual-profile-panel .profile-row .profile-well div .input-group-lg > .input-group-btn > input.input-group-addon[type=submit] {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .label-input-group .form-control:first-child, .input-group .form-label:first-child, .label-input-group .form-label:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.dual-profile-panel .profile-row .profile-well div .input-group-btn:first-child > button,
.dual-profile-panel .profile-row .profile-well div .input-group-btn:first-child > input[type=submit],
.input-group-btn:first-child > .btn-group > .btn,
.dual-profile-panel .profile-row .profile-well div .input-group-btn:first-child > .btn-group > button,
.dual-profile-panel .profile-row .profile-well div .input-group-btn:first-child > .btn-group > input[type=submit],
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.dual-profile-panel .profile-row .profile-well div .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
.dual-profile-panel .profile-row .profile-well div .input-group-btn:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.dual-profile-panel .profile-row .profile-well div .input-group-btn:last-child > .btn-group:not(:last-child) > button,
.dual-profile-panel .profile-row .profile-well div .input-group-btn:last-child > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .label-input-group .form-control:last-child, .input-group .form-label:last-child, .label-input-group .form-label:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.dual-profile-panel .profile-row .profile-well div .input-group-btn:last-child > button,
.dual-profile-panel .profile-row .profile-well div .input-group-btn:last-child > input[type=submit],
.input-group-btn:last-child > .btn-group > .btn,
.dual-profile-panel .profile-row .profile-well div .input-group-btn:last-child > .btn-group > button,
.dual-profile-panel .profile-row .profile-well div .input-group-btn:last-child > .btn-group > input[type=submit],
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.dual-profile-panel .profile-row .profile-well div .input-group-btn:first-child > button:not(:first-child),
.dual-profile-panel .profile-row .profile-well div .input-group-btn:first-child > input[type=submit]:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.dual-profile-panel .profile-row .profile-well div .input-group-btn:first-child > .btn-group:not(:first-child) > button,
.dual-profile-panel .profile-row .profile-well div .input-group-btn:first-child > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .dual-profile-panel .profile-row .profile-well div .input-group-btn > button, .dual-profile-panel .profile-row .profile-well div .input-group-btn > input[type=submit] {
  position: relative;
}
.input-group-btn > .btn + .btn, .dual-profile-panel .profile-row .profile-well div .input-group-btn > button + .btn, .dual-profile-panel .profile-row .profile-well div .input-group-btn > .btn + button, .dual-profile-panel .profile-row .profile-well div .input-group-btn > button + button, .dual-profile-panel .profile-row .profile-well div .input-group-btn > input[type=submit] + .btn, .dual-profile-panel .profile-row .profile-well div .input-group-btn > input[type=submit] + button, .dual-profile-panel .profile-row .profile-well div .input-group-btn > .btn + input[type=submit], .dual-profile-panel .profile-row .profile-well div .input-group-btn > button + input[type=submit], .dual-profile-panel .profile-row .profile-well div .input-group-btn > input[type=submit] + input[type=submit] {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .dual-profile-panel .profile-row .profile-well div .input-group-btn > button:hover, .dual-profile-panel .profile-row .profile-well div .input-group-btn > input[type=submit]:hover, .input-group-btn > .btn:focus, .dual-profile-panel .profile-row .profile-well div .input-group-btn > button:focus, .dual-profile-panel .profile-row .profile-well div .input-group-btn > input[type=submit]:focus, .input-group-btn > .btn:active, .dual-profile-panel .profile-row .profile-well div .input-group-btn > button:active, .dual-profile-panel .profile-row .profile-well div .input-group-btn > input[type=submit]:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .dual-profile-panel .profile-row .profile-well div .input-group-btn:first-child > button, .dual-profile-panel .profile-row .profile-well div .input-group-btn:first-child > input[type=submit],
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .dual-profile-panel .profile-row .profile-well div .input-group-btn:last-child > button, .dual-profile-panel .profile-row .profile-well div .input-group-btn:last-child > input[type=submit],
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #628eb5;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #E5ECF4;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #628eb5;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #E5ECF4;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form .form-label {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group, .navbar-form .label-input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .label-input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .label-input-group .input-group-btn,
.navbar-form .input-group .form-control,
.navbar-form .label-input-group .form-control,
.navbar-form .input-group .form-label,
.navbar-form .label-input-group .form-label {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .label-input-group > .form-control, .navbar-form .input-group > .form-label, .navbar-form .label-input-group > .form-label {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .dual-profile-panel .profile-row .profile-well div .btn-group-sm > button.navbar-btn, .dual-profile-panel .profile-row .profile-well div .btn-group-sm > input.navbar-btn[type=submit] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .dual-profile-panel .profile-row .profile-well div .btn-group-xs > button.navbar-btn, .dual-profile-panel .profile-row .profile-well div .btn-group-xs > input.navbar-btn[type=submit] {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #033C73;
  border-color: #022b53;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: none;
}
.navbar-default .navbar-text {
  color: #ddd;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #022241;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #022241;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ddd;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #022241;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #022241;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #022241;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ddd;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #022241;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #022241;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #022b53;
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ddd;
}

.navbar-inverse {
  background-color: #033C73;
  border-color: #022f5a;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: none;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #022f5a;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #022f5a;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #022f5a;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #022f5a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #022f5a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #022f5a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #022f5a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #022f5a;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #022f5a;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #022a50;
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #ccc;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #628eb5;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #41678a;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #999999;
  cursor: default;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, .dual-profile-panel .profile-row .profile-well div button .label, .dual-profile-panel .profile-row .profile-well div input[type=submit] .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #628eb5;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #49749b;
}

.label-success {
  background-color: #73A839;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #59822c;
}

.label-info {
  background-color: #033C73;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #022241;
}

.label-warning {
  background-color: #F39C12;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #c87f0a;
}

.label-danger {
  background-color: #C71C22;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #9a161a;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #628eb5;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, .dual-profile-panel .profile-row .profile-well div button .badge, .dual-profile-panel .profile-row .profile-well div input[type=submit] .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .dual-profile-panel .profile-row .profile-well div .btn-group-xs > button .badge, .dual-profile-panel .profile-row .profile-well div .btn-group-xs > input[type=submit] .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #628eb5;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #E5ECF4;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #000;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #628eb5;
}

.alert, .browser-warning {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, .browser-warning h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link, .browser-warning .alert-link {
  font-weight: bold;
}
.alert > p, .browser-warning > p,
.alert > ul,
.browser-warning > ul {
  margin-bottom: 0;
}
.alert > p + p, .browser-warning > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning, .browser-warning {
  color: #c09853;
  background-color: #faf2cc;
  border-color: #f9e5be;
}
.alert-warning hr, .browser-warning hr {
  border-top-color: #f6dba7;
}
.alert-warning .alert-link, .browser-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #628eb5;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #73A839;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #033C73;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #F39C12;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #C71C22;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #628eb5;
  border-color: #628eb5;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #edf2f6;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #468847;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}

.list-group-item-info {
  color: #3a87ad;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #3a87ad;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #3a87ad;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3a87ad;
  border-color: #3a87ad;
}

.list-group-item-warning {
  color: #c09853;
  background-color: #faf2cc;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #c09853;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #c09853;
  background-color: #f8ecb5;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c09853;
  border-color: #c09853;
}

.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #b94a48;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, .panel > .table-bordered-darker,
.panel > .table-responsive > .table-bordered,
.panel > .table-responsive > .table-bordered-darker {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered-darker > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered-darker > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered-darker > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered-darker > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered-darker > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered-darker > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered-darker > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered-darker > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered-darker > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered-darker > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered-darker > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered-darker > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered-darker > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered-darker > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered-darker > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered-darker > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered-darker > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered-darker > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered-darker > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered-darker > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #000;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #000;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #ddd;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #628eb5;
  border-color: #ddd;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-primary > .panel-heading .badge {
  color: #628eb5;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-success {
  border-color: #ddd;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #73A839;
  border-color: #ddd;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-success > .panel-heading .badge {
  color: #73A839;
  background-color: #468847;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-info {
  border-color: #ddd;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #033C73;
  border-color: #ddd;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-info > .panel-heading .badge {
  color: #033C73;
  background-color: #3a87ad;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-warning {
  border-color: #ddd;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #F39C12;
  border-color: #ddd;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-warning > .panel-heading .badge {
  color: #F39C12;
  background-color: #c09853;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-danger {
  border-color: #ddd;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #C71C22;
  border-color: #ddd;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-danger > .panel-heading .badge {
  color: #C71C22;
  background-color: #b94a48;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well, .security-panel, .hgw-well, .dual-profile-panel .profile-row .profile-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote, .security-panel blockquote, .hgw-well blockquote, .dual-profile-panel .profile-row .profile-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: red;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .dual-profile-panel .profile-row .profile-well div button + .btn, .dual-profile-panel .profile-row .profile-well div .modal-footer button + .btn, .modal-footer .dual-profile-panel .profile-row .profile-well div .btn + button, .dual-profile-panel .profile-row .profile-well div .modal-footer .btn + button, .modal-footer .dual-profile-panel .profile-row .profile-well div button + button, .dual-profile-panel .profile-row .profile-well div .modal-footer button + button, .modal-footer .dual-profile-panel .profile-row .profile-well div input[type=submit] + .btn, .modal-footer .dual-profile-panel .profile-row .profile-well div input[type=submit] + button, .dual-profile-panel .profile-row .profile-well div .modal-footer input[type=submit] + .btn, .dual-profile-panel .profile-row .profile-well div .modal-footer input[type=submit] + button, .modal-footer .dual-profile-panel .profile-row .profile-well div .btn + input[type=submit], .modal-footer .dual-profile-panel .profile-row .profile-well div button + input[type=submit], .dual-profile-panel .profile-row .profile-well div .modal-footer .btn + input[type=submit], .dual-profile-panel .profile-row .profile-well div .modal-footer button + input[type=submit], .modal-footer .dual-profile-panel .profile-row .profile-well div input[type=submit] + input[type=submit], .dual-profile-panel .profile-row .profile-well div .modal-footer input[type=submit] + input[type=submit] {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .dual-profile-panel .profile-row .profile-well div button + .btn, .dual-profile-panel .profile-row .profile-well div .modal-footer .btn-group button + .btn, .modal-footer .btn-group .dual-profile-panel .profile-row .profile-well div .btn + button, .dual-profile-panel .profile-row .profile-well div .modal-footer .btn-group .btn + button, .modal-footer .btn-group .dual-profile-panel .profile-row .profile-well div button + button, .dual-profile-panel .profile-row .profile-well div .modal-footer .btn-group button + button, .modal-footer .btn-group .dual-profile-panel .profile-row .profile-well div input[type=submit] + .btn, .modal-footer .btn-group .dual-profile-panel .profile-row .profile-well div input[type=submit] + button, .dual-profile-panel .profile-row .profile-well div .modal-footer .btn-group input[type=submit] + .btn, .dual-profile-panel .profile-row .profile-well div .modal-footer .btn-group input[type=submit] + button, .modal-footer .btn-group .dual-profile-panel .profile-row .profile-well div .btn + input[type=submit], .modal-footer .btn-group .dual-profile-panel .profile-row .profile-well div button + input[type=submit], .dual-profile-panel .profile-row .profile-well div .modal-footer .btn-group .btn + input[type=submit], .dual-profile-panel .profile-row .profile-well div .modal-footer .btn-group button + input[type=submit], .modal-footer .btn-group .dual-profile-panel .profile-row .profile-well div input[type=submit] + input[type=submit], .dual-profile-panel .profile-row .profile-well div .modal-footer .btn-group input[type=submit] + input[type=submit] {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block, .modal-footer .dual-profile-panel .profile-row .profile-well div button + .btn-block, .dual-profile-panel .profile-row .profile-well div .modal-footer button + .btn-block, .modal-footer .dual-profile-panel .profile-row .profile-well div .btn-block + button, .dual-profile-panel .profile-row .profile-well div .modal-footer .btn-block + button, .modal-footer .dual-profile-panel .profile-row .profile-well div button + button, .dual-profile-panel .profile-row .profile-well div .modal-footer button + button, .modal-footer .dual-profile-panel .profile-row .profile-well div input[type=submit] + .btn-block, .modal-footer .dual-profile-panel .profile-row .profile-well div input[type=submit] + button, .dual-profile-panel .profile-row .profile-well div .modal-footer input[type=submit] + .btn-block, .dual-profile-panel .profile-row .profile-well div .modal-footer input[type=submit] + button, .modal-footer .dual-profile-panel .profile-row .profile-well div .btn-block + input[type=submit], .modal-footer .dual-profile-panel .profile-row .profile-well div button + input[type=submit], .dual-profile-panel .profile-row .profile-well div .modal-footer .btn-block + input[type=submit], .dual-profile-panel .profile-row .profile-well div .modal-footer button + input[type=submit], .modal-footer .dual-profile-panel .profile-row .profile-well div input[type=submit] + input[type=submit], .dual-profile-panel .profile-row .profile-well div .modal-footer input[type=submit] + input[type=submit] {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .dual-profile-panel .profile-row .profile-well div button, .dual-profile-panel .profile-row .profile-well div .carousel-caption button, .carousel-caption .dual-profile-panel .profile-row .profile-well div input[type=submit], .dual-profile-panel .profile-row .profile-well div .carousel-caption input[type=submit] {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .dual-profile-panel .profile-row .profile-well div:before, .clearfix:after, .dual-profile-panel .profile-row .profile-well div:after {
  display: table;
  content: " ";
}
.clearfix:after, .dual-profile-panel .profile-row .profile-well div:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* END IMPORT BOOTSTRAP FILES */
.sandstone, .panel .panel-footer, .panel .panel-heading,
.panel .panel-title, .tooltip, .dropdown-menu > li > a, .pager, .pagination, .breadcrumb, .nav, .navbar .nav > li > a {
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-form input, .navbar-form .form-control, .navbar-form .form-label {
  border: none;
}

.btn, .dual-profile-panel .profile-row .profile-well div button, .dual-profile-panel .profile-row .profile-well div input[type=submit] {
  border: none;
  /*&:hover {
    border-color: transparent;
  }*/
  /*&-default {
    &:hover {
      background-color: $navbar-default-link-active-bg;
    }
  }*/
}
.btn-lg, .btn-group-lg > .btn, .dual-profile-panel .profile-row .profile-well div .btn-group-lg > button, .dual-profile-panel .profile-row .profile-well div .btn-group-lg > input[type=submit] {
  line-height: 26px;
}

input,
.form-control,
.form-label {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:focus,
.form-control:focus,
.form-label:focus {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #999999;
}

.nav-tabs > li > a {
  background-color: #eeeeee;
  border-color: #ddd;
  color: #555555;
}
.nav-tabs > li.disabled > a:hover {
  background-color: #eeeeee;
}
.nav-tabs > li.active > a {
  color: #eeeeee;
  background-color: #628eb5;
  border: 1px solid black;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li.active > a > .badge {
  color: #628eb5;
  background-color: #eeeeee;
}

.nav-pills a {
  color: #555555;
}
.nav-pills li > a {
  border: 1px solid transparent;
}
.nav-pills li.active > a,
.nav-pills li > a:hover {
  border-color: #999999;
}
.nav-pills li.disabled > a {
  border-color: transparent;
}

.breadcrumb {
  border: 1px solid #999999;
}
.breadcrumb a {
  color: #555555;
}

.pager li > a {
  color: #555555;
}

.alert a, .browser-warning a,
.alert .alert-link,
.browser-warning .alert-link {
  color: #fff;
}

.progress {
  border-radius: 10px;
  background-color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.list-group-item {
  padding: 16px 24px;
}

.well, .security-panel, .hgw-well, .dual-profile-panel .profile-row .profile-well {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading,
.panel .panel-title {
  color: #fff;
  font-weight: bold;
}
.panel-default .panel-heading,
.panel-default .panel-title,
.panel-default .panel-footer {
  color: #FFF;
}

/* CUSTOM CSS BELOW */
.form-horizontal-app .form-group {
  margin-bottom: 2px;
}

.row .embed-row, .system-message-panel .embed-row, .security-panel .embed-row, .dual-profile-panel .profile-row .profile-well .embed-row, .dual-profile-panel .embed-row {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
  border: 1px solid black;
  border-radius: 5px 5px;
  background-color: #fffcf4;
}

table.table > thead > tr > th,
table.table > tbody > tr > th {
  text-align: center;
}

table.table-sticky > thead > tr > th,
table.table-sticky > tbody > tr > th {
  position: sticky;
  top: var(--existing-sticky-header-height, 0px);
  z-index: 2;
}

.affix .affix-collapse {
  display: none;
}

.nav-hgw-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}

.hgw-nav-well {
  border: 1px solid darkgrey;
  background-color: #FCF8E3;
  margin-bottom: 0;
  padding: 0.5em 0.5em 0em 0.5em;
  box-shadow: 0 4px 2px -2px darkgrey;
}

.nav-tabs > li.active > a:focus {
  color: white;
  background-color: #628eb5;
  border: 1px solid black;
  border-bottom-color: transparent;
  cursor: default;
}

.form-control > input[type=radio], .form-label > input[type=radio] {
  margin-right: 3px;
  margin-left: 3px;
}

input[type=checkbox] {
  margin-right: 3px;
}

label:not(:first-child) input[type=radio] {
  margin-left: 8px;
}

label input[type=radio] {
  margin-right: 3px;
}

body {
  -ms-overflow-style: scrollbar;
}

input::-ms-clear {
  display: none;
}

.form-label {
  background-color: inherit;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}

.label-input-group .input-group-addon {
  background-color: inherit;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}

/*Tab Slideout Required Styles*/
.ui-slideouttab-panel {
  border: 2px solid black;
  z-index: 200;
}

.ui-slideouttab-handle, .ui-slideouttab-panel {
  background-color: white;
  padding: 0.4em;
  box-sizing: border-box;
}

.ui-slideouttab-handle {
  border-radius: 4px;
  border: 1px solid #356692;
  text-decoration: none;
  padding: 0.55em;
  color: #628eb5;
  background-color: #FCF8E3;
}

.ui-slideouttab-handle-image {
  transform: rotate(0);
}

.ui-slideouttab-right .ui-slideouttab-handle {
  transform-origin: 0% 0%;
  transform: rotate(-90deg) translate(-100%, -100%);
}

.ui-slideouttab-right .ui-slideouttab-handle-reverse {
  transform-origin: 0% 100%;
  transform: rotate(-90deg);
}

.ui-slideouttab-left .ui-slideouttab-handle {
  transform-origin: 100% 0%;
  transform: rotate(-90deg);
}

.ui-slideouttab-left .ui-slideouttab-handle-reverse {
  transform-origin: 100% 100%;
  transform: rotate(-90deg) translate(100%, 100%);
}

/* turn font awesome icon in a tab upright */
.ui-slideouttab-left .ui-slideouttab-handle > .fa-icon,
.ui-slideouttab-right .ui-slideouttab-handle > .fa-icon {
  transform: rotate(90deg);
}

.ui-slideouttab-handle > .fa-icon {
  margin-left: 0.5em;
}

.ui-slideouttab-top .ui-slideouttab-handle-rounded,
.ui-slideouttab-left .ui-slideouttab-handle-rounded {
  border-radius: 0 0 4px 4px;
}

.ui-slideouttab-right .ui-slideouttab-handle-rounded,
.ui-slideouttab-bottom .ui-slideouttab-handle-rounded {
  border-radius: 4px 4px 0 0;
}

/* use font awesome asc/desc arrow on tablesorter column click */
.js-sort-none span.js-fontawesome_desc, .js-sort-none span.js-fontawesome_asc {
  display: none;
}

.js-asc span.js-fontawesome_desc {
  display: none;
}

.js-desc span.js-fontawesome_asc {
  display: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body, #page-top {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}

#footer, .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #f5f5f5;
}

.esams-hidden {
  display: none;
}

.required {
  font-size: 8px;
}

.browser-warning {
  margin-bottom: 0;
  padding: 5px;
}

.imgLink, .spnLink, table.tableSort th, table.js-tablesort th {
  cursor: pointer;
}

/*Give borders a darker color*/
.table-bordered-darker {
  border-color: #c4c4c4;
}
.table-bordered-darker > thead > tr > th,
.table-bordered-darker > thead > tr > td,
.table-bordered-darker > tbody > tr > th,
.table-bordered-darker > tbody > tr > td,
.table-bordered-darker > tfoot > tr > th,
.table-bordered-darker > tfoot > tr > td {
  border-color: #c4c4c4;
}

.ui-datepicker {
  z-index: 9999 !important;
}

/*Angular Cloak directive*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.form-group-sm .input-group-addon {
  padding: 0px 12px;
}

/* Pagination */
.pagination {
  margin-bottom: 0;
  margin-top: 0;
}

.pagination-lg td {
  padding-right: 1em;
  padding-left: 1em;
  border: 1px solid lightgray;
}

.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline;
  padding: 0.25em;
  border: none;
}
.pagination li a {
  font-size: 12pt;
  vertical-align: middle;
  text-decoration: none;
}
.pagination li a:hover, .pagination li a:visited {
  text-decoration: none;
}
.pagination li.active {
  border: 1px dotted #356692;
}
.pagination span > label {
  color: #356692;
  font-size: 1.2em;
}

/* End Pagination */
/* Tailwind-style utility classes */
.sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

.z-10 {
  z-index: 10;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

/* End Tailwind-style utility classes */
/* styling for MVC Validation Errors */
.field-validation-error, .validation-summary-errors {
  font-weight: bold;
  color: #C71C22;
}
.field-validation-error ul, .validation-summary-errors ul {
  list-style-type: none;
}

/* Custom HGW Overrides for Base Bootstrap styles */
/* Modal override styles
-------------------------------------------------- */
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.close {
  filter: alpha(opacity=100);
  opacity: 1;
}
.close:hover, .close:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* User Control CSS Imports */
/* Dual Profile Control Style */
.dual-profile-panel .profile-row .profile-well {
  min-height: 250px;
}
/* End Dual Profile Control Style */
/*     Defines all styles used for the ESAMS calendar picker
       --------------------------------------------------        */
.date-form {
  margin: 10px;
}

.ui-datepicker {
  /*TEST IS THIS MINE!*/
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  border: 1px solid #3d013d;
  background: #ffffff;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
  border: #222222;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background: #033C73;
  border: 1px solid #3d013d;
}

.ui-datepicker-prev {
  left: 2px;
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  /*background: transparent url('/images/Arrow_left.png') 50% 50% no-repeat;*/
}

.ui-datepicker-next {
  right: 2px;
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  /*background: transparent url('images/Arrow_right.png') 50% 50% no-repeat;*/
}

.ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

div.ui-datepicker-header > div.ui-datepicker-title > span.ui-datepicker-month,
span.ui-datepicker-year {
  color: white;
}

.ui-datepicker-month {
  margin-left: 1em;
}

.ui-datepicker-year {
  margin: 0em 1em;
}

/* only used if showButtonPanel is set */
/* if number of months is used the multi classes have to be set, see https://api.jqueryui.com/datepicker/ */
.ui-state-default {
  border: 1px solid #d3d3d3;
  background: #E5ECF4 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #d3d3d3 50% 50% repeat-x;
  color: #363636;
}

.ui-state-hover {
  border: 1px solid #022f01;
  background: #E5ECF4 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default !important;
}

/* widget and arrows (icons) */
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget-header a {
  color: #222222;
  /*border: 1px solid #3d013d;
  background: #D9EDF7 50% 50% repeat-x;*/
  font-weight: bold;
}

.ui-widget-content a {
  /*border: 1px solid #3d013d;
  background: #D9EDF7 50% 50% repeat-x;*/
  color: #222222;
}

.ui-icon {
  width: 28px;
  height: 28px;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-icon-circle-triangle-w {
  background: transparent url("/images/arrow_left.png") no-repeat;
}

.ui-icon-circle-triangle-e {
  background: transparent url("/images/arrow_right.png") no-repeat;
}

/* helpers */
.ui-helper-clearfix {
  zoom: 1;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

.ui-corner-all {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* Style fix for header for bootstrap */
div.tabsRight {
  font-family: Arial !important;
}

.tabs a {
  color: #033c73 !important;
  text-decoration: none !important;
  padding: 0 5px 0 5px !important;
  margin: 0 !important;
  font-family: Arial !important;
  white-space: nowrap !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

div.tabsRight > h3 {
  font-size: 12px !important;
  padding-top: 5px !important;
}

select.ui-datepicker-year, select.ui-datepicker-month {
  color: black !important;
}

/* End User Control CSS Imports */
/* Plugin CSS Imports */
.timepicker-popover {
  width: 145px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 8px;
}

.timepicker-popover .form-control, .timepicker-popover .form-label {
  width: 50px;
  padding: 5px;
  display: inline-block;
}

.timepicker-popover .col-xs-12, .timepicker-popover .system-message-panel .system-message-detail, .system-message-panel .timepicker-popover .system-message-detail, .timepicker-popover .system-message-panel .system-message-title, .system-message-panel .timepicker-popover .system-message-title, .timepicker-popover .dual-profile-panel .profile-row .profile-well div, .dual-profile-panel .profile-row .profile-well .timepicker-popover div {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Plugin CSS Imports */
/* CUSTOM APPLICATION CSS IMPORTS */
.hgw-well {
  background-color: #6299c5;
  color: #FFF;
}
.hgw-well h3 {
  color: #FFF;
}

.link-navy {
  color: #033C73;
  font-weight: bold;
}
.link-navy:visited {
  color: #033C73;
}
.link-navy:hover, .link-navy:active {
  color: maroon;
}

/* OVERRIDE BASE FOOTER HEIGHT */
#page-top {
  /* Margin bottom by footer height */
  margin-bottom: 190px;
}

#page-bottom {
  /* Set the fixed height of the footer here */
  height: 190px;
}

/* END OVERRIDE BASE FOOTER HEIGHT */
.system-message-panel {
  background-color: #faf2cc;
  padding: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* END CUSTOM APPLICATION CSS IMPORTS */
/* END BOOTSTRAP TOUR CSS IMPORT */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
}
#toast-container .toast:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
#toast-container .toast.toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container .toast.toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container .toast.toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container .toast.toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center .toast,
#toast-container.toast-bottom-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width .toast,
#toast-container.toast-bottom-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/*Animations*/
div[toast] {
  opacity: 1 !important;
}
div[toast].ng-enter {
  opacity: 0 !important;
  transition: opacity .3s linear;
}
div[toast].ng-enter.ng-enter-active {
  opacity: 1 !important;
}
div[toast].ng-leave {
  opacity: 1;
  transition: opacity .3s linear;
}
div[toast].ng-leave.ng-leave-active {
  opacity: 0 !important;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container .toast.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

@charset "UTF-8";
.mega-menu {
  /* Custom HGW Overrides for Base Bootstrap styles */
  /* IMPORT BOOTSTRAP FILES */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /* END IMPORT BOOTSTRAP FILES */
  /* Custom HGW Overrides for Base Bootstrap styles */
  /* Modal override styles
  -------------------------------------------------- */
  /* CUSTOM CSS BELOW */
  /*body {
      margin: 0 !important;
      padding: 0 !important;
  }*/
}
.mega-menu html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.mega-menu body {
  margin: 0;
}
.mega-menu article,
.mega-menu aside,
.mega-menu details,
.mega-menu figcaption,
.mega-menu figure,
.mega-menu footer,
.mega-menu header,
.mega-menu hgroup,
.mega-menu main,
.mega-menu menu,
.mega-menu nav,
.mega-menu section,
.mega-menu summary {
  display: block;
}
.mega-menu audio,
.mega-menu canvas,
.mega-menu progress,
.mega-menu video {
  display: inline-block;
  vertical-align: baseline;
}
.mega-menu audio:not([controls]) {
  display: none;
  height: 0;
}
.mega-menu [hidden],
.mega-menu template {
  display: none;
}
.mega-menu a {
  background-color: transparent;
}
.mega-menu a:active,
.mega-menu a:hover {
  outline: 0;
}
.mega-menu abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.mega-menu b,
.mega-menu strong {
  font-weight: bold;
}
.mega-menu dfn {
  font-style: italic;
}
.mega-menu h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.mega-menu mark {
  background: #ff0;
  color: #000;
}
.mega-menu small {
  font-size: 80%;
}
.mega-menu sub,
.mega-menu sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.mega-menu sup {
  top: -0.5em;
}
.mega-menu sub {
  bottom: -0.25em;
}
.mega-menu img {
  border: 0;
}
.mega-menu svg:not(:root) {
  overflow: hidden;
}
.mega-menu figure {
  margin: 1em 40px;
}
.mega-menu hr {
  box-sizing: content-box;
  height: 0;
}
.mega-menu pre {
  overflow: auto;
}
.mega-menu code,
.mega-menu kbd,
.mega-menu pre,
.mega-menu samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.mega-menu button,
.mega-menu input,
.mega-menu optgroup,
.mega-menu select,
.mega-menu textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.mega-menu button {
  overflow: visible;
}
.mega-menu button,
.mega-menu select {
  text-transform: none;
}
.mega-menu button,
.mega-menu html input[type=button],
.mega-menu input[type=reset],
.mega-menu input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.mega-menu button[disabled],
.mega-menu html input[disabled] {
  cursor: default;
}
.mega-menu button::-moz-focus-inner,
.mega-menu input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mega-menu input {
  line-height: normal;
}
.mega-menu input[type=checkbox],
.mega-menu input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.mega-menu input[type=number]::-webkit-inner-spin-button,
.mega-menu input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.mega-menu input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.mega-menu input[type=search]::-webkit-search-cancel-button,
.mega-menu input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.mega-menu fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.mega-menu legend {
  border: 0;
  padding: 0;
}
.mega-menu textarea {
  overflow: auto;
}
.mega-menu optgroup {
  font-weight: bold;
}
.mega-menu table {
  border-collapse: collapse;
  border-spacing: 0;
}
.mega-menu td,
.mega-menu th {
  padding: 0;
}
@media print {
  .mega-menu *,
.mega-menu *:before,
.mega-menu *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .mega-menu a,
.mega-menu a:visited {
    text-decoration: underline;
  }
  .mega-menu a[href]:after {
    content: " (" attr(href) ")";
  }
  .mega-menu abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .mega-menu a[href^="#"]:after,
.mega-menu a[href^="javascript:"]:after {
    content: "";
  }
  .mega-menu pre,
.mega-menu blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .mega-menu thead {
    display: table-header-group;
  }
  .mega-menu tr,
.mega-menu img {
    page-break-inside: avoid;
  }
  .mega-menu img {
    max-width: 100% !important;
  }
  .mega-menu p,
.mega-menu h2,
.mega-menu h3 {
    orphans: 3;
    widows: 3;
  }
  .mega-menu h2,
.mega-menu h3 {
    page-break-after: avoid;
  }
  .mega-menu .navbar {
    display: none;
  }
  .mega-menu .btn > .caret,
.mega-menu .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .mega-menu .label {
    border: 1px solid #000;
  }
  .mega-menu .table {
    border-collapse: collapse !important;
  }
  .mega-menu .table td,
.mega-menu .table th {
    background-color: #fff !important;
  }
  .mega-menu .table-bordered th,
.mega-menu .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.mega-menu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mega-menu *:before,
.mega-menu *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mega-menu html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mega-menu body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  background-color: #E5ECF4;
}
.mega-menu input,
.mega-menu button,
.mega-menu select,
.mega-menu textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.mega-menu a {
  color: #628eb5;
  text-decoration: none;
}
.mega-menu a:hover, .mega-menu a:focus {
  color: #41678a;
  text-decoration: underline;
}
.mega-menu a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mega-menu figure {
  margin: 0;
}
.mega-menu img {
  vertical-align: middle;
}
.mega-menu .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.mega-menu .img-rounded {
  border-radius: 6px;
}
.mega-menu .img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #E5ECF4;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.mega-menu .img-circle {
  border-radius: 50%;
}
.mega-menu hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #555555;
}
.mega-menu .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.mega-menu .sr-only-focusable:active, .mega-menu .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.mega-menu [role=button] {
  cursor: pointer;
}
.mega-menu h1, .mega-menu h2, .mega-menu h3, .mega-menu h4, .mega-menu h5, .mega-menu h6,
.mega-menu .h1, .mega-menu .h2, .mega-menu .h3, .mega-menu .h4, .mega-menu .h5, .mega-menu .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #317EAC;
}
.mega-menu h1 small,
.mega-menu h1 .small, .mega-menu h2 small,
.mega-menu h2 .small, .mega-menu h3 small,
.mega-menu h3 .small, .mega-menu h4 small,
.mega-menu h4 .small, .mega-menu h5 small,
.mega-menu h5 .small, .mega-menu h6 small,
.mega-menu h6 .small,
.mega-menu .h1 small,
.mega-menu .h1 .small, .mega-menu .h2 small,
.mega-menu .h2 .small, .mega-menu .h3 small,
.mega-menu .h3 .small, .mega-menu .h4 small,
.mega-menu .h4 .small, .mega-menu .h5 small,
.mega-menu .h5 .small, .mega-menu .h6 small,
.mega-menu .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
.mega-menu h1, .mega-menu .h1,
.mega-menu h2, .mega-menu .h2,
.mega-menu h3, .mega-menu .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.mega-menu h1 small,
.mega-menu h1 .small, .mega-menu .h1 small,
.mega-menu .h1 .small,
.mega-menu h2 small,
.mega-menu h2 .small, .mega-menu .h2 small,
.mega-menu .h2 .small,
.mega-menu h3 small,
.mega-menu h3 .small, .mega-menu .h3 small,
.mega-menu .h3 .small {
  font-size: 65%;
}
.mega-menu h4, .mega-menu .h4,
.mega-menu h5, .mega-menu .h5,
.mega-menu h6, .mega-menu .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mega-menu h4 small,
.mega-menu h4 .small, .mega-menu .h4 small,
.mega-menu .h4 .small,
.mega-menu h5 small,
.mega-menu h5 .small, .mega-menu .h5 small,
.mega-menu .h5 .small,
.mega-menu h6 small,
.mega-menu h6 .small, .mega-menu .h6 small,
.mega-menu .h6 .small {
  font-size: 75%;
}
.mega-menu h1, .mega-menu .h1 {
  font-size: 36px;
}
.mega-menu h2, .mega-menu .h2 {
  font-size: 30px;
}
.mega-menu h3, .mega-menu .h3 {
  font-size: 24px;
}
.mega-menu h4, .mega-menu .h4 {
  font-size: 18px;
}
.mega-menu h5, .mega-menu .h5 {
  font-size: 14px;
}
.mega-menu h6, .mega-menu .h6 {
  font-size: 12px;
}
.mega-menu p {
  margin: 0 0 10px;
}
.mega-menu .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .mega-menu .lead {
    font-size: 21px;
  }
}
.mega-menu small,
.mega-menu .small {
  font-size: 85%;
}
.mega-menu mark,
.mega-menu .mark {
  padding: 0.2em;
  background-color: #faf2cc;
}
.mega-menu .text-left {
  text-align: left;
}
.mega-menu .text-right {
  text-align: right;
}
.mega-menu .text-center {
  text-align: center;
}
.mega-menu .text-justify {
  text-align: justify;
}
.mega-menu .text-nowrap {
  white-space: nowrap;
}
.mega-menu .text-lowercase {
  text-transform: lowercase;
}
.mega-menu .text-uppercase, .mega-menu .initialism {
  text-transform: uppercase;
}
.mega-menu .text-capitalize {
  text-transform: capitalize;
}
.mega-menu .text-muted {
  color: #999999;
}
.mega-menu .text-primary {
  color: #628eb5;
}
.mega-menu a.text-primary:hover,
.mega-menu a.text-primary:focus {
  color: #49749b;
}
.mega-menu .text-success {
  color: #468847;
}
.mega-menu a.text-success:hover,
.mega-menu a.text-success:focus {
  color: #356635;
}
.mega-menu .text-info {
  color: #3a87ad;
}
.mega-menu a.text-info:hover,
.mega-menu a.text-info:focus {
  color: #2d6987;
}
.mega-menu .text-warning {
  color: #c09853;
}
.mega-menu a.text-warning:hover,
.mega-menu a.text-warning:focus {
  color: #a47e3c;
}
.mega-menu .text-danger {
  color: #b94a48;
}
.mega-menu a.text-danger:hover,
.mega-menu a.text-danger:focus {
  color: #953b39;
}
.mega-menu .bg-primary {
  color: #fff;
}
.mega-menu .bg-primary {
  background-color: #628eb5;
}
.mega-menu a.bg-primary:hover,
.mega-menu a.bg-primary:focus {
  background-color: #49749b;
}
.mega-menu .bg-success {
  background-color: #dff0d8;
}
.mega-menu a.bg-success:hover,
.mega-menu a.bg-success:focus {
  background-color: #c1e2b3;
}
.mega-menu .bg-info {
  background-color: #d9edf7;
}
.mega-menu a.bg-info:hover,
.mega-menu a.bg-info:focus {
  background-color: #afd9ee;
}
.mega-menu .bg-warning {
  background-color: #faf2cc;
}
.mega-menu a.bg-warning:hover,
.mega-menu a.bg-warning:focus {
  background-color: #f5e69e;
}
.mega-menu .bg-danger {
  background-color: #f2dede;
}
.mega-menu a.bg-danger:hover,
.mega-menu a.bg-danger:focus {
  background-color: #e4b9b9;
}
.mega-menu .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.mega-menu ul,
.mega-menu ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.mega-menu ul ul,
.mega-menu ul ol,
.mega-menu ol ul,
.mega-menu ol ol {
  margin-bottom: 0;
}
.mega-menu .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.mega-menu .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.mega-menu .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.mega-menu dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.mega-menu dt,
.mega-menu dd {
  line-height: 1.428571429;
}
.mega-menu dt {
  font-weight: 700;
}
.mega-menu dd {
  margin-left: 0;
}
.mega-menu .dl-horizontal dd:before, .mega-menu .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.mega-menu .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .mega-menu .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mega-menu .dl-horizontal dd {
    margin-left: 180px;
  }
}
.mega-menu abbr[title],
.mega-menu abbr[data-original-title] {
  cursor: help;
}
.mega-menu .initialism {
  font-size: 90%;
}
.mega-menu blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.mega-menu blockquote p:last-child,
.mega-menu blockquote ul:last-child,
.mega-menu blockquote ol:last-child {
  margin-bottom: 0;
}
.mega-menu blockquote footer,
.mega-menu blockquote small,
.mega-menu blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
.mega-menu blockquote footer:before,
.mega-menu blockquote small:before,
.mega-menu blockquote .small:before {
  content: "— ";
}
.mega-menu .blockquote-reverse,
.mega-menu blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.mega-menu .blockquote-reverse footer:before,
.mega-menu .blockquote-reverse small:before,
.mega-menu .blockquote-reverse .small:before,
.mega-menu blockquote.pull-right footer:before,
.mega-menu blockquote.pull-right small:before,
.mega-menu blockquote.pull-right .small:before {
  content: "";
}
.mega-menu .blockquote-reverse footer:after,
.mega-menu .blockquote-reverse small:after,
.mega-menu .blockquote-reverse .small:after,
.mega-menu blockquote.pull-right footer:after,
.mega-menu blockquote.pull-right small:after,
.mega-menu blockquote.pull-right .small:after {
  content: " —";
}
.mega-menu address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.mega-menu code,
.mega-menu kbd,
.mega-menu pre,
.mega-menu samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.mega-menu code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.mega-menu kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.mega-menu kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
.mega-menu pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.mega-menu pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.mega-menu .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.mega-menu .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.mega-menu .container:before, .mega-menu .container:after {
  display: table;
  content: " ";
}
.mega-menu .container:after {
  clear: both;
}
@media (min-width: 768px) {
  .mega-menu .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .mega-menu .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .mega-menu .container {
    width: 1170px;
  }
}
.mega-menu .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.mega-menu .container-fluid:before, .mega-menu .container-fluid:after {
  display: table;
  content: " ";
}
.mega-menu .container-fluid:after {
  clear: both;
}
.mega-menu .row {
  margin-right: -15px;
  margin-left: -15px;
}
.mega-menu .row:before, .mega-menu .row:after {
  display: table;
  content: " ";
}
.mega-menu .row:after {
  clear: both;
}
.mega-menu .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.mega-menu .row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.mega-menu .col-xs-1, .mega-menu .col-sm-1, .mega-menu .col-md-1, .mega-menu .col-lg-1, .mega-menu .col-xs-2, .mega-menu .col-sm-2, .mega-menu .col-md-2, .mega-menu .col-lg-2, .mega-menu .col-xs-3, .mega-menu .col-sm-3, .mega-menu .col-md-3, .mega-menu .col-lg-3, .mega-menu .col-xs-4, .mega-menu .col-sm-4, .mega-menu .col-md-4, .mega-menu .col-lg-4, .mega-menu .col-xs-5, .mega-menu .col-sm-5, .mega-menu .col-md-5, .mega-menu .col-lg-5, .mega-menu .col-xs-6, .mega-menu .col-sm-6, .mega-menu .col-md-6, .mega-menu .col-lg-6, .mega-menu .col-xs-7, .mega-menu .col-sm-7, .mega-menu .col-md-7, .mega-menu .col-lg-7, .mega-menu .col-xs-8, .mega-menu .col-sm-8, .mega-menu .col-md-8, .mega-menu .col-lg-8, .mega-menu .col-xs-9, .mega-menu .col-sm-9, .mega-menu .col-md-9, .mega-menu .col-lg-9, .mega-menu .col-xs-10, .mega-menu .col-sm-10, .mega-menu .col-md-10, .mega-menu .col-lg-10, .mega-menu .col-xs-11, .mega-menu .col-sm-11, .mega-menu .col-md-11, .mega-menu .col-lg-11, .mega-menu .col-xs-12, .mega-menu .col-sm-12, .mega-menu .col-md-12, .mega-menu .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.mega-menu .col-xs-1, .mega-menu .col-xs-2, .mega-menu .col-xs-3, .mega-menu .col-xs-4, .mega-menu .col-xs-5, .mega-menu .col-xs-6, .mega-menu .col-xs-7, .mega-menu .col-xs-8, .mega-menu .col-xs-9, .mega-menu .col-xs-10, .mega-menu .col-xs-11, .mega-menu .col-xs-12 {
  float: left;
}
.mega-menu .col-xs-1 {
  width: 8.3333333333%;
}
.mega-menu .col-xs-2 {
  width: 16.6666666667%;
}
.mega-menu .col-xs-3 {
  width: 25%;
}
.mega-menu .col-xs-4 {
  width: 33.3333333333%;
}
.mega-menu .col-xs-5 {
  width: 41.6666666667%;
}
.mega-menu .col-xs-6 {
  width: 50%;
}
.mega-menu .col-xs-7 {
  width: 58.3333333333%;
}
.mega-menu .col-xs-8 {
  width: 66.6666666667%;
}
.mega-menu .col-xs-9 {
  width: 75%;
}
.mega-menu .col-xs-10 {
  width: 83.3333333333%;
}
.mega-menu .col-xs-11 {
  width: 91.6666666667%;
}
.mega-menu .col-xs-12 {
  width: 100%;
}
.mega-menu .col-xs-pull-0 {
  right: auto;
}
.mega-menu .col-xs-pull-1 {
  right: 8.3333333333%;
}
.mega-menu .col-xs-pull-2 {
  right: 16.6666666667%;
}
.mega-menu .col-xs-pull-3 {
  right: 25%;
}
.mega-menu .col-xs-pull-4 {
  right: 33.3333333333%;
}
.mega-menu .col-xs-pull-5 {
  right: 41.6666666667%;
}
.mega-menu .col-xs-pull-6 {
  right: 50%;
}
.mega-menu .col-xs-pull-7 {
  right: 58.3333333333%;
}
.mega-menu .col-xs-pull-8 {
  right: 66.6666666667%;
}
.mega-menu .col-xs-pull-9 {
  right: 75%;
}
.mega-menu .col-xs-pull-10 {
  right: 83.3333333333%;
}
.mega-menu .col-xs-pull-11 {
  right: 91.6666666667%;
}
.mega-menu .col-xs-pull-12 {
  right: 100%;
}
.mega-menu .col-xs-push-0 {
  left: auto;
}
.mega-menu .col-xs-push-1 {
  left: 8.3333333333%;
}
.mega-menu .col-xs-push-2 {
  left: 16.6666666667%;
}
.mega-menu .col-xs-push-3 {
  left: 25%;
}
.mega-menu .col-xs-push-4 {
  left: 33.3333333333%;
}
.mega-menu .col-xs-push-5 {
  left: 41.6666666667%;
}
.mega-menu .col-xs-push-6 {
  left: 50%;
}
.mega-menu .col-xs-push-7 {
  left: 58.3333333333%;
}
.mega-menu .col-xs-push-8 {
  left: 66.6666666667%;
}
.mega-menu .col-xs-push-9 {
  left: 75%;
}
.mega-menu .col-xs-push-10 {
  left: 83.3333333333%;
}
.mega-menu .col-xs-push-11 {
  left: 91.6666666667%;
}
.mega-menu .col-xs-push-12 {
  left: 100%;
}
.mega-menu .col-xs-offset-0 {
  margin-left: 0%;
}
.mega-menu .col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.mega-menu .col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.mega-menu .col-xs-offset-3 {
  margin-left: 25%;
}
.mega-menu .col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.mega-menu .col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.mega-menu .col-xs-offset-6 {
  margin-left: 50%;
}
.mega-menu .col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.mega-menu .col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.mega-menu .col-xs-offset-9 {
  margin-left: 75%;
}
.mega-menu .col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.mega-menu .col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.mega-menu .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .mega-menu .col-sm-1, .mega-menu .col-sm-2, .mega-menu .col-sm-3, .mega-menu .col-sm-4, .mega-menu .col-sm-5, .mega-menu .col-sm-6, .mega-menu .col-sm-7, .mega-menu .col-sm-8, .mega-menu .col-sm-9, .mega-menu .col-sm-10, .mega-menu .col-sm-11, .mega-menu .col-sm-12 {
    float: left;
  }
  .mega-menu .col-sm-1 {
    width: 8.3333333333%;
  }
  .mega-menu .col-sm-2 {
    width: 16.6666666667%;
  }
  .mega-menu .col-sm-3 {
    width: 25%;
  }
  .mega-menu .col-sm-4 {
    width: 33.3333333333%;
  }
  .mega-menu .col-sm-5 {
    width: 41.6666666667%;
  }
  .mega-menu .col-sm-6 {
    width: 50%;
  }
  .mega-menu .col-sm-7 {
    width: 58.3333333333%;
  }
  .mega-menu .col-sm-8 {
    width: 66.6666666667%;
  }
  .mega-menu .col-sm-9 {
    width: 75%;
  }
  .mega-menu .col-sm-10 {
    width: 83.3333333333%;
  }
  .mega-menu .col-sm-11 {
    width: 91.6666666667%;
  }
  .mega-menu .col-sm-12 {
    width: 100%;
  }
  .mega-menu .col-sm-pull-0 {
    right: auto;
  }
  .mega-menu .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .mega-menu .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .mega-menu .col-sm-pull-3 {
    right: 25%;
  }
  .mega-menu .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .mega-menu .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .mega-menu .col-sm-pull-6 {
    right: 50%;
  }
  .mega-menu .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .mega-menu .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .mega-menu .col-sm-pull-9 {
    right: 75%;
  }
  .mega-menu .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .mega-menu .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .mega-menu .col-sm-pull-12 {
    right: 100%;
  }
  .mega-menu .col-sm-push-0 {
    left: auto;
  }
  .mega-menu .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .mega-menu .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .mega-menu .col-sm-push-3 {
    left: 25%;
  }
  .mega-menu .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .mega-menu .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .mega-menu .col-sm-push-6 {
    left: 50%;
  }
  .mega-menu .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .mega-menu .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .mega-menu .col-sm-push-9 {
    left: 75%;
  }
  .mega-menu .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .mega-menu .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .mega-menu .col-sm-push-12 {
    left: 100%;
  }
  .mega-menu .col-sm-offset-0 {
    margin-left: 0%;
  }
  .mega-menu .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .mega-menu .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .mega-menu .col-sm-offset-3 {
    margin-left: 25%;
  }
  .mega-menu .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .mega-menu .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .mega-menu .col-sm-offset-6 {
    margin-left: 50%;
  }
  .mega-menu .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .mega-menu .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .mega-menu .col-sm-offset-9 {
    margin-left: 75%;
  }
  .mega-menu .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .mega-menu .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .mega-menu .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .mega-menu .col-md-1, .mega-menu .col-md-2, .mega-menu .col-md-3, .mega-menu .col-md-4, .mega-menu .col-md-5, .mega-menu .col-md-6, .mega-menu .col-md-7, .mega-menu .col-md-8, .mega-menu .col-md-9, .mega-menu .col-md-10, .mega-menu .col-md-11, .mega-menu .col-md-12 {
    float: left;
  }
  .mega-menu .col-md-1 {
    width: 8.3333333333%;
  }
  .mega-menu .col-md-2 {
    width: 16.6666666667%;
  }
  .mega-menu .col-md-3 {
    width: 25%;
  }
  .mega-menu .col-md-4 {
    width: 33.3333333333%;
  }
  .mega-menu .col-md-5 {
    width: 41.6666666667%;
  }
  .mega-menu .col-md-6 {
    width: 50%;
  }
  .mega-menu .col-md-7 {
    width: 58.3333333333%;
  }
  .mega-menu .col-md-8 {
    width: 66.6666666667%;
  }
  .mega-menu .col-md-9 {
    width: 75%;
  }
  .mega-menu .col-md-10 {
    width: 83.3333333333%;
  }
  .mega-menu .col-md-11 {
    width: 91.6666666667%;
  }
  .mega-menu .col-md-12 {
    width: 100%;
  }
  .mega-menu .col-md-pull-0 {
    right: auto;
  }
  .mega-menu .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .mega-menu .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .mega-menu .col-md-pull-3 {
    right: 25%;
  }
  .mega-menu .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .mega-menu .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .mega-menu .col-md-pull-6 {
    right: 50%;
  }
  .mega-menu .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .mega-menu .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .mega-menu .col-md-pull-9 {
    right: 75%;
  }
  .mega-menu .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .mega-menu .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .mega-menu .col-md-pull-12 {
    right: 100%;
  }
  .mega-menu .col-md-push-0 {
    left: auto;
  }
  .mega-menu .col-md-push-1 {
    left: 8.3333333333%;
  }
  .mega-menu .col-md-push-2 {
    left: 16.6666666667%;
  }
  .mega-menu .col-md-push-3 {
    left: 25%;
  }
  .mega-menu .col-md-push-4 {
    left: 33.3333333333%;
  }
  .mega-menu .col-md-push-5 {
    left: 41.6666666667%;
  }
  .mega-menu .col-md-push-6 {
    left: 50%;
  }
  .mega-menu .col-md-push-7 {
    left: 58.3333333333%;
  }
  .mega-menu .col-md-push-8 {
    left: 66.6666666667%;
  }
  .mega-menu .col-md-push-9 {
    left: 75%;
  }
  .mega-menu .col-md-push-10 {
    left: 83.3333333333%;
  }
  .mega-menu .col-md-push-11 {
    left: 91.6666666667%;
  }
  .mega-menu .col-md-push-12 {
    left: 100%;
  }
  .mega-menu .col-md-offset-0 {
    margin-left: 0%;
  }
  .mega-menu .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .mega-menu .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .mega-menu .col-md-offset-3 {
    margin-left: 25%;
  }
  .mega-menu .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .mega-menu .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .mega-menu .col-md-offset-6 {
    margin-left: 50%;
  }
  .mega-menu .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .mega-menu .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .mega-menu .col-md-offset-9 {
    margin-left: 75%;
  }
  .mega-menu .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .mega-menu .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .mega-menu .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .mega-menu .col-lg-1, .mega-menu .col-lg-2, .mega-menu .col-lg-3, .mega-menu .col-lg-4, .mega-menu .col-lg-5, .mega-menu .col-lg-6, .mega-menu .col-lg-7, .mega-menu .col-lg-8, .mega-menu .col-lg-9, .mega-menu .col-lg-10, .mega-menu .col-lg-11, .mega-menu .col-lg-12 {
    float: left;
  }
  .mega-menu .col-lg-1 {
    width: 8.3333333333%;
  }
  .mega-menu .col-lg-2 {
    width: 16.6666666667%;
  }
  .mega-menu .col-lg-3 {
    width: 25%;
  }
  .mega-menu .col-lg-4 {
    width: 33.3333333333%;
  }
  .mega-menu .col-lg-5 {
    width: 41.6666666667%;
  }
  .mega-menu .col-lg-6 {
    width: 50%;
  }
  .mega-menu .col-lg-7 {
    width: 58.3333333333%;
  }
  .mega-menu .col-lg-8 {
    width: 66.6666666667%;
  }
  .mega-menu .col-lg-9 {
    width: 75%;
  }
  .mega-menu .col-lg-10 {
    width: 83.3333333333%;
  }
  .mega-menu .col-lg-11 {
    width: 91.6666666667%;
  }
  .mega-menu .col-lg-12 {
    width: 100%;
  }
  .mega-menu .col-lg-pull-0 {
    right: auto;
  }
  .mega-menu .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .mega-menu .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .mega-menu .col-lg-pull-3 {
    right: 25%;
  }
  .mega-menu .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .mega-menu .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .mega-menu .col-lg-pull-6 {
    right: 50%;
  }
  .mega-menu .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .mega-menu .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .mega-menu .col-lg-pull-9 {
    right: 75%;
  }
  .mega-menu .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .mega-menu .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .mega-menu .col-lg-pull-12 {
    right: 100%;
  }
  .mega-menu .col-lg-push-0 {
    left: auto;
  }
  .mega-menu .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .mega-menu .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .mega-menu .col-lg-push-3 {
    left: 25%;
  }
  .mega-menu .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .mega-menu .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .mega-menu .col-lg-push-6 {
    left: 50%;
  }
  .mega-menu .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .mega-menu .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .mega-menu .col-lg-push-9 {
    left: 75%;
  }
  .mega-menu .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .mega-menu .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .mega-menu .col-lg-push-12 {
    left: 100%;
  }
  .mega-menu .col-lg-offset-0 {
    margin-left: 0%;
  }
  .mega-menu .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .mega-menu .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .mega-menu .col-lg-offset-3 {
    margin-left: 25%;
  }
  .mega-menu .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .mega-menu .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .mega-menu .col-lg-offset-6 {
    margin-left: 50%;
  }
  .mega-menu .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .mega-menu .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .mega-menu .col-lg-offset-9 {
    margin-left: 75%;
  }
  .mega-menu .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .mega-menu .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .mega-menu .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.mega-menu table {
  background-color: transparent;
}
.mega-menu table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
.mega-menu table td[class*=col-],
.mega-menu table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.mega-menu caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
.mega-menu th {
  text-align: left;
}
.mega-menu .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.mega-menu .table > thead > tr > th,
.mega-menu .table > thead > tr > td,
.mega-menu .table > tbody > tr > th,
.mega-menu .table > tbody > tr > td,
.mega-menu .table > tfoot > tr > th,
.mega-menu .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.mega-menu .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.mega-menu .table > caption + thead > tr:first-child > th,
.mega-menu .table > caption + thead > tr:first-child > td,
.mega-menu .table > colgroup + thead > tr:first-child > th,
.mega-menu .table > colgroup + thead > tr:first-child > td,
.mega-menu .table > thead:first-child > tr:first-child > th,
.mega-menu .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.mega-menu .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.mega-menu .table .table {
  background-color: #E5ECF4;
}
.mega-menu .table-condensed > thead > tr > th,
.mega-menu .table-condensed > thead > tr > td,
.mega-menu .table-condensed > tbody > tr > th,
.mega-menu .table-condensed > tbody > tr > td,
.mega-menu .table-condensed > tfoot > tr > th,
.mega-menu .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.mega-menu .table-bordered {
  border: 1px solid #ddd;
}
.mega-menu .table-bordered > thead > tr > th,
.mega-menu .table-bordered > thead > tr > td,
.mega-menu .table-bordered > tbody > tr > th,
.mega-menu .table-bordered > tbody > tr > td,
.mega-menu .table-bordered > tfoot > tr > th,
.mega-menu .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.mega-menu .table-bordered > thead > tr > th,
.mega-menu .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.mega-menu .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.mega-menu .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.mega-menu .table > thead > tr > td.active,
.mega-menu .table > thead > tr > th.active, .mega-menu .table > thead > tr.active > td, .mega-menu .table > thead > tr.active > th,
.mega-menu .table > tbody > tr > td.active,
.mega-menu .table > tbody > tr > th.active,
.mega-menu .table > tbody > tr.active > td,
.mega-menu .table > tbody > tr.active > th,
.mega-menu .table > tfoot > tr > td.active,
.mega-menu .table > tfoot > tr > th.active,
.mega-menu .table > tfoot > tr.active > td,
.mega-menu .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.mega-menu .table-hover > tbody > tr > td.active:hover,
.mega-menu .table-hover > tbody > tr > th.active:hover, .mega-menu .table-hover > tbody > tr.active:hover > td, .mega-menu .table-hover > tbody > tr:hover > .active, .mega-menu .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.mega-menu .table > thead > tr > td.success,
.mega-menu .table > thead > tr > th.success, .mega-menu .table > thead > tr.success > td, .mega-menu .table > thead > tr.success > th,
.mega-menu .table > tbody > tr > td.success,
.mega-menu .table > tbody > tr > th.success,
.mega-menu .table > tbody > tr.success > td,
.mega-menu .table > tbody > tr.success > th,
.mega-menu .table > tfoot > tr > td.success,
.mega-menu .table > tfoot > tr > th.success,
.mega-menu .table > tfoot > tr.success > td,
.mega-menu .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.mega-menu .table-hover > tbody > tr > td.success:hover,
.mega-menu .table-hover > tbody > tr > th.success:hover, .mega-menu .table-hover > tbody > tr.success:hover > td, .mega-menu .table-hover > tbody > tr:hover > .success, .mega-menu .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.mega-menu .table > thead > tr > td.info,
.mega-menu .table > thead > tr > th.info, .mega-menu .table > thead > tr.info > td, .mega-menu .table > thead > tr.info > th,
.mega-menu .table > tbody > tr > td.info,
.mega-menu .table > tbody > tr > th.info,
.mega-menu .table > tbody > tr.info > td,
.mega-menu .table > tbody > tr.info > th,
.mega-menu .table > tfoot > tr > td.info,
.mega-menu .table > tfoot > tr > th.info,
.mega-menu .table > tfoot > tr.info > td,
.mega-menu .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.mega-menu .table-hover > tbody > tr > td.info:hover,
.mega-menu .table-hover > tbody > tr > th.info:hover, .mega-menu .table-hover > tbody > tr.info:hover > td, .mega-menu .table-hover > tbody > tr:hover > .info, .mega-menu .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.mega-menu .table > thead > tr > td.warning,
.mega-menu .table > thead > tr > th.warning, .mega-menu .table > thead > tr.warning > td, .mega-menu .table > thead > tr.warning > th,
.mega-menu .table > tbody > tr > td.warning,
.mega-menu .table > tbody > tr > th.warning,
.mega-menu .table > tbody > tr.warning > td,
.mega-menu .table > tbody > tr.warning > th,
.mega-menu .table > tfoot > tr > td.warning,
.mega-menu .table > tfoot > tr > th.warning,
.mega-menu .table > tfoot > tr.warning > td,
.mega-menu .table > tfoot > tr.warning > th {
  background-color: #faf2cc;
}
.mega-menu .table-hover > tbody > tr > td.warning:hover,
.mega-menu .table-hover > tbody > tr > th.warning:hover, .mega-menu .table-hover > tbody > tr.warning:hover > td, .mega-menu .table-hover > tbody > tr:hover > .warning, .mega-menu .table-hover > tbody > tr.warning:hover > th {
  background-color: #f8ecb5;
}
.mega-menu .table > thead > tr > td.danger,
.mega-menu .table > thead > tr > th.danger, .mega-menu .table > thead > tr.danger > td, .mega-menu .table > thead > tr.danger > th,
.mega-menu .table > tbody > tr > td.danger,
.mega-menu .table > tbody > tr > th.danger,
.mega-menu .table > tbody > tr.danger > td,
.mega-menu .table > tbody > tr.danger > th,
.mega-menu .table > tfoot > tr > td.danger,
.mega-menu .table > tfoot > tr > th.danger,
.mega-menu .table > tfoot > tr.danger > td,
.mega-menu .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.mega-menu .table-hover > tbody > tr > td.danger:hover,
.mega-menu .table-hover > tbody > tr > th.danger:hover, .mega-menu .table-hover > tbody > tr.danger:hover > td, .mega-menu .table-hover > tbody > tr:hover > .danger, .mega-menu .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.mega-menu .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .mega-menu .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .mega-menu .table-responsive > .table {
    margin-bottom: 0;
  }
  .mega-menu .table-responsive > .table > thead > tr > th,
.mega-menu .table-responsive > .table > thead > tr > td,
.mega-menu .table-responsive > .table > tbody > tr > th,
.mega-menu .table-responsive > .table > tbody > tr > td,
.mega-menu .table-responsive > .table > tfoot > tr > th,
.mega-menu .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .mega-menu .table-responsive > .table-bordered {
    border: 0;
  }
  .mega-menu .table-responsive > .table-bordered > thead > tr > th:first-child,
.mega-menu .table-responsive > .table-bordered > thead > tr > td:first-child,
.mega-menu .table-responsive > .table-bordered > tbody > tr > th:first-child,
.mega-menu .table-responsive > .table-bordered > tbody > tr > td:first-child,
.mega-menu .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.mega-menu .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .mega-menu .table-responsive > .table-bordered > thead > tr > th:last-child,
.mega-menu .table-responsive > .table-bordered > thead > tr > td:last-child,
.mega-menu .table-responsive > .table-bordered > tbody > tr > th:last-child,
.mega-menu .table-responsive > .table-bordered > tbody > tr > td:last-child,
.mega-menu .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.mega-menu .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .mega-menu .table-responsive > .table-bordered > tbody > tr:last-child > th,
.mega-menu .table-responsive > .table-bordered > tbody > tr:last-child > td,
.mega-menu .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.mega-menu .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.mega-menu fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.mega-menu legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #000;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.mega-menu label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.mega-menu input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.mega-menu input[type=radio],
.mega-menu input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.mega-menu input[type=radio][disabled], .mega-menu input[type=radio].disabled, fieldset[disabled] .mega-menu input[type=radio],
.mega-menu input[type=checkbox][disabled],
.mega-menu input[type=checkbox].disabled,
fieldset[disabled] .mega-menu input[type=checkbox] {
  cursor: not-allowed;
}
.mega-menu input[type=file] {
  display: block;
}
.mega-menu input[type=range] {
  display: block;
  width: 100%;
}
.mega-menu select[multiple],
.mega-menu select[size] {
  height: auto;
}
.mega-menu input[type=file]:focus,
.mega-menu input[type=radio]:focus,
.mega-menu input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mega-menu output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
}
.mega-menu .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.mega-menu .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.mega-menu .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.mega-menu .form-control:-ms-input-placeholder {
  color: #999999;
}
.mega-menu .form-control::-webkit-input-placeholder {
  color: #999999;
}
.mega-menu .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.mega-menu .form-control[disabled], .mega-menu .form-control[readonly], fieldset[disabled] .mega-menu .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.mega-menu .form-control[disabled], fieldset[disabled] .mega-menu .form-control {
  cursor: not-allowed;
}
.mega-menu textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mega-menu input[type=date].form-control,
.mega-menu input[type=time].form-control,
.mega-menu input[type=datetime-local].form-control,
.mega-menu input[type=month].form-control {
    line-height: 38px;
  }
  .mega-menu input[type=date].input-sm, .mega-menu .input-group-sm > input[type=date].form-control,
.mega-menu .input-group-sm > input[type=date].input-group-addon,
.mega-menu .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm .mega-menu input[type=date],
.mega-menu input[type=time].input-sm,
.mega-menu .input-group-sm > input[type=time].form-control,
.mega-menu .input-group-sm > input[type=time].input-group-addon,
.mega-menu .input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm .mega-menu input[type=time],
.mega-menu input[type=datetime-local].input-sm,
.mega-menu .input-group-sm > input[type=datetime-local].form-control,
.mega-menu .input-group-sm > input[type=datetime-local].input-group-addon,
.mega-menu .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm .mega-menu input[type=datetime-local],
.mega-menu input[type=month].input-sm,
.mega-menu .input-group-sm > input[type=month].form-control,
.mega-menu .input-group-sm > input[type=month].input-group-addon,
.mega-menu .input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm .mega-menu input[type=month] {
    line-height: 30px;
  }
  .mega-menu input[type=date].input-lg, .mega-menu .input-group-lg > input[type=date].form-control,
.mega-menu .input-group-lg > input[type=date].input-group-addon,
.mega-menu .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg .mega-menu input[type=date],
.mega-menu input[type=time].input-lg,
.mega-menu .input-group-lg > input[type=time].form-control,
.mega-menu .input-group-lg > input[type=time].input-group-addon,
.mega-menu .input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg .mega-menu input[type=time],
.mega-menu input[type=datetime-local].input-lg,
.mega-menu .input-group-lg > input[type=datetime-local].form-control,
.mega-menu .input-group-lg > input[type=datetime-local].input-group-addon,
.mega-menu .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg .mega-menu input[type=datetime-local],
.mega-menu input[type=month].input-lg,
.mega-menu .input-group-lg > input[type=month].form-control,
.mega-menu .input-group-lg > input[type=month].input-group-addon,
.mega-menu .input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg .mega-menu input[type=month] {
    line-height: 54px;
  }
}
.mega-menu .form-group {
  margin-bottom: 15px;
}
.mega-menu .radio,
.mega-menu .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mega-menu .radio.disabled label, fieldset[disabled] .mega-menu .radio label,
.mega-menu .checkbox.disabled label,
fieldset[disabled] .mega-menu .checkbox label {
  cursor: not-allowed;
}
.mega-menu .radio label,
.mega-menu .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.mega-menu .radio input[type=radio],
.mega-menu .radio-inline input[type=radio],
.mega-menu .checkbox input[type=checkbox],
.mega-menu .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}
.mega-menu .radio + .radio,
.mega-menu .checkbox + .checkbox {
  margin-top: -5px;
}
.mega-menu .radio-inline,
.mega-menu .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.mega-menu .radio-inline.disabled, fieldset[disabled] .mega-menu .radio-inline,
.mega-menu .checkbox-inline.disabled,
fieldset[disabled] .mega-menu .checkbox-inline {
  cursor: not-allowed;
}
.mega-menu .radio-inline + .radio-inline,
.mega-menu .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.mega-menu .form-control-static {
  min-height: 34px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.mega-menu .form-control-static.input-lg, .mega-menu .input-group-lg > .form-control-static.form-control,
.mega-menu .input-group-lg > .form-control-static.input-group-addon,
.mega-menu .input-group-lg > .input-group-btn > .form-control-static.btn, .mega-menu .form-control-static.input-sm, .mega-menu .input-group-sm > .form-control-static.form-control,
.mega-menu .input-group-sm > .form-control-static.input-group-addon,
.mega-menu .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.mega-menu .input-sm, .mega-menu .input-group-sm > .form-control,
.mega-menu .input-group-sm > .input-group-addon,
.mega-menu .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.mega-menu select.input-sm, .mega-menu .input-group-sm > select.form-control,
.mega-menu .input-group-sm > select.input-group-addon,
.mega-menu .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
.mega-menu textarea.input-sm, .mega-menu .input-group-sm > textarea.form-control,
.mega-menu .input-group-sm > textarea.input-group-addon,
.mega-menu .input-group-sm > .input-group-btn > textarea.btn,
.mega-menu select[multiple].input-sm,
.mega-menu .input-group-sm > select[multiple].form-control,
.mega-menu .input-group-sm > select[multiple].input-group-addon,
.mega-menu .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.mega-menu .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.mega-menu .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.mega-menu .form-group-sm textarea.form-control,
.mega-menu .form-group-sm select[multiple].form-control {
  height: auto;
}
.mega-menu .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.mega-menu .input-lg, .mega-menu .input-group-lg > .form-control,
.mega-menu .input-group-lg > .input-group-addon,
.mega-menu .input-group-lg > .input-group-btn > .btn {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.mega-menu select.input-lg, .mega-menu .input-group-lg > select.form-control,
.mega-menu .input-group-lg > select.input-group-addon,
.mega-menu .input-group-lg > .input-group-btn > select.btn {
  height: 54px;
  line-height: 54px;
}
.mega-menu textarea.input-lg, .mega-menu .input-group-lg > textarea.form-control,
.mega-menu .input-group-lg > textarea.input-group-addon,
.mega-menu .input-group-lg > .input-group-btn > textarea.btn,
.mega-menu select[multiple].input-lg,
.mega-menu .input-group-lg > select[multiple].form-control,
.mega-menu .input-group-lg > select[multiple].input-group-addon,
.mega-menu .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.mega-menu .form-group-lg .form-control {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.mega-menu .form-group-lg select.form-control {
  height: 54px;
  line-height: 54px;
}
.mega-menu .form-group-lg textarea.form-control,
.mega-menu .form-group-lg select[multiple].form-control {
  height: auto;
}
.mega-menu .form-group-lg .form-control-static {
  height: 54px;
  min-height: 38px;
  padding: 15px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.mega-menu .has-feedback {
  position: relative;
}
.mega-menu .has-feedback .form-control {
  padding-right: 47.5px;
}
.mega-menu .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.mega-menu .input-lg + .form-control-feedback, .mega-menu .input-group-lg > .form-control + .form-control-feedback,
.mega-menu .input-group-lg > .input-group-addon + .form-control-feedback,
.mega-menu .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.mega-menu .input-group-lg + .form-control-feedback,
.mega-menu .form-group-lg .form-control + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}
.mega-menu .input-sm + .form-control-feedback, .mega-menu .input-group-sm > .form-control + .form-control-feedback,
.mega-menu .input-group-sm > .input-group-addon + .form-control-feedback,
.mega-menu .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.mega-menu .input-group-sm + .form-control-feedback,
.mega-menu .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.mega-menu .has-success .help-block,
.mega-menu .has-success .control-label,
.mega-menu .has-success .radio,
.mega-menu .has-success .checkbox,
.mega-menu .has-success .radio-inline,
.mega-menu .has-success .checkbox-inline, .mega-menu .has-success.radio label, .mega-menu .has-success.checkbox label, .mega-menu .has-success.radio-inline label, .mega-menu .has-success.checkbox-inline label {
  color: #468847;
}
.mega-menu .has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.mega-menu .has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.mega-menu .has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.mega-menu .has-success .form-control-feedback {
  color: #468847;
}
.mega-menu .has-warning .help-block,
.mega-menu .has-warning .control-label,
.mega-menu .has-warning .radio,
.mega-menu .has-warning .checkbox,
.mega-menu .has-warning .radio-inline,
.mega-menu .has-warning .checkbox-inline, .mega-menu .has-warning.radio label, .mega-menu .has-warning.checkbox label, .mega-menu .has-warning.radio-inline label, .mega-menu .has-warning.checkbox-inline label {
  color: #c09853;
}
.mega-menu .has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.mega-menu .has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.mega-menu .has-warning .input-group-addon {
  color: #c09853;
  background-color: #faf2cc;
  border-color: #c09853;
}
.mega-menu .has-warning .form-control-feedback {
  color: #c09853;
}
.mega-menu .has-error .help-block,
.mega-menu .has-error .control-label,
.mega-menu .has-error .radio,
.mega-menu .has-error .checkbox,
.mega-menu .has-error .radio-inline,
.mega-menu .has-error .checkbox-inline, .mega-menu .has-error.radio label, .mega-menu .has-error.checkbox label, .mega-menu .has-error.radio-inline label, .mega-menu .has-error.checkbox-inline label {
  color: #b94a48;
}
.mega-menu .has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.mega-menu .has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.mega-menu .has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.mega-menu .has-error .form-control-feedback {
  color: #b94a48;
}
.mega-menu .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.mega-menu .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.mega-menu .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .mega-menu .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .mega-menu .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .mega-menu .form-inline .form-control-static {
    display: inline-block;
  }
  .mega-menu .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .mega-menu .form-inline .input-group .input-group-addon,
.mega-menu .form-inline .input-group .input-group-btn,
.mega-menu .form-inline .input-group .form-control {
    width: auto;
  }
  .mega-menu .form-inline .input-group > .form-control {
    width: 100%;
  }
  .mega-menu .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .mega-menu .form-inline .radio,
.mega-menu .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .mega-menu .form-inline .radio label,
.mega-menu .form-inline .checkbox label {
    padding-left: 0;
  }
  .mega-menu .form-inline .radio input[type=radio],
.mega-menu .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .mega-menu .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.mega-menu .form-horizontal .radio,
.mega-menu .form-horizontal .checkbox,
.mega-menu .form-horizontal .radio-inline,
.mega-menu .form-horizontal .checkbox-inline {
  padding-top: 9px;
  margin-top: 0;
  margin-bottom: 0;
}
.mega-menu .form-horizontal .radio,
.mega-menu .form-horizontal .checkbox {
  min-height: 29px;
}
.mega-menu .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.mega-menu .form-horizontal .form-group:before, .mega-menu .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.mega-menu .form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .mega-menu .form-horizontal .control-label {
    padding-top: 9px;
    margin-bottom: 0;
    text-align: right;
  }
}
.mega-menu .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .mega-menu .form-horizontal .form-group-lg .control-label {
    padding-top: 15px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .mega-menu .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.mega-menu .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mega-menu .btn:focus, .mega-menu .btn.focus, .mega-menu .btn:active:focus, .mega-menu .btn:active.focus, .mega-menu .btn.active:focus, .mega-menu .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mega-menu .btn:hover, .mega-menu .btn:focus, .mega-menu .btn.focus {
  color: #000;
  text-decoration: none;
}
.mega-menu .btn:active, .mega-menu .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.mega-menu .btn.disabled, .mega-menu .btn[disabled], fieldset[disabled] .mega-menu .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mega-menu a.btn.disabled, fieldset[disabled] .mega-menu a.btn {
  pointer-events: none;
}
.mega-menu .btn-default {
  color: #000;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.mega-menu .btn-default:focus, .mega-menu .btn-default.focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.1);
}
.mega-menu .btn-default:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.1);
}
.mega-menu .btn-default:active, .mega-menu .btn-default.active, .open > .mega-menu .btn-default.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.mega-menu .btn-default:active:hover, .mega-menu .btn-default:active:focus, .mega-menu .btn-default:active.focus, .mega-menu .btn-default.active:hover, .mega-menu .btn-default.active:focus, .mega-menu .btn-default.active.focus, .open > .mega-menu .btn-default.dropdown-toggle:hover, .open > .mega-menu .btn-default.dropdown-toggle:focus, .open > .mega-menu .btn-default.dropdown-toggle.focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: rgba(0, 0, 0, 0.1);
}
.mega-menu .btn-default.disabled:hover, .mega-menu .btn-default.disabled:focus, .mega-menu .btn-default.disabled.focus, .mega-menu .btn-default[disabled]:hover, .mega-menu .btn-default[disabled]:focus, .mega-menu .btn-default[disabled].focus, fieldset[disabled] .mega-menu .btn-default:hover, fieldset[disabled] .mega-menu .btn-default:focus, fieldset[disabled] .mega-menu .btn-default.focus {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.mega-menu .btn-default .badge {
  color: #fff;
  background-color: #000;
}
.mega-menu .btn-primary {
  color: #fff;
  background-color: #628eb5;
  border-color: #628eb5;
}
.mega-menu .btn-primary:focus, .mega-menu .btn-primary.focus {
  color: #fff;
  background-color: #49749b;
  border-color: #314d67;
}
.mega-menu .btn-primary:hover {
  color: #fff;
  background-color: #49749b;
  border-color: #466f94;
}
.mega-menu .btn-primary:active, .mega-menu .btn-primary.active, .open > .mega-menu .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #49749b;
  background-image: none;
  border-color: #466f94;
}
.mega-menu .btn-primary:active:hover, .mega-menu .btn-primary:active:focus, .mega-menu .btn-primary:active.focus, .mega-menu .btn-primary.active:hover, .mega-menu .btn-primary.active:focus, .mega-menu .btn-primary.active.focus, .open > .mega-menu .btn-primary.dropdown-toggle:hover, .open > .mega-menu .btn-primary.dropdown-toggle:focus, .open > .mega-menu .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #3e6283;
  border-color: #314d67;
}
.mega-menu .btn-primary.disabled:hover, .mega-menu .btn-primary.disabled:focus, .mega-menu .btn-primary.disabled.focus, .mega-menu .btn-primary[disabled]:hover, .mega-menu .btn-primary[disabled]:focus, .mega-menu .btn-primary[disabled].focus, fieldset[disabled] .mega-menu .btn-primary:hover, fieldset[disabled] .mega-menu .btn-primary:focus, fieldset[disabled] .mega-menu .btn-primary.focus {
  background-color: #628eb5;
  border-color: #628eb5;
}
.mega-menu .btn-primary .badge {
  color: #628eb5;
  background-color: #fff;
}
.mega-menu .btn-success {
  color: #fff;
  background-color: #73A839;
  border-color: #73A839;
}
.mega-menu .btn-success:focus, .mega-menu .btn-success.focus {
  color: #fff;
  background-color: #59822c;
  border-color: #324919;
}
.mega-menu .btn-success:hover {
  color: #fff;
  background-color: #59822c;
  border-color: #547a29;
}
.mega-menu .btn-success:active, .mega-menu .btn-success.active, .open > .mega-menu .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #59822c;
  background-image: none;
  border-color: #547a29;
}
.mega-menu .btn-success:active:hover, .mega-menu .btn-success:active:focus, .mega-menu .btn-success:active.focus, .mega-menu .btn-success.active:hover, .mega-menu .btn-success.active:focus, .mega-menu .btn-success.active.focus, .open > .mega-menu .btn-success.dropdown-toggle:hover, .open > .mega-menu .btn-success.dropdown-toggle:focus, .open > .mega-menu .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #476723;
  border-color: #324919;
}
.mega-menu .btn-success.disabled:hover, .mega-menu .btn-success.disabled:focus, .mega-menu .btn-success.disabled.focus, .mega-menu .btn-success[disabled]:hover, .mega-menu .btn-success[disabled]:focus, .mega-menu .btn-success[disabled].focus, fieldset[disabled] .mega-menu .btn-success:hover, fieldset[disabled] .mega-menu .btn-success:focus, fieldset[disabled] .mega-menu .btn-success.focus {
  background-color: #73A839;
  border-color: #73A839;
}
.mega-menu .btn-success .badge {
  color: #73A839;
  background-color: #fff;
}
.mega-menu .btn-info {
  color: #fff;
  background-color: #033C73;
  border-color: #033C73;
}
.mega-menu .btn-info:focus, .mega-menu .btn-info.focus {
  color: #fff;
  background-color: #022241;
  border-color: black;
}
.mega-menu .btn-info:hover {
  color: #fff;
  background-color: #022241;
  border-color: #011d37;
}
.mega-menu .btn-info:active, .mega-menu .btn-info.active, .open > .mega-menu .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #022241;
  background-image: none;
  border-color: #011d37;
}
.mega-menu .btn-info:active:hover, .mega-menu .btn-info:active:focus, .mega-menu .btn-info:active.focus, .mega-menu .btn-info.active:hover, .mega-menu .btn-info.active:focus, .mega-menu .btn-info.active.focus, .open > .mega-menu .btn-info.dropdown-toggle:hover, .open > .mega-menu .btn-info.dropdown-toggle:focus, .open > .mega-menu .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #01101f;
  border-color: black;
}
.mega-menu .btn-info.disabled:hover, .mega-menu .btn-info.disabled:focus, .mega-menu .btn-info.disabled.focus, .mega-menu .btn-info[disabled]:hover, .mega-menu .btn-info[disabled]:focus, .mega-menu .btn-info[disabled].focus, fieldset[disabled] .mega-menu .btn-info:hover, fieldset[disabled] .mega-menu .btn-info:focus, fieldset[disabled] .mega-menu .btn-info.focus {
  background-color: #033C73;
  border-color: #033C73;
}
.mega-menu .btn-info .badge {
  color: #033C73;
  background-color: #fff;
}
.mega-menu .btn-warning {
  color: #fff;
  background-color: #F39C12;
  border-color: #F39C12;
}
.mega-menu .btn-warning:focus, .mega-menu .btn-warning.focus {
  color: #fff;
  background-color: #c87f0a;
  border-color: #7f5006;
}
.mega-menu .btn-warning:hover {
  color: #fff;
  background-color: #c87f0a;
  border-color: #be780a;
}
.mega-menu .btn-warning:active, .mega-menu .btn-warning.active, .open > .mega-menu .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c87f0a;
  background-image: none;
  border-color: #be780a;
}
.mega-menu .btn-warning:active:hover, .mega-menu .btn-warning:active:focus, .mega-menu .btn-warning:active.focus, .mega-menu .btn-warning.active:hover, .mega-menu .btn-warning.active:focus, .mega-menu .btn-warning.active.focus, .open > .mega-menu .btn-warning.dropdown-toggle:hover, .open > .mega-menu .btn-warning.dropdown-toggle:focus, .open > .mega-menu .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a66908;
  border-color: #7f5006;
}
.mega-menu .btn-warning.disabled:hover, .mega-menu .btn-warning.disabled:focus, .mega-menu .btn-warning.disabled.focus, .mega-menu .btn-warning[disabled]:hover, .mega-menu .btn-warning[disabled]:focus, .mega-menu .btn-warning[disabled].focus, fieldset[disabled] .mega-menu .btn-warning:hover, fieldset[disabled] .mega-menu .btn-warning:focus, fieldset[disabled] .mega-menu .btn-warning.focus {
  background-color: #F39C12;
  border-color: #F39C12;
}
.mega-menu .btn-warning .badge {
  color: #F39C12;
  background-color: #fff;
}
.mega-menu .btn-danger {
  color: #fff;
  background-color: #C71C22;
  border-color: #C71C22;
}
.mega-menu .btn-danger:focus, .mega-menu .btn-danger.focus {
  color: #fff;
  background-color: #9a161a;
  border-color: #570c0f;
}
.mega-menu .btn-danger:hover {
  color: #fff;
  background-color: #9a161a;
  border-color: #911419;
}
.mega-menu .btn-danger:active, .mega-menu .btn-danger.active, .open > .mega-menu .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9a161a;
  background-image: none;
  border-color: #911419;
}
.mega-menu .btn-danger:active:hover, .mega-menu .btn-danger:active:focus, .mega-menu .btn-danger:active.focus, .mega-menu .btn-danger.active:hover, .mega-menu .btn-danger.active:focus, .mega-menu .btn-danger.active.focus, .open > .mega-menu .btn-danger.dropdown-toggle:hover, .open > .mega-menu .btn-danger.dropdown-toggle:focus, .open > .mega-menu .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #7b1115;
  border-color: #570c0f;
}
.mega-menu .btn-danger.disabled:hover, .mega-menu .btn-danger.disabled:focus, .mega-menu .btn-danger.disabled.focus, .mega-menu .btn-danger[disabled]:hover, .mega-menu .btn-danger[disabled]:focus, .mega-menu .btn-danger[disabled].focus, fieldset[disabled] .mega-menu .btn-danger:hover, fieldset[disabled] .mega-menu .btn-danger:focus, fieldset[disabled] .mega-menu .btn-danger.focus {
  background-color: #C71C22;
  border-color: #C71C22;
}
.mega-menu .btn-danger .badge {
  color: #C71C22;
  background-color: #fff;
}
.mega-menu .btn-link {
  font-weight: 400;
  color: #628eb5;
  border-radius: 0;
}
.mega-menu .btn-link, .mega-menu .btn-link:active, .mega-menu .btn-link.active, .mega-menu .btn-link[disabled], fieldset[disabled] .mega-menu .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mega-menu .btn-link, .mega-menu .btn-link:hover, .mega-menu .btn-link:focus, .mega-menu .btn-link:active {
  border-color: transparent;
}
.mega-menu .btn-link:hover, .mega-menu .btn-link:focus {
  color: #41678a;
  text-decoration: underline;
  background-color: transparent;
}
.mega-menu .btn-link[disabled]:hover, .mega-menu .btn-link[disabled]:focus, fieldset[disabled] .mega-menu .btn-link:hover, fieldset[disabled] .mega-menu .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.mega-menu .btn-lg, .mega-menu .btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.mega-menu .btn-sm, .mega-menu .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.mega-menu .btn-xs, .mega-menu .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.mega-menu .btn-block {
  display: block;
  width: 100%;
}
.mega-menu .btn-block + .btn-block {
  margin-top: 5px;
}
.mega-menu input[type=submit].btn-block,
.mega-menu input[type=reset].btn-block,
.mega-menu input[type=button].btn-block {
  width: 100%;
}
.mega-menu .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.mega-menu .fade.in {
  opacity: 1;
}
.mega-menu .collapse {
  display: none;
}
.mega-menu .collapse.in {
  display: block;
}
.mega-menu tr.collapse.in {
  display: table-row;
}
.mega-menu tbody.collapse.in {
  display: table-row-group;
}
.mega-menu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mega-menu .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.mega-menu .dropup,
.mega-menu .dropdown {
  position: relative;
}
.mega-menu .dropdown-toggle:focus {
  outline: 0;
}
.mega-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.mega-menu .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.mega-menu .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.mega-menu .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.mega-menu .dropdown-menu > li > a:hover, .mega-menu .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #628eb5;
}
.mega-menu .dropdown-menu > .active > a, .mega-menu .dropdown-menu > .active > a:hover, .mega-menu .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #628eb5;
  outline: 0;
}
.mega-menu .dropdown-menu > .disabled > a, .mega-menu .dropdown-menu > .disabled > a:hover, .mega-menu .dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.mega-menu .dropdown-menu > .disabled > a:hover, .mega-menu .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.mega-menu .open > .dropdown-menu {
  display: block;
}
.mega-menu .open > a {
  outline: 0;
}
.mega-menu .dropdown-menu-right {
  right: 0;
  left: auto;
}
.mega-menu .dropdown-menu-left {
  right: auto;
  left: 0;
}
.mega-menu .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
  white-space: nowrap;
}
.mega-menu .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.mega-menu .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.mega-menu .dropup .caret,
.mega-menu .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.mega-menu .dropup .dropdown-menu,
.mega-menu .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .mega-menu .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .mega-menu .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.mega-menu .btn-group,
.mega-menu .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.mega-menu .btn-group > .btn,
.mega-menu .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.mega-menu .btn-group > .btn:hover, .mega-menu .btn-group > .btn:focus, .mega-menu .btn-group > .btn:active, .mega-menu .btn-group > .btn.active,
.mega-menu .btn-group-vertical > .btn:hover,
.mega-menu .btn-group-vertical > .btn:focus,
.mega-menu .btn-group-vertical > .btn:active,
.mega-menu .btn-group-vertical > .btn.active {
  z-index: 2;
}
.mega-menu .btn-group .btn + .btn,
.mega-menu .btn-group .btn + .btn-group,
.mega-menu .btn-group .btn-group + .btn,
.mega-menu .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.mega-menu .btn-toolbar {
  margin-left: -5px;
}
.mega-menu .btn-toolbar:before, .mega-menu .btn-toolbar:after {
  display: table;
  content: " ";
}
.mega-menu .btn-toolbar:after {
  clear: both;
}
.mega-menu .btn-toolbar .btn,
.mega-menu .btn-toolbar .btn-group,
.mega-menu .btn-toolbar .input-group {
  float: left;
}
.mega-menu .btn-toolbar > .btn,
.mega-menu .btn-toolbar > .btn-group,
.mega-menu .btn-toolbar > .input-group {
  margin-left: 5px;
}
.mega-menu .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.mega-menu .btn-group > .btn:first-child {
  margin-left: 0;
}
.mega-menu .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mega-menu .btn-group > .btn:last-child:not(:first-child),
.mega-menu .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mega-menu .btn-group > .btn-group {
  float: left;
}
.mega-menu .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.mega-menu .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.mega-menu .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mega-menu .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mega-menu .btn-group .dropdown-toggle:active,
.mega-menu .btn-group.open .dropdown-toggle {
  outline: 0;
}
.mega-menu .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.mega-menu .btn-group > .btn-lg + .dropdown-toggle, .mega-menu .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.mega-menu .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.mega-menu .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mega-menu .btn .caret {
  margin-left: 0;
}
.mega-menu .btn-lg .caret, .mega-menu .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.mega-menu .dropup .btn-lg .caret, .mega-menu .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.mega-menu .btn-group-vertical > .btn,
.mega-menu .btn-group-vertical > .btn-group,
.mega-menu .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.mega-menu .btn-group-vertical > .btn-group:before, .mega-menu .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.mega-menu .btn-group-vertical > .btn-group:after {
  clear: both;
}
.mega-menu .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.mega-menu .btn-group-vertical > .btn + .btn,
.mega-menu .btn-group-vertical > .btn + .btn-group,
.mega-menu .btn-group-vertical > .btn-group + .btn,
.mega-menu .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.mega-menu .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.mega-menu .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mega-menu .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mega-menu .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.mega-menu .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.mega-menu .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mega-menu .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mega-menu .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.mega-menu .btn-group-justified > .btn,
.mega-menu .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.mega-menu .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.mega-menu .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.mega-menu [data-toggle=buttons] > .btn input[type=radio],
.mega-menu [data-toggle=buttons] > .btn input[type=checkbox],
.mega-menu [data-toggle=buttons] > .btn-group > .btn input[type=radio],
.mega-menu [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.mega-menu .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.mega-menu .input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.mega-menu .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.mega-menu .input-group .form-control:focus {
  z-index: 3;
}
.mega-menu .input-group-addon,
.mega-menu .input-group-btn,
.mega-menu .input-group .form-control {
  display: table-cell;
}
.mega-menu .input-group-addon:not(:first-child):not(:last-child),
.mega-menu .input-group-btn:not(:first-child):not(:last-child),
.mega-menu .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.mega-menu .input-group-addon,
.mega-menu .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.mega-menu .input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.mega-menu .input-group-addon.input-sm,
.mega-menu .input-group-sm > .input-group-addon,
.mega-menu .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.mega-menu .input-group-addon.input-lg,
.mega-menu .input-group-lg > .input-group-addon,
.mega-menu .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.mega-menu .input-group-addon input[type=radio],
.mega-menu .input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.mega-menu .input-group .form-control:first-child,
.mega-menu .input-group-addon:first-child,
.mega-menu .input-group-btn:first-child > .btn,
.mega-menu .input-group-btn:first-child > .btn-group > .btn,
.mega-menu .input-group-btn:first-child > .dropdown-toggle,
.mega-menu .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.mega-menu .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mega-menu .input-group-addon:first-child {
  border-right: 0;
}
.mega-menu .input-group .form-control:last-child,
.mega-menu .input-group-addon:last-child,
.mega-menu .input-group-btn:last-child > .btn,
.mega-menu .input-group-btn:last-child > .btn-group > .btn,
.mega-menu .input-group-btn:last-child > .dropdown-toggle,
.mega-menu .input-group-btn:first-child > .btn:not(:first-child),
.mega-menu .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mega-menu .input-group-addon:last-child {
  border-left: 0;
}
.mega-menu .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.mega-menu .input-group-btn > .btn {
  position: relative;
}
.mega-menu .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.mega-menu .input-group-btn > .btn:hover, .mega-menu .input-group-btn > .btn:focus, .mega-menu .input-group-btn > .btn:active {
  z-index: 2;
}
.mega-menu .input-group-btn:first-child > .btn,
.mega-menu .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.mega-menu .input-group-btn:last-child > .btn,
.mega-menu .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.mega-menu .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.mega-menu .nav:before, .mega-menu .nav:after {
  display: table;
  content: " ";
}
.mega-menu .nav:after {
  clear: both;
}
.mega-menu .nav > li {
  position: relative;
  display: block;
}
.mega-menu .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.mega-menu .nav > li > a:hover, .mega-menu .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.mega-menu .nav > li.disabled > a {
  color: #999999;
}
.mega-menu .nav > li.disabled > a:hover, .mega-menu .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.mega-menu .nav .open > a, .mega-menu .nav .open > a:hover, .mega-menu .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #628eb5;
}
.mega-menu .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.mega-menu .nav > li > a > img {
  max-width: none;
}
.mega-menu .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.mega-menu .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.mega-menu .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.mega-menu .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.mega-menu .nav-tabs > li.active > a, .mega-menu .nav-tabs > li.active > a:hover, .mega-menu .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #E5ECF4;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.mega-menu .nav-pills > li {
  float: left;
}
.mega-menu .nav-pills > li > a {
  border-radius: 4px;
}
.mega-menu .nav-pills > li + li {
  margin-left: 2px;
}
.mega-menu .nav-pills > li.active > a, .mega-menu .nav-pills > li.active > a:hover, .mega-menu .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #628eb5;
}
.mega-menu .nav-stacked > li {
  float: none;
}
.mega-menu .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.mega-menu .nav-justified, .mega-menu .nav-tabs.nav-justified {
  width: 100%;
}
.mega-menu .nav-justified > li, .mega-menu .nav-tabs.nav-justified > li {
  float: none;
}
.mega-menu .nav-justified > li > a, .mega-menu .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.mega-menu .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .mega-menu .nav-justified > li, .mega-menu .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .mega-menu .nav-justified > li > a, .mega-menu .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.mega-menu .nav-tabs-justified, .mega-menu .nav-tabs.nav-justified {
  border-bottom: 0;
}
.mega-menu .nav-tabs-justified > li > a, .mega-menu .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.mega-menu .nav-tabs-justified > .active > a, .mega-menu .nav-tabs.nav-justified > .active > a,
.mega-menu .nav-tabs-justified > .active > a:hover,
.mega-menu .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .mega-menu .nav-tabs-justified > li > a, .mega-menu .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .mega-menu .nav-tabs-justified > .active > a, .mega-menu .nav-tabs.nav-justified > .active > a,
.mega-menu .nav-tabs-justified > .active > a:hover,
.mega-menu .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #E5ECF4;
  }
}
.mega-menu .tab-content > .tab-pane {
  display: none;
}
.mega-menu .tab-content > .active {
  display: block;
}
.mega-menu .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mega-menu .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.mega-menu .navbar:before, .mega-menu .navbar:after {
  display: table;
  content: " ";
}
.mega-menu .navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .mega-menu .navbar {
    border-radius: 4px;
  }
}
.mega-menu .navbar-header:before, .mega-menu .navbar-header:after {
  display: table;
  content: " ";
}
.mega-menu .navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .mega-menu .navbar-header {
    float: left;
  }
}
.mega-menu .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.mega-menu .navbar-collapse:before, .mega-menu .navbar-collapse:after {
  display: table;
  content: " ";
}
.mega-menu .navbar-collapse:after {
  clear: both;
}
.mega-menu .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .mega-menu .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .mega-menu .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .mega-menu .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .mega-menu .navbar-collapse, .navbar-static-top .mega-menu .navbar-collapse, .navbar-fixed-bottom .mega-menu .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.mega-menu .navbar-fixed-top,
.mega-menu .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.mega-menu .navbar-fixed-top .navbar-collapse,
.mega-menu .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .mega-menu .navbar-fixed-top .navbar-collapse,
.mega-menu .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .mega-menu .navbar-fixed-top,
.mega-menu .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.mega-menu .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.mega-menu .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.mega-menu .container > .navbar-header,
.mega-menu .container > .navbar-collapse,
.mega-menu .container-fluid > .navbar-header,
.mega-menu .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .mega-menu .container > .navbar-header,
.mega-menu .container > .navbar-collapse,
.mega-menu .container-fluid > .navbar-header,
.mega-menu .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.mega-menu .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .mega-menu .navbar-static-top {
    border-radius: 0;
  }
}
.mega-menu .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.mega-menu .navbar-brand:hover, .mega-menu .navbar-brand:focus {
  text-decoration: none;
}
.mega-menu .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .mega-menu .navbar-brand, .navbar > .container-fluid .mega-menu .navbar-brand {
    margin-left: -15px;
  }
}
.mega-menu .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.mega-menu .navbar-toggle:focus {
  outline: 0;
}
.mega-menu .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.mega-menu .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .mega-menu .navbar-toggle {
    display: none;
  }
}
.mega-menu .navbar-nav {
  margin: 7.5px -15px;
}
.mega-menu .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .mega-menu .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .mega-menu .navbar-nav .open .dropdown-menu > li > a,
.mega-menu .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .mega-menu .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .mega-menu .navbar-nav .open .dropdown-menu > li > a:hover, .mega-menu .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .mega-menu .navbar-nav {
    float: left;
    margin: 0;
  }
  .mega-menu .navbar-nav > li {
    float: left;
  }
  .mega-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.mega-menu .navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .mega-menu .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .mega-menu .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .mega-menu .navbar-form .form-control-static {
    display: inline-block;
  }
  .mega-menu .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .mega-menu .navbar-form .input-group .input-group-addon,
.mega-menu .navbar-form .input-group .input-group-btn,
.mega-menu .navbar-form .input-group .form-control {
    width: auto;
  }
  .mega-menu .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .mega-menu .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .mega-menu .navbar-form .radio,
.mega-menu .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .mega-menu .navbar-form .radio label,
.mega-menu .navbar-form .checkbox label {
    padding-left: 0;
  }
  .mega-menu .navbar-form .radio input[type=radio],
.mega-menu .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .mega-menu .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .mega-menu .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .mega-menu .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .mega-menu .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.mega-menu .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mega-menu .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mega-menu .navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.mega-menu .navbar-btn.btn-sm, .mega-menu .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mega-menu .navbar-btn.btn-xs, .mega-menu .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.mega-menu .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .mega-menu .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .mega-menu .navbar-left {
    float: left !important;
  }
  .mega-menu .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .mega-menu .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.mega-menu .navbar-default {
  background-color: #033C73;
  border-color: #022b53;
}
.mega-menu .navbar-default .navbar-brand {
  color: #fff;
}
.mega-menu .navbar-default .navbar-brand:hover, .mega-menu .navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: none;
}
.mega-menu .navbar-default .navbar-text {
  color: #ddd;
}
.mega-menu .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.mega-menu .navbar-default .navbar-nav > li > a:hover, .mega-menu .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #022241;
}
.mega-menu .navbar-default .navbar-nav > .active > a, .mega-menu .navbar-default .navbar-nav > .active > a:hover, .mega-menu .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #022241;
}
.mega-menu .navbar-default .navbar-nav > .disabled > a, .mega-menu .navbar-default .navbar-nav > .disabled > a:hover, .mega-menu .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ddd;
  background-color: transparent;
}
.mega-menu .navbar-default .navbar-nav > .open > a, .mega-menu .navbar-default .navbar-nav > .open > a:hover, .mega-menu .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #022241;
}
@media (max-width: 767px) {
  .mega-menu .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .mega-menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .mega-menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #022241;
  }
  .mega-menu .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .mega-menu .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .mega-menu .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #022241;
  }
  .mega-menu .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .mega-menu .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .mega-menu .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ddd;
    background-color: transparent;
  }
}
.mega-menu .navbar-default .navbar-toggle {
  border-color: #022241;
}
.mega-menu .navbar-default .navbar-toggle:hover, .mega-menu .navbar-default .navbar-toggle:focus {
  background-color: #022241;
}
.mega-menu .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.mega-menu .navbar-default .navbar-collapse,
.mega-menu .navbar-default .navbar-form {
  border-color: #022b53;
}
.mega-menu .navbar-default .navbar-link {
  color: #fff;
}
.mega-menu .navbar-default .navbar-link:hover {
  color: #fff;
}
.mega-menu .navbar-default .btn-link {
  color: #fff;
}
.mega-menu .navbar-default .btn-link:hover, .mega-menu .navbar-default .btn-link:focus {
  color: #fff;
}
.mega-menu .navbar-default .btn-link[disabled]:hover, .mega-menu .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .mega-menu .navbar-default .btn-link:hover, fieldset[disabled] .mega-menu .navbar-default .btn-link:focus {
  color: #ddd;
}
.mega-menu .navbar-inverse {
  background-color: #033C73;
  border-color: #022f5a;
}
.mega-menu .navbar-inverse .navbar-brand {
  color: #fff;
}
.mega-menu .navbar-inverse .navbar-brand:hover, .mega-menu .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: none;
}
.mega-menu .navbar-inverse .navbar-text {
  color: #fff;
}
.mega-menu .navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.mega-menu .navbar-inverse .navbar-nav > li > a:hover, .mega-menu .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #022f5a;
}
.mega-menu .navbar-inverse .navbar-nav > .active > a, .mega-menu .navbar-inverse .navbar-nav > .active > a:hover, .mega-menu .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #022f5a;
}
.mega-menu .navbar-inverse .navbar-nav > .disabled > a, .mega-menu .navbar-inverse .navbar-nav > .disabled > a:hover, .mega-menu .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.mega-menu .navbar-inverse .navbar-nav > .open > a, .mega-menu .navbar-inverse .navbar-nav > .open > a:hover, .mega-menu .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #022f5a;
}
@media (max-width: 767px) {
  .mega-menu .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #022f5a;
  }
  .mega-menu .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #022f5a;
  }
  .mega-menu .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .mega-menu .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .mega-menu .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #022f5a;
  }
  .mega-menu .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .mega-menu .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .mega-menu .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #022f5a;
  }
  .mega-menu .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .mega-menu .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .mega-menu .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.mega-menu .navbar-inverse .navbar-toggle {
  border-color: #022f5a;
}
.mega-menu .navbar-inverse .navbar-toggle:hover, .mega-menu .navbar-inverse .navbar-toggle:focus {
  background-color: #022f5a;
}
.mega-menu .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.mega-menu .navbar-inverse .navbar-collapse,
.mega-menu .navbar-inverse .navbar-form {
  border-color: #022a50;
}
.mega-menu .navbar-inverse .navbar-link {
  color: #fff;
}
.mega-menu .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.mega-menu .navbar-inverse .btn-link {
  color: #fff;
}
.mega-menu .navbar-inverse .btn-link:hover, .mega-menu .navbar-inverse .btn-link:focus {
  color: #fff;
}
.mega-menu .navbar-inverse .btn-link[disabled]:hover, .mega-menu .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .mega-menu .navbar-inverse .btn-link:hover, fieldset[disabled] .mega-menu .navbar-inverse .btn-link:focus {
  color: #ccc;
}
.mega-menu .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.mega-menu .breadcrumb > li {
  display: inline-block;
}
.mega-menu .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.mega-menu .breadcrumb > .active {
  color: #999999;
}
.mega-menu .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.mega-menu .pagination > li {
  display: inline;
}
.mega-menu .pagination > li > a,
.mega-menu .pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #628eb5;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.mega-menu .pagination > li > a:hover, .mega-menu .pagination > li > a:focus,
.mega-menu .pagination > li > span:hover,
.mega-menu .pagination > li > span:focus {
  z-index: 2;
  color: #41678a;
  background-color: #eeeeee;
  border-color: #ddd;
}
.mega-menu .pagination > li:first-child > a,
.mega-menu .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mega-menu .pagination > li:last-child > a,
.mega-menu .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.mega-menu .pagination > .active > a, .mega-menu .pagination > .active > a:hover, .mega-menu .pagination > .active > a:focus,
.mega-menu .pagination > .active > span,
.mega-menu .pagination > .active > span:hover,
.mega-menu .pagination > .active > span:focus {
  z-index: 3;
  color: #999999;
  cursor: default;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.mega-menu .pagination > .disabled > span,
.mega-menu .pagination > .disabled > span:hover,
.mega-menu .pagination > .disabled > span:focus,
.mega-menu .pagination > .disabled > a,
.mega-menu .pagination > .disabled > a:hover,
.mega-menu .pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.mega-menu .pagination-lg > li > a,
.mega-menu .pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.mega-menu .pagination-lg > li:first-child > a,
.mega-menu .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.mega-menu .pagination-lg > li:last-child > a,
.mega-menu .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.mega-menu .pagination-sm > li > a,
.mega-menu .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.mega-menu .pagination-sm > li:first-child > a,
.mega-menu .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.mega-menu .pagination-sm > li:last-child > a,
.mega-menu .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.mega-menu .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.mega-menu .pager:before, .mega-menu .pager:after {
  display: table;
  content: " ";
}
.mega-menu .pager:after {
  clear: both;
}
.mega-menu .pager li {
  display: inline;
}
.mega-menu .pager li > a,
.mega-menu .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.mega-menu .pager li > a:hover,
.mega-menu .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.mega-menu .pager .next > a,
.mega-menu .pager .next > span {
  float: right;
}
.mega-menu .pager .previous > a,
.mega-menu .pager .previous > span {
  float: left;
}
.mega-menu .pager .disabled > a,
.mega-menu .pager .disabled > a:hover,
.mega-menu .pager .disabled > a:focus,
.mega-menu .pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #fff;
}
.mega-menu .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.mega-menu .label:empty {
  display: none;
}
.btn .mega-menu .label {
  position: relative;
  top: -1px;
}
.mega-menu a.label:hover, .mega-menu a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.mega-menu .label-default {
  background-color: #999999;
}
.mega-menu .label-default[href]:hover, .mega-menu .label-default[href]:focus {
  background-color: gray;
}
.mega-menu .label-primary {
  background-color: #628eb5;
}
.mega-menu .label-primary[href]:hover, .mega-menu .label-primary[href]:focus {
  background-color: #49749b;
}
.mega-menu .label-success {
  background-color: #73A839;
}
.mega-menu .label-success[href]:hover, .mega-menu .label-success[href]:focus {
  background-color: #59822c;
}
.mega-menu .label-info {
  background-color: #033C73;
}
.mega-menu .label-info[href]:hover, .mega-menu .label-info[href]:focus {
  background-color: #022241;
}
.mega-menu .label-warning {
  background-color: #F39C12;
}
.mega-menu .label-warning[href]:hover, .mega-menu .label-warning[href]:focus {
  background-color: #c87f0a;
}
.mega-menu .label-danger {
  background-color: #C71C22;
}
.mega-menu .label-danger[href]:hover, .mega-menu .label-danger[href]:focus {
  background-color: #9a161a;
}
.mega-menu .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #628eb5;
  border-radius: 10px;
}
.mega-menu .badge:empty {
  display: none;
}
.btn .mega-menu .badge {
  position: relative;
  top: -1px;
}
.btn-xs .mega-menu .badge, .btn-group-xs > .btn .mega-menu .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .mega-menu .badge, .nav-pills > .active > a > .mega-menu .badge {
  color: #628eb5;
  background-color: #fff;
}
.list-group-item > .mega-menu .badge {
  float: right;
}
.list-group-item > .mega-menu .badge + .mega-menu .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .mega-menu .badge {
  margin-left: 3px;
}
.mega-menu a.badge:hover, .mega-menu a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.mega-menu .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.mega-menu .jumbotron h1,
.mega-menu .jumbotron .h1 {
  color: inherit;
}
.mega-menu .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.mega-menu .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .mega-menu .jumbotron, .container-fluid .mega-menu .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.mega-menu .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .mega-menu .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .mega-menu .jumbotron, .container-fluid .mega-menu .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .mega-menu .jumbotron h1,
.mega-menu .jumbotron .h1 {
    font-size: 63px;
  }
}
.mega-menu .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #E5ECF4;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.mega-menu .thumbnail > img,
.mega-menu .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.mega-menu .thumbnail .caption {
  padding: 9px;
  color: #000;
}
.mega-menu a.thumbnail:hover,
.mega-menu a.thumbnail:focus,
.mega-menu a.thumbnail.active {
  border-color: #628eb5;
}
.mega-menu .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.mega-menu .alert h4 {
  margin-top: 0;
  color: inherit;
}
.mega-menu .alert .alert-link {
  font-weight: bold;
}
.mega-menu .alert > p,
.mega-menu .alert > ul {
  margin-bottom: 0;
}
.mega-menu .alert > p + p {
  margin-top: 5px;
}
.mega-menu .alert-dismissable,
.mega-menu .alert-dismissible {
  padding-right: 35px;
}
.mega-menu .alert-dismissable .close,
.mega-menu .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.mega-menu .alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.mega-menu .alert-success hr {
  border-top-color: #c9e2b3;
}
.mega-menu .alert-success .alert-link {
  color: #356635;
}
.mega-menu .alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.mega-menu .alert-info hr {
  border-top-color: #a6e1ec;
}
.mega-menu .alert-info .alert-link {
  color: #2d6987;
}
.mega-menu .alert-warning {
  color: #c09853;
  background-color: #faf2cc;
  border-color: #f9e5be;
}
.mega-menu .alert-warning hr {
  border-top-color: #f6dba7;
}
.mega-menu .alert-warning .alert-link {
  color: #a47e3c;
}
.mega-menu .alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.mega-menu .alert-danger hr {
  border-top-color: #e6c1c7;
}
.mega-menu .alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.mega-menu .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.mega-menu .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #628eb5;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.mega-menu .progress-striped .progress-bar,
.mega-menu .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.mega-menu .progress.active .progress-bar,
.mega-menu .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.mega-menu .progress-bar-success {
  background-color: #73A839;
}
.progress-striped .mega-menu .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.mega-menu .progress-bar-info {
  background-color: #033C73;
}
.progress-striped .mega-menu .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.mega-menu .progress-bar-warning {
  background-color: #F39C12;
}
.progress-striped .mega-menu .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.mega-menu .progress-bar-danger {
  background-color: #C71C22;
}
.progress-striped .mega-menu .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.mega-menu .media {
  margin-top: 15px;
}
.mega-menu .media:first-child {
  margin-top: 0;
}
.mega-menu .media,
.mega-menu .media-body {
  overflow: hidden;
  zoom: 1;
}
.mega-menu .media-body {
  width: 10000px;
}
.mega-menu .media-object {
  display: block;
}
.mega-menu .media-object.img-thumbnail {
  max-width: none;
}
.mega-menu .media-right,
.mega-menu .media > .pull-right {
  padding-left: 10px;
}
.mega-menu .media-left,
.mega-menu .media > .pull-left {
  padding-right: 10px;
}
.mega-menu .media-left,
.mega-menu .media-right,
.mega-menu .media-body {
  display: table-cell;
  vertical-align: top;
}
.mega-menu .media-middle {
  vertical-align: middle;
}
.mega-menu .media-bottom {
  vertical-align: bottom;
}
.mega-menu .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.mega-menu .media-list {
  padding-left: 0;
  list-style: none;
}
.mega-menu .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.mega-menu .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.mega-menu .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.mega-menu .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mega-menu .list-group-item.disabled, .mega-menu .list-group-item.disabled:hover, .mega-menu .list-group-item.disabled:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.mega-menu .list-group-item.disabled .list-group-item-heading, .mega-menu .list-group-item.disabled:hover .list-group-item-heading, .mega-menu .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.mega-menu .list-group-item.disabled .list-group-item-text, .mega-menu .list-group-item.disabled:hover .list-group-item-text, .mega-menu .list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.mega-menu .list-group-item.active, .mega-menu .list-group-item.active:hover, .mega-menu .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #628eb5;
  border-color: #628eb5;
}
.mega-menu .list-group-item.active .list-group-item-heading,
.mega-menu .list-group-item.active .list-group-item-heading > small,
.mega-menu .list-group-item.active .list-group-item-heading > .small, .mega-menu .list-group-item.active:hover .list-group-item-heading,
.mega-menu .list-group-item.active:hover .list-group-item-heading > small,
.mega-menu .list-group-item.active:hover .list-group-item-heading > .small, .mega-menu .list-group-item.active:focus .list-group-item-heading,
.mega-menu .list-group-item.active:focus .list-group-item-heading > small,
.mega-menu .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.mega-menu .list-group-item.active .list-group-item-text, .mega-menu .list-group-item.active:hover .list-group-item-text, .mega-menu .list-group-item.active:focus .list-group-item-text {
  color: #edf2f6;
}
.mega-menu a.list-group-item,
.mega-menu button.list-group-item {
  color: #555;
}
.mega-menu a.list-group-item .list-group-item-heading,
.mega-menu button.list-group-item .list-group-item-heading {
  color: #333;
}
.mega-menu a.list-group-item:hover, .mega-menu a.list-group-item:focus,
.mega-menu button.list-group-item:hover,
.mega-menu button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.mega-menu button.list-group-item {
  width: 100%;
  text-align: left;
}
.mega-menu .list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}
.mega-menu a.list-group-item-success,
.mega-menu button.list-group-item-success {
  color: #468847;
}
.mega-menu a.list-group-item-success .list-group-item-heading,
.mega-menu button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.mega-menu a.list-group-item-success:hover, .mega-menu a.list-group-item-success:focus,
.mega-menu button.list-group-item-success:hover,
.mega-menu button.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6;
}
.mega-menu a.list-group-item-success.active, .mega-menu a.list-group-item-success.active:hover, .mega-menu a.list-group-item-success.active:focus,
.mega-menu button.list-group-item-success.active,
.mega-menu button.list-group-item-success.active:hover,
.mega-menu button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}
.mega-menu .list-group-item-info {
  color: #3a87ad;
  background-color: #d9edf7;
}
.mega-menu a.list-group-item-info,
.mega-menu button.list-group-item-info {
  color: #3a87ad;
}
.mega-menu a.list-group-item-info .list-group-item-heading,
.mega-menu button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.mega-menu a.list-group-item-info:hover, .mega-menu a.list-group-item-info:focus,
.mega-menu button.list-group-item-info:hover,
.mega-menu button.list-group-item-info:focus {
  color: #3a87ad;
  background-color: #c4e3f3;
}
.mega-menu a.list-group-item-info.active, .mega-menu a.list-group-item-info.active:hover, .mega-menu a.list-group-item-info.active:focus,
.mega-menu button.list-group-item-info.active,
.mega-menu button.list-group-item-info.active:hover,
.mega-menu button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3a87ad;
  border-color: #3a87ad;
}
.mega-menu .list-group-item-warning {
  color: #c09853;
  background-color: #faf2cc;
}
.mega-menu a.list-group-item-warning,
.mega-menu button.list-group-item-warning {
  color: #c09853;
}
.mega-menu a.list-group-item-warning .list-group-item-heading,
.mega-menu button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.mega-menu a.list-group-item-warning:hover, .mega-menu a.list-group-item-warning:focus,
.mega-menu button.list-group-item-warning:hover,
.mega-menu button.list-group-item-warning:focus {
  color: #c09853;
  background-color: #f8ecb5;
}
.mega-menu a.list-group-item-warning.active, .mega-menu a.list-group-item-warning.active:hover, .mega-menu a.list-group-item-warning.active:focus,
.mega-menu button.list-group-item-warning.active,
.mega-menu button.list-group-item-warning.active:hover,
.mega-menu button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c09853;
  border-color: #c09853;
}
.mega-menu .list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}
.mega-menu a.list-group-item-danger,
.mega-menu button.list-group-item-danger {
  color: #b94a48;
}
.mega-menu a.list-group-item-danger .list-group-item-heading,
.mega-menu button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.mega-menu a.list-group-item-danger:hover, .mega-menu a.list-group-item-danger:focus,
.mega-menu button.list-group-item-danger:hover,
.mega-menu button.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #ebcccc;
}
.mega-menu a.list-group-item-danger.active, .mega-menu a.list-group-item-danger.active:hover, .mega-menu a.list-group-item-danger.active:focus,
.mega-menu button.list-group-item-danger.active,
.mega-menu button.list-group-item-danger.active:hover,
.mega-menu button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48;
}
.mega-menu .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.mega-menu .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.mega-menu .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.mega-menu .panel-body {
  padding: 15px;
}
.mega-menu .panel-body:before, .mega-menu .panel-body:after {
  display: table;
  content: " ";
}
.mega-menu .panel-body:after {
  clear: both;
}
.mega-menu .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.mega-menu .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.mega-menu .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.mega-menu .panel-title > a,
.mega-menu .panel-title > small,
.mega-menu .panel-title > .small,
.mega-menu .panel-title > small > a,
.mega-menu .panel-title > .small > a {
  color: inherit;
}
.mega-menu .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.mega-menu .panel > .list-group,
.mega-menu .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.mega-menu .panel > .list-group .list-group-item,
.mega-menu .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.mega-menu .panel > .list-group:first-child .list-group-item:first-child,
.mega-menu .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.mega-menu .panel > .list-group:last-child .list-group-item:last-child,
.mega-menu .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.mega-menu .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mega-menu .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.mega-menu .list-group + .panel-footer {
  border-top-width: 0;
}
.mega-menu .panel > .table,
.mega-menu .panel > .table-responsive > .table,
.mega-menu .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.mega-menu .panel > .table caption,
.mega-menu .panel > .table-responsive > .table caption,
.mega-menu .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.mega-menu .panel > .table:first-child,
.mega-menu .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.mega-menu .panel > .table:first-child > thead:first-child > tr:first-child,
.mega-menu .panel > .table:first-child > tbody:first-child > tr:first-child,
.mega-menu .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.mega-menu .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.mega-menu .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.mega-menu .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.mega-menu .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.mega-menu .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.mega-menu .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.mega-menu .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.mega-menu .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.mega-menu .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.mega-menu .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.mega-menu .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.mega-menu .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.mega-menu .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.mega-menu .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.mega-menu .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.mega-menu .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.mega-menu .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.mega-menu .panel > .table:last-child,
.mega-menu .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.mega-menu .panel > .table:last-child > tbody:last-child > tr:last-child,
.mega-menu .panel > .table:last-child > tfoot:last-child > tr:last-child,
.mega-menu .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.mega-menu .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.mega-menu .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.mega-menu .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.mega-menu .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.mega-menu .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.mega-menu .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.mega-menu .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.mega-menu .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.mega-menu .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.mega-menu .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.mega-menu .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.mega-menu .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.mega-menu .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.mega-menu .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.mega-menu .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.mega-menu .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.mega-menu .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.mega-menu .panel > .panel-body + .table,
.mega-menu .panel > .panel-body + .table-responsive,
.mega-menu .panel > .table + .panel-body,
.mega-menu .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.mega-menu .panel > .table > tbody:first-child > tr:first-child th,
.mega-menu .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.mega-menu .panel > .table-bordered,
.mega-menu .panel > .table-responsive > .table-bordered {
  border: 0;
}
.mega-menu .panel > .table-bordered > thead > tr > th:first-child,
.mega-menu .panel > .table-bordered > thead > tr > td:first-child,
.mega-menu .panel > .table-bordered > tbody > tr > th:first-child,
.mega-menu .panel > .table-bordered > tbody > tr > td:first-child,
.mega-menu .panel > .table-bordered > tfoot > tr > th:first-child,
.mega-menu .panel > .table-bordered > tfoot > tr > td:first-child,
.mega-menu .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.mega-menu .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.mega-menu .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.mega-menu .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.mega-menu .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.mega-menu .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.mega-menu .panel > .table-bordered > thead > tr > th:last-child,
.mega-menu .panel > .table-bordered > thead > tr > td:last-child,
.mega-menu .panel > .table-bordered > tbody > tr > th:last-child,
.mega-menu .panel > .table-bordered > tbody > tr > td:last-child,
.mega-menu .panel > .table-bordered > tfoot > tr > th:last-child,
.mega-menu .panel > .table-bordered > tfoot > tr > td:last-child,
.mega-menu .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.mega-menu .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.mega-menu .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.mega-menu .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.mega-menu .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.mega-menu .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.mega-menu .panel > .table-bordered > thead > tr:first-child > td,
.mega-menu .panel > .table-bordered > thead > tr:first-child > th,
.mega-menu .panel > .table-bordered > tbody > tr:first-child > td,
.mega-menu .panel > .table-bordered > tbody > tr:first-child > th,
.mega-menu .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.mega-menu .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.mega-menu .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.mega-menu .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.mega-menu .panel > .table-bordered > tbody > tr:last-child > td,
.mega-menu .panel > .table-bordered > tbody > tr:last-child > th,
.mega-menu .panel > .table-bordered > tfoot > tr:last-child > td,
.mega-menu .panel > .table-bordered > tfoot > tr:last-child > th,
.mega-menu .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.mega-menu .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.mega-menu .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.mega-menu .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.mega-menu .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.mega-menu .panel-group {
  margin-bottom: 20px;
}
.mega-menu .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.mega-menu .panel-group .panel + .panel {
  margin-top: 5px;
}
.mega-menu .panel-group .panel-heading {
  border-bottom: 0;
}
.mega-menu .panel-group .panel-heading + .panel-collapse > .panel-body,
.mega-menu .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.mega-menu .panel-group .panel-footer {
  border-top: 0;
}
.mega-menu .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.mega-menu .panel-default {
  border-color: #ddd;
}
.mega-menu .panel-default > .panel-heading {
  color: #000;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.mega-menu .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.mega-menu .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #000;
}
.mega-menu .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.mega-menu .panel-primary {
  border-color: #ddd;
}
.mega-menu .panel-primary > .panel-heading {
  color: #fff;
  background-color: #628eb5;
  border-color: #ddd;
}
.mega-menu .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.mega-menu .panel-primary > .panel-heading .badge {
  color: #628eb5;
  background-color: #fff;
}
.mega-menu .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.mega-menu .panel-success {
  border-color: #ddd;
}
.mega-menu .panel-success > .panel-heading {
  color: #468847;
  background-color: #73A839;
  border-color: #ddd;
}
.mega-menu .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.mega-menu .panel-success > .panel-heading .badge {
  color: #73A839;
  background-color: #468847;
}
.mega-menu .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.mega-menu .panel-info {
  border-color: #ddd;
}
.mega-menu .panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #033C73;
  border-color: #ddd;
}
.mega-menu .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.mega-menu .panel-info > .panel-heading .badge {
  color: #033C73;
  background-color: #3a87ad;
}
.mega-menu .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.mega-menu .panel-warning {
  border-color: #ddd;
}
.mega-menu .panel-warning > .panel-heading {
  color: #c09853;
  background-color: #F39C12;
  border-color: #ddd;
}
.mega-menu .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.mega-menu .panel-warning > .panel-heading .badge {
  color: #F39C12;
  background-color: #c09853;
}
.mega-menu .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.mega-menu .panel-danger {
  border-color: #ddd;
}
.mega-menu .panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #C71C22;
  border-color: #ddd;
}
.mega-menu .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.mega-menu .panel-danger > .panel-heading .badge {
  color: #C71C22;
  background-color: #b94a48;
}
.mega-menu .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.mega-menu .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.mega-menu .embed-responsive .embed-responsive-item,
.mega-menu .embed-responsive iframe,
.mega-menu .embed-responsive embed,
.mega-menu .embed-responsive object,
.mega-menu .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.mega-menu .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.mega-menu .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.mega-menu .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.mega-menu .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.mega-menu .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.mega-menu .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.mega-menu .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: red;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.mega-menu .close:hover, .mega-menu .close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.mega-menu button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.mega-menu .modal-open {
  overflow: hidden;
}
.mega-menu .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.mega-menu .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.mega-menu .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mega-menu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.mega-menu .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.mega-menu .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.mega-menu .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.mega-menu .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.mega-menu .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.mega-menu .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.mega-menu .modal-header:before, .mega-menu .modal-header:after {
  display: table;
  content: " ";
}
.mega-menu .modal-header:after {
  clear: both;
}
.mega-menu .modal-header .close {
  margin-top: -2px;
}
.mega-menu .modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.mega-menu .modal-body {
  position: relative;
  padding: 20px;
}
.mega-menu .modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.mega-menu .modal-footer:before, .mega-menu .modal-footer:after {
  display: table;
  content: " ";
}
.mega-menu .modal-footer:after {
  clear: both;
}
.mega-menu .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.mega-menu .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.mega-menu .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.mega-menu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .mega-menu .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .mega-menu .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .mega-menu .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .mega-menu .modal-lg {
    width: 900px;
  }
}
.mega-menu .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mega-menu .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.mega-menu .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.mega-menu .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.mega-menu .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.mega-menu .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.mega-menu .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.mega-menu .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.mega-menu .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.mega-menu .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.mega-menu .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.mega-menu .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.mega-menu .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.mega-menu .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.mega-menu .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.mega-menu .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.mega-menu .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.mega-menu .popover.top {
  margin-top: -10px;
}
.mega-menu .popover.right {
  margin-left: 10px;
}
.mega-menu .popover.bottom {
  margin-top: 10px;
}
.mega-menu .popover.left {
  margin-left: -10px;
}
.mega-menu .popover > .arrow {
  border-width: 11px;
}
.mega-menu .popover > .arrow, .mega-menu .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.mega-menu .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.mega-menu .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  border-bottom-width: 0;
}
.mega-menu .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.mega-menu .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  border-left-width: 0;
}
.mega-menu .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.mega-menu .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.mega-menu .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.mega-menu .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.mega-menu .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.mega-menu .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.mega-menu .popover-content {
  padding: 9px 14px;
}
.mega-menu .carousel {
  position: relative;
}
.mega-menu .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mega-menu .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.mega-menu .carousel-inner > .item > img,
.mega-menu .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .mega-menu .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .mega-menu .carousel-inner > .item.next, .mega-menu .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .mega-menu .carousel-inner > .item.prev, .mega-menu .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .mega-menu .carousel-inner > .item.next.left, .mega-menu .carousel-inner > .item.prev.right, .mega-menu .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.mega-menu .carousel-inner > .active,
.mega-menu .carousel-inner > .next,
.mega-menu .carousel-inner > .prev {
  display: block;
}
.mega-menu .carousel-inner > .active {
  left: 0;
}
.mega-menu .carousel-inner > .next,
.mega-menu .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.mega-menu .carousel-inner > .next {
  left: 100%;
}
.mega-menu .carousel-inner > .prev {
  left: -100%;
}
.mega-menu .carousel-inner > .next.left,
.mega-menu .carousel-inner > .prev.right {
  left: 0;
}
.mega-menu .carousel-inner > .active.left {
  left: -100%;
}
.mega-menu .carousel-inner > .active.right {
  left: 100%;
}
.mega-menu .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.mega-menu .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.mega-menu .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.mega-menu .carousel-control:hover, .mega-menu .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.mega-menu .carousel-control .icon-prev,
.mega-menu .carousel-control .icon-next,
.mega-menu .carousel-control .glyphicon-chevron-left,
.mega-menu .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.mega-menu .carousel-control .icon-prev,
.mega-menu .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.mega-menu .carousel-control .icon-next,
.mega-menu .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.mega-menu .carousel-control .icon-prev,
.mega-menu .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.mega-menu .carousel-control .icon-prev:before {
  content: "‹";
}
.mega-menu .carousel-control .icon-next:before {
  content: "›";
}
.mega-menu .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.mega-menu .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.mega-menu .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.mega-menu .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.mega-menu .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .mega-menu .carousel-control .glyphicon-chevron-left,
.mega-menu .carousel-control .glyphicon-chevron-right,
.mega-menu .carousel-control .icon-prev,
.mega-menu .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .mega-menu .carousel-control .glyphicon-chevron-left,
.mega-menu .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .mega-menu .carousel-control .glyphicon-chevron-right,
.mega-menu .carousel-control .icon-next {
    margin-right: -10px;
  }
  .mega-menu .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .mega-menu .carousel-indicators {
    bottom: 20px;
  }
}
.mega-menu .clearfix:before, .mega-menu .clearfix:after {
  display: table;
  content: " ";
}
.mega-menu .clearfix:after {
  clear: both;
}
.mega-menu .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.mega-menu .pull-right {
  float: right !important;
}
.mega-menu .pull-left {
  float: left !important;
}
.mega-menu .hide {
  display: none !important;
}
.mega-menu .show {
  display: block !important;
}
.mega-menu .invisible {
  visibility: hidden;
}
.mega-menu .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.mega-menu .hidden {
  display: none !important;
}
.mega-menu .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.mega-menu .visible-xs {
  display: none !important;
}
.mega-menu .visible-sm {
  display: none !important;
}
.mega-menu .visible-md {
  display: none !important;
}
.mega-menu .visible-lg {
  display: none !important;
}
.mega-menu .visible-xs-block,
.mega-menu .visible-xs-inline,
.mega-menu .visible-xs-inline-block,
.mega-menu .visible-sm-block,
.mega-menu .visible-sm-inline,
.mega-menu .visible-sm-inline-block,
.mega-menu .visible-md-block,
.mega-menu .visible-md-inline,
.mega-menu .visible-md-inline-block,
.mega-menu .visible-lg-block,
.mega-menu .visible-lg-inline,
.mega-menu .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .mega-menu .visible-xs {
    display: block !important;
  }
  .mega-menu table.visible-xs {
    display: table !important;
  }
  .mega-menu tr.visible-xs {
    display: table-row !important;
  }
  .mega-menu th.visible-xs,
.mega-menu td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .mega-menu .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .mega-menu .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .mega-menu .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mega-menu .visible-sm {
    display: block !important;
  }
  .mega-menu table.visible-sm {
    display: table !important;
  }
  .mega-menu tr.visible-sm {
    display: table-row !important;
  }
  .mega-menu th.visible-sm,
.mega-menu td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mega-menu .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mega-menu .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mega-menu .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mega-menu .visible-md {
    display: block !important;
  }
  .mega-menu table.visible-md {
    display: table !important;
  }
  .mega-menu tr.visible-md {
    display: table-row !important;
  }
  .mega-menu th.visible-md,
.mega-menu td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mega-menu .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mega-menu .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mega-menu .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .mega-menu .visible-lg {
    display: block !important;
  }
  .mega-menu table.visible-lg {
    display: table !important;
  }
  .mega-menu tr.visible-lg {
    display: table-row !important;
  }
  .mega-menu th.visible-lg,
.mega-menu td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .mega-menu .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .mega-menu .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .mega-menu .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .mega-menu .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mega-menu .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mega-menu .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .mega-menu .hidden-lg {
    display: none !important;
  }
}
.mega-menu .visible-print {
  display: none !important;
}
@media print {
  .mega-menu .visible-print {
    display: block !important;
  }
  .mega-menu table.visible-print {
    display: table !important;
  }
  .mega-menu tr.visible-print {
    display: table-row !important;
  }
  .mega-menu th.visible-print,
.mega-menu td.visible-print {
    display: table-cell !important;
  }
}
.mega-menu .visible-print-block {
  display: none !important;
}
@media print {
  .mega-menu .visible-print-block {
    display: block !important;
  }
}
.mega-menu .visible-print-inline {
  display: none !important;
}
@media print {
  .mega-menu .visible-print-inline {
    display: inline !important;
  }
}
.mega-menu .visible-print-inline-block {
  display: none !important;
}
@media print {
  .mega-menu .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .mega-menu .hidden-print {
    display: none !important;
  }
}
.mega-menu .sandstone, .mega-menu .panel .panel-footer, .mega-menu .panel .panel-heading,
.mega-menu .panel .panel-title, .mega-menu .tooltip, .mega-menu .dropdown-menu > li > a, .mega-menu .pager, .mega-menu .pagination, .mega-menu .breadcrumb, .mega-menu .nav, .mega-menu .navbar .nav > li > a {
  font-size: 14px;
}
.mega-menu .sandstone, .mega-menu .panel .panel-footer, .mega-menu .panel .panel-heading,
.mega-menu .panel .panel-title, .mega-menu .tooltip, .mega-menu .dropdown-menu > li > a, .mega-menu .pager, .mega-menu .pagination, .mega-menu .breadcrumb, .mega-menu .nav, .mega-menu .navbar .nav > li > a {
  font-weight: 500;
  text-transform: uppercase;
}
.mega-menu .navbar-form input, .mega-menu .navbar-form .form-control {
  border: none;
}
.mega-menu .btn {
  border: none;
  /*&:hover {
    border-color: transparent;
  }*/
  /*&-default {
    &:hover {
      background-color: $navbar-default-link-active-bg;
    }
  }*/
}
.mega-menu .btn-lg, .mega-menu .btn-group-lg > .btn {
  line-height: 26px;
}
.mega-menu input,
.mega-menu .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mega-menu input:focus,
.mega-menu .form-control:focus {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mega-menu .nav .open > a,
.mega-menu .nav .open > a:hover,
.mega-menu .nav .open > a:focus {
  border-color: #999999;
}
.mega-menu .nav-tabs > li > a {
  background-color: #eeeeee;
  border-color: #ddd;
  color: #555555;
}
.mega-menu .nav-tabs > li.disabled > a:hover {
  background-color: #eeeeee;
}
.mega-menu .nav-tabs > li.active > a {
  color: #eeeeee;
  background-color: #628eb5;
  border: 1px solid black;
  border-bottom-color: transparent;
  cursor: default;
}
.mega-menu .nav-tabs > li.active > a > .badge {
  color: #628eb5;
  background-color: #eeeeee;
}
.mega-menu .nav-pills a {
  color: #555555;
}
.mega-menu .nav-pills li > a {
  border: 1px solid transparent;
}
.mega-menu .nav-pills li.active > a,
.mega-menu .nav-pills li > a:hover {
  border-color: #999999;
}
.mega-menu .nav-pills li.disabled > a {
  border-color: transparent;
}
.mega-menu .breadcrumb {
  border: 1px solid #999999;
}
.mega-menu .breadcrumb a {
  color: #555555;
}
.mega-menu .pager li > a {
  color: #555555;
}
.mega-menu .alert a,
.mega-menu .alert .alert-link {
  color: #fff;
}
.mega-menu .progress {
  border-radius: 10px;
  background-color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mega-menu .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mega-menu .list-group-item {
  padding: 16px 24px;
}
.mega-menu .well {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mega-menu .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mega-menu .panel .panel-heading,
.mega-menu .panel .panel-title {
  color: #fff;
  font-weight: bold;
}
.mega-menu .panel-default .panel-heading,
.mega-menu .panel-default .panel-title,
.mega-menu .panel-default .panel-footer {
  color: #FFF;
}
.mega-menu .modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mega-menu .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.mega-menu .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.mega-menu .close {
  filter: alpha(opacity=100);
  opacity: 1;
}
.mega-menu .close:hover, .mega-menu .close:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}
.mega-menu .nav-list > li > a:hover {
  text-decoration: none !important;
}
.mega-menu .nav-list > li > a > span {
  display: block !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.mega-menu .dropdown-child-menu {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
.mega-menu .mega-dropdown {
  position: static !important;
}
.mega-menu .mega-dropdown-menu {
  padding: 5px 5px 20px 5px !important;
  text-align: left !important;
  width: 100% !important;
}
.mega-menu .esams-logo > img {
  width: 155px !important;
}
.mega-menu .esams-logo {
  color: white !important;
  font-weight: bold !important;
  padding: 2px;
}
.mega-menu #bs-megadropdown-tabs a {
  color: #033c73 !important;
}
.mega-menu #bs-megadropdown-tabs a.dropdown-toggle:hover {
  color: white !important;
  background-color: #022b53 !important;
}
.mega-menu #bs-megadropdown-tabs a:hover {
  color: maroon !important;
}
.mega-menu .nav > li > a {
  padding: 5px 10px !important;
}
.mega-menu .navbar {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.mega-menu .navbar-default {
  margin-top: 0 !important;
}
.mega-menu li {
  list-style-type: none !important;
}
.mega-menu .test > li > a:hover, .mega-menu #bs-megadropdown-tabs a:hover, .mega-menu #bs-megadropdown-tabs a {
  background-color: transparent !important;
}
.mega-menu #bs-megadropdown-tabs {
  background-color: #e5ecf4 !important;
}
.mega-menu .badge {
  background-color: #696969 !important;
  color: white;
}
.mega-menu .dropdown-child-menu {
  border: solid 1px black !important;
}
.mega-menu .well {
  padding: 0 !important;
}
.mega-menu .btn-primary {
  border: solid 1px black !important;
}
.mega-menu .caret.open {
  transition: all 0.3s ease-in-out !important;
}
.mega-menu .animate-show {
  line-height: 20px !important;
  opacity: 1 !important;
  padding: 10px !important;
  border: 1px solid black !important;
  background: white !important;
}
.mega-menu .ng-hide-add, .mega-menu .ng-hide-remove {
  transition: all linear 0.5s !important;
}
.mega-menu .ng-hide {
  height: 0 !important;
  width: 0 !important;
  background-color: transparent !important;
  top: -200px !important;
  left: 200px !important;
}
.mega-menu .check-element {
  padding: 10px !important;
  border: 1px solid black !important;
  background: white !important;
}
.mega-menu .mega-header-content {
  background-color: #022b53 !important;
  color: white !important;
  padding: 4px !important;
  margin: 0 !important;
}
.mega-menu .mega-header-content > h5 {
  margin: 1em !important;
  color: white !important;
}
.mega-menu .sub-nav-li a:hover {
  color: white !important;
  text-decoration: none !important;
}
.mega-menu .row {
  padding: 1em;
}
.mega-menu .sub-navbar {
  background-color: #e5ecf4 !important;
}
.mega-menu .sub-navbar .open a,
.mega-menu .sub-navbar .open a:hover,
.mega-menu .sub-navbar a:hover,
.mega-menu .sub-navbar a:focus,
.mega-menu .panel-content ul li .open a,
.mega-menu .panel-content ul li .open a:hover,
.mega-menu .panel-content ul li a:hover,
.mega-menu .panel-content ul li a:focus,
.mega-menu .sub-navbar a:visited,
.mega-menu .sub-navbar a,
.mega-menu .sub-navbar label,
.mega-menu .panel-content ul li a {
  color: black !important;
  background-color: transparent !important;
  font-weight: normal !important;
}
.mega-menu .mega-dropdown-menu {
  background-color: #f2f2f2 !important;
}
.mega-menu .navbar {
  margin-bottom: 0 !important;
}
.mega-menu .panel-content ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
}
.mega-menu a:hover {
  cursor: pointer !important;
}
.mega-menu .fa-star-o:hover, .mega-menu .fa-star:hover, .mega-menu .fa-file-pdf-o:hover {
  background-color: gray;
}
.mega-menu #rptFavoriteSearch ul, .mega-menu #rptMostRecent ul {
  list-style-type: decimal !important;
}
.mega-menu .liTop a:hover {
  text-decoration: underline !important;
  color: #628eb5;
}
.mega-menu .row {
  padding: 1em;
}
.mega-menu .mega-menu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.mega-menu .mega-menu nav {
  z-index: 1000;
}
.mega-menu .mega-menu .navbar {
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
.mega-menu #megaFilter {
  color: black !important;
}
.mega-menu .dropdown-child-menu ul {
  padding-left: 0 !important;
}
.mega-menu .TableFormat tr td {
  vertical-align: top;
  padding: 3px !important;
}
.mega-menu .TableFormat tr {
  padding: 5px;
}
.mega-menu ::-webkit-input-placeholder {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0 !important;
}
.mega-menu :-moz-placeholder {
  /* older Firefox*/
  font-size: 8px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0 !important;
}
.mega-menu ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 8px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0 !important;
}
.mega-menu :-ms-input-placeholder {
  font-size: 8px;
  text-transform: uppercase;
  color: #979499 !important;
  font-weight: bold;
  line-height: 0 !important;
}
.mega-menu .pholder:focus {
  color: black !important;
  line-height: 0 !important;
  border: none !important;
}
.mega-menu .TableFormat td {
  background-color: transparent !important;
  border: none !important;
}
.mega-menu .drop-link:hover {
  background-color: lightgray !important;
}
.mega-menu .link-group {
  padding-left: 15px;
}
.mega-menu input[type=text], .mega-menu input[type=text]:focus {
  height: 2em !important;
  border: none !important;
  padding: 0 0 0 2px !important;
  color: black !important;
}
.mega-menu input::-ms-clear {
  display: none;
}
.mega-menu.ajs {
  text-transform: initial;
}
.mega-menu.ajs nav {
  border-bottom: 1px solid #79747E;
}
.mega-menu.ajs .dropdown-menu {
  top: initial;
}
.mega-menu.ajs a:hover,
.mega-menu.ajs a:focus {
  text-decoration: none !important;
}
.mega-menu.ajs .mm-badge {
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  margin-top: -8px;
  padding: 0 5px;
  letter-spacing: 0.0625em;
  color: white;
  border-radius: 8px;
  background-color: #b3261e;
}
.mega-menu.ajs .mm-badge--warning {
  color: black;
  background-color: #ffc105;
}
.mega-menu.ajs .mm-badge--success {
  background-color: #198653;
}
.mega-menu.ajs .mm-icon {
  height: 20px;
}
.mega-menu.ajs .mm-menu {
  font-size: inherit;
  margin-top: 0;
  padding: 8px 0;
}
.mega-menu.ajs .mm-menu .mm-menu-item {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  white-space: nowrap;
  color: #4d4d4d;
  gap: 8px;
}
.mega-menu.ajs .mm-menu .mm-menu-item:hover {
  background-color: #e6edf4;
}
.mega-menu.ajs .mm-menu .mm-menu-item .mm-badge {
  margin-left: -3px;
}
.mega-menu.ajs .mm-menu .mm-menu-item--disabled {
  pointer-events: none;
  opacity: 0.38;
}
.mega-menu.ajs .mm-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  padding: 0 16px;
  background: #033C73;
}
.mega-menu.ajs .mm-bar__home {
  display: flex;
  align-items: flex-end;
  color: white;
  gap: 5px;
}
.mega-menu.ajs .mm-bar__home:hover, .mega-menu.ajs .mm-bar__home:focus {
  color: white;
}
.mega-menu.ajs .mm-bar__customer {
  line-height: normal;
  margin: 0;
  color: inherit !important;
}
.mega-menu.ajs .mm-list {
  display: flex;
  align-items: center;
  gap: 4px;
}
.mega-menu.ajs .mm-list .mm-list-item__link {
  line-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  color: white;
  border-radius: 4px;
  background-color: transparent;
  gap: 5px;
}
.mega-menu.ajs .mm-list .mm-list-item__link:hover, .mega-menu.ajs .mm-list .mm-list-item__link:focus {
  background: #022241;
}
.mega-menu.ajs .mm-list .mm-list-item__link .mm-icon {
  fill: white;
}

esams-mega-menu {
  display: block;
  min-height: 76px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Over-riding border for caret that is causing strange line to split the image */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed !important;
}

/* End Custom HGW Overrides for Base Bootstrap styles */
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
svg:not(:root).svg-inline--fa {
  overflow: visible; }

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -.225em; }
  .svg-inline--fa.fa-w-1 {
    width: 0.0625em; }
  .svg-inline--fa.fa-w-2 {
    width: 0.125em; }
  .svg-inline--fa.fa-w-3 {
    width: 0.1875em; }
  .svg-inline--fa.fa-w-4 {
    width: 0.25em; }
  .svg-inline--fa.fa-w-5 {
    width: 0.3125em; }
  .svg-inline--fa.fa-w-6 {
    width: 0.375em; }
  .svg-inline--fa.fa-w-7 {
    width: 0.4375em; }
  .svg-inline--fa.fa-w-8 {
    width: 0.5em; }
  .svg-inline--fa.fa-w-9 {
    width: 0.5625em; }
  .svg-inline--fa.fa-w-10 {
    width: 0.625em; }
  .svg-inline--fa.fa-w-11 {
    width: 0.6875em; }
  .svg-inline--fa.fa-w-12 {
    width: 0.75em; }
  .svg-inline--fa.fa-w-13 {
    width: 0.8125em; }
  .svg-inline--fa.fa-w-14 {
    width: 0.875em; }
  .svg-inline--fa.fa-w-15 {
    width: 0.9375em; }
  .svg-inline--fa.fa-w-16 {
    width: 1em; }
  .svg-inline--fa.fa-w-17 {
    width: 1.0625em; }
  .svg-inline--fa.fa-w-18 {
    width: 1.125em; }
  .svg-inline--fa.fa-w-19 {
    width: 1.1875em; }
  .svg-inline--fa.fa-w-20 {
    width: 1.25em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto; }
  .svg-inline--fa.fa-border {
    height: 1.5em; }
  .svg-inline--fa.fa-li {
    width: 2em; }
  .svg-inline--fa.fa-fw {
    width: 1.25em; }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
            transform-origin: center center; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left; }

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top left;
          transform-origin: top left; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: #fff; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*HGW copy of version*/
/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
       -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

