/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.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%;
  }
}
@-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 !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  overflow: visible;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover {
  text-decoration: none;
}
.btn .icon {
  display: inline-block;
}
.btn.valign-top {
  vertical-align: top;
}
.btn.valign-bottom {
  vertical-align: bottom;
}
.btn.valign-base {
  vertical-align: baseline;
}
.btn-block {
  display: block;
}
.btn-normal {
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-tiny {
  padding: 1px 4px;
  font-size: 12px;
  line-height: 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-small {
  padding: 2px 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-large {
  padding: 8px 18px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn-huge {
  padding: 12px 24px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn-generic {
  background-color: #f7fbff;
  border-color: #f7fbff;
}
.btn-generic,
a.btn-generic {
  color: #395b77;
}
.btn-generic:hover {
  background-color: #e3ecf5;
  border-color: #e3ecf5;
}
.btn-primary {
  background-color: #395b77;
  border-color: #395b77;
}
.btn-primary,
a.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  background-color: #4a7599;
  border-color: #4a7599;
}
.btn-secondary {
  background-color: #599fd4;
  border-color: #599fd4;
}
.btn-secondary,
a.btn-secondary {
  color: #fff;
}
.btn-secondary:hover {
  background-color: #82b6de;
  border-color: #82b6de;
}
.btn-highlight {
  background-color: #a0b751;
  border-color: #a0b751;
}
.btn-highlight,
a.btn-highlight {
  color: #fff;
}
.btn-highlight:hover {
  background-color: #a0b751;
  border-color: #a0b751;
}
.btn-cancel {
  background-color: #c3cad1;
  border-color: #c3cad1;
}
.btn-cancel,
a.btn-cancel {
  color: #fff;
}
.btn-cancel:hover {
  background-color: #e3ecf5;
  border-color: #e3ecf5;
}
.btn-link {
  background-color: transparent;
  border-color: transparent;
  border-color: #fff\9;
  color: #219dd0;
}
.btn-link:hover {
  text-decoration: underline;
  color: #12aaeb;
}
.btn-white {
  background-color: #fff;
  border-color: #c3cad1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-white,
a.btn-white {
  color: #219dd0;
}
.btn-white:hover {
  border-color: #b5bdc6;
  -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.175);
}
a.btn.disabled,
.btn.disabled,
.btn[disabled] {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  color: #999999;
  cursor: default;
}
a.btn.disabled:focus,
.btn.disabled:focus,
.btn[disabled]:focus,
a.btn.disabled:active,
.btn.disabled:active,
.btn[disabled]:active {
  outline: none;
}
a.btn.disabled:hover,
.btn.disabled:hover,
.btn[disabled]:hover {
  text-decoration: none;
}
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}
body {
  text-align: center;
  color: #333333;
  overflow-y: scroll;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
ol.default,
ul.default {
  padding-left: 40px;
  margin: 1em 0;
}
ol.inlined > li,
ul.inlined > li {
  float: left;
}
ol.default {
  list-style-type: decimal;
}
ul.default {
  list-style-type: disc;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
.hidden {
  display: none;
  visibility: hidden;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.clear {
  clear: both;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-compact {
  letter-spacing: -1px;
}
.text-large {
  font-size: 18px;
  line-height: 1.5;
}
.text-normal {
  font-size: 14px;
  line-height: 1.42857143;
}
.text-small {
  font-size: 12px;
  line-height: 1.33333333;
}
.text-uc {
  text-transform: uppercase;
}
.text-lc {
  text-transform: lowercase;
}
.bold {
  font-weight: bold;
}
.semibold {
  font-weight: 600;
}
.display-tbl {
  display: table;
  table-layout: fixed;
  vertical-align: middle;
}
.display-tbl.stretched {
  width: 100%;
}
.display-tbl.auto-layout {
  table-layout: auto;
}
.display-tbl.valign-top {
  vertical-align: top;
}
.display-tbl.valign-bottom {
  vertical-align: bottom;
}
.display-tbl.valign-base {
  vertical-align: baseline;
}
.display-tbl .display-tr {
  display: table-row;
  vertical-align: inherit;
}
.display-tbl .display-td {
  display: table-cell;
  vertical-align: inherit;
}
a,
.pseudo-link {
  color: #219dd0;
  text-decoration: none;
}
a:active,
.pseudo-link:active {
  color: #219dd0;
}
a:link,
.pseudo-link:link {
  color: #219dd0;
}
a:visited,
.pseudo-link:visited {
  color: #219dd0;
}
a:hover,
.pseudo-link:hover {
  color: #12aaeb;
}
a.ulink,
.pseudo-link.ulink {
  text-decoration: underline;
}
a.link:hover,
.pseudo-link.link:hover {
  text-decoration: underline;
}
a:hover,
.pseudo-link:hover {
  text-decoration: underline;
}
a.ulink:hover,
.pseudo-link.ulink:hover {
  text-decoration: none;
}
a.link,
.pseudo-link.link {
  text-decoration: none;
}
.pseudo-link {
  cursor: pointer;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
table.table {
  width: 100%;
  margin: 12px 0;
}
table.table tbody {
  vertical-align: top;
}
table.table.valign-top tbody {
  vertical-align: top;
}
table.table.valign-middle tbody {
  vertical-align: middle;
}
table.table.valign-baseline tbody {
  vertical-align: baseline;
}
table.table th,
table.table td {
  padding: 6px 16px;
  border-bottom: 1px solid #e3ecf5;
}
table.table th.compact,
table.table td.compact {
  padding-right: 0px;
}
table.table th {
  background-color: #f7fbff;
  border-width: 5px;
  color: #284155;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
}
html,
body {
  height: 100%;
}
#body-wrap {
  min-height: 100%;
  height: auto !important;
  text-align: left;
}
.left {
  float: left;
}
.right {
  float: right;
}
h1.page-title {
  font-size: 30px;
  line-height: 1.1;
  color: #395b77;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 8px;
  margin-bottom: 20px;
}
h1.page-title.bordered {
  padding-bottom: 16px;
  border-bottom: 1px solid #e3ecf5;
}
h1.page-title a {
  color: #395b77;
}
.notice {
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.notice.warn,
.notice.warning {
  border-color: #F2AB54;
  background-color: #FFECD3;
}
.notice.info {
  border-color: #00aaaa;
  background-color: #d7ffff;
}
.notice.error {
  border-color: #c30b1a;
  background-color: #fad5d8;
}
.notice.success {
  border-color: #00f;
  background-color: #d9d9ff;
}
.notice-box {
  padding-top: 16px;
  padding-bottom: 16px;
}
#header {
  text-align: left;
}
#logo {
  float: left;
  line-height: 1;
}
#logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
#header-ads {
  margin-left: 240px;
  margin-right: 240px;
  height: 60px;
  text-align: center;
  line-height: 1;
}
#motto {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
#motto .heading {
  font-size: 36px;
  line-height: 1;
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #395b77;
}
#motto .heading span {
  color: #599fd4;
}
#motto .subheading {
  font-weight: bold;
}
#header .header-stripe {
  border-top: 1px solid #c8d7e6;
  background-color: #e9f0f7;
  border-bottom: 1px solid #c8d7e6;
  padding-bottom: 230px;
  margin-bottom: -230px;
}

/* Existing styles */
#header .language-bar {
  float: right;
  margin-top: 20px;
}

#header .language-bar-short {
  display: none;
}

/* New styles for the dropdown */
.language-dropdown {
  position: relative;
  display: inline-block;
}

.language-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.language-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.language-dropdown-content a:hover {
  background-color: #f1f1f1;
}

.language-dropdown:hover .language-dropdown-content {
  display: block;
  z-index: 1000;
}

.language-dropdown .dropbtn {
  background-color:white; /* Change as needed */
  color: #395b77;
  font-size: 14px;
  font-weight: 600;
  /* padding: 10px; */
  font-size: 16px;
  border: none;
  cursor: pointer;
  z-index: 1000;
}



@media (max-width: 1199px) {
  #header-ads {
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  #motto .heading {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  #logo {
    max-width: 180px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #header .language-bar-long {
    display: none;
  }
  #header .language-bar-short {
    display: block;
  }
  #motto .heading {
    font-size: 24px;
  }
}
#footer {
  margin-top: 20px;
  text-align: left;
  line-height: 24px;
  font-weight: bold;
  /* -------- SECTIONS -------- */
  /* -------- SOCIAL LINKS -------- */
}
#footer .footer-stripe {
  background-color: #395b77;
  padding-top: 24px;
  padding-bottom: 24px;
}
#footer nav {
  display: inline-block;
}
#footer nav a {
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
}
#footer .footer-stripe {
  font-size: 12px;
  text-align: center;
}
#footer section {
  margin-top: 12px;
  margin-bottom: 12px;
}
#footer .section-title {
  color: #395b77;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 6px;
}
#footer .section-formats .format-group {
  margin-bottom: 20px;
}
#footer .section-formats .format-group-title {
  color: #395b77;
  font-size: 14px;
  line-height: 1.42857143;
}
#footer .section-faq ul {
  padding-left: 20px;
  list-style: disc outside;
}
#footer #copyright {
  color: #97b2c6;
}
#footer .social-links {
  text-align: center;
}
#footer .link-social {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#footer .link-social + .link-social {
  margin-left: 10px;
}
#footer .icon-social {
  font-size: 18px;
}
@media (min-width: 768px) {
  #footer .footer-stripe {
    text-align: left;
  }
  #copyright {
    text-align: right;
  }
}
@media (max-width: 767px) {
  #footer .social-links {
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  #footer nav a {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  #footer nav a:nth-child(n+3) {
    margin-top: 6px;
  }
}
#menu {
  text-align: center;
}
#menu .tab-navigator {
  display: inline-block;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border: 1px solid #c3cad1;
  border-bottom: none;
  background-color: #f7fbff;
}
#menu .tab {
  text-align: center;
  position: relative;
  z-index: 3;
  /*background-color: @panel-bg;*/
  display: inline-block;
  /*border: 1px solid @color-border;*/
  min-width: 220px;
}
#menu .tab a {
  display: block;
  padding: 12px 24px;
  text-decoration: none;
}
#menu .tab.active {
  z-index: 4;
  border-bottom-color: #fff;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  background-color: #fff;
}
#menu .tab.active a {
  color: #a0b751;
}
#menu .tab.active:first-child {
  border-right: 1px solid #c3cad1;
}
#menu .tab.active:last-child {
  border-left: 1px solid #c3cad1;
}
#menu .tab-inner {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
#menu .secondary-list {
  float: right;
  padding-right: 16px;
  margin-top: 18px;
}
#menu .secondary-list a {
  display: inline-block;
  font-weight: bold;
  margin-left: 16px;
}
@media (max-width: 768px) {
  #menu .secondary-list {
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #menu .tab-navigator {
    width: 100%;
  }
  #menu .tab {
    width: 50%;
  }
  #menu .tab a {
    padding: 12px;
  }
}
@media (max-width: 442px) {
  #menu .tab {
    width: 100%;
  }
  #menu .tab.active:first-child,
  #menu .tab.active:last-child {
    border: none;
    border-bottom: 1px solid #c3cad1;
  }
}
#content {
  position: relative;
  overflow: hidden;
  padding-top: 15px;
  margin-top: -1px;
  border: 1px solid #c3cad1;
  border-radius: 12px;
  min-height: 200px;
  margin-bottom: 20px;
  background-color: #fff;
  z-index: 1;
}
#content .page-title {
  margin-left: 15px;
  color: #395b77;
}
.input-file {
  height: 150px;
  width: 100%;
  opacity: 0;
}
.content-top {
  padding: 0 15px;
}
.content-bottom {
  padding: 0 15px 15px 15px;
}
#submit-wrap {
  margin-top: 15px;
}
.big-or {
  font-weight: bold;
}
.upload-wrap {
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px dashed #c3cad1;
}
.upload-wrap:hover,
.upload-wrap.highlighted {
  background: #f7fbff;
  border: 2px dashed #a6b1bb;
}
.upload-wrap.disabled {
  background-color: #f7fbff;
  border-color: #a6b1bb;
  color: #e3ecf5;
}
.upload-wrap.disabled .btn-browse-file {
  background-color: #e3ecf5;
}
.upload-description {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.file-container {
  width: 100%;
}
.btn-browse-file {
  display: inline-block;
  padding: 6px 40px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #599fd4;
}
.btn-submit {
  width: 100%;
}
.btn-submit:disabled {
  background-color: #c3cad1;
}
.actions-container.bordered {
  border-top: 1px solid #c3cad1;
}
.actions-container + .actions-container {
  margin-top: 15px;
}
.actions {
  display: none;
  margin-top: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #c3cad1;
  background-color: #fff;
  color: #395b77;
}
.actions + .actions {
  border-top: 1px solid #c3cad1;
}
#process {
  margin-top: 15px;
  margin-bottom: 6px;
  color: #395b77;
}
.progress-bar {
  display: none;
  position: relative;
  padding: 0;
}
.bar-wrap {
  max-width: 360px;
  height: 12px;
  margin-top: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #e3ecf5;
}
.bar-percentage {
  display: block;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right, #365976, #20688E 25%, #0A82B4 50%, #0297D1 75%, #02AFEF);
}
.bar-info {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cancel-upload {
  align-self: center;
}
#cancel-upload .icon-cancel-upload {
  font-size: 20px;
  color: #cb5c59;
}
#results {
  display: none;
}
#results > h3 {
  margin-left: 15px;
}
#results .result-group {
  border-top: 1px solid #c3cad1;
}
#results .onerow {
  position: relative;
  padding: 10px 15px;
}
#results .icon {
  position: absolute;
  color: #c3cad1;
}
#results .info-wrap {
  margin-left: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#results .icon a {
  color: #395b77;
}
#results .status-text {
  font-weight: bold;
}
#results .right-column .status-text {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#results .size.disabled {
  display: none;
}
#results .progress-info {
  position: absolute;
  top: 0;
  right: 0;
}
#results .bar-wrap {
  height: 8px;
  margin-top: 6px;
  margin-right: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#results .bar-percentage {
  border-radius: 3px;
  background: #00abea url("/images/progress-bar.png") scroll repeat 0 0;
}
#results .icon-status {
  margin-left: 10px;
}
#results .processing .icon-status {
  color: #599fd4;
}
#results .success .icon-status {
  color: #5DB35A;
}
@media (max-width: 991px) {
  .step-heading .step-text {
    margin-left: -40px;
  }
  .step-label-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .progress-bar .bar-info {
    text-align: center;
  }
  .progress-bar .bar-wrap {
    position: relative;
    left: 0;
    margin: 6px auto;
  }
}
@media (max-width: 768px) {
  #content {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}
@media (max-width: 575px) {
  .step-heading .step-text {
    display: none;
  }
}
.privacy-terms {
  padding: 0 15px 15px 15px;
}
.privacy-terms li.term-item,
.privacy-terms li.term-item .term-item-title {
  color: #395b77;
  font-weight: bold;
}
.privacy-terms li.term-item * {
  color: #333333;
  font-weight: normal;
}
.privacy-terms .block-highlight-fill {
  background: #f7fbff;
  margin: -1px -1px -14px -40px;
  padding: 1px 1px 1px 40px;
}
.privacy-terms li.bold {
  font-weight: bold;
}
.response-text {
  margin-bottom: 10px;
  font-weight: bold;
  color: #cb5c59;
}
#form-contacts {
  margin-left: 15px;
}
#form-contacts .label-wrap {
  text-align: right;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  color: #395b77;
}
#form-contacts .field {
  margin-bottom: 12px;
}
#form-contacts .required-mark {
  color: #cb5c59;
}
#form-contacts .input {
  width: 100%;
  padding: 6px;
  border-radius: 2px;
  border: 1px solid #c3cad1;
  background: #e3ecf5;
}
#form-contacts .btn-submit {
  font-size: 12px;
  line-height: 1.33333333;
}
#form-contacts .note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.33333333;
  text-align: right;
  font-weight: bold;
}
.answers {
  padding: 0 15px 15px 15px;
}
.faq-item {
  position: relative;
  padding: 20px 20px 20px 60px;
  border-bottom: 1px solid #c3cad1;
}
.faq-item .faq-expand {
  position: absolute;
  left: 20px;
  top: 26px;
  font-size: 12px;
  color: #c3cad1;
}
.faq-item .faq-close {
  float: right;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  border: none;
  color: #c3cad1;
}
.faq-item .answer-title {
  font-size: 18px;
  line-height: 1.5;
  color: #219dd0;
}
.faq-item:hover,
.faq-item.highlighted {
  background: #f7fbff;
}
.faq-item .answer {
  display: block;
  margin-right: 20px;
}
.faq-item.collapsed:hover {
  cursor: pointer;
}
.faq-item.collapsed .answer {
  display: none;
}
.faq-item.collapsed .faq-close {
  display: none;
}
.faq-item.expanded .faq-expand {
  display: none;
}
.faq-item.expanded .answer {
  display: block;
}
#conversion-types {
  position: relative;
  margin-bottom: 30px;
}
#conversion-types:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  bottom: 8px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #c3cad1;
}
#conversion-types .input-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
#conversion-types .input-group + .input-group {
  margin-top: 30px;
}
#conversion-types .input-group-title {
  color: #395b77;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
#conversion-types .input-group-note {
  margin-top: 5px;
  margin-left: 10px;
  font-style: italic;
  color: #395b77;
}
#conversion-types .input-group-extensions {
  padding-top: 4px;
  line-height: 1.5;
  font-weight: bold;
}
#conversion-types .input-group-extensions .extension {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
#conversion-types .input-group-extensions .extension.active,
#conversion-types .input-group-extensions .extension:hover {
  border-radius: 8px;
  text-decoration: none;
  background-color: #395b77;
  color: #fff;
}
#conversion-types .output-format-groups {
  padding-left: 100px;
}
#conversion-types .output-group {
  color: #395b77;
}
#conversion-types .formats-group {
  display: none;
}
#conversion-types .formats-group.active {
  display: block;
}
#conversion-types .output-group-input-title,
#conversion-types .output-group-input-description {
  font-weight: bold;
}
#conversion-types .output-group-input-title {
  font-size: 28px;
  line-height: 1.5;
}
#conversion-types .output-group-title {
  color: #a0b751;
  margin-top: 16px;
  margin-bottom: 16px;
}
#conversion-types .output-group-title .icon {
  vertical-align: middle;
  margin-right: 8px;
}
#conversion-types .output-group-extensions .extension-description-list {
  position: relative;
  margin: 8px 0;
}
#conversion-types .output-group-extensions .extension-term {
  position: absolute;
  left: 0;
  font-weight: bold;
}
#conversion-types .output-group-extensions .extension-description {
  margin-left: 54px;
}
#conversion-types .output-group-extensions .dash {
  margin-right: 6px;
  margin-left: -14px;
  color: #599fd4;
  font-weight: bold;
}
@media (max-width: 991px) {
  #conversion-types .output-format-groups {
    padding-left: 40px;
  }
  #form-contacts .label-wrap {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #conversion-types:before {
    content: none;
  }
  #conversion-types .output-group-title .icon {
    display: block;
  }
  #conversion-types .output-format-groups {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 15px;
    border-top: 1px solid #c3cad1;
  }
  #conversion-types .output-group-extensions {
    text-align: left;
  }
  #conversion-types .formats-group.active {
    display: inline-block;
    margin: 0 auto;
  }
  #tblFileList {
    text-align: center;
  }
  .select-file-format {
    text-align: left;
  }
  .input-text {
    width: 100%;
  }
  .faq-item {
    padding: 16px 10px 16px 30px;
    font-size: 14px;
    line-height: 1.42857143;
  }
  .faq-item .faq-expand {
    top: 20px;
    left: 10px;
  }
  .faq-item .faq-close {
    font-size: 14px;
  }
  .faq-item .answer-title {
    font-size: 14px;
    line-height: 1.42857143;
  }
  .faq-item .answer {
    font-size: 12px;
    line-height: 1.33333333;
  }
}
.step + .step {
  margin-top: 30px;
}
.step > .row + .row {
  margin-top: 10px;
}
.step-heading {
  text-align: center;
  margin-bottom: 10px;
}
.step-heading .step-text {
  margin-right: 10px;
  font-weight: bold;
  color: #395b77;
}
.step-heading .step-nr {
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background-color: #395b77;
}
.step-label-container {
  text-align: center;
}
.step-label {
  display: block;
  margin-top: 6px;
  cursor: pointer;
  font-weight: bold;
  font-style: italic;
  color: #3387c7;
}
.step-label .icon {
  margin-right: 4px;
}
.step-label .note {
  font-size: 12px;
  line-height: 1.33333333;
  font-weight: bold;
}
.select-preset-wrap {
  margin-top: -5px;
  font-size: 12px;
  line-height: 1.33333333;
}
.select-preset-wrap .select-preset-label {
  width: 50px;
  margin-top: 10px;
  text-align: center;
  float: left;
}
.select-preset-wrap .output-preset {
  width: 300px;
  padding: 6px 12px;
}
.select-preset-wrap .output-preset .select-title {
  font-size: 12px;
  line-height: 1.33333333;
}
.input-email {
  min-width: 240px;
}
.input-file-url {
  width: 100%;
  padding-right: 30px;
}
.input-text {
  padding: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #c3cad1;
}
.input-text:disabled {
  background-color: #f7fbff;
}
.input-checkbox {
  width: 16px;
  height: 16px;
}
.input-url-wrap {
  position: relative;
}
.btn-set-url {
  position: absolute;
  top: 8px;
  right: 6px;
  font-size: 18px;
  color: #30c873;
}
.btn-set-url.disabled {
  pointer-events: none;
  color: #c3cad1;
}
.mail-block {
  position: relative;
  width: auto;
}
.mail-block input,
.mail-block label {
  vertical-align: middle;
}
.mail-block label {
  display: block;
  margin-bottom: 10px;
}
#tblFileList {
  width: 100%;
}
#tblFileList .select-file-format {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.file-cell {
  margin: 8px auto;
}
.file-cell .filename {
  color: #599fd4;
  font-weight: bold;
}
.file-cell .btn-remove-file {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 4px;
  color: #cb5c59;
}
#toolbar {
  color: #395b77;
}
.group {
  line-height: 32px;
}
#toolbar-controls .fakeselect {
  width: 120px;
}
#toolbar-controls .toolbar-controls-right {
  text-align: right;
}
#toolbar-controls .toolbar-btn,
#toolbar-controls .field-wrap {
  display: inline-block;
  cursor: pointer;
}
#toolbar-controls .field-wrap {
  vertical-align: middle;
}
#toolbar-controls .toolbar-btn .btn-icon {
  font-weight: bold;
  vertical-align: middle;
  color: #395b77;
}
#toolbar-controls .btn-zoomin .btn-icon,
#toolbar-controls .btn-zoomout .btn-icon {
  font-size: 22px;
}
#toolbar-controls .btn-begin .btn-icon,
#toolbar-controls .btn-end .btn-icon {
  font-size: 28px;
}
#toolbar-controls .btn-previous,
#toolbar-controls .btn-next {
  width: 80px;
  color: #fff;
  background-color: #395b77;
}
#toolbar-controls .field {
  max-height: 24px;
}
.viewer {
  display: block;
  position: relative;
  visibility: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  overflow: hidden;
  border: 1px solid #c3cad1;
}
.viewer .viewport {
  overflow: auto;
  overflow-x: auto;
  overflow-y: scroll;
  height: 500px;
  text-align: center;
  cursor: move;
  cursor: -moz-grab;
  clear: both;
}
.viewer .container-holder {
  position: relative;
  zoom: 1;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.viewer .pages-container {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.viewer .page-wrap {
  position: absolute;
  left: 50%;
}
.viewer .page {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
}
.viewer .page img {
  margin: 0 auto;
}
#toolbar {
  margin: 15px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#permalink-wrap {
  position: relative;
}
#permalink-wrap .btn-main {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
#permalink-wrap .toggled-panel {
  position: absolute;
  bottom: 40px;
  left: -10px;
  width: 320px;
  padding: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #c3cad1;
  background-color: #e3ecf5;
}
#permalink-wrap .toggled-panel .note {
  text-align: center;
  font-weight: bold;
  color: #000;
}
#permalink-wrap .toggled-panel .text-field {
  max-height: 24px;
  width: 100%;
  font-size: 12px;
  line-height: 1.33333333;
}
#permalink-wrap .toggled-panel .arrow-box {
  position: absolute;
  bottom: 0px;
  left: 80px;
  height: 1px;
  display: block;
}
#permalink-wrap .toggled-panel .arrow-box .arrow,
#permalink-wrap .toggled-panel .arrow-box .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  pointer-events: none;
}
#permalink-wrap .toggled-panel .arrow-box .arrow {
  border-top-color: #c3cad1;
  margin-left: -10px;
  border-width: 8px 10px 0 10px;
  bottom: -8px;
  left: 50%;
}
#permalink-wrap .toggled-panel .arrow-box .arrow:after {
  border-top-color: #e3ecf5;
  bottom: 1px;
  margin-left: -9px;
  border-width: 7px 9px 0px 9px;
  content: " ";
}
.btn-view-another {
  display: none;
  width: 100%;
}
#file-cell .empty-cell-filler {
  width: 1px;
  height: 92px;
}
#file-cell .filename {
  margin-top: 36px;
  margin-bottom: 36px;
  text-align: center;
  color: #599fd4;
  font-weight: bold;
}
#file-cell .icon-file {
  margin-right: 8px;
}
@media (max-width: 991px) {
  #toolbar {
    display: block;
  }
  #toolbar .toggled-panel {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #toolbar .toggled-panel .arrow-box {
    display: none;
  }
  #toolbar .group {
    text-align: center;
  }
  #toolbar #toolbar-controls .toolbar-controls-left,
  #toolbar #toolbar-controls .toolbar-controls-right {
    padding-top: 10px;
    text-align: center;
  }
  #toolbar .btn-previous,
  #toolbar .btn-next {
    width: 70px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 991px) {
  .share-counters {
    margin-bottom: 10px;
    text-align: center;
  }
  .share-counters .btn-social {
    float: none;
    display: inline-block;
  }
  .share-counters .btn-facebook-like {
    max-width: 130px;
  }
  .share-counters .btn-retweet {
    max-width: 60px;
    margin-left: 10px;
  }
}
.fakeselect {
  display: inline-block;
}
.fakeselect span,
.fakeselect div {
  font-size: 14px;
  font-weight: 600;
  color: #395b77;
}
.fakeselect .caret-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 12px;
  margin-top: -8px;
}
div.fakeselect {
  position: relative;
}
.fakeselect .text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 18px;
  display: block;
}
select.fakeselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.fakeselect.btn .caret-icon {
  right: 8px;
}
.fakeselect {
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #c3cad1;
}
.fakeselect.disabled {
  background-color: #f7fbff;
}
.fakeselect.disabled .select-title {
  color: #c3cad1;
}
.fakeselect.language-fakeselect {
  border: 0;
  padding-right: 30px;
}
.fakeselect.language-fakeselect .caret-icon {
  margin-top: -6px;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/* ************************ SCROLLBAR CUSTOMIZED **************************** */
.scrollbar-customized > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-customized > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-customized > .scroll-element {
  background-color: #fcfdff;
}
.scrollbar-customized > .scroll-element,
.scrollbar-customized > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.scrollbar-customized > .scroll-element .scroll-element_outer,
.scrollbar-customized > .scroll-element .scroll-element_size,
.scrollbar-customized > .scroll-element .scroll-element_inner-wrapper,
.scrollbar-customized > .scroll-element .scroll-element_inner,
.scrollbar-customized > .scroll-element .scroll-bar,
.scrollbar-customized > .scroll-element .scroll-bar div {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-customized > .scroll-element .scroll-element_outer,
.scrollbar-customized > .scroll-element .scroll-element_size,
.scrollbar-customized > .scroll-element .scroll-element_inner-wrapper,
.scrollbar-customized > .scroll-element .scroll-bar_body {
  background: none !important;
}
.scrollbar-customized > .scroll-element.scroll-x {
  border-top: solid 1px #fcfdff;
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-customized > .scroll-element.scroll-y {
  border-left: solid 1px #fcfdff;
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}
.scrollbar-customized > .scroll-element.scroll-x .scroll-bar {
  min-width: 16px;
  height: 8px;
  top: 4px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #c3cad1;
}
.scrollbar-customized > .scroll-element.scroll-y .scroll-bar {
  min-height: 16px;
  width: 8px;
  left: 4px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #c3cad1;
}
/* SCROLL ARROWS */
.scrollbar-customized > .scroll-element .scroll-arrow {
  display: none;
}
.scrollbar-customized > .scroll-element.scroll-element_arrows_visible .scroll-arrow {
  display: block;
  z-index: 12;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less {
  height: 100%;
  width: 17px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more {
  height: 100%;
  left: auto;
  right: 0;
  width: 17px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_outer {
  left: 17px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_inner {
  left: -34px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_size {
  left: -34px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_less {
  width: 100%;
  height: 17px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_more {
  width: 100%;
  top: auto;
  bottom: 0;
  height: 17px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_outer {
  top: 17px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_inner {
  top: -34px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_size {
  top: -34px;
}
/* PROCEED OFFSET IF ANOTHER SCROLL VISIBLE */
.scrollbar-customized > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -17px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -17px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_inner {
  left: -17px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_inner {
  top: -17px;
}
/* PROCEED OFFSET IF ARROWS & ANOTHER SCROLL */
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-arrow_more {
  right: 17px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_inner {
  left: -51px;
}
.scrollbar-customized > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_size {
  left: -51px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-arrow_more {
  bottom: 17px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_inner {
  top: -51px;
}
.scrollbar-customized > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_size {
  top: -51px;
}
