@import '../../gems/css/gems_print.css';
/* ===================================================================
ErasmusMC Gemtracker
version 1
Oscar Smeulders
=================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000000 /*!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^="javascript:"]:after,
  a[href^="#"]: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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    /*border: 1px solid #000;*/
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered 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: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #0c2074;
  background-color: #d2edf8;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0c2074;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #050d2f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 10px;
}
.img-thumbnail {
  padding: 5px;
  line-height: 1.42857143;
  background-color: #d2edf8;
  border: 1px solid #dddddd;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: #0c2074;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 37px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 27px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 19px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 80%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #f9d55d;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #0c2074;
}
a.text-primary:hover {
  color: #071346;
}
.text-success {
  color: #14411a;
}
a.text-success:hover {
  color: #081a0b;
}
.text-info {
  color: #0c2074;
}
a.text-info:hover {
  color: #071346;
}
.text-warning {
  color: #b68e07;
}
a.text-warning:hover {
  color: #856805;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #0c2074;
}
a.bg-primary:hover {
  background-color: #071346;
}
.bg-success {
  background-color: #39b54a;
}
a.bg-success:hover {
  background-color: #2d8e3a;
}
.bg-info {
  background-color: #8fd2ed;
}
a.bg-info:hover {
  background-color: #63c0e6;
}
.bg-warning {
  background-color: #f9d55d;
}
a.bg-warning:hover {
  background-color: #f7c82c;
}
.bg-danger {
  background-color: #b90000;
}
a.bg-danger:hover {
  background-color: #860000;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
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-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
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: 10px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: #ffffff;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid transparent;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid transparent;
}
.table .table {
  background-color: #d2edf8;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid transparent;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid transparent;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #e9f6fc;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #b0dff2;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #b0dff2;
}
.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: #9ad6ee;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #39b54a;
}
.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: #33a242;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #8fd2ed;
}
.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: #79c9e9;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #f9d55d;
}
.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: #f8cf44;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #b90000;
}
.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: #a00000;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid transparent;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #0c2074;
}
.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #0c2074;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 43px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 48px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 48px;
  padding: 10px 20px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 10px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 53.75px;
}
.form-control-feedback {
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 2;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .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 {
  color: #14411a;
}
.has-success .form-control {
  border-color: #14411a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 {
  border-color: #081a0b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2d8e3a;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2d8e3a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2d8e3a;
}
.has-success .input-group-addon {
  color: #14411a;
  border-color: #14411a;
  background-color: #39b54a;
}
.has-success .form-control-feedback {
  color: #14411a;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #b68e07;
}
.has-warning .form-control {
  border-color: #b68e07;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 {
  border-color: #856805;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7c82c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7c82c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7c82c;
}
.has-warning .input-group-addon {
  color: #b68e07;
  border-color: #b68e07;
  background-color: #f9d55d;
}
.has-warning .form-control-feedback {
  color: #b68e07;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #b90000;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #1840e7;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    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 .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #0c2074;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #0c2074;
  background-color: #ffffff;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #0c2074;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: transparent;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #0c2074;
}
.btn-primary {
  color: #ffffff;
  background-color: #0c2074;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #071346;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0c2074;
  border-color: transparent;
}
.btn-primary .badge {
  color: #0c2074;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #39b54a;
  border-color: transparent;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #2d8e3a;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #39b54a;
  border-color: transparent;
}
.btn-success .badge {
  color: #39b54a;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #8fd2ed;
  border-color: transparent;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #63c0e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #8fd2ed;
  border-color: transparent;
}
.btn-info .badge {
  color: #8fd2ed;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f9d55d;
  border-color: transparent;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f7c82c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f9d55d;
  border-color: transparent;
}
.btn-warning .badge {
  color: #f9d55d;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #b90000;
  border-color: transparent;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #860000;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #b90000;
  border-color: transparent;
}
.btn-danger .badge {
  color: #b90000;
  background-color: #ffffff;
}
.btn-link {
  color: #0c2074;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-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: #050d2f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 20px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 10px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-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;
  transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0c2074;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn: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 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 20px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 10px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  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) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #0c2074;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.input-group-addon.input-lg {
  padding: 10px 20px;
  font-size: 19px;
  border-radius: 10px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-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 {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #e9f6fc;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e9f6fc;
  border-color: #0c2074;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #0c2074;
  border: 1px solid #b0dff2;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 10px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 10px 10px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #d2edf8;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 10px;
}
.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: #ffffff;
  background-color: #0c2074;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 10px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 10px 10px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #d2edf8;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
@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;
}
.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 10px;
}
.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.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@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: 21px;
  }
  .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: 14.5px;
    padding-bottom: 14.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  -moz-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: 3.5px;
  margin-bottom: 3.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    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;
  }
}
.navbar-form .radio,
.navbar-form .checkbox {
  margin-left: 0px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar-form .radio,
  .navbar-form .checkbox {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .navbar-form .radio,
  .navbar-form .checkbox {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .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: #555555;
    background-color: #e7e7e7;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 10px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0c2074;
  background-color: #ffffff;
  border: 1px solid #d2edf8;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #050d2f;
  background-color: #b0dff2;
  border-color: #d2edf8;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0c2074;
  border-color: #d2edf8;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 20px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #d2edf8;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #b0dff2;
}
.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: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #0c2074;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #071346;
}
.label-success {
  background-color: #39b54a;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #2d8e3a;
}
.label-info {
  background-color: #8fd2ed;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #63c0e6;
}
.label-warning {
  background-color: #f9d55d;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f7c82c;
}
.label-danger {
  background-color: #b90000;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #860000;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #0c2074;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0c2074;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 10px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  display: block;
  padding: 5px;
  margin-bottom: 21px;
  line-height: 1.42857143;
  background-color: #d2edf8;
  border: 1px solid #dddddd;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0c2074;
}
.thumbnail .caption {
  padding: 9px;
  color: #0c2074;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 10px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > 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 {
  background-color: #39b54a;
  border-color: #36a233;
  color: #14411a;
}
.alert-success hr {
  border-top-color: #308e2d;
}
.alert-success .alert-link {
  color: #081a0b;
}
.alert-info {
  background-color: #8fd2ed;
  border-color: #70dae8;
  color: #0c2074;
}
.alert-info hr {
  border-top-color: #5ad4e5;
}
.alert-info .alert-link {
  color: #071346;
}
.alert-warning {
  background-color: #f9d55d;
  border-color: #f8b144;
  color: #b68e07;
}
.alert-warning hr {
  border-top-color: #f7a62c;
}
.alert-warning .alert-link {
  color: #856805;
}
.alert-danger {
  background-color: #b90000;
  border-color: #a0001b;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #860016;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-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 {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-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: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #0c2074;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-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;
  -webkit-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -moz-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -ms-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #39b54a;
}
.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: #8fd2ed;
}
.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: #f9d55d;
}
.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: #b90000;
}
.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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #d2edf8;
}
.list-group-item:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #0c2074;
}
a.list-group-item .list-group-item-heading {
  color: #0c2074;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #0c2074;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0c2074;
  border-color: #0c2074;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #5e7aee;
}
.list-group-item-success {
  color: #14411a;
  background-color: #39b54a;
}
a.list-group-item-success {
  color: #14411a;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #14411a;
  background-color: #33a242;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #14411a;
  border-color: #14411a;
}
.list-group-item-info {
  color: #0c2074;
  background-color: #8fd2ed;
}
a.list-group-item-info {
  color: #0c2074;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #0c2074;
  background-color: #79c9e9;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #0c2074;
  border-color: #0c2074;
}
.list-group-item-warning {
  color: #b68e07;
  background-color: #f9d55d;
}
a.list-group-item-warning {
  color: #b68e07;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #b68e07;
  background-color: #f8cf44;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #b68e07;
  border-color: #b68e07;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #b90000;
}
a.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #a00000;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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: 0px;
}
.panel-heading {
  padding: 20px 10px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 10px;
  background-color: #c5e8f6;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid transparent;
}
.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-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #0c2074;
  background-color: #b0dff2;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: #b0dff2;
  background-color: #0c2074;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-primary {
  border-color: transparent;
}
.panel-primary > .panel-heading {
  color: #0c2074;
  background-color: #b0dff2;
  border-color: transparent;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-primary > .panel-heading .badge {
  color: #b0dff2;
  background-color: #0c2074;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-success {
  border-color: transparent;
}
.panel-success > .panel-heading {
  color: #14411a;
  background-color: #39b54a;
  border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
  color: #39b54a;
  background-color: #14411a;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-info {
  border-color: transparent;
}
.panel-info > .panel-heading {
  color: #0c2074;
  background-color: #8fd2ed;
  border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
  color: #8fd2ed;
  background-color: #0c2074;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  color: #b68e07;
  background-color: #f9d55d;
  border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
  color: #f9d55d;
  background-color: #b68e07;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #b90000;
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: #b90000;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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 {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 10px;
}
.well-sm {
  padding: 9px;
  border-radius: 5px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate3d(0, -25%, 0);
  -webkit-transform: translate3d(0, -25%, 0);
  -moz-transform: translate3d(0, -25%, 0);
  -ms-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  -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 {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  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);
    -moz-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;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 10px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 9px 9px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  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;
}
.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;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
/*#f7941d;*/
.wrapperTable {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
thead {
  background-color: white;
}
th,
td {
  text-align: left;
}
.fixed {
  top: 0;
  position: fixed;
  z-index: 2;
  width: auto;
  display: none;
  border: none;
  background: transparent;
}
caption {
  background-color: white;
}
table .fixed {
  z-index: 1;
  /* no double fixing */
}
/* generic caller */
.cursor-hand {
  cursor: pointer;
}
.transition-global {
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
}
@media print {
  .clone {
    display: none;
  }
}
@media not print {
  #modalpopup .table-scroll {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
  }
  #modalpopup .table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    background-color: transparent;
  }
  #modalpopup .table-scroll table tr td:first-child,
  #modalpopup .table-scroll table tr th:first-child {
    min-width: 18em;
    /* arbitrary, twice the answer */
    white-space: normal;
  }
  #modalpopup .table-scroll table th,
  #modalpopup .table-scroll table td {
    /* white-space:nowrap; */
    vertical-align: top;
    min-width: 9em;
    /* at least the token won't wrap */
  }
  #modalpopup .table-wrap {
    width: 100%;
    overflow: auto;
  }
  #modalpopup .clone {
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
  }
  #modalpopup .clone th,
  #modalpopup .clone td {
    visibility: hidden;
  }
  #modalpopup .clone tr td:first-child,
  #modalpopup .clone tr th:first-child {
    visibility: visible;
    background-color: #fff;
  }
  #modalpopup .clone thead tr td:first-child,
  #modalpopup .clone thead tr th:first-child {
    background-color: #0C2074;
  }
  #modalpopup table.browser {
    margin-bottom: 0px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border: 1px solid #d2edf8;
  }
  #modalpopup table.browser > thead > tr > th,
  #modalpopup table.browser > tbody > tr > th,
  #modalpopup table.browser > tfoot > tr > th,
  #modalpopup table.browser > thead > tr > td,
  #modalpopup table.browser > tbody > tr > td,
  #modalpopup table.browser > tfoot > tr > td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid transparent;
  }
  #modalpopup table.browser > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid transparent;
  }
  #modalpopup table.browser > caption + thead > tr:first-child > th,
  #modalpopup table.browser > colgroup + thead > tr:first-child > th,
  #modalpopup table.browser > thead:first-child > tr:first-child > th,
  #modalpopup table.browser > caption + thead > tr:first-child > td,
  #modalpopup table.browser > colgroup + thead > tr:first-child > td,
  #modalpopup table.browser > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  #modalpopup table.browser > tbody + tbody {
    border-top: 2px solid transparent;
  }
  #modalpopup table.browser .table {
    background-color: #d2edf8;
  }
  #modalpopup table.browser > thead {
    background-color: #0c2074;
    color: #fff;
  }
  #modalpopup table.browser th .glyphicon {
    font-size: 9px;
    font-weight: 100;
    opacity: 0.5;
  }
  #modalpopup table.browser th .glyphicon:before {
    padding-left: 10px;
  }
  #modalpopup table.browser th > a {
    color: #fff !important;
  }
  #modalpopup table.browser th > a:hover {
    text-decoration: none;
  }
  #modalpopup table.browser td .row {
    border-top: 1px solid;
    margin-left: 0px;
    margin-right: 0px;
  }
  #modalpopup table.browser td .row:first-child {
    border-top: 0px;
  }
  #modalpopup table.browser > thead > tr > th,
  #modalpopup table.browser > tbody > tr > th,
  #modalpopup table.browser > tfoot > tr > th,
  #modalpopup table.browser > thead > tr > td.question_sub,
  #modalpopup table.browser > tbody > tr > td.question_sub,
  #modalpopup table.browser > tfoot > tr > td.question_sub {
    padding-left: 1.5em;
  }
  #modalpopup table.browser > thead > tr > th,
  #modalpopup table.browser > tbody > tr > th,
  #modalpopup table.browser > tfoot > tr > th,
  #modalpopup table.browser > thead > tr > td,
  #modalpopup table.browser > tbody > tr > td,
  #modalpopup table.browser > tfoot > tr > td {
    border: 1px solid transparent;
  }
  #modalpopup table.browser > thead > tr > th,
  #modalpopup table.browser > thead > tr > td {
    border-bottom-width: 2px;
  }
  #modalpopup table.browser > thead > tr > th,
  #modalpopup table.browser > tbody > tr > th,
  #modalpopup table.browser > tfoot > tr > th,
  #modalpopup table.browser > thead > tr > td,
  #modalpopup table.browser > tbody > tr > td,
  #modalpopup table.browser > tfoot > tr > td {
    border: 2px solid #d2edf8;
    border-left: 0px solid #d2edf8;
  }
  #modalpopup table.browser > thead > tr > th:last-child,
  #modalpopup table.browser > tbody > tr > th:last-child,
  #modalpopup table.browser > tfoot > tr > th:last-child,
  #modalpopup table.browser > thead > tr > td:last-child,
  #modalpopup table.browser > tbody > tr > td:last-child,
  #modalpopup table.browser > tfoot > tr > td:last-child {
    border-right: 0px solid #d2edf8;
  }
  #modalpopup table.browser > thead > tr > th,
  #modalpopup table.browser > thead > tr > td {
    border-bottom-width: 2px;
  }
  #modalpopup table.browser > tbody > tr:hover > td,
  #modalpopup table.browser > tbody > tr:hover > th {
    background-color: #b0dff2;
  }
  #modalpopup table.browser > tbody > tr:hover > td,
  #modalpopup table.browser > tbody > tr:hover > th {
    background-color: #b0dff2;
  }
  #modalpopup table.browser > thead > tr > th,
  #modalpopup table.browser > tbody > tr > th,
  #modalpopup table.browser > tfoot > tr > th,
  #modalpopup table.browser > thead > tr > td,
  #modalpopup table.browser > tbody > tr > td,
  #modalpopup table.browser > tfoot > tr > td {
    padding: 5px;
  }
  #modalpopup table.browser > thead > tr > th,
  #modalpopup table.browser > tbody > tr > th,
  #modalpopup table.browser > tfoot > tr > th,
  #modalpopup table.browser > thead > tr > td,
  #modalpopup table.browser > tbody > tr > td,
  #modalpopup table.browser > tfoot > tr > td {
    border: 1px solid #d2edf8;
  }
}
table.browser.table {
  border: 1px solid transparent;
  border: 1px solid #d2edf8;
}
table.browser.table caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
}
table.browser.table > thead > tr > th,
table.browser.table > tbody > tr > th,
table.browser.table > tfoot > tr > th,
table.browser.table > thead > tr > td,
table.browser.table > tbody > tr > td,
table.browser.table > tfoot > tr > td {
  border: 1px solid transparent;
}
table.browser.table > thead > tr > th,
table.browser.table > thead > tr > td {
  border-bottom-width: 2px;
}
table.browser.table > thead > tr > th,
table.browser.table > tbody > tr > th,
table.browser.table > tfoot > tr > th,
table.browser.table > thead > tr > td,
table.browser.table > tbody > tr > td,
table.browser.table > tfoot > tr > td {
  border: 2px solid #d2edf8;
  border-left: 0px solid #d2edf8;
}
table.browser.table > thead > tr > th:last-child,
table.browser.table > tbody > tr > th:last-child,
table.browser.table > tfoot > tr > th:last-child,
table.browser.table > thead > tr > td:last-child,
table.browser.table > tbody > tr > td:last-child,
table.browser.table > tfoot > tr > td:last-child {
  border-right: 0px solid #d2edf8;
}
table.browser.table > thead > tr > th,
table.browser.table > thead > tr > td {
  border-bottom-width: 2px;
}
table.browser.table > tbody > tr:hover > td,
table.browser.table > tbody > tr:hover > th {
  background-color: #b0dff2;
}
table.browser.table > tbody > tr:hover > td,
table.browser.table > tbody > tr:hover > th {
  background-color: #b0dff2;
}
table.browser.table > thead > tr > th,
table.browser.table > tbody > tr > th,
table.browser.table > tfoot > tr > th,
table.browser.table > thead > tr > td,
table.browser.table > tbody > tr > td,
table.browser.table > tfoot > tr > td {
  padding: 5px;
}
table.browser.table > tbody > tr > td.question_sub {
  padding-left: 1.5em;
}
.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
  color: #0c2074;
  background-color: #ffffff;
  border-color: transparent;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  color: #0c2074;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #ffffff;
  border-color: transparent;
}
.btn .badge {
  color: #ffffff;
  background-color: #0c2074;
}
.btn.btn-default {
  color: #0c2074;
  background-color: #ffffff;
  border-color: transparent;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default.active,
.open > .dropdown-toggle.btn.btn-default {
  color: #0c2074;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-default:active,
.btn.btn-default.active,
.open > .dropdown-toggle.btn.btn-default {
  background-image: none;
}
.btn.btn-default.disabled,
.btn.btn-default[disabled],
fieldset[disabled] .btn.btn-default,
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled]:hover,
fieldset[disabled] .btn.btn-default:hover,
.btn.btn-default.disabled:focus,
.btn.btn-default[disabled]:focus,
fieldset[disabled] .btn.btn-default:focus,
.btn.btn-default.disabled:active,
.btn.btn-default[disabled]:active,
fieldset[disabled] .btn.btn-default:active,
.btn.btn-default.disabled.active,
.btn.btn-default[disabled].active,
fieldset[disabled] .btn.btn-default.active {
  background-color: #ffffff;
  border-color: transparent;
}
.btn.btn-default .badge {
  color: #ffffff;
  background-color: #0c2074;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #0c2074;
  border-color: transparent;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.open > .dropdown-toggle.btn.btn-primary {
  color: #ffffff;
  background-color: #071346;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.open > .dropdown-toggle.btn.btn-primary {
  background-image: none;
}
.btn.btn-primary.disabled,
.btn.btn-primary[disabled],
fieldset[disabled] .btn.btn-primary,
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn.btn-primary:focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled]:active,
fieldset[disabled] .btn.btn-primary:active,
.btn.btn-primary.disabled.active,
.btn.btn-primary[disabled].active,
fieldset[disabled] .btn.btn-primary.active {
  background-color: #0c2074;
  border-color: transparent;
}
.btn.btn-primary .badge {
  color: #0c2074;
  background-color: #ffffff;
}
.btn.btn-success {
  color: #ffffff;
  background-color: #39b54a;
  border-color: transparent;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.open > .dropdown-toggle.btn.btn-success {
  color: #ffffff;
  background-color: #2d8e3a;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-success:active,
.btn.btn-success.active,
.open > .dropdown-toggle.btn.btn-success {
  background-image: none;
}
.btn.btn-success.disabled,
.btn.btn-success[disabled],
fieldset[disabled] .btn.btn-success,
.btn.btn-success.disabled:hover,
.btn.btn-success[disabled]:hover,
fieldset[disabled] .btn.btn-success:hover,
.btn.btn-success.disabled:focus,
.btn.btn-success[disabled]:focus,
fieldset[disabled] .btn.btn-success:focus,
.btn.btn-success.disabled:active,
.btn.btn-success[disabled]:active,
fieldset[disabled] .btn.btn-success:active,
.btn.btn-success.disabled.active,
.btn.btn-success[disabled].active,
fieldset[disabled] .btn.btn-success.active {
  background-color: #39b54a;
  border-color: transparent;
}
.btn.btn-success .badge {
  color: #39b54a;
  background-color: #ffffff;
}
.btn.btn-info {
  color: #ffffff;
  background-color: #8fd2ed;
  border-color: transparent;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.open > .dropdown-toggle.btn.btn-info {
  color: #ffffff;
  background-color: #63c0e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-info:active,
.btn.btn-info.active,
.open > .dropdown-toggle.btn.btn-info {
  background-image: none;
}
.btn.btn-info.disabled,
.btn.btn-info[disabled],
fieldset[disabled] .btn.btn-info,
.btn.btn-info.disabled:hover,
.btn.btn-info[disabled]:hover,
fieldset[disabled] .btn.btn-info:hover,
.btn.btn-info.disabled:focus,
.btn.btn-info[disabled]:focus,
fieldset[disabled] .btn.btn-info:focus,
.btn.btn-info.disabled:active,
.btn.btn-info[disabled]:active,
fieldset[disabled] .btn.btn-info:active,
.btn.btn-info.disabled.active,
.btn.btn-info[disabled].active,
fieldset[disabled] .btn.btn-info.active {
  background-color: #8fd2ed;
  border-color: transparent;
}
.btn.btn-info .badge {
  color: #8fd2ed;
  background-color: #ffffff;
}
.btn.btn-warning {
  color: #ffffff;
  background-color: #f9d55d;
  border-color: transparent;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active,
.open > .dropdown-toggle.btn.btn-warning {
  color: #ffffff;
  background-color: #f7c82c;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-warning:active,
.btn.btn-warning.active,
.open > .dropdown-toggle.btn.btn-warning {
  background-image: none;
}
.btn.btn-warning.disabled,
.btn.btn-warning[disabled],
fieldset[disabled] .btn.btn-warning,
.btn.btn-warning.disabled:hover,
.btn.btn-warning[disabled]:hover,
fieldset[disabled] .btn.btn-warning:hover,
.btn.btn-warning.disabled:focus,
.btn.btn-warning[disabled]:focus,
fieldset[disabled] .btn.btn-warning:focus,
.btn.btn-warning.disabled:active,
.btn.btn-warning[disabled]:active,
fieldset[disabled] .btn.btn-warning:active,
.btn.btn-warning.disabled.active,
.btn.btn-warning[disabled].active,
fieldset[disabled] .btn.btn-warning.active {
  background-color: #f9d55d;
  border-color: transparent;
}
.btn.btn-warning .badge {
  color: #f9d55d;
  background-color: #ffffff;
}
.btn.btn-danger {
  color: #ffffff;
  background-color: #b90000;
  border-color: transparent;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active,
.open > .dropdown-toggle.btn.btn-danger {
  color: #ffffff;
  background-color: #860000;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-danger:active,
.btn.btn-danger.active,
.open > .dropdown-toggle.btn.btn-danger {
  background-image: none;
}
.btn.btn-danger.disabled,
.btn.btn-danger[disabled],
fieldset[disabled] .btn.btn-danger,
.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled]:hover,
fieldset[disabled] .btn.btn-danger:hover,
.btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled]:focus,
fieldset[disabled] .btn.btn-danger:focus,
.btn.btn-danger.disabled:active,
.btn.btn-danger[disabled]:active,
fieldset[disabled] .btn.btn-danger:active,
.btn.btn-danger.disabled.active,
.btn.btn-danger[disabled].active,
fieldset[disabled] .btn.btn-danger.active {
  background-color: #b90000;
  border-color: transparent;
}
.btn.btn-danger .badge {
  color: #b90000;
  background-color: #ffffff;
}
.btn.btn-lg {
  padding: 10px 20px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 10px;
}
.btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
.btn.btn-xs {
  padding: 5px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
.form-horizontal .form-group label,
.form-horizontal .form-group .label-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label,
  .form-horizontal .form-group .label-container {
    float: left;
    width: 16.66666667%;
  }
}
.form-horizontal .form-group .input-group label {
  float: none;
}
.form-horizontal .form-group .element-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group .element-container {
    float: left;
    width: 83.33333333%;
  }
}
.form-horizontal .form-group .element-container label {
  width: auto;
  float: none;
}
.form-horizontal .form-group .element-container label input[type="checkbox"] {
  margin-right: .5em;
}
.form-horizontal .form-group .element-container-labelless {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group .element-container-labelless {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group .element-container-labelless {
    margin-left: 16.66666667%;
  }
}
p {
  margin: 0 0 10.5px;
}
.disabled {
  font-style: italic;
}
.pagination {
  margin: 0;
}
.pagination .glyphicon {
  font-size: 11px;
}
.btn {
  margin: 0 5px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  -moz-box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
}
.btn.btn-link {
  -webkit-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
  -moz-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
  box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
}
.btn.btn-info {
  color: #0c2074;
}
.btn-xxs {
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
  -moz-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
  box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #e9f6fc;
}
.panel {
  border: 0px solid transparent;
  border-top: 1px solid #0c2074;
  margin-bottom: 40px;
  background-color: #c5e8f6;
  border-radius: 0;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.panel .panel-title {
  text-transform: uppercase;
  font-size: 27px;
  color: #0c2074;
}
.panel-body {
  margin-bottom: 0px;
}
.panel-body-padding {
  padding: 10px 0;
}
.panel-body-color-heading {
  background-color: #b0dff2;
}
.panel-heading {
  border-bottom: 0px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-footer {
  position: relative;
  border-top: 0px solid transparent;
}
.panel-footer.center {
  text-align: center;
}
.panel-footer.right {
  text-align: right;
}
.nav > li > a {
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}
.nav-tabs > li {
  margin-bottom: -2px;
  margin-right: 10px;
}
.nav-tabs > li > a {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 1px 0 rgba(12, 32, 116, 0.5);
  -moz-box-shadow: 2px 0 1px 0 rgba(12, 32, 116, 0.5);
  box-shadow: 2px 0 1px 0 rgba(12, 32, 116, 0.5);
  border: 0px solid transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
  -moz-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
  box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
  border: 0px solid #b0dff2;
  border-bottom-color: transparent;
}
.table {
  margin-bottom: 0px;
}
.table > thead {
  background-color: #0c2074;
  color: #fff;
}
.table th .glyphicon {
  font-size: 9px;
  font-weight: 100;
  opacity: 0.5;
}
.table th .glyphicon:before {
  padding-left: 10px;
}
.table th > a {
  color: #fff !important;
}
.table th > a:hover {
  text-decoration: none;
}
.table td .row {
  border-top: 1px solid;
  margin-left: 0px;
  margin-right: 0px;
}
.table td .row:first-child {
  border-top: 0px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #e9f6fc;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #b0dff2;
}
.table-bordered {
  border: 1px solid #d2edf8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 2px solid #d2edf8;
  border-left: 0px solid #d2edf8;
}
.table-bordered > thead > tr > th:last-child,
.table-bordered > tbody > tr > th:last-child,
.table-bordered > tfoot > tr > th:last-child,
.table-bordered > thead > tr > td:last-child,
.table-bordered > tbody > tr > td:last-child,
.table-bordered > tfoot > tr > td:last-child {
  border-right: 0px solid #d2edf8;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-bordered-bottom {
  border: 1px solid #d2edf8;
}
.table-bordered-bottom > thead > tr > th,
.table-bordered-bottom > tbody > tr > th,
.table-bordered-bottom > tfoot > tr > th,
.table-bordered-bottom > thead > tr > td,
.table-bordered-bottom > tbody > tr > td,
.table-bordered-bottom > tfoot > tr > td {
  border: 0px solid #d2edf8;
  border-bottom: 2px solid #d2edf8;
}
.table-bordered-bottom > thead > tr > th,
.table-bordered-bottom > thead > tr > td {
  border-bottom-width: 1px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  /*margin-left: -40px;*/
  margin-top: 4px \9;
}
.control-label {
  margin-top: 12px;
}
.form-inline .radio,
.form-inline .checkbox {
  margin-left: 0px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-inline .radio,
  .form-inline .checkbox {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .form-inline .radio,
  .form-inline .checkbox {
    float: left;
    width: 33.33333333%;
  }
}
/* toggle button should always go on new line */
label.checkbox + button.btn {
  clear: both;
  display: block;
}
/* organization switch + grop switch */
#site-navigation #groups select.form-control,
#organizations select.form-control {
  padding: .2em;
  font-size: 1em;
  height: 2em;
}
.traject .progress {
  width: 25em;
  margin-top: -1.5em;
  margin-bottom: 0em;
  -webkit-box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  -moz-box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.traject .progress .progress-bar {
  opacity: .75;
  font-weight: bold;
  overflow: hidden;
  color: whitesmoke;
}
.traject .progress .progress-bar.answered {
  background-color: #39b54a;
}
.traject .progress .progress-bar.open {
  color: #0c2074;
  background-color: #f9d55d;
}
.traject .progress .progress-bar.missed {
  background-color: #b90000;
}
.traject .progress .progress-bar.waiting {
  background-color: #0c2074;
}
.traject.panel {
  margin-bottom: 1.5em;
}
.traject .panel-heading {
  padding: 15px 10px;
}
.traject .panel-heading .title {
  cursor: pointer;
  text-transform: uppercase;
}
.traject .panel-heading .panel-title {
  font-size: 1.5em;
  text-transform: none;
}
.traject .panel-heading .panel-title .fa-fw.icon-danger {
  color: #b90000;
  margin-left: -1.28571429em;
}
.traject .panel-heading .editIcon {
  font-size: 1.5em;
  margin-top: -1.3em;
}
.traject .panel-heading .description,
.traject .panel-heading .otherOrg {
  font-style: italic;
  font-size: .66em;
  text-transform: none;
}
.traject .panel-heading .description .deleteIcon,
.traject .panel-heading .otherOrg .deleteIcon {
  margin-top: -.3em;
  font-size: 1.5em;
}
.traject .panel-heading .description {
  display: inline-block;
}
.traject .panel-body {
  padding: 20px 0px;
  overflow: hidden;
  overflow-x: auto;
}
.traject .objecten {
  margin: 0 10px;
  padding: 0 10px;
  min-width: 200%;
  width: 15000px;
}
.traject .object {
  width: 250px;
  background-color: #fff;
  padding: 10px 10px 0 10px;
  margin-right: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
}
.traject .object h5,
.traject .object h6 {
  margin-top: 5px;
  margin-bottom: 7px;
}
.traject .object h5 {
  cursor: pointer;
  line-height: .8em;
  height: 42px;
}
.traject .object h5 span {
  padding-right: 5px;
}
.traject .object.today {
  background-color: #ffffe2;
  border: 1px solid #f9d55d;
}
.traject .object div.actor {
  border-top: 1px solid #0c2074;
  padding: 10px 0 0 0;
  clear: both;
}
.traject .object div.actor h6 {
  cursor: pointer;
  padding-bottom: 7px;
}
.traject .object div.actor h6 span {
  padding-right: 5px;
}
.traject .object div.actor .zplegenda {
  margin: 0 0 40px 0;
  background-color: #fff;
  font-size: 12px;
  color: #0c2074;
  text-align: center;
  width: 100%;
  opacity: .75;
  cursor: pointer;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
  /* five items */
  /* six items */
  clear: both;
}
.traject .object div.actor .zplegenda div {
  font-weight: bold;
  background-color: #e9f6fc;
  padding: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 11px;
  margin-right: 0%;
  width: 100%;
  float: left;
  -webkit-box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  -moz-box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  color: whitesmoke;
  border-left: 0px;
}
.traject .object div.actor .zplegenda div.answered {
  background-color: #39b54a;
}
.traject .object div.actor .zplegenda div.open {
  color: #0c2074;
  background-color: #f9d55d;
}
.traject .object div.actor .zplegenda div.missed {
  background-color: #b90000;
}
.traject .object div.actor .zplegenda div.waiting {
  background-color: #0c2074;
}
.traject .object div.actor .zplegenda div:first-child:nth-last-child(1) {
  margin-right: 0%;
  width: 100%;
}
.traject .object div.actor .zplegenda div:first-child:nth-last-child(2),
.traject .object div.actor .zplegenda div:first-child:nth-last-child(2) ~ div {
  width: 48%;
  margin-right: 2%;
}
.traject .object div.actor .zplegenda div:first-child:nth-last-child(3),
.traject .object div.actor .zplegenda div:first-child:nth-last-child(3) ~ div {
  width: 31.3333%;
  margin-right: 2%;
}
.traject .object div.actor .zplegenda div:first-child:nth-last-child(4),
.traject .object div.actor .zplegenda div:first-child:nth-last-child(4) ~ div {
  width: 23%;
  margin-right: 2%;
}
.traject .object div.actor .zplegenda div:first-child:nth-last-child(5),
.traject .object div.actor .zplegenda div:first-child:nth-last-child(5) ~ div {
  width: 18%;
  margin-right: 2%;
}
.traject .object div.actor .zplegenda div:first-child:nth-last-child(5),
.traject .object div.actor .zplegenda div:first-child:nth-last-child(5) ~ div {
  width: 14.5%;
  margin-right: 2%;
}
.traject .object div.actor .zplegenda p {
  margin: 0 0 0 0 !important;
}
.traject .object div.actor .zpitems {
  padding: 0;
  margin: 0;
}
.traject .object div.actor .zpitem {
  word-wrap: break-word;
  margin: 0 0 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  -moz-box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  cursor: pointer;
  float: left;
  width: 100%;
}
.traject .object div.actor .zpitem a {
  color: #0c2074;
}
.traject .object div.actor .zpitem p {
  margin: 0 0 0 0 !important;
}
.traject .object div.actor .zpitem .tokenwrapper {
  padding: 5px;
  background-color: whitesmoke;
  color: #0c2074;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: auto;
}
.traject .object div.actor .zpitem.answered {
  background: linear-gradient(#f5f5f5, #f5f5f5), linear-gradient(rgba(57, 181, 74, 0.75), rgba(57, 181, 74, 0.75));
  background-attachment: padding-box, border-box;
  padding: 0px 0px 0px 1em;
  background-origin: content-box, padding-box;
  background-clip: content-box, padding-box;
}
.traject .object div.actor .zpitem.open {
  color: #0c2074;
  background: linear-gradient(#f5f5f5, #f5f5f5), linear-gradient(rgba(249, 213, 93, 0.75), rgba(249, 213, 93, 0.75));
  background-attachment: padding-box, border-box;
  padding: 0px 0px 0px 1em;
  background-origin: content-box, padding-box;
  background-clip: content-box, padding-box;
}
.traject .object div.actor .zpitem.partial {
  color: #0c2074;
  background: linear-gradient(#f5f5f5, #f5f5f5), repeating-linear-gradient(45deg, rgba(249, 213, 93, 0.75), rgba(249, 213, 93, 0.75) 10px, rgba(249, 213, 93, 0.1) 10px, rgba(249, 213, 93, 0.1) 20px);
  background-attachment: padding-box, border-box;
  padding: 0px 0px 0px 1em;
  background-origin: content-box, padding-box;
  background-clip: content-box, padding-box;
}
.traject .object div.actor .zpitem.incomplete {
  background: linear-gradient(#f5f5f5, #f5f5f5), repeating-linear-gradient(45deg, rgba(185, 0, 0, 0.75), rgba(185, 0, 0, 0.75) 10px, rgba(185, 0, 0, 0.1) 10px, rgba(185, 0, 0, 0.1) 20px);
  background-attachment: padding-box, border-box;
  padding: 0px 0px 0px 1em;
  background-origin: content-box, padding-box;
  background-clip: content-box, padding-box;
}
.traject .object div.actor .zpitem.missed {
  background: linear-gradient(#f5f5f5, #f5f5f5), linear-gradient(rgba(185, 0, 0, 0.75), rgba(185, 0, 0, 0.75));
  background-attachment: padding-box, border-box;
  padding: 0px 0px 0px 1em;
  background-origin: content-box, padding-box;
  background-clip: content-box, padding-box;
}
.traject .object div.actor .zpitem.waiting {
  background: linear-gradient(#f5f5f5, #f5f5f5), linear-gradient(rgba(12, 32, 116, 0.75), rgba(12, 32, 116, 0.75));
  background-attachment: padding-box, border-box;
  padding: 0px 0px 0px 1em;
  background-origin: content-box, padding-box;
  background-clip: content-box, padding-box;
}
.traject .object div.actor .zpitem.disabled {
  cursor: not-allowed;
}
.traject .object div.actor .zpitem .tools {
  width: 1.2em;
  float: right;
  line-height: 1.5em;
  margin-left: .5em;
}
.traject .object div.actor .zpitem .tools .dropdown-menu {
  z-index: 1080;
}
.traject .object div.actor .zpitem .tools .dropdown .fa.dropdown-toggle {
  color: rgba(12, 32, 116, 0.2);
  font-size: 1.1em;
}
.traject .object div.actor .zpitem .tools .dropdown .fa.dropdown-toggle:hover,
.traject .object div.actor .zpitem .tools .dropdown.open .fa.dropdown-toggle {
  color: #0c2074;
  cursor: pointer;
}
.traject .object div.actor .zpitem .tools img.icon {
  margin-left: .5em;
  float: right;
}
.traject.deleted {
  opacity: .7;
}
/*!
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI Resizable 1.10.3
 * http://api.jqueryui.com/resizable/
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/* 
    Created on : Jul 29, 2016, Jul 29, 2016 8:17:52 AM
    Author     : Menno Dekker <menno.dekker@erasmusmc.nl>
*/
table.browser > tbody > tr.ui-sortable-handle {
  /* 
            In our tables we first have a show button, then the sort order
            When sorting, the order is no longer important, only confusing so 
            just make it transparent
        */
}
table.browser > tbody > tr.ui-sortable-handle:hover > td {
  cursor: move;
}
table.browser > tbody > tr.ui-sortable-handle > *:nth-child(2) {
  color: transparent;
}
table.browser > tbody > tr.ui-sortable-placeholder > td {
  height: 4em;
  background: yellow;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 20px;
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #cccccc;
  /* border-radius:4px; */
  height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0c2074;
  height: 43px;
  padding: 10px 20px;
  line-height: 1.42857143;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaaaaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  /*border-radius: 4px;*/
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #0c2074;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/* First load our templates variables */
/* GemsTracker variables, do not change directly, use template configuration screen */
/* Barcharts LESS File */
@media screen, print {
  /* use safe contrast when setting a background color */
  .barchartcontainer .buttons {
    clear: both;
  }
  .barchart-wrapper {
    position: relative;
    min-height: 1px;
    margin-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    page-break-inside: avoid;
    /* width: @chartwidth; */
    padding: 0 0 1em 0;
  }
  .barchart-wrapper .header {
    background: #0c2074;
    color: #ffffff;
    border: 1px solid #0c2074;
    width: 100%;
  }
  .barchart-wrapper .barchart {
    width: 100%;
    position: relative;
    border: 1px solid black;
    height: 15em;
    padding: 5px;
    /* do not use em, because it will break scaling the chart in IE */
    background: #e6f0fe;
    color: #000000;
    /* mix with background, transparency can give trouble in printing */
  }
  .barchart-wrapper .legend {
    background: #e6f0fe;
    color: #000000;
    /* mix with background, transparency can give trouble in printing */
    margin: 0;
    border: 1px solid;
    border-top: 0px;
  }
  .barchart-wrapper .legend div {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  p.chartfooter {
    clear: both;
    height: 5em;
    /* provide some spacing for mouseover */
  }
}
@media screen and (min-width: 992px), print and (min-width: 992px) {
  .barchart-wrapper {
    float: left;
    width: 98%;
  }
}
@media screen and (min-width: 1200px), print and (min-width: 1200px) {
  .barchart-wrapper {
    float: left;
    width: 48%;
  }
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
  .barchart-wrapper .legend div {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 992px), print and (min-width: 992px) {
  .barchart-wrapper .legend div {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 1200px), print and (min-width: 1200px) {
  .barchart-wrapper .legend div {
    float: left;
    width: 33.33333333%;
  }
}
@media print {
  /* shrink a little so it still fits */
  .barchart-wrapper {
    page-break-inside: avoid;
  }
  .barchart-wrapper .header {
    page-break-after: avoid;
  }
  p.chartfooter {
    clear: both;
    height: auto /* no need for spacing here */;
  }
}
body {
  background-color: #d2edf8;
  background-image: url('../img/erasmusMC_pattern.png');
}
.container-fluid {
  /*margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;*/
  background-color: #d2edf8;
}
#navigation {
  z-index: 1;
  background-color: #fff;
  float: left;
  /*padding: 0 .7em 0 1em;
    margin-right: .5em;*/
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#navigation ul {
  padding: 0;
  margin: 0;
}
#navigation ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#navigation ul li:before {
  top: 1px;
  display: inline-block;
  font: normal normal normal 11px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  padding-right: 10px;
  content: "\f054";
  width: 1.5em;
}
#navigation ul li.active:before {
  content: "\f078";
  width: 1.5em;
}
#navigation ul li:hover:before {
  content: "\f078";
  width: 1.5em;
}
#navigation ul.navigation {
  border-top: 1px solid #0c2074;
  padding-top: 10px;
  margin-left: 0px;
}
#navigation ul.navigation li {
  padding-top: 5px;
}
#navigation ul.navigation li > ul {
  margin-left: 20px;
}
#navigation .navbar-toggle {
  float: none;
  margin-right: 0px;
  margin-top: 0px;
  padding: 8px 6px;
}
#navigation .navbar-collapse {
  margin-bottom: 1em;
}
#header {
  padding-bottom: .5em;
  /* no fixed height so container can grow vertically for small screens */
  background-color: #fff;
  clear: both;
}
#header .row {
  margin-left: 0px;
  margin-right: 0px;
}
#header #logo {
  padding: 5px 0 0 0;
  margin: 0;
  text-align: center;
}
#header #logo img {
  max-width: 100%;
  max-height: 80px;
  padding: 20px 10px 0 0;
}
@media screen and (max-width: 960px) {
  #header #logo img {
    padding: 20px 10px 0 10px;
  }
}
#site-navigation span.user {
  font-weight: bold;
}
#site-navigation h2 {
  padding: 30px 0 0 0;
  margin: 0;
  /* float:left; MD VERWIJDERD */
}
@media screen and (max-width: 1100px) {
  #site-navigation h2 {
    padding: 32px 0 0 0;
    font-size: 27px;
  }
}
@media screen and (max-width: 890px) {
  #site-navigation h2 {
    padding: 35px 0 0 0;
    font-size: 23px;
  }
}
#site-navigation #site-nav p,
#site-navigation #site-nav div {
  padding-left: 1em;
  margin-bottom: 9px;
  float: right;
}
#site-navigation #site-nav p span,
#site-navigation #site-nav div span {
  font-weight: bold;
}
#site-navigation #site-nav p img,
#site-navigation #site-nav div img {
  float: right;
  padding: 0 0 0 10px;
}
#site-navigation #languages a img {
  opacity: .5;
}
#site-navigation #languages a:hover img {
  opacity: 1;
}
/* for embedded views */
#cookietrail #site-navigation {
  float: right;
  color: white;
}
#cookietrail #site-navigation p,
#cookietrail #site-navigation div {
  float: right;
  margin-left: 1em;
}
#cookietrail #site-navigation p img,
#cookietrail #site-navigation div img {
  float: right;
  padding: 0 0 0 10px;
}
#cookietrail #site-navigation #languages,
#cookietrail #site-navigation p {
  margin-top: 0px;
}
#cookietrail #site-navigation h2 {
  display: none;
  padding-top: 2px;
}
#cookietrail #site-navigation .logout {
  display: none;
}
/*
 * For small screens we need to adjust rendering a little
 */
@media (max-width: 767px) {
  #navigation {
    padding: 0 .7em 0 1em;
    margin-right: .5em;
  }
  /* #header #logo { display: none; } */
  #content {
    width: 100%;
  }
  #container,
  .row {
    /*min-width: 35em; */
    margin-right: -4px;
    padding-left: .25em;
    padding-right: 0;
  }
  /* Reset progress bar to be inline element */
  .progress.pull-right {
    float: none !important;
    margin-top: 0px;
  }
}
#content {
  float: left;
  padding: 1em;
}
#cookietrail {
  height: 40px;
  /* float:left; MD VERWIJDERD */
  background-color: #0c2074;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
}
#cookietrail a {
  color: #fff;
}
/* MD FIXES */
.icon-bar {
  background: #0c2074;
}
.disclaimer {
  padding: .5em;
}
.table td div.pagination-index {
  width: auto;
}
#navigation .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
#cookietrail .breadcrumb {
  background-color: transparent;
  padding: 0px;
}
.print-only {
  display: none !important;
  visibility: hidden !important;
}
.tab-content {
  border: 1px solid #0c2074;
  padding: .5em;
}
form .nav-tabs > li {
  margin-bottom: -1px;
}
/* Menno: jQqueryUI */
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-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: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #0c2074;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
}
.ui-progressbar {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #8fd2ed;
  height: 2em;
}
.ui-progressbar .ui-progressbar-value {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #0c2074;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
}
.ui-progressbar .ui-progressbar-value[aria-valuenow="1"],
.ui-progressbar .ui-progressbar-value[aria-valuenow="2"] {
  min-width: 30px;
}
.ui-progressbar .ui-progressbar-value[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.ui-progressbar .ui-progressbar-text {
  color: #ffffff;
  text-align: center;
  background-color: transparent;
  padding: .25em;
}
.ui-progressbar .ui-progressbar-overlay {
  background-size: 40px 40px;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-datepicker {
  background-color: #fff;
  border: 1px solid #66AFE9;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px;
}
.ui-datepicker .ui-datepicker-today {
  background: rgba(255, 255, 0, 0.5);
}
.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #ffffff;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.ui-datepicker a:hover {
  color: #0c2074;
}
.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: default;
  -webkit-font-smoothing: antialiased;
  height: 20px;
  margin-top: 2px;
  width: 30px;
  font: normal normal normal 14px/1 FontAwesome;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f053";
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f054";
}
.ui-datepicker .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 0px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  border: 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #0c2074;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
  background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
  background-color: aliceblue;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: aliceblue;
  cursor: default;
}
/* https://github.com/DC-development/jquery-ui-less/blob/master/less/jquery.ui.slider.less */
/*!
 * jQuery UI Slider @VERSION
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
  border: 1px solid #0c2074;
}
.ui-slider .ui-slider-handle {
  border: 1px solid #0c2074;
  background: #4289cc;
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.2em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.form-group .date {
  max-width: 14em;
}
.panel {
  margin-bottom: 1em;
}
/* For inline answer view */
@media print {
  body.print {
    visibility: hidden;
    /* Reset the container */
  }
  body.print .printable {
    width: 100% !important;
    height: auto !important;
    display: inline-block;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    visibility: visible;
  }
}
/* from gems_core */
ul.notallowed li {
  list-style-image: url('../../gems/icons/no_entry.png');
}
ul.allowed li {
  list-style-image: url('../../gems/icons/ok.png');
}
.tooldock {
  margin-top: -1em;
  margin-bottom: 1em;
  margin-right: 1em;
  text-align: right;
  display: block;
}
.tooldock .toolbox.btn-group {
  margin-left: .5em;
  /*margin-bottom: 1em;*/
}
.tooldock .toolbox.btn-group .open .btn {
  box-shadow: 0 2px 5px 0 rgba(12, 32, 116, 0.5);
}
.tooldock .toolbox.btn-group .btn {
  color: #ffffff;
  background-color: #0c2074;
  border-color: transparent;
  margin-right: 0px;
  box-shadow: 0 2px 5px 0 rgba(12, 32, 116, 0.5);
  /* bigger blur to make the edges of connected buttons smooth */
}
.tooldock .toolbox.btn-group .btn:hover,
.tooldock .toolbox.btn-group .btn:focus,
.tooldock .toolbox.btn-group .btn:active,
.tooldock .toolbox.btn-group .btn.active,
.open > .dropdown-toggle.tooldock .toolbox.btn-group .btn {
  color: #ffffff;
  background-color: #071346;
  border-color: rgba(0, 0, 0, 0);
}
.tooldock .toolbox.btn-group .btn:active,
.tooldock .toolbox.btn-group .btn.active,
.open > .dropdown-toggle.tooldock .toolbox.btn-group .btn {
  background-image: none;
}
.tooldock .toolbox.btn-group .btn.disabled,
.tooldock .toolbox.btn-group .btn[disabled],
fieldset[disabled] .tooldock .toolbox.btn-group .btn,
.tooldock .toolbox.btn-group .btn.disabled:hover,
.tooldock .toolbox.btn-group .btn[disabled]:hover,
fieldset[disabled] .tooldock .toolbox.btn-group .btn:hover,
.tooldock .toolbox.btn-group .btn.disabled:focus,
.tooldock .toolbox.btn-group .btn[disabled]:focus,
fieldset[disabled] .tooldock .toolbox.btn-group .btn:focus,
.tooldock .toolbox.btn-group .btn.disabled:active,
.tooldock .toolbox.btn-group .btn[disabled]:active,
fieldset[disabled] .tooldock .toolbox.btn-group .btn:active,
.tooldock .toolbox.btn-group .btn.disabled.active,
.tooldock .toolbox.btn-group .btn[disabled].active,
fieldset[disabled] .tooldock .toolbox.btn-group .btn.active {
  background-color: #0c2074;
  border-color: transparent;
}
.tooldock .toolbox.btn-group .btn .badge {
  color: #0c2074;
  background-color: #ffffff;
}
.tooldock .toolbox.btn-group .btn.dropdown-toggle {
  width: 2em;
}
.tooldock .toolbox.btn-group ul li {
  width: 18.5em;
}
.tooldock .toolbox.btn-group ul li .add {
  width: 16.5em;
  overflow: hidden;
}
.tooldock .toolbox.btn-group ul li .info {
  position: absolute;
  right: 0;
  width: 2em;
}
.tooldock .dropdown-menu {
  left: auto;
  right: 0;
  height: auto;
  overflow-x: hidden;
}
.tooldock .dropdown-menu .scroll-menu {
  position: relative;
  display: inherit !important;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 15em;
  margin: 0;
  border-left: none;
  border-right: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow-y: scroll;
}
.tooldock .dropdown-menu .scroll-menu li .add {
  width: 15.5em;
}
table.compliance tr > td {
  vertical-align: middle;
}
table.compliance .rounds {
  overflow: hidden;
  white-space: pre;
}
table.compliance td span.fa-stack,
table.compliance th span.fa-stack {
  font-size: .7em;
}
table.compliance td .fa-inverse,
table.compliance th .fa-inverse {
  color: #0c2074;
}
table.compliance td span .fa-inverse,
table.compliance th span .fa-inverse {
  color: white;
}
table.compliance td span.answered,
table.compliance th span.answered {
  color: #39b54a;
}
table.compliance td span.missed,
table.compliance th span.missed {
  color: #b90000;
}
table.compliance td span.incomplete,
table.compliance th span.incomplete {
  color: #b90000;
}
table.compliance td span.open,
table.compliance th span.open {
  color: #f9d55d;
}
table.compliance td span.partial,
table.compliance th span.partial {
  color: #f9d55d;
}
table.compliance td span.unknown,
table.compliance th span.unknown {
  color: #8fd2ed;
}
table.compliance td span.waiting,
table.compliance th span.waiting {
  color: #0c2074;
}
table.compliance td span.empty,
table.compliance th span.empty {
  color: #b90000;
}
table.compliance td.newRound,
table.compliance th.newRound {
  border-left-width: 3px;
}
table.compliance td.round,
table.compliance th.round {
  text-align: center;
  width: 2em;
  max-width: 2em;
  overflow: hidden;
  min-width: 2em;
}
table.compliance tbody > tr > td.nextRound {
  font-weight: bold;
  vertical-align: top;
}
.has-error .form-control {
  border-color: red;
}
.deleted {
  text-decoration: line-through;
}
.buttons {
  margin: .5em 0em;
}
.table .table {
  background-color: #ffffff;
}
.modal-dialog {
  /*width: 600px;*/
  width: 90%;
}
.modal-dialog .modal-body {
  overflow: auto;
}
#modalpopup hr.noprint {
  display: none;
}
#modalpopup table.browser th a.actionlink.btn {
  color: #0c2074 !important;
}
pre.mailpreview {
  word-wrap: normal;
  word-break: normal;
  white-space: pre-wrap;
}
@media print {
  #ZFDebug {
    display: none;
  }
  /* ===================================================================
ErasmusMC Gemtracker
version 1
Oscar Smeulders
=================================================================== */
  /*@import 'bootstrap/bootstrap.less';*/
  p {
    margin: 0 0 10.5px;
  }
  .disabled {
    font-style: italic;
  }
  .pagination {
    margin: 0;
  }
  .pagination .glyphicon {
    font-size: 11px;
  }
  .btn {
    margin: 0 5px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
    -moz-box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
    box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  }
  .btn.btn-link {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
    -moz-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
    box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
  }
  .btn.btn-info {
    color: #0c2074;
  }
  .btn-xxs {
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
    -moz-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
    box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
  }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    background-color: #e9f6fc;
  }
  .panel {
    border: 0px solid transparent;
    margin-bottom: 40px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  }
  .panel .panel-title {
    font-size: 26px;
  }
  .panel .panel-title .glyphicon {
    font-size: 15px;
    padding-left: 10px;
  }
  .panel-body {
    margin-bottom: 0px;
    background-color: #fff;
    padding: 0;
    margin: 0;
  }
  .panel-heading {
    border-bottom: 0px solid transparent;
    background-color: #0c2074;
  }
  .panel-footer {
    position: relative;
    border-top: 0px solid transparent;
  }
  .panel-footer.center {
    text-align: center;
  }
  .panel-footer.right {
    text-align: right;
  }
  .nav > li > a {
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
  }
  .nav-tabs {
    background-color: #b0dff2;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .nav-tabs > li {
    margin-bottom: -2px;
    margin-right: 10px;
  }
  .nav-tabs > li > a {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    -webkit-box-shadow: 2px 0 1px 0 rgba(12, 32, 116, 0.5);
    -moz-box-shadow: 2px 0 1px 0 rgba(12, 32, 116, 0.5);
    box-shadow: 2px 0 1px 0 rgba(12, 32, 116, 0.5);
    border: 0px solid transparent;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
    -moz-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
    box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
    border: 0px solid #b0dff2;
    border-bottom-color: transparent;
  }
  .table {
    margin-bottom: 0px;
  }
  .table > thead {
    color: #0c2074;
  }
  .table > thead td {
    background-color: #b0dff2 !important;
  }
  .table th .glyphicon {
    font-size: 9px;
    font-weight: 100;
    opacity: 0.5;
  }
  .table th .glyphicon:before {
    padding-left: 10px;
  }
  .table th a {
    color: #fff !important;
  }
  .table th a:hover {
    text-decoration: none;
  }
  .table td div {
    float: left;
    font-size: 15px;
  }
  .table td.buttons {
    text-align: right;
  }
  .table td.login {
    padding-top: 20px;
  }
  .table-info-list td:first-child {
    background-color: #d2edf8;
  }
  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #d2edf8;
  }
  .table-hover > tbody > tr:hover > td,
  .table-hover > tbody > tr:hover > th {
    background-color: #b0dff2;
  }
  .table-bordered {
    border: 1px solid #ffffff;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
    border: 2px solid #ffffff;
    border-left: 0px solid #ffffff;
  }
  .table-bordered > thead > tr > th:last-child,
  .table-bordered > tbody > tr > th:last-child,
  .table-bordered > tfoot > tr > th:last-child,
  .table-bordered > thead > tr > td:last-child,
  .table-bordered > tbody > tr > td:last-child,
  .table-bordered > tfoot > tr > td:last-child {
    border-right: 0px solid #ffffff;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
  }
  .table-bordered-bottom {
    border: 1px solid #ffffff;
  }
  .table-bordered-bottom > thead > tr > th,
  .table-bordered-bottom > tbody > tr > th,
  .table-bordered-bottom > tfoot > tr > th,
  .table-bordered-bottom > thead > tr > td,
  .table-bordered-bottom > tbody > tr > td,
  .table-bordered-bottom > tfoot > tr > td {
    border: 0px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .table-bordered-bottom > thead > tr > th,
  .table-bordered-bottom > thead > tr > td {
    border-bottom-width: 1px;
  }
  #modalpopup table.browser.table > thead > tr > th,
  table.browser.table > thead > tr > th,
  #modalpopup table.browser.table > tbody > tr > th,
  table.browser.table > tbody > tr > th,
  #modalpopup table.browser.table > tfoot > tr > th,
  table.browser.table > tfoot > tr > th,
  #modalpopup table.browser.table > thead > tr > td,
  table.browser.table > thead > tr > td,
  #modalpopup table.browser.table > tbody > tr > td,
  table.browser.table > tbody > tr > td,
  #modalpopup table.browser.table > tfoot > tr > td,
  table.browser.table > tfoot > tr > td {
    border-color: #000000;
    padding: 2px;
  }
  #modalpopup table.browser.table > thead > tr > th,
  table.browser.table > thead > tr > th,
  #modalpopup table.browser.table > thead > tr > td,
  table.browser.table > thead > tr > td {
    border-color: #000000;
    padding: 2px;
  }
  .modal-dialog {
    width: auto;
  }
  .modal-dialog .modal-body {
    overflow: none;
    margin-top: -50px;
    /* move up a little */
  }
  table.browser.fixed {
    visibility: hidden;
  }
  body {
    background-color: #fff;
    background-image: none;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: .5em;
    margin-bottom: .33em;
  }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;
  }
  #header {
    /*height: 160px;*/
    background-color: #fff;
    clear: both;
  }
  #header #logo {
    padding: 5px 0 0 0;
    margin: 0;
    text-align: center;
  }
  #header #logo img {
    max-width: 200%;
    max-height: 140px;
    padding: 20px 10px 0 0;
  }
  #header #site-navigation {
    visibility: hidden;
  }
  #header #site-navigation h1,
  #header #site-navigation h2,
  #header #site-navigation h3 {
    visibility: visible;
  }
  #header #site-navigation #languages,
  #header #site-navigation #groups {
    visibility: hidden;
    display: none;
  }
  #header #site-navigation .logout {
    display: none;
  }
  #cookietrail {
    height: auto;
  }
  #content {
    float: left;
    padding: 0px 20px;
  }
  .panel-body .col {
    float: left;
    margin-right: 1%;
    margin-left: 0;
    /* one item */
    /* two items */
    /* three items */
    /* four items */
    /* five items */
  }
  .panel-body .col:last-child {
    margin-right: 0;
    margin-left: 1%;
  }
  .panel-body .col:first-child:nth-last-child(1) {
    margin-right: 0%;
    width: 100%;
  }
  .panel-body .col:first-child:nth-last-child(2),
  .panel-body .col:first-child:nth-last-child(2) ~ div {
    width: 49%;
  }
  .panel-body .col:first-child:nth-last-child(3),
  .panel-body .col:first-child:nth-last-child(3) ~ div {
    width: 32.3333%;
  }
  .panel-body .col:first-child:nth-last-child(4),
  .panel-body .col:first-child:nth-last-child(4) ~ div {
    width: 24%;
  }
  .panel-body .col:first-child:nth-last-child(5),
  .panel-body .col:first-child:nth-last-child(5) ~ div {
    width: 19%;
  }
  /* Disable showing link locations */
  a[href]:after {
    content: "";
  }
  .roundDescription + .answer-container {
    clear: both;
    float: none;
    display: block;
  }
  .pagination,
  .pagination-index,
  .search {
    display: none;
  }
  .table td,
  .table th {
    padding: 1px 2px;
  }
  .calendar tr.date td.date {
    background-color: #0c2074 !important;
  }
}
@media print and screen and (max-width: 960px) {
  #header #logo img {
    padding: 20px 10px 0 10px;
  }
}
span.actionlink {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
  color: #0c2074;
  background-color: #ffffff;
  border-color: transparent;
  margin: 0 5px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  -moz-box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  box-shadow: 0 2px 1px 0 rgba(12, 32, 116, 0.5);
  margin-bottom: 3px;
  font-style: italic;
  opacity: .65;
  cursor: not-allowed;
}
span.actionlink:focus,
span.actionlink:active:focus,
span.actionlink.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
span.actionlink:hover,
span.actionlink:focus {
  color: #0c2074;
  text-decoration: none;
}
span.actionlink:active,
span.actionlink.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
span.actionlink.disabled,
span.actionlink[disabled],
fieldset[disabled] span.actionlink {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
span.actionlink:hover,
span.actionlink:focus,
span.actionlink:active,
span.actionlink.active,
.open > .dropdown-togglespan.actionlink {
  color: #0c2074;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
span.actionlink:active,
span.actionlink.active,
.open > .dropdown-togglespan.actionlink {
  background-image: none;
}
span.actionlink.disabled,
span.actionlink[disabled],
fieldset[disabled] span.actionlink,
span.actionlink.disabled:hover,
span.actionlink[disabled]:hover,
fieldset[disabled] span.actionlink:hover,
span.actionlink.disabled:focus,
span.actionlink[disabled]:focus,
fieldset[disabled] span.actionlink:focus,
span.actionlink.disabled:active,
span.actionlink[disabled]:active,
fieldset[disabled] span.actionlink:active,
span.actionlink.disabled.active,
span.actionlink[disabled].active,
fieldset[disabled] span.actionlink.active {
  background-color: #ffffff;
  border-color: transparent;
}
span.actionlink .badge {
  color: #ffffff;
  background-color: #0c2074;
}
span.actionlink.btn-default {
  color: #0c2074;
  background-color: #ffffff;
  border-color: transparent;
}
span.actionlink.btn-default:hover,
span.actionlink.btn-default:focus,
span.actionlink.btn-default:active,
span.actionlink.btn-default.active,
.open > .dropdown-togglespan.actionlink.btn-default {
  color: #0c2074;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
span.actionlink.btn-default:active,
span.actionlink.btn-default.active,
.open > .dropdown-togglespan.actionlink.btn-default {
  background-image: none;
}
span.actionlink.btn-default.disabled,
span.actionlink.btn-default[disabled],
fieldset[disabled] span.actionlink.btn-default,
span.actionlink.btn-default.disabled:hover,
span.actionlink.btn-default[disabled]:hover,
fieldset[disabled] span.actionlink.btn-default:hover,
span.actionlink.btn-default.disabled:focus,
span.actionlink.btn-default[disabled]:focus,
fieldset[disabled] span.actionlink.btn-default:focus,
span.actionlink.btn-default.disabled:active,
span.actionlink.btn-default[disabled]:active,
fieldset[disabled] span.actionlink.btn-default:active,
span.actionlink.btn-default.disabled.active,
span.actionlink.btn-default[disabled].active,
fieldset[disabled] span.actionlink.btn-default.active {
  background-color: #ffffff;
  border-color: transparent;
}
span.actionlink.btn-default .badge {
  color: #ffffff;
  background-color: #0c2074;
}
span.actionlink.btn-primary {
  color: #ffffff;
  background-color: #0c2074;
  border-color: transparent;
}
span.actionlink.btn-primary:hover,
span.actionlink.btn-primary:focus,
span.actionlink.btn-primary:active,
span.actionlink.btn-primary.active,
.open > .dropdown-togglespan.actionlink.btn-primary {
  color: #ffffff;
  background-color: #071346;
  border-color: rgba(0, 0, 0, 0);
}
span.actionlink.btn-primary:active,
span.actionlink.btn-primary.active,
.open > .dropdown-togglespan.actionlink.btn-primary {
  background-image: none;
}
span.actionlink.btn-primary.disabled,
span.actionlink.btn-primary[disabled],
fieldset[disabled] span.actionlink.btn-primary,
span.actionlink.btn-primary.disabled:hover,
span.actionlink.btn-primary[disabled]:hover,
fieldset[disabled] span.actionlink.btn-primary:hover,
span.actionlink.btn-primary.disabled:focus,
span.actionlink.btn-primary[disabled]:focus,
fieldset[disabled] span.actionlink.btn-primary:focus,
span.actionlink.btn-primary.disabled:active,
span.actionlink.btn-primary[disabled]:active,
fieldset[disabled] span.actionlink.btn-primary:active,
span.actionlink.btn-primary.disabled.active,
span.actionlink.btn-primary[disabled].active,
fieldset[disabled] span.actionlink.btn-primary.active {
  background-color: #0c2074;
  border-color: transparent;
}
span.actionlink.btn-primary .badge {
  color: #0c2074;
  background-color: #ffffff;
}
span.actionlink.btn-success {
  color: #ffffff;
  background-color: #39b54a;
  border-color: transparent;
}
span.actionlink.btn-success:hover,
span.actionlink.btn-success:focus,
span.actionlink.btn-success:active,
span.actionlink.btn-success.active,
.open > .dropdown-togglespan.actionlink.btn-success {
  color: #ffffff;
  background-color: #2d8e3a;
  border-color: rgba(0, 0, 0, 0);
}
span.actionlink.btn-success:active,
span.actionlink.btn-success.active,
.open > .dropdown-togglespan.actionlink.btn-success {
  background-image: none;
}
span.actionlink.btn-success.disabled,
span.actionlink.btn-success[disabled],
fieldset[disabled] span.actionlink.btn-success,
span.actionlink.btn-success.disabled:hover,
span.actionlink.btn-success[disabled]:hover,
fieldset[disabled] span.actionlink.btn-success:hover,
span.actionlink.btn-success.disabled:focus,
span.actionlink.btn-success[disabled]:focus,
fieldset[disabled] span.actionlink.btn-success:focus,
span.actionlink.btn-success.disabled:active,
span.actionlink.btn-success[disabled]:active,
fieldset[disabled] span.actionlink.btn-success:active,
span.actionlink.btn-success.disabled.active,
span.actionlink.btn-success[disabled].active,
fieldset[disabled] span.actionlink.btn-success.active {
  background-color: #39b54a;
  border-color: transparent;
}
span.actionlink.btn-success .badge {
  color: #39b54a;
  background-color: #ffffff;
}
span.actionlink.btn-info {
  color: #ffffff;
  background-color: #8fd2ed;
  border-color: transparent;
}
span.actionlink.btn-info:hover,
span.actionlink.btn-info:focus,
span.actionlink.btn-info:active,
span.actionlink.btn-info.active,
.open > .dropdown-togglespan.actionlink.btn-info {
  color: #ffffff;
  background-color: #63c0e6;
  border-color: rgba(0, 0, 0, 0);
}
span.actionlink.btn-info:active,
span.actionlink.btn-info.active,
.open > .dropdown-togglespan.actionlink.btn-info {
  background-image: none;
}
span.actionlink.btn-info.disabled,
span.actionlink.btn-info[disabled],
fieldset[disabled] span.actionlink.btn-info,
span.actionlink.btn-info.disabled:hover,
span.actionlink.btn-info[disabled]:hover,
fieldset[disabled] span.actionlink.btn-info:hover,
span.actionlink.btn-info.disabled:focus,
span.actionlink.btn-info[disabled]:focus,
fieldset[disabled] span.actionlink.btn-info:focus,
span.actionlink.btn-info.disabled:active,
span.actionlink.btn-info[disabled]:active,
fieldset[disabled] span.actionlink.btn-info:active,
span.actionlink.btn-info.disabled.active,
span.actionlink.btn-info[disabled].active,
fieldset[disabled] span.actionlink.btn-info.active {
  background-color: #8fd2ed;
  border-color: transparent;
}
span.actionlink.btn-info .badge {
  color: #8fd2ed;
  background-color: #ffffff;
}
span.actionlink.btn-warning {
  color: #ffffff;
  background-color: #f9d55d;
  border-color: transparent;
}
span.actionlink.btn-warning:hover,
span.actionlink.btn-warning:focus,
span.actionlink.btn-warning:active,
span.actionlink.btn-warning.active,
.open > .dropdown-togglespan.actionlink.btn-warning {
  color: #ffffff;
  background-color: #f7c82c;
  border-color: rgba(0, 0, 0, 0);
}
span.actionlink.btn-warning:active,
span.actionlink.btn-warning.active,
.open > .dropdown-togglespan.actionlink.btn-warning {
  background-image: none;
}
span.actionlink.btn-warning.disabled,
span.actionlink.btn-warning[disabled],
fieldset[disabled] span.actionlink.btn-warning,
span.actionlink.btn-warning.disabled:hover,
span.actionlink.btn-warning[disabled]:hover,
fieldset[disabled] span.actionlink.btn-warning:hover,
span.actionlink.btn-warning.disabled:focus,
span.actionlink.btn-warning[disabled]:focus,
fieldset[disabled] span.actionlink.btn-warning:focus,
span.actionlink.btn-warning.disabled:active,
span.actionlink.btn-warning[disabled]:active,
fieldset[disabled] span.actionlink.btn-warning:active,
span.actionlink.btn-warning.disabled.active,
span.actionlink.btn-warning[disabled].active,
fieldset[disabled] span.actionlink.btn-warning.active {
  background-color: #f9d55d;
  border-color: transparent;
}
span.actionlink.btn-warning .badge {
  color: #f9d55d;
  background-color: #ffffff;
}
span.actionlink.btn-danger {
  color: #ffffff;
  background-color: #b90000;
  border-color: transparent;
}
span.actionlink.btn-danger:hover,
span.actionlink.btn-danger:focus,
span.actionlink.btn-danger:active,
span.actionlink.btn-danger.active,
.open > .dropdown-togglespan.actionlink.btn-danger {
  color: #ffffff;
  background-color: #860000;
  border-color: rgba(0, 0, 0, 0);
}
span.actionlink.btn-danger:active,
span.actionlink.btn-danger.active,
.open > .dropdown-togglespan.actionlink.btn-danger {
  background-image: none;
}
span.actionlink.btn-danger.disabled,
span.actionlink.btn-danger[disabled],
fieldset[disabled] span.actionlink.btn-danger,
span.actionlink.btn-danger.disabled:hover,
span.actionlink.btn-danger[disabled]:hover,
fieldset[disabled] span.actionlink.btn-danger:hover,
span.actionlink.btn-danger.disabled:focus,
span.actionlink.btn-danger[disabled]:focus,
fieldset[disabled] span.actionlink.btn-danger:focus,
span.actionlink.btn-danger.disabled:active,
span.actionlink.btn-danger[disabled]:active,
fieldset[disabled] span.actionlink.btn-danger:active,
span.actionlink.btn-danger.disabled.active,
span.actionlink.btn-danger[disabled].active,
fieldset[disabled] span.actionlink.btn-danger.active {
  background-color: #b90000;
  border-color: transparent;
}
span.actionlink.btn-danger .badge {
  color: #b90000;
  background-color: #ffffff;
}
span.actionlink.btn-lg {
  padding: 10px 20px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 10px;
}
span.actionlink.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
span.actionlink.btn-xs {
  padding: 5px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
span.actionlink.btn-link {
  -webkit-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
  -moz-box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
  box-shadow: 0 0 0 0 rgba(12, 32, 116, 0);
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
}
span.actionlink.btn-info {
  color: #0c2074;
}
/* Need this specific level to fix left-padding for subquestions */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td.question_sub,
.table > tbody > tr > td.question_sub,
.table > tfoot > tr > td.question_sub {
  padding-left: 1.5em;
}
.surveyTitle {
  font-weight: bold;
}
@media screen {
  .ui-icon-gripsmall-diagonal-se {
    background: black;
    border-style: inset;
    border-width: 2px;
  }
}
tr.inactive {
  background: #ffff99;
}
table > tbody > tr.inserted {
  background: #ffff99;
}
table > tbody > tr.inserted td:first-child {
  padding-left: 1em;
}
.btn {
  margin-bottom: 3px;
}
/* ShowAllOpenSurveys layout  */
.askRound {
  margin-left: 2em;
  background-color: #8fd2ed;
}
a.askRound:hover {
  background-color: #63c0e6;
}
.askSurvey {
  margin: 0.1em 0 0.1em 4em;
}
.askSurvey span.actionlink.disabled,
.askSurvey a.actionlink.btn {
  width: 22em;
  white-space: normal;
  text-align: left;
}
.askTrack {
  margin-top: 0.8em;
  font-size: 1.25em;
  padding: .1em;
  color: #fff;
  background-color: #0c2074;
}
a.askTrack:hover {
  background-color: #071346;
}
div.mailpreview {
  /* copied from code.less PRE element */
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.calendar tr.date td.date {
  background-color: #0c2074;
  color: #fff;
}
form .required::after {
  content: '*';
  color: red;
}
form [disabled] ~ strong,
form [disabled] ~ em {
  color: #c0c0c0;
  cursor: not-allowed;
}
.timeTable th span span.btn.btn-primary.disabled {
  background-color: #c5e8f6;
  opacity: 1;
  color: #0c2074;
}
.timeTable .btn {
  font-weight: bold;
  font-size: 0.9em;
}
/* dashboard */
iframe.dashboard {
  margin-top: -1em;
  border: 0px;
  width: 100%;
  height: 83vh;
}
.dashboard.buttons {
  margin-top: -3.2em;
  float: right;
}
.fa-envelope-o + .fa-close.icon-danger {
  color: #b90000;
  margin-left: -1.28571429em;
}
td.selectedColumn {
  background-color: aliceblue;
}
/* for summary view */
.overviewtable div {
  height: 1.5em;
  text-overflow: ellipsis;
  border-top: 1px solid #0c2074;
  overflow: hidden;
  border-collapse: collapse;
  white-space: nowrap;
}
/* fix address2 element in respondent edit bij onderzoek installatie */
@media (min-width: 768px) {
  #grs_address_2-element {
    margin-left: 16.66666667%;
  }
}
/* login 2fa */
div#TwoFactor-element {
  width: 50%;
}
.form-horizontal .form-group label[for=TwoFactor] {
  width: 50%;
}
.has-error .help-block {
  color: #1840e7;
}
/* based on pre format */
.logFile {
  padding: 10px;
  margin: 0 0 10.5px;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.logFile h1,
.logFile h2 {
  border-bottom: 1px solid rgba(12, 32, 116, 0.5);
}
/* Styling mailjob captions */
.mailjob caption {
  background-color: #8fd2ed;
  border-color: #70dae8;
  color: #0c2074;
}
.mailjob caption hr {
  border-top-color: #5ad4e5;
}
.mailjob caption .alert-link {
  color: #071346;
}
.mailjob.disabled caption {
  background-color: #b90000;
  border-color: #a0001b;
  color: #ffffff;
}
.mailjob.disabled caption hr {
  border-top-color: #860016;
}
.mailjob.disabled caption .alert-link {
  color: #e6e6e6;
}
.mailjob.manual caption {
  background-color: #f9d55d;
}
.mailjob.manual caption[href]:hover,
.mailjob.manual caption[href]:focus {
  background-color: #f7c82c;
}
/* kalender view */
table.calendar > tbody > tr.nestedTokenTable > td {
  padding: 0px;
}
table.calendar > tbody > tr.nestedTokenTable table.nestedTokenTable td.token {
  width: 7em;
  text-transform: uppercase;
  font-family: "Lucida Console", Monaco, monospace;
}
table.calendar > tbody > tr.nestedTokenTable table.nestedTokenTable td.fillergroup {
  width: 14em;
}
/* tables */
.sortAsc,
.sortAscSelected,
.sortDescSelected {
  line-height: 1.3em;
  padding-bottom: 7px;
  position: relative;
}
.sortAsc:hover:before,
.sortAscSelected:before,
.sortDescSelected:hover:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d8";
  color: #ffffff;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -2px;
}
a.sortAscSelected:hover:before,
a.sortDescSelected:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  color: #ffffff;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -2px;
}
table h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0px;
}
table.displayer .table-condensed tr td ul {
  list-style-position: outside;
  margin-left: 0;
  padding-left: 1em;
}
/* Survey question display */
table.answers .conditionQuestion {
  color: #5c5c5c;
}
table.answers .hideAlwaysQuestion {
  color: grey;
  font-size: smaller;
  font-style: italic;
}
table.answers .group {
  font-size: larger;
  font-weight: bold;
  text-align: center;
}
table.answers .icon {
  text-align: center;
}
table.answers td.question i {
  float: right;
  margin-left: 0.5em;
}
table.answers td.question_sub {
  padding-left: 1.5em;
}
table.answers td.question_sub i {
  display: none;
}
table.answers td.question_sub + td.icon i {
  display: none;
}
/* export display, niet steeds een nieuwe regel na een label */
form.form-inline label + br {
  display: none;
}
