@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 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 {
  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;
  resize: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

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

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

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

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

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

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

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

a {
  color: #0a7161;
  text-decoration: none;
}
a:hover, a:focus {
  color: #042b25;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #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;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

mark,
.mark {
  background-color: #fcf8e3;
  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, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #0a7161;
}

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

.text-success {
  color: #3c763d;
}

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

.text-info {
  color: #31708f;
}

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

.text-warning {
  color: #8a6d3b;
}

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0a7161;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
}
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;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

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

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

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

table 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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

.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: #faf2cc;
}

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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: 20px;
  font-size: 21px;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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 {
  position: relative;
  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="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .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: 0px;
}

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

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

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

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

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

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

@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 .form-control-static {
    display: inline-block;
  }
  .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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #0a7161;
  border-color: #085a4d;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #064239;
  border-color: black;
}
.btn-primary:hover {
  color: #fff;
  background-color: #064239;
  border-color: #03211d;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #064239;
  border-color: #03211d;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #03211d;
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #0a7161;
  border-color: #085a4d;
}
.btn-primary .badge {
  color: #0a7161;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #000;
  border-color: black;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-success:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #000;
  border-color: black;
}
.btn-success .badge {
  color: #000;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #000;
  border-color: black;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-warning:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #000;
  border-color: black;
}
.btn-warning .badge {
  color: #000;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #0a7161;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #042b25;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

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

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
  -webkit-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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0a7161;
}

.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.428571429;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-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, .btn-group-lg.btn-group > .btn + .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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 0.3rem;
  border-top-left-radius: 0.3rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.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"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  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 .form-control:focus {
  z-index: 3;
}

.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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.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 {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #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: #eeeeee;
  border-color: #0a7161;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0.3rem 0.3rem 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #EEEEEE;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0.3rem;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0a7161;
}

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

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

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

.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: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0.3rem;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@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:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

.navbar-static-top {
  z-index: 1001;
  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;
}
@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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

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

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

.navbar-form {
  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);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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 .form-control-static {
    display: inline-block;
  }
  .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;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.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 {
  margin-bottom: 0;
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.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: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    background-color: #090909;
  }
  .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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0.3rem;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #0a7161;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #042b25;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #0a7161;
  border-color: #0a7161;
  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: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

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

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

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #0a7161;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #064239;
}

.label-success {
  background-color: #000;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: black;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

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

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #0a7161;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

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

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0a7161;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0.3rem;
}
.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: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0.3rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

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

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

.progress-bar-success {
  background-color: #000;
}
.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: #5bc0de;
}
.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: #000;
}
.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: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

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

.media-body {
  width: 10000px;
}

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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: #fff;
  background-color: #0a7161;
  border-color: #0a7161;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #57f0d8;
}

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

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

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

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

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

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

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

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

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

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

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

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

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 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-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: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

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

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

.modal-body {
  position: relative;
  padding: 1rem 1.5rem;
}

.modal-footer {
  padding: 1rem 1.5rem;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.3rem;
}

.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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

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

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.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: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  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;
  line-height: 1;
  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 #fff;
  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: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

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

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

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
*:focus,
*:active {
  outline: 0 !important;
}

*::-moz-focus-inner {
  border: 0 !important;
}

button,
select,
option,
input[type=submit] {
  -webkit-appearance: none;
  /* Webkit */
  -moz-appearance: none;
  /* FF */
  -ms-appearance: none;
  /* Edge */
  -o-appearance: none;
  appearance: none;
  /* Future */
  border: none;
  outline: none;
  background-color: transparent;
}

dl, dd, table {
  margin: 0;
  padding: 0;
}

/* IE11 */
select::-ms-expand {
  display: none;
}

#breadcrumb, #notificationsContainer {
  display: none;
}

a, a:visited, a:active {
  color: #0a7161;
  text-decoration: none;
}
a:hover, a:visited:hover, a:active:hover {
  color: #3d9173;
}
a:hover, a:focus, a:visited:hover, a:visited:focus, a:active:hover, a:active:focus {
  text-decoration: none;
}
a.editable-click, a.editable-click:hover, a:visited.editable-click, a:visited.editable-click:hover, a:active.editable-click, a:active.editable-click:hover {
  font-weight: 900;
  border-bottom: 0;
}
a.icon:hover, a.icon:visited, a.icon:active, a:visited.icon:hover, a:visited.icon:visited, a:visited.icon:active, a:active.icon:hover, a:active.icon:visited, a:active.icon:active {
  text-decoration: none;
}
a .icon.contextual, a:visited .icon.contextual, a:active .icon.contextual {
  position: relative;
  top: 0.2rem;
  padding-right: 1rem !important;
}

.btn {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 0.8rem 2.4rem;
  font-size: 1.6rem;
  height: 4rem;
}
.btn.btn-default {
  display: inline-block;
  color: #777777;
  background-color: white;
  border-color: #777777;
  font-weight: 100;
}
.btn.btn-default:focus, .btn.btn-default.focus, .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:visited {
  box-shadow: none;
  color: #555555;
  background-color: white;
  border-color: #555555;
}
.btn.btn-default:active:hover, .btn.btn-default:active:focus {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-default.disabled, .btn.btn-default[disabled] {
  opacity: 0.54;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn-default.disabled:hover, .btn.btn-default.disabled:active, .btn.btn-default.disabled:focus, .btn.btn-default.disabled.focus, .btn.btn-default[disabled]:hover, .btn.btn-default[disabled]:active, .btn.btn-default[disabled]:focus, .btn.btn-default[disabled].focus {
  opacity: 0.54;
}
fieldset[disabled] .btn.btn-default:hover, fieldset[disabled] .btn.btn-default:focus, fieldset[disabled] .btn.btn-default.focus {
  opacity: 0.54;
}
.btn.btn-primary {
  display: inline-block;
  color: white;
  background-color: #0a7161;
  border-color: #0a7161;
  font-weight: 900;
}
.btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:visited {
  box-shadow: none;
  color: white;
  background-color: #3d9173;
  border-color: #3d9173;
}
.btn.btn-primary:active:hover, .btn.btn-primary:active:focus {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-primary.disabled, .btn.btn-primary[disabled] {
  opacity: 0.54;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn-primary.disabled:hover, .btn.btn-primary.disabled:active, .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary[disabled]:hover, .btn.btn-primary[disabled]:active, .btn.btn-primary[disabled]:focus, .btn.btn-primary[disabled].focus {
  opacity: 0.54;
}
fieldset[disabled] .btn.btn-primary:hover, fieldset[disabled] .btn.btn-primary:focus, fieldset[disabled] .btn.btn-primary.focus {
  opacity: 0.54;
}
.btn.btn-secondary {
  display: inline-block;
  color: #111111;
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  font-weight: 900;
}
.btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:visited {
  box-shadow: none;
  color: #111111;
  background-color: #D5D5D5;
  border-color: #D5D5D5;
}
.btn.btn-secondary:active:hover, .btn.btn-secondary:active:focus {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-secondary.disabled, .btn.btn-secondary[disabled] {
  opacity: 0.54;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn-secondary.disabled:hover, .btn.btn-secondary.disabled:active, .btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .btn.btn-secondary[disabled]:hover, .btn.btn-secondary[disabled]:active, .btn.btn-secondary[disabled]:focus, .btn.btn-secondary[disabled].focus {
  opacity: 0.54;
}
fieldset[disabled] .btn.btn-secondary:hover, fieldset[disabled] .btn.btn-secondary:focus, fieldset[disabled] .btn.btn-secondary.focus {
  opacity: 0.54;
}
.btn.btn-terciary {
  display: inline-block;
  color: #777777;
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  font-weight: 900;
}
.btn.btn-terciary:focus, .btn.btn-terciary.focus, .btn.btn-terciary:hover, .btn.btn-terciary:active, .btn.btn-terciary:visited {
  box-shadow: none;
  color: #777777;
  background-color: #D5D5D5;
  border-color: #D5D5D5;
}
.btn.btn-terciary:active:hover, .btn.btn-terciary:active:focus {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-terciary.disabled, .btn.btn-terciary[disabled] {
  opacity: 0.54;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn-terciary.disabled:hover, .btn.btn-terciary.disabled:active, .btn.btn-terciary.disabled:focus, .btn.btn-terciary.disabled.focus, .btn.btn-terciary[disabled]:hover, .btn.btn-terciary[disabled]:active, .btn.btn-terciary[disabled]:focus, .btn.btn-terciary[disabled].focus {
  opacity: 0.54;
}
fieldset[disabled] .btn.btn-terciary:hover, fieldset[disabled] .btn.btn-terciary:focus, fieldset[disabled] .btn.btn-terciary.focus {
  opacity: 0.54;
}

.btn-group {
  margin-bottom: 0;
}

.bar-buttons {
  float: right;
}
.bar-buttons-internal {
  margin-right: 1.5rem;
}

.popover.editable-container .popover-content .editable-input .form-control.input-sm, .popover.editable-container .popover-content .editable-input .input-group-sm > .form-control,
.popover.editable-container .popover-content .editable-input .input-group-sm > .input-group-btn > .form-control.btn {
  padding-right: 100px !important;
}

.alerts {
  position: relative;
  top: 2rem;
  max-width: 52rem;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
}
.alerts .alert {
  max-height: 8rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.alerts .alert::-webkit-scrollbar {
  width: 5px;
  background-color: #EEEEEE;
}
.alerts .alert::-webkit-scrollbar-track {
  background-color: #EEEEEE;
}
.alerts .alert::-webkit-scrollbar-thumb {
  background-color: #8cc63f;
}
.alerts .alert:after {
  position: absolute;
  top: 50%;
  margin-top: -4.8rem;
  right: 3rem;
  font-family: "codeicons" !important;
  font-size: 7rem;
  color: black;
  opacity: .2;
}
.alerts .alert.alert-warning:after {
  content: "\e9d4";
}
.alerts .alert.alert-danger:after {
  content: "\ea69";
}
.alerts .alert.alert-success:after {
  content: "\ea6a";
}
.alerts .alert .close {
  top: -1rem;
  z-index: 99;
}

.alerts-new {
  position: relative;
  top: 2rem;
  max-width: none !important;
  height: inherit !important;
  margin-left: auto;
  margin-right: auto;
}
.alerts-new .alert {
  max-height: 8rem;
}
.alerts-new .alert::-webkit-scrollbar {
  width: 5px;
  background-color: #EEEEEE;
}
.alerts-new .alert::-webkit-scrollbar-track {
  background-color: #EEEEEE;
}
.alerts-new .alert::-webkit-scrollbar-thumb {
  background-color: #8cc63f;
}
.alerts-new .alert:after {
  position: absolute;
  top: 50%;
  margin-top: -4.8rem;
  right: 3rem;
  font-family: "codeicons" !important;
  font-size: 7rem;
  color: black;
  opacity: .2;
}
.alerts-new .alert.alert-success-new:after {
  content: "\e9d4";
  color: #eeeeee;
  opacity: 0.3;
  right: -20px;
  top: 32px;
}
.alerts-new .alert .close {
  top: -1rem;
  z-index: 99;
}

.alert-success-new {
  background-color: #CDE2E0;
  border-color: #c3dedb;
  color: #676b6a;
}

label {
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 1.6rem;
  margin-bottom: 4px;
  min-height: 1.6rem;
  font-family: "Lintel-Regular";
  font-weight: normal;
}
label.error {
  font-size: 1rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2.4rem;
  line-height: .85rem;
}
#accountFromSelector ~ label.error {
  bottom: -0.4rem;
}
label.title {
  font-size: 1.8rem;
}
label.green-label {
  color: #0a7161;
}
label.dotted-label {
  width: 100%;
  text-align: center;
}
label.dotted-label a {
  display: inline-block;
  font-size: 1.6rem;
  border-bottom: 1px dotted #0a7161;
  text-decoration: none;
}
label.noLabel {
  color: white;
  width: 100%;
}

span.login-label {
  display: inline-block;
  font-family: "Lintel-Bold";
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
  color: #111111;
}
span.error {
  font-size: 1rem;
}

.tooltip {
  padding: 0;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip .tooltip-inner {
  font-size: 1.3rem;
  padding: 1.6rem 1.8rem;
  max-width: 30rem;
  color: #414142;
  background-color: #FAFAFA;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -webkit-box-shadow: 2px 3px 25px -6px rgba(0, 0, 0, 0.65);
  box-shadow: 2px 3px 25px -6px rgba(0, 0, 0, 0.65);
  border: 1px solid #FAFAFA;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #FAFAFA;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #FAFAFA;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #FAFAFA;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #FAFAFA;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #FAFAFA;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #FAFAFA;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #FAFAFA;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #FAFAFA;
}

#passwordRecoveryForm .tooltip .tooltip-inner {
  width: 35rem;
  text-align: left;
}

.popover {
  box-shadow: none;
}
.popover.editable-container {
  margin-top: 3.25rem !important;
  color: #555555;
  background: white;
  border: none;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
}
.popover.editable-container .arrow {
  display: none;
}
.popover.editable-container .popover-content {
  padding: 0;
}
.popover.editable-container .popover-content .editable-input .form-control {
  width: 20rem;
  font-size: 1.3rem;
  padding-right: 7.5rem !important;
}
.popover .editable-buttons {
  position: absolute;
  top: 0rem;
  right: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0;
}
.popover .editable-buttons button {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background-color: transparent;
  border: none;
  margin-top: 0.25rem;
  margin-bottom: 0;
  margin-left: 0.7rem;
  margin-right: 0;
}
.popover .editable-buttons button:before {
  position: absolute;
  top: 0.25rem;
  left: -0.05rem;
  font-family: "codeicons" !important;
  font-style: normal;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.25rem;
  font-weight: 100;
}
.popover .editable-buttons button.editable-submit:before {
  content: "";
  color: #0a7161;
}
.popover .editable-buttons button.editable-cancel:before {
  content: "";
  color: #d4110c;
}
.popover .editable-buttons button.editable-submit:focus, .popover .editable-buttons button.editable-submit.focus, .popover .editable-buttons button.editable-submit:hover, .popover .editable-buttons button.editable-submit:active, .popover .editable-buttons button.editable-submit:visited, .popover .editable-buttons button.editable-cancel:focus, .popover .editable-buttons button.editable-cancel.focus, .popover .editable-buttons button.editable-cancel:hover, .popover .editable-buttons button.editable-cancel:active, .popover .editable-buttons button.editable-cancel:visited {
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
}
.popover .editable-buttons button.editable-submit:active:hover, .popover .editable-buttons button.editable-submit:active:focus, .popover .editable-buttons button.editable-cancel:active:hover, .popover .editable-buttons button.editable-cancel:active:focus {
  background-color: transparent;
  border-color: transparent;
}
.popover .editable-buttons button .glyphicon {
  display: none;
}

.nav-pill-content {
  padding: 2rem 1rem;
}
.nav-pill-content .nav-pills {
  margin: 0;
}
.nav-pill-content .nav-pills li {
  display: table-cell;
  width: 1%;
  float: none;
}
.nav-pill-content .nav-pills li a {
  padding: 0.8rem 1rem;
}
.nav-pill-content .nav-pills li a:first-child {
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
.nav-pill-content .nav-pills li a:last-child {
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.fragment-previous-step div span, .fragment-next-step div span {
  color: #777777;
}

.row.lists {
  left: 3rem;
}
.row.lists dl {
  padding: 0;
}

.lists dl.is-able-to-approve {
  padding: 0;
}
.lists dl dt, .lists dl dd {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.lists dl dt {
  color: #777777;
  min-height: 3.5rem;
}
.lists dl dt.option {
  color: #777777;
  min-height: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  border-bottom: solid 1px #DDDDDD;
}
.lists dl dd {
  color: #777777;
  min-height: 3rem;
}
.lists dl dd.default-text-color {
  color: #777777;
}
.lists dl dd i span {
  position: relative;
  bottom: 2px;
  -webkit-font-smoothing: antialiased !important;
  font-family: "Lintel-Regular";
  font-family: "Lintel-Regular";
  font-weight: normal;
}

.accordian-body, .tableList {
  padding: 1.5rem 0;
}
.accordian-body dl dt, .accordian-body dl dd, .accordian-body dl label, .tableList dl dt, .tableList dl dd, .tableList dl label {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.accordian-body dl dt, .tableList dl dt {
  color: #777777;
  min-height: 3rem;
}
.accordian-body dl dd, .tableList dl dd {
  color: #777777;
  min-height: 3.5rem;
}

.list-group-cash .list-group-item, .list-group-cash .list-group-item:hover, .list-group-cash .list-group-item:focus {
  border: none;
  background-color: transparent;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  color: #777777;
}

.bootstrap-duallistbox-row .info-container {
  display: none;
}
.bootstrap-duallistbox-row .buttons {
  margin-top: 2rem;
  background-color: #0a7161;
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}
.bootstrap-duallistbox-row .buttons .btn {
  width: 100%;
  height: 2.5rem;
  border-radius: 0 !important;
  border: 0;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.bootstrap-duallistbox-row .buttons .btn .glyphicon {
  color: white;
  font-style: normal;
  font-size: 3rem;
  line-height: 2.5rem;
}
.bootstrap-duallistbox-row .buttons .btn .glyphicon-arrow-right:before {
  content: "➡";
}
.bootstrap-duallistbox-row .buttons .btn .glyphicon-arrow-left:before {
  content: "⬅";
}
.bootstrap-duallistbox-row .buttons .btn:hover .glyphicon {
  color: #8cc63f;
}
.bootstrap-duallistbox-row select.form-control {
  padding: 1rem 1.6rem;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.22);
  border: none;
}
.bootstrap-duallistbox-row select.form-control option {
  font-size: 1.5rem;
  padding: 0.5rem;
}

.actions-list {
  float: right;
  margin: 0;
  padding: 0;
}
.actions-list li {
  display: block;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2rem;
  margin-right: 0;
  list-style: none;
}
.actions-list li a {
  display: inline-block;
  color: white;
}
.actions-list li a.icon-arrow-panel {
  position: relative;
}
.actions-list li a.icon-arrow-panel:before {
  position: relative;
  font-size: 1rem;
  top: -0.25rem;
  left: 0;
  font-family: "codeicons" !important;
  content: "\eaba";
}
.actions-list li a.icon-arrow-panel.collapsed:before {
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.actions-list li a.icon-mail {
  font-size: 1.25rem;
}
.actions-list li a.icon-swift-status {
  font-size: 1.85rem;
}
.actions-list-up {
  position: absolute;
  top: 2rem;
  left: 1rem;
}
.actions-list-dark li a {
  color: #0a7161;
  margin-bottom: .25rem;
}

.actions-inrecord {
  padding: 0.5rem 0 1.5rem 0;
}
.actions-inrecord li a {
  color: #0a7161;
  cursor: pointer;
  font-size: 1.6rem;
}

.panel-content-list-bold .col-xs-4 span, .panel-content-list-bold .col-xs-8 span {
  font-family: "Lintel-Medium";
  font-weight: normal;
}
.panel-content-list-bold .col-xs-4 .file-download, .panel-content-list-bold .col-xs-8 .file-download {
  touch-action: manipulation;
  cursor: pointer;
  white-space: normal;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0a7161 !important;
}
.panel-content-list-bold .col-xs-4 .file-download button, .panel-content-list-bold .col-xs-8 .file-download button {
  float: left;
  padding: 0;
}
.panel-content-list-bold .col-xs-4 .file-download button span, .panel-content-list-bold .col-xs-8 .file-download button span {
  float: left;
}
.panel-content-list-bold .col-xs-4 .file-download:hover, .panel-content-list-bold .col-xs-8 .file-download:hover {
  color: #3d9173 !important;
}

.alerts {
  position: relative;
  top: 2rem;
  max-width: 52rem;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
}
.alerts .alert {
  max-height: 8rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.alerts .alert::-webkit-scrollbar {
  width: 5px;
  background-color: #EEEEEE;
}
.alerts .alert::-webkit-scrollbar-track {
  background-color: #EEEEEE;
}
.alerts .alert::-webkit-scrollbar-thumb {
  background-color: #8cc63f;
}
.alerts .alert:after {
  position: absolute;
  top: 50%;
  margin-top: -4.8rem;
  right: 3rem;
  font-family: "codeicons" !important;
  font-size: 7rem;
  color: black;
  opacity: .2;
}
.alerts .alert.alert-warning:after {
  content: "\e9d4";
}
.alerts .alert.alert-danger:after {
  content: "\ea69";
}
.alerts .alert.alert-success:after {
  content: "\ea6a";
}
.alerts .alert .close {
  top: -1rem;
  z-index: 99;
}

.alerts-new {
  position: relative;
  top: 2rem;
  max-width: none !important;
  height: inherit !important;
  margin-left: auto;
  margin-right: auto;
}
.alerts-new .alert {
  max-height: 8rem;
}
.alerts-new .alert::-webkit-scrollbar {
  width: 5px;
  background-color: #EEEEEE;
}
.alerts-new .alert::-webkit-scrollbar-track {
  background-color: #EEEEEE;
}
.alerts-new .alert::-webkit-scrollbar-thumb {
  background-color: #8cc63f;
}
.alerts-new .alert:after {
  position: absolute;
  top: 50%;
  margin-top: -4.8rem;
  right: 3rem;
  font-family: "codeicons" !important;
  font-size: 7rem;
  color: black;
  opacity: .2;
}
.alerts-new .alert.alert-success-new:after {
  content: "\e9d4";
  color: #eeeeee;
  opacity: 0.3;
  right: -20px;
  top: 32px;
}
.alerts-new .alert .close {
  top: -1rem;
  z-index: 99;
}

.alert-success-new {
  background-color: #CDE2E0;
  border-color: #c3dedb;
  color: #676b6a;
}

table thead th {
  position: relative;
  margin: 0;
  padding: 0.8rem !important;
  border-bottom: 1px solid #b1b1b1 !important;
  text-transform: capitalize;
  white-space: nowrap;
  text-align: left;
}
table thead th.options, table thead th.sorting, table thead th.sorting_asc, table thead th.sorting_desc, table thead th.table-header-text, table thead th .table-header-text, table thead th .table-header-amount {
  font-size: 1.3rem;
  font-family: "Lintel-Bold";
  font-weight: normal;
  color: #777777;
}
table thead th.options span, table thead th.sorting span, table thead th.sorting_asc span, table thead th.sorting_desc span, table thead th.table-header-text span, table thead th .table-header-text span, table thead th .table-header-amount span {
  position: relative;
  display: inline-block;
  text-align: left;
  text-transform: capitalize;
  margin-right: 0.3rem;
}
table thead th.options-margin-bottom span, table thead th.sorting-margin-bottom span, table thead th.sorting_asc-margin-bottom span, table thead th.sorting_desc-margin-bottom span, table thead th.table-header-text-margin-bottom span, table thead th .table-header-text-margin-bottom span, table thead th .table-header-amount-margin-bottom span {
  margin-bottom: .3rem;
}
table thead th.sorting span, table thead th.sorting_asc span, table thead th.sorting_desc span {
  position: relative;
  display: inline-block;
  text-align: left;
  text-transform: capitalize;
  margin-right: 0.3rem;
}
table thead th span {
  word-break: break-word;
  white-space: pre-wrap;
}
table thead th.actions {
  text-align: center;
}
table thead th.actions.th-left {
  text-align: left;
}
table tbody td {
  margin: 0;
  font-size: 1.3rem;
  border: none !important;
  color: #555555;
  vertical-align: middle !important;
}
table tbody td.amount {
  color: #777777;
  /* @include text-align(right);*/
}
table tbody td.center a:only-child {
  display: block;
  text-align: center;
}
table tbody td.center a:only-child:hover {
  display: block;
  text-align: center;
}
table tbody td.actions {
  text-align: center;
}
table tbody td.actions .btn-group {
  float: right;
}
table tbody td.actions .btn-group .dropdown-toggle {
  position: relative;
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: #EEEEEE;
  background-color: #EEEEEE;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  box-shadow: none;
}
table tbody td.actions .btn-group .dropdown-toggle:before {
  position: absolute;
  top: 0.6rem;
  left: 0.2rem;
  font-size: 0.6rem;
  font-family: "codeicons" !important;
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
table tbody td.actions .btn-group.open .dropdown-toggle:before {
  top: 0.4rem;
  left: 0.3rem;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
table tbody td a[class^="icon-"], table tbody td a[class*=" icon-"], table tbody td a .icon, table tbody td a > i[class^="icon-"], table tbody td a > i[class*=" icon-"], table tbody td a > i .icon {
  display: inline-block;
  color: #0a7161;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
table tbody td a[class^="icon-"]:hover, table tbody td a[class*=" icon-"]:hover, table tbody td a .icon:hover, table tbody td a > i[class^="icon-"]:hover, table tbody td a > i[class*=" icon-"]:hover, table tbody td a > i .icon:hover {
  color: #3d9173;
}
table tbody td a[class^="icon-"].icon-close, table tbody td a[class*=" icon-"].icon-close, table tbody td a .icon.icon-close, table tbody td a > i[class^="icon-"].icon-close, table tbody td a > i[class*=" icon-"].icon-close, table tbody td a > i .icon.icon-close {
  color: #bc0f0b;
}
table tbody td a[class^="icon-"].icon-close:hover, table tbody td a[class*=" icon-"].icon-close:hover, table tbody td a .icon.icon-close:hover, table tbody td a > i[class^="icon-"].icon-close:hover, table tbody td a > i[class*=" icon-"].icon-close:hover, table tbody td a > i .icon.icon-close:hover {
  color: #f43d39;
}
table tbody td a[class^="icon-"].icon-trash-delete, table tbody td a[class*=" icon-"].icon-trash-delete, table tbody td a .icon.icon-trash-delete, table tbody td a > i[class^="icon-"].icon-trash-delete, table tbody td a > i[class*=" icon-"].icon-trash-delete, table tbody td a > i .icon.icon-trash-delete {
  font-size: 1.5rem;
}
table tbody td a[class^="icon-"].icon-view, table tbody td a[class*=" icon-"].icon-view, table tbody td a .icon.icon-view, table tbody td a > i[class^="icon-"].icon-view, table tbody td a > i[class*=" icon-"].icon-view, table tbody td a > i .icon.icon-view {
  font-size: 2.9rem;
  position: relative;
  top: 0.6rem;
}
table tbody td a[class^="icon-"].icon-edit, table tbody td a[class*=" icon-"].icon-edit, table tbody td a .icon.icon-edit, table tbody td a > i[class^="icon-"].icon-edit, table tbody td a > i[class*=" icon-"].icon-edit, table tbody td a > i .icon.icon-edit {
  font-size: 1.5rem;
}
table tbody td a[class^="icon-"].icon-menu, table tbody td a[class*=" icon-"].icon-menu, table tbody td a .icon.icon-menu, table tbody td a > i[class^="icon-"].icon-menu, table tbody td a > i[class*=" icon-"].icon-menu, table tbody td a > i .icon.icon-menu {
  font-size: 1.15rem;
}
table tbody td > i[class^="icon-"], table tbody td > i[class*=" icon-"], table tbody td > i .icon {
  display: inline-block;
  color: #0a7161;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
table tbody td > i[class^="icon-"].icon-close, table tbody td > i[class^="icon-"].icon-alert, table tbody td > i[class*=" icon-"].icon-close, table tbody td > i[class*=" icon-"].icon-alert, table tbody td > i .icon.icon-close, table tbody td > i .icon.icon-alert {
  color: #bc0f0b;
}
table tbody td .deactivateDevice > i[class^="icon-"], table tbody td .deactivateDevice > i[class*=" icon-"], table tbody td .deactivateDevice > i .icon {
  color: #0a7161 !important;
}
table tbody td .deactivateDevice > i[class^="icon-"]:hover, table tbody td .deactivateDevice > i[class*=" icon-"]:hover, table tbody td .deactivateDevice > i .icon:hover {
  color: #3d9173 !important;
}
table tbody td .table-ordinal {
  font-weight: bold;
  color: #BBBBBB;
}
table tbody .tableList-new, table tbody .table-result-new {
  font-size: 1.6rem;
  margin-top: 2rem;
  word-break: break-all;
}
table tbody .tableList-new label, table tbody .tableList-new dt, table tbody .table-result-new label, table tbody .table-result-new dt {
  font-size: 1.6rem;
  color: #555555;
}
table tbody .tableList-new dd, table tbody .table-result-new dd {
  color: #111111;
}
table tbody .tableList-new textarea, table tbody .table-result-new textarea {
  min-height: 10rem;
  padding: 1rem;
}
table thead th .ordertool, table thead td .ordertool, table tbody th .ordertool, table tbody td .ordertool {
  position: relative;
  width: 1rem;
  height: 2rem;
  vertical-align: middle;
  display: inline-block;
  top: 2px;
}
table thead th .ordertool-asc, table thead th .ordertool-desc, table thead td .ordertool-asc, table thead td .ordertool-desc, table tbody th .ordertool-asc, table tbody th .ordertool-desc, table tbody td .ordertool-asc, table tbody td .ordertool-desc {
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
table thead th .ordertool-asc:before, table thead th .ordertool-desc:before, table thead td .ordertool-asc:before, table thead td .ordertool-desc:before, table tbody th .ordertool-asc:before, table tbody th .ordertool-desc:before, table tbody td .ordertool-asc:before, table tbody td .ordertool-desc:before {
  position: absolute;
  top: 0rem;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-color: transparent transparent #777777 transparent;
}
table thead th .ordertool-asc, table thead td .ordertool-asc, table tbody th .ordertool-asc, table tbody td .ordertool-asc {
  top: 0rem;
}
table thead th .ordertool-asc:before, table thead td .ordertool-asc:before, table tbody th .ordertool-asc:before, table tbody td .ordertool-asc:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
table thead th .ordertool-desc, table thead td .ordertool-desc, table tbody th .ordertool-desc, table tbody td .ordertool-desc {
  bottom: 0;
}
table thead th .ordertool-desc:before, table thead td .ordertool-desc:before, table tbody th .ordertool-desc:before, table tbody td .ordertool-desc:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
table.table {
  margin-bottom: 0;
}
table.table > thead > tr > th {
  color: #777777;
}
table.table tbody:first-child td {
  padding-top: 1rem;
}
table.table tbody tr {
  border-bottom: 1px solid #DDDDDD;
}
table.table tbody tr.open {
  border-bottom: none;
}
table.table tbody tr td:not(.center) > a, table.table tbody tr td:not(.center) > a:hover {
  font-weight: 900;
  color: #0a7161;
  text-decoration: underline !important;
}
table.table tbody tr td:not(.center) > dl > dd > a, table.table tbody tr td:not(.center) > dl > dd > a:hover {
  font-weight: 900;
  color: #0a7161;
  text-decoration: underline !important;
}
table.table tbody tr td:not(.center) > dl > dd > a.editable-click, table.table tbody tr td:not(.center) > dl > dd > a:hover.editable-click {
  font-size: 1.3rem;
}
table.table tbody tr td:not(.center) > dl > dd > a.editable-click.editable-empty, table.table tbody tr td:not(.center) > dl > dd > a:hover.editable-click.editable-empty {
  font-size: 1.2rem;
  font-style: normal;
  color: #0a7161;
}
table.table tbody tr td:not(.center) > dl > dd > a.editable-click.editable-empty:hover, table.table tbody tr td:not(.center) > dl > dd > a:hover.editable-click.editable-empty:hover {
  font-size: 1.2rem;
  font-style: normal;
  color: #3d9173;
}
table.table tbody tr.beneficiaryEntry {
  cursor: pointer;
}
table.table tbody tr.beneficiaryEntry:hover {
  font-weight: bold;
}
table .table-filters {
  display: none;
}
table .table-filter-component {
  display: block !important;
  position: absolute;
  left: 0;
  top: -6rem;
  font-family: "Lintel-Regular";
  font-weight: normal;
}
table .table-filter-component .icon-filter {
  color: #0a7161;
  margin: 0 1rem;
  font-size: 1.8rem;
}
table#selectableTable .ordertool {
  position: relative;
  left: 0;
  bottom: 0;
}
table#selectableTable .beneficiaryEntry {
  cursor: pointer;
}

.panel {
  position: relative;
  background-color: transparent;
  -webkit-box-shadow: 0 0.6rem 0.8rem #DDDDDD;
  box-shadow: 0 0.6rem 0.8rem #DDDDDD;
  border: none;
  margin: 0 0 1.5rem 0;
  border-bottom-left-radius: 0.3rem;
  -moz-border-bottom-left-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -moz-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
}
.panel:before, .panel:after {
  content: " ";
  display: table;
}
.panel:after {
  clear: both;
}
.panel-heading {
  padding: 1.8rem 2.4rem 1.6rem 2.4rem;
  margin: 0;
  min-height: 6rem;
  border-top-left-radius: 0.3rem;
  -moz-border-top-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  -moz-border-top-right-radius: 0.3rem;
  -webkit-border-top-right-radius: 0.3rem;
  background-color: #0a7161;
  color: white;
}
.panel-heading-no-border-radius {
  padding: 1.8rem 2.4rem 1.6rem 2.4rem;
  margin: 0;
  min-height: 6rem;
  background-color: #0a7161;
  color: white;
}
.panel-title {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0 !important;
  padding-right: 17.5rem !important;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Lintel-Bold";
  font-weight: normal;
}
.panel-title::first-letter {
  text-transform: uppercase;
}
.panel-title span::first-letter {
  text-transform: uppercase;
}
.panel-title-icon a, .panel-title-icon a:hover, .panel-title-icon a:active {
  color: inherit;
  vertical-align: middle;
}
.panel caption, .panel h6 {
  font-size: 2.4rem;
  font-family: "Lintel-Bold";
  font-weight: normal;
  color: #0a7161;
  padding: 0;
}
.panel caption {
  display: none;
}
.panel-body {
  background-color: white;
  padding: 2rem 2.5rem;
  /*For tables:  */
}
.panel-body-table {
  padding: 1rem  1.5rem;
}
.panel-body h5 {
  display: inline-block;
  font-size: 2.4rem;
  padding: 1.5rem;
  font-family: "Lintel-Bold";
  font-weight: normal;
  background-color: #0a7161;
  color: white;
  width: 100%;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
}
.panel-body .tableList-new {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.panel-body .tableList-new label, .panel-body .tableList-new dt {
  font-size: 1.6rem;
  color: #555555;
}
.panel-body .tableList-new dd {
  color: #111111;
}
.panel-body .tableList-new textarea {
  min-height: 10rem;
  padding: 1rem;
}
.panel-body .panel-body {
  padding: 0 !important;
}
.panel.actions-new {
  top: -2rem;
}

.terms-new {
  margin-top: 1rem;
}

.badge-count {
  position: absolute;
  top: 0.3rem;
  right: 0;
  text-align: center;
  width: auto;
  height: 1.7rem;
  min-width: 1.5rem;
  padding: 0.3rem 0.3rem;
  background-color: #d4110c;
  border-radius: 8.5px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.badge.user-role {
  background-color: #DDDDDD;
}

.loader-container {
  position: relative;
  border-radius: 3px;
  background-color: #EEEEEE;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding: 25px 0;
  opacity: 0.85;
  top: 50% !important;
}
.loader-container img {
  position: relative;
  width: 355px;
  margin: 0 auto;
  bottom: 65px;
  right: 119px;
}

@font-face {
  font-family: 'AlAhli-Regular';
  src: url("../../../styles/scss/fonts/arabic/primary/AlAhli-Regular/AlAhli-Regular.eot");
  src: url("../../../styles/scss/fonts/arabic/primary/AlAhli-Regular/AlAhli-Regular.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/arabic/primary/AlAhli-Regular/AlAhli-Regular.woff") format("woff"), url("../../../styles/scss/fonts/arabic/primary/AlAhli-Regular/AlAhli-Regular.svg#optimaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HacenLinerPrint-out';
  src: url("../../../styles/scss/fonts/arabic/secondary/HacenLinerPrint-out/HacenLinerPrint-out.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerPrint-out/HacenLinerPrint-out.woff") format("woff"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerPrint-out/HacenLinerPrint-out.ttf") format("truetype"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerPrint-out/HacenLinerPrint-out.svg#HacenLinerPrint-out") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HacenLinerPrint-outLight';
  src: url("../../../styles/scss/fonts/arabic/secondary/HacenLinerPrint-outLight/HacenLinerPrint-outLight.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerPrint-outLight/HacenLinerPrint-outLight.woff") format("woff"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerPrint-outLight/HacenLinerPrint-outLight.ttf") format("truetype"), url "../../../styles/scss/fonts/arabic/secondary/HacenLinerPrint-outLight/HacenLinerPrint-outLight.svg#HacenLinerPrint-outLight" format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HacenLinerScreen';
  src: url("../../../styles/scss/fonts/arabic/secondary/HacenLinerScreen/HacenLinerScreen.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerScreen/HacenLinerScreen.woff") format("woff"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerScreen/HacenLinerScreen.ttf") format("truetype"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerScreen/HacenLinerScreen.svg#HacenLinerScreen") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HacenLinerScreenBd';
  src: url("../../../styles/scss/fonts/arabic/secondary/HacenLinerScreenBd/HacenLinerScreenBd.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerScreenBd/HacenLinerScreenBd.woff") format("woff"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerScreenBd/HacenLinerScreenBd.ttf") format("truetype"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerScreenBd/HacenLinerScreenBd.svg#HacenLinerScreenBd") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HacenLinerXL';
  src: url("../../../styles/scss/fonts/arabic/secondary/HacenLinerXL/HacenLinerXL.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerXL/HacenLinerXL.woff") format("woff"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerXL/HacenLinerXL.ttf") format("truetype"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerXL/HacenLinerXL.svg#HacenLinerXL") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HacenLinerXXL';
  src: url("../../../styles/scss/fonts/arabic/secondary/HacenLinerXXL/HacenLinerXXL.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerXXL/HacenLinerXXL.woff") format("woff"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerXXL/HacenLinerXXL.ttf") format("truetype"), url("../../../styles/scss/fonts/arabic/secondary/HacenLinerXXL/HacenLinerXXL.svg#HacenLinerXXL") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lintel-Bold';
  src: url("../../../styles/scss/fonts/english/primary/Lintel-Bold/Lintel-Bold.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/english/primary/Lintel-Bold/Lintel-Bold.otf") format("opentype"), url("../../../styles/scss/fonts/english/primary/Lintel-Bold/Lintel-Bold.woff") format("woff"), url("../../../styles/scss/fonts/english/primary/Lintel-Bold/Lintel-Bold.ttf") format("truetype"), url("../../../styles/scss/fonts/english/primary/Lintel-Bold/Lintel-Bold.svg#Lintel-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lintel-Italic';
  src: url("../../../styles/scss/fonts/english/primary/Lintel-Italic/Lintel-Italic.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/english/primary/Lintel-Italic/Lintel-Italic.otf") format("opentype"), url("../../../styles/scss/fonts/english/primary/Lintel-Italic/Lintel-Italic.woff") format("woff"), url("../../../styles/scss/fonts/english/primary/Lintel-Italic/Lintel-Italic.ttf") format("truetype"), url("../../../styles/scss/fonts/english/primary/Lintel-Italic/Lintel-Italic.svg#Lintel-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lintel-Medium';
  src: url("../../../styles/scss/fonts/english/primary/Lintel-Medium/Lintel-Medium.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/english/primary/Lintel-Medium/Lintel-Medium.otf") format("opentype"), url("../../../styles/scss/fonts/english/primary/Lintel-Medium/Lintel-Medium.woff") format("woff"), url("../../../styles/scss/fonts/english/primary/Lintel-Medium/Lintel-Medium.ttf") format("truetype"), url("../../../styles/scss/fonts/english/primary/Lintel-Medium/Lintel-Medium.svg#Lintel-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lintel-Regular';
  src: url("../../../styles/scss/fonts/english/primary/Lintel-Regular/Lintel-Regular.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/english/primary/Lintel-Regular/Lintel-Regular.otf") format("opentype"), url("../../../styles/scss/fonts/english/primary/Lintel-Regular/Lintel-Regular.woff") format("woff"), url("../../../styles/scss/fonts/english/primary/Lintel-Regular/Lintel-Regular.ttf") format("truetype"), url("../../../styles/scss/fonts/english/primary/Lintel-Regular/Lintel-Regular.svg#Lintel-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Bd';
  src: url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.otf") format("opentype"), url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.woff") format("woff"), url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.otf") format("opentype"), url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Roman';
  src: url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Roman/HelveticaNeueLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Roman/HelveticaNeueLTStd-Roman.otf") format("opentype"), url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Roman/HelveticaNeueLTStd-Roman.woff") format("woff"), url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Roman/HelveticaNeueLTStd-Roman.ttf") format("truetype"), url("../../../styles/scss/fonts/english/secondary/HelveticaNeueLTStd-Roman/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../../../styles/scss/fonts/money/primary/OpenSans-Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/money/primary/OpenSans-Regular/OpenSans-Regular.woff") format("woff"), url("../../../styles/scss/fonts/money/primary/OpenSans-Regular/OpenSans-Regular.ttf") format("truetype"), url("../../../styles/scss/fonts/money/primary/OpenSans-Regular/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'OpenSans-Medium';
  src: url("../../../styles/scss/fonts/money/primary/OpenSans-Medium/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/money/primary/OpenSans-Medium/OpenSans-Medium.woff") format("woff"), url("../../../styles/scss/fonts/money/primary/OpenSans-Medium/OpenSans-Medium.ttf") format("truetype"), url("../../../styles/scss/fonts/money/primary/OpenSans-Medium/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'OpenSans-Italic';
  src: url("../../../styles/scss/fonts/money/primary/OpenSans-Italic/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/money/primary/OpenSans-Italic/OpenSans-Italic.woff") format("woff"), url("../../../styles/scss/fonts/money/primary/OpenSans-Italic/OpenSans-Italic.ttf") format("truetype"), url("../../../styles/scss/fonts/money/primary/OpenSans-Italic/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../../../styles/scss/fonts/money/primary/OpenSans-Bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/money/primary/OpenSans-Bold/OpenSans-Bold.woff") format("woff"), url("../../../styles/scss/fonts/money/primary/OpenSans-Bold/OpenSans-Bold.ttf") format("truetype"), url("../../../styles/scss/fonts/money/primary/OpenSans-Bold/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Ubuntu-Regular';
  src: url("../../../styles/scss/fonts/money/secondary/Ubuntu-Regular/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/money/secondary/Ubuntu-Regular/Ubuntu-Regular.woff") format("woff"), url("../../../styles/scss/fonts/money/secondary/Ubuntu-Regular/Ubuntu-Regular.ttf") format("truetype"), url("../../../styles/scss/fonts/money/secondary/Ubuntu-Regular/Ubuntu-Regular.svg#Ubuntu-Regular") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Ubuntu-Italic';
  src: url("../../../styles/scss/fonts/money/secondary/Ubuntu-Italic/Ubuntu-Italic.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/money/secondary/Ubuntu-Italic/Ubuntu-Italic.woff") format("woff"), url("../../../styles/scss/fonts/money/secondary/Ubuntu-Italic/Ubuntu-Italic.ttf") format("truetype"), url("../../../styles/scss/fonts/money/secondary/Ubuntu-Italic/Ubuntu-Italic.svg#Ubuntu-Italic") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Ubuntu-Bold';
  src: url("../../../styles/scss/fonts/money/secondary/Ubuntu-Bold/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/money/secondary/Ubuntu-Bold/Ubuntu-Bold.woff") format("woff"), url("../../../styles/scss/fonts/money/secondary/Ubuntu-Bold/Ubuntu-Bold.ttf") format("truetype"), url("../../../styles/scss/fonts/money/secondary/Ubuntu-Bold/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'codeicons';
  src: url("../../../styles/scss/fonts/icons/fonts/codeicons.eot") format("embedded-opentype");
  src: url("../../../styles/scss/fonts/icons/fonts/codeicons.eot?#iefix") format("embedded-opentype"), url("../../../styles/scss/fonts/icons/fonts/codeicons.woff") format("woff"), url("../../../styles/scss/fonts/icons/fonts/codeicons.ttf") format("truetype"), url("../../../styles/scss/fonts/icons/fonts/codeicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'codeicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-world2:before {
  content: "\e900";
}

.icon-world:before {
  content: "\e901";
}

.icon-wifi-no:before {
  content: "\e902";
}

.icon-wifi:before {
  content: "\e903";
}

.icon-view:before {
  content: "\e904";
}

.icon-user-view:before {
  content: "\e905";
}

.icon-user-update-shop:before {
  content: "\e906";
}

.icon-user-update:before {
  content: "\e907";
}

.icon-user-transfer-to:before {
  content: "\e908";
}

.icon-user-transfer-from:before {
  content: "\e909";
}

.icon-user-text-document:before {
  content: "\e90a";
}

.icon-user-tag-shop:before {
  content: "\e90b";
}

.icon-user-tag:before {
  content: "\e90c";
}

.icon-user-support:before {
  content: "\e90d";
}

.icon-users-settings:before {
  content: "\e90e";
}

.icon-users-schudele:before {
  content: "\e90f";
}

.icon-users-money-beneficiary:before {
  content: "\e910";
}

.icon-users-money:before {
  content: "\e911";
}

.icon-users-linked:before {
  content: "\e912";
}

.icon-users-ksa:before {
  content: "\e913";
}

.icon-users-inquiries-accounts:before {
  content: "\e914";
}

.icon-user-shop:before {
  content: "\e915";
}

.icon-users-group-cursor:before {
  content: "\e916";
}

.icon-user-settings:before {
  content: "\e917";
}

.icon-user-security-locked:before {
  content: "\e918";
}

.icon-user-security-lock:before {
  content: "\e919";
}

.icon-users-beneficiary-add:before {
  content: "\e91a";
}

.icon-users-accounts-history:before {
  content: "\e91b";
}

.icon-users2:before {
  content: "\e91c";
}

.icon-users:before {
  content: "\e91d";
}

.icon-user-ring:before {
  content: "\e91e";
}

.icon-user-password:before {
  content: "\e91f";
}

.icon-user-options:before {
  content: "\e920";
}

.icon-user-money-settings:before {
  content: "\e921";
}

.icon-user-money-add:before {
  content: "\e922";
}

.icon-user-money2:before {
  content: "\e923";
}

.icon-user-money:before {
  content: "\e924";
}

.icon-user-mini:before {
  content: "\e925";
}

.icon-user-menu:before {
  content: "\e926";
}

.icon-user-lock-shop:before {
  content: "\e927";
}

.icon-user-linked:before {
  content: "\e928";
}

.icon-user-international:before {
  content: "\e929";
}

.icon-user-id-kfa:before {
  content: "\e92a";
}

.icon-user-id-international:before {
  content: "\e92b";
}

.icon-user-id:before {
  content: "\e92c";
}

.icon-user-governmen-settings:before {
  content: "\e92d";
}

.icon-user-family:before {
  content: "\e92e";
}

.icon-user-dashboard:before {
  content: "\e92f";
}

.icon-user-copy:before {
  content: "\e930";
}

.icon-user-contact:before {
  content: "\e931";
}

.icon-user-confirm:before {
  content: "\e932";
}

.icon-user-chat:before {
  content: "\e933";
}

.icon-user-center-customercentered:before {
  content: "\e934";
}

.icon-user-campaign:before {
  content: "\e935";
}

.icon-user-box:before {
  content: "\e936";
}

.icon-user-bloqued:before {
  content: "\e937";
}

.icon-user-analytics:before {
  content: "\e938";
}

.icon-user-add:before {
  content: "\e939";
}

.icon-user-accounts-settings:before {
  content: "\e93a";
}

.icon-user-account:before {
  content: "\e93b";
}

.icon-user:before {
  content: "\e93c";
}

.icon-upload:before {
  content: "\e93d";
}

.icon-triangle-arrow-up:before {
  content: "\e93e";
}

.icon-triangle-arrow-down:before {
  content: "\e93f";
}

.icon-trash-delete:before {
  content: "\e940";
}

.icon-transfer-unknown:before {
  content: "\e941";
}

.icon-transfers-settings:before {
  content: "\e942";
}

.icon-transfer-ncb:before {
  content: "\e943";
}

.icon-transfer-money:before {
  content: "\e944";
}

.icon-transfer-local-kfa:before {
  content: "\e945";
}

.icon-transfer-international:before {
  content: "\e946";
}

.icon-transfer-inquiry:before {
  content: "\e947";
}

.icon-transfer-history:before {
  content: "\e948";
}

.icon-transfer-government:before {
  content: "\e949";
}

.icon-transfer:before {
  content: "\e94a";
}

.icon-ticket-bills:before {
  content: "\e94b";
}

.icon-tick-confirm:before {
  content: "\e94c";
}

.icon-thumbnail:before {
  content: "\e94d";
}

.icon-tag-label:before {
  content: "\e94e";
}

.icon-step-forward:before {
  content: "\e94f";
}

.icon-step-backward:before {
  content: "\e950";
}

.icon-star:before {
  content: "\e951";
}

.icon-spiral-flexible:before {
  content: "\e952";
}

.icon-social-facebook:before {
  content: "\e953";
}

.icon-social2-copy:before {
  content: "\e954";
}

.icon-social2:before {
  content: "\e955";
}

.icon-social:before {
  content: "\e956";
}

.icon-sms_02:before {
  content: "\e957";
}

.icon-sms:before {
  content: "\e958";
}

.icon-shopping:before {
  content: "\e959";
}

.icon-shop-favorite:before {
  content: "\e95a";
}

.icon-shop-cursor2:before {
  content: "\e95b";
}

.icon-shop-cursor:before {
  content: "\e95c";
}

.icon-shop:before {
  content: "\e95d";
}

.icon-shield-warning .path1:before {
  content: "\e95e";
  color: white;
}

.icon-shield-warning .path2:before {
  content: "\e95f";
  margin-left: -1.03125em;
  color: #5d5d5d;
}

.icon-shield-warning .path3:before {
  content: "\e960";
  margin-left: -1.03125em;
  color: #5d5d5d;
}

.icon-shield-warning .path4:before {
  content: "\e961";
  margin-left: -1.03125em;
  color: #5d5d5d;
}

.icon-shield-lock2:before {
  content: "\e962";
}

.icon-shield-lock:before {
  content: "\e963";
}

.icon-shield:before {
  content: "\e964";
}

.icon-share2:before {
  content: "\e965";
}

.icon-share:before {
  content: "\e966";
}

.icon-settings-tool:before {
  content: "\e967";
}

.icon-settings-notif:before {
  content: "\e968";
}

.icon-settings4:before {
  content: "\e969";
}

.icon-settings3:before {
  content: "\e96a";
}

.icon-settings2:before {
  content: "\e96b";
}

.icon-settings:before {
  content: "\e96c";
}

.icon-search:before {
  content: "\e96d";
}

.icon-score:before {
  content: "\e96e";
}

.icon-scheme-mindmap:before {
  content: "\e96f";
}

.icon-sales-tie:before {
  content: "\e970";
}

.icon-sales-businessman:before {
  content: "\e971";
}

.icon-salad-olp-cursor:before {
  content: "\e972";
}

.icon-sadad-settings-2:before {
  content: "\e973";
}

.icon-sadad-settings:before {
  content: "\e974";
}

.icon-sadad-payment-transfer:before {
  content: "\e975";
}

.icon-sadad-payment-history:before {
  content: "\e976";
}

.icon-sadad-password:before {
  content: "\e977";
}

.icon-sadad-history:before {
  content: "\e978";
}

.icon-sadad-automated:before {
  content: "\e979";
}

.icon-sadad:before {
  content: "\e97a";
}

.icon-rules-terms-and-conditions-edit:before {
  content: "\e97b";
}

.icon-rules-termsandconditions:before {
  content: "\e97c";
}

.icon-rules-settings:before {
  content: "\e97d";
}

.icon-reload:before {
  content: "\e97e";
}

.icon-regulator:before {
  content: "\e97f";
}

.icon-quickpay-transfer:before {
  content: "\e980";
}

.icon-quickpay-transaction:before {
  content: "\e981";
}

.icon-quickpay:before {
  content: "\e982";
}

.icon-question-inquiry-transaction:before {
  content: "\e983";
}

.icon-question-help-inquiry:before {
  content: "\e984";
}

.icon-qr:before {
  content: "\e985";
}

.icon-print:before {
  content: "\e986";
}

.icon-predictive-analytics:before {
  content: "\e987";
}

.icon-predictive:before {
  content: "\e988";
}

.icon-plug:before {
  content: "\e989";
}

.icon-pie-chart-history:before {
  content: "\e98a";
}

.icon-pie-chart:before {
  content: "\e98b";
}

.icon-phone:before {
  content: "\e98c";
}

.icon-percent-stadistics:before {
  content: "\e98d";
}

.icon-password:before {
  content: "\e98e";
}

.icon-network-copy:before {
  content: "\e98f";
}

.icon-network:before {
  content: "\e990";
}

.icon-ncb-logo:before {
  content: "\e991";
}

.icon-ncb-funds-money:before {
  content: "\e992";
}

.icon-ncb-funds:before {
  content: "\e993";
}

.icon-money-update:before {
  content: "\e994";
}

.icon-money-truck:before {
  content: "\e995";
}

.icon-money-transfe:before {
  content: "\e996";
}

.icon-money-request:before {
  content: "\e997";
}

.icon-money-payment-history:before {
  content: "\e998";
}

.icon-money-payment:before {
  content: "\e999";
}

.icon-money-one-time-payment:before {
  content: "\e99a";
}

.icon-money-history:before {
  content: "\e99b";
}

.icon-money-half:before {
  content: "\e99c";
}

.icon-money-bags:before {
  content: "\e99d";
}

.icon-money-bag-ipo-analytics:before {
  content: "\e99e";
}

.icon-money-bag:before {
  content: "\e99f";
}

.icon-money-add:before {
  content: "\e9a0";
}

.icon-money2:before {
  content: "\e9a1";
}

.icon-money:before {
  content: "\e9a2";
}

.icon-modular:before {
  content: "\e9a3";
}

.icon-mobile-sms:before {
  content: "\e9a4";
}

.icon-mobile-payment:before {
  content: "\e9a5";
}

.icon-mobile-out:before {
  content: "\e9a6";
}

.icon-mobile-alert:before {
  content: "\e9a7";
}

.icon-mobile-add:before {
  content: "\e9a8";
}

.icon-mobile2:before {
  content: "\e9a9";
}

.icon-mobile:before {
  content: "\e9aa";
}

.icon-micro:before {
  content: "\e9ab";
}

.icon-menu-list:before {
  content: "\e9ac";
}

.icon-menu:before {
  content: "\e9ad";
}

.icon-media:before {
  content: "\e9ae";
}

.icon-medal-insignia:before {
  content: "\e9af";
}

.icon-man-woman:before {
  content: "\e9b0";
}

.icon-mail-user:before {
  content: "\e9b1";
}

.icon-mail-send:before {
  content: "\e9b2";
}

.icon-mail-notif:before {
  content: "\e9b3";
}

.icon-mailbox:before {
  content: "\e9b4";
}

.icon-mail:before {
  content: "\e9b5";
}

.icon-logout2:before {
  content: "\e9b6";
}

.icon-logout:before {
  content: "\e9b7";
}

.icon-login:before {
  content: "\e9b8";
}

.icon-lock-security-settings:before {
  content: "\e9b9";
}

.icon-locked:before {
  content: "\e9ba";
}

.icon-lock:before {
  content: "\e9bb";
}

.icon-location-wifi:before {
  content: "\e9bc";
}

.icon-location-transfer-facility:before {
  content: "\e9bd";
}

.icon-location-pin:before {
  content: "\e9be";
}

.icon-location:before {
  content: "\e9bf";
}

.icon-loading:before {
  content: "\e9c0";
}

.icon-list-user:before {
  content: "\e9c1";
}

.icon-list-select:before {
  content: "\e9c2";
}

.icon-list-security:before {
  content: "\e9c3";
}

.icon-list-inquiry:before {
  content: "\e9c4";
}

.icon-list-confirm:before {
  content: "\e9c5";
}

.icon-list-calendar:before {
  content: "\e9c6";
}

.icon-list:before {
  content: "\e9c7";
}

.icon-like:before {
  content: "\e9c8";
}

.icon-layout-banners-wireframe:before {
  content: "\e9c9";
}

.icon-language-change:before {
  content: "\e9ca";
}

.icon-key:before {
  content: "\e9cb";
}

.icon-justice-weighing-scales:before {
  content: "\e9cc";
}

.icon-ipo-offer-money-analitics:before {
  content: "\e9cd";
}

.icon-ipo-document:before {
  content: "\e9ce";
}

.icon-ipo:before {
  content: "\e9cf";
}

.icon-investment-settings:before {
  content: "\e9d0";
}

.icon-investment-money:before {
  content: "\e9d1";
}

.icon-investment:before {
  content: "\e9d2";
}

.icon-invesment-cash-analitics-money:before {
  content: "\e9d3";
}

.icon-info:before {
  content: "\e9d4";
}

.icon-image-picture:before {
  content: "\e9d5";
}

.icon-icon-tshirt:before {
  content: "\e9d6";
}

.icon-icon-truck:before {
  content: "\e9d7";
}

.icon-icon-trophy-price:before {
  content: "\e9d8";
}

.icon-icon-trees:before {
  content: "\e9d9";
}

.icon-icon-shapes:before {
  content: "\e9da";
}

.icon-icon-rocket:before {
  content: "\e9db";
}

.icon-icon-rings:before {
  content: "\e9dc";
}

.icon-icon-puzzle:before {
  content: "\e9dd";
}

.icon-icon-present:before {
  content: "\e9de";
}

.icon-icon-playstation:before {
  content: "\e9df";
}

.icon-icon-plant:before {
  content: "\e9e0";
}

.icon-icon-plane-flight:before {
  content: "\e9e1";
}

.icon-icon-pineapple:before {
  content: "\e9e2";
}

.icon-icon-palm:before {
  content: "\e9e3";
}

.icon-icon-paint:before {
  content: "\e9e4";
}

.icon-icon-offer:before {
  content: "\e9e5";
}

.icon-icon-music:before {
  content: "\e9e6";
}

.icon-icon-mountains:before {
  content: "\e9e7";
}

.icon-icon-mountain:before {
  content: "\e9e8";
}

.icon-icon-magic-wand:before {
  content: "\e9e9";
}

.icon-icon-icecream:before {
  content: "\e9ea";
}

.icon-icon-gas-petrol:before {
  content: "\e9eb";
}

.icon-icon-game-sports:before {
  content: "\e9ec";
}

.icon-icon-game-leisure:before {
  content: "\e9ed";
}

.icon-icon-fresh-air:before {
  content: "\e9ee";
}

.icon-icon-food-restaurant:before {
  content: "\e9ef";
}

.icon-icon-eye:before {
  content: "\e9f0";
}

.icon-icon-explosion:before {
  content: "\e9f1";
}

.icon-icon-ear:before {
  content: "\e9f2";
}

.icon-icon-drinks-coctels:before {
  content: "\e9f3";
}

.icon-icon-door:before {
  content: "\e9f4";
}

.icon-icon-cinema-ticket:before {
  content: "\e9f5";
}

.icon-icon-cat:before {
  content: "\e9f6";
}

.icon-icon-cake-birthday:before {
  content: "\e9f7";
}

.icon-icon-bulb-idea:before {
  content: "\e9f8";
}

.icon-icon-baby:before {
  content: "\e9f9";
}

.icon-house-search:before {
  content: "\e9fa";
}

.icon-house-money-car:before {
  content: "\e9fb";
}

.icon-house-money2:before {
  content: "\e9fc";
}

.icon-house-money:before {
  content: "\e9fd";
}

.icon-house:before {
  content: "\e9fe";
}

.icon-history-clock:before {
  content: "\e9ff";
}

.icon-headphones:before {
  content: "\ea00";
}

.icon-hand-social-integration-user:before {
  content: "\ea01";
}

.icon-hands--donation-heart:before {
  content: "\ea02";
}

.icon-hand-loan-settings:before {
  content: "\ea03";
}

.icon-hand-loan:before {
  content: "\ea04";
}

.icon-hand-donation-money:before {
  content: "\ea05";
}

.icon-hand-donation-history:before {
  content: "\ea06";
}

.icon-hand-donation-add:before {
  content: "\ea07";
}

.icon-grid-menu-elements-summary:before {
  content: "\ea08";
}

.icon-graph-copy:before {
  content: "\ea09";
}

.icon-graph:before {
  content: "\ea0a";
}

.icon-government-refund-hand:before {
  content: "\ea0b";
}

.icon-government-payment-history-transfer:before {
  content: "\ea0c";
}

.icon-government-payment:before {
  content: "\ea0d";
}

.icon-government-money:before {
  content: "\ea0e";
}

.icon-government:before {
  content: "\ea0f";
}

.icon-goal-target:before {
  content: "\ea10";
}

.icon-form-select-up:before {
  content: "\ea11";
}

.icon-form-select-down:before {
  content: "\ea12";
}

.icon-form-radio-on:before {
  content: "\ea13";
}

.icon-form-radio-off:before {
  content: "\ea14";
}

.icon-form-checkbox-on:before {
  content: "\ea15";
}

.icon-form-checkbox-off:before {
  content: "\ea16";
}

.icon-foreign-currency:before {
  content: "\ea17";
}

.icon-folder-settings2:before {
  content: "\ea18";
}

.icon-folder-settings:before {
  content: "\ea19";
}

.icon-folder-add:before {
  content: "\ea1a";
}

.icon-folder:before {
  content: "\ea1b";
}

.icon-flow:before {
  content: "\ea1c";
}

.icon-flag:before {
  content: "\ea1d";
}

.icon-five_Stars:before {
  content: "\ea1e";
}

.icon-find-us:before {
  content: "\ea1f";
}

.icon-filter2:before {
  content: "\ea20";
}

.icon-filter:before {
  content: "\ea21";
}

.icon-file-word:before {
  content: "\ea22";
}

.icon-file-pdf:before {
  content: "\ea23";
}

.icon-file-excel:before {
  content: "\ea24";
}

.icon-favorite:before {
  content: "\ea25";
}

.icon-fast-forward:before {
  content: "\ea26";
}

.icon-fast-backward:before {
  content: "\ea27";
}

.icon-empty:before {
  content: "\ea28";
}

.icon-emo-unhappy:before {
  content: "\ea29";
}

.icon-emo-happy:before {
  content: "\ea2a";
}

.icon-education-university:before {
  content: "\ea2b";
}

.icon-education-notebook-book:before {
  content: "\ea2c";
}

.icon-edit:before {
  content: "\ea2d";
}

.icon-download:before {
  content: "\ea2e";
}

.icon-document-update:before {
  content: "\ea2f";
}

.icon-document-statement-search:before {
  content: "\ea30";
}

.icon-document-statement-money:before {
  content: "\ea31";
}

.icon-document-statement:before {
  content: "\ea32";
}

.icon-document-settings:before {
  content: "\ea33";
}

.icon-documents-copy:before {
  content: "\ea34";
}

.icon-document-history:before {
  content: "\ea35";
}

.icon-document-confirm:before {
  content: "\ea36";
}

.icon-document-add:before {
  content: "\ea37";
}

.icon-document:before {
  content: "\ea38";
}

.icon-disk-settings:before {
  content: "\ea39";
}

.icon-disk-harddisk-data:before {
  content: "\ea3a";
}

.icon-disk:before {
  content: "\ea3b";
}

.icon-directions:before {
  content: "\ea3c";
}

.icon-digitalquiosk:before {
  content: "\ea3d";
}

.icon-device-tablet:before {
  content: "\ea3e";
}

.icon-device-smartwatch:before {
  content: "\ea3f";
}

.icon-devices:before {
  content: "\ea40";
}

.icon-device-ipad:before {
  content: "\ea41";
}

.icon-device-2:before {
  content: "\ea42";
}

.icon-desktop-phone:before {
  content: "\ea43";
}

.icon-desktop-paint:before {
  content: "\ea44";
}

.icon-desktop-money:before {
  content: "\ea45";
}

.icon-desktop-mobile:before {
  content: "\ea46";
}

.icon-desktop-code:before {
  content: "\ea47";
}

.icon-desktop2:before {
  content: "\ea48";
}

.icon-desktop:before {
  content: "\ea49";
}

.icon-deposit-safe-time:before {
  content: "\ea4a";
}

.icon-deposit-safe:before {
  content: "\ea4b";
}

.icon-datafon:before {
  content: "\ea4c";
}

.icon-dashboard:before {
  content: "\ea4d";
}

.icon-cursor-tap-ux:before {
  content: "\ea4e";
}

.icon-cursor-move:before {
  content: "\ea4f";
}

.icon-cursor-hand-analytics:before {
  content: "\ea50";
}

.icon-cursor-hand2:before {
  content: "\ea51";
}

.icon-cursor-hand:before {
  content: "\ea52";
}

.icon-cursor-default:before {
  content: "\ea53";
}

.icon-corporate-tag:before {
  content: "\ea54";
}

.icon-corporate-settings:before {
  content: "\ea55";
}

.icon-corporate2:before {
  content: "\ea56";
}

.icon-corporate:before {
  content: "\ea57";
}

.icon-copy:before {
  content: "\ea58";
}

.icon-contextual-options-vertical:before {
  content: "\ea59";
}

.icon-contextual-menu:before {
  content: "\ea5a";
}

.icon-contact-info-dni:before {
  content: "\ea5b";
}

.icon-confirm-document2:before {
  content: "\ea5c";
}

.icon-confirm-document:before {
  content: "\ea5d";
}

.icon-computer-user-master:before {
  content: "\ea5e";
}

.icon-computer-user-history:before {
  content: "\ea5f";
}

.icon-computer-user:before {
  content: "\ea60";
}

.icon-computer-settings:before {
  content: "\ea61";
}

.icon-computer:before {
  content: "\ea62";
}

.icon-cloud-upload:before {
  content: "\ea63";
}

.icon-cloud-download:before {
  content: "\ea64";
}

.icon-cloud:before {
  content: "\ea65";
}

.icon-close:before {
  content: "\ea66";
}

.icon-clock:before {
  content: "\ea67";
}

.icon-circle-play:before {
  content: "\ea68";
}

.icon-circle-delete:before {
  content: "\ea69";
}

.icon-circle-confirm:before {
  content: "\ea6a";
}

.icon-circle-back-reload:before {
  content: "\ea6b";
}

.icon-circle-arrow-up:before {
  content: "\ea6c";
}

.icon-circle-arrow-right:before {
  content: "\ea6d";
}

.icon-circle-arrow-left:before {
  content: "\ea6e";
}

.icon-circle-arrow-down:before {
  content: "\ea6f";
}

.icon-circle-add-box:before {
  content: "\ea70";
}

.icon-circle-add:before {
  content: "\ea71";
}

.icon-check:before {
  content: "\ea72";
}

.icon-chat-conversation:before {
  content: "\ea73";
}

.icon-chain:before {
  content: "\ea74";
}

.icon-certificate:before {
  content: "\ea75";
}

.icon-cash-history:before {
  content: "\ea76";
}

.icon-cash-add-bills:before {
  content: "\ea77";
}

.icon-cash-add:before {
  content: "\ea78";
}

.icon-cash:before {
  content: "\ea79";
}

.icon-car-transfer:before {
  content: "\ea7a";
}

.icon-car-tag:before {
  content: "\ea7b";
}

.icon-car-settings:before {
  content: "\ea7c";
}

.icon-car-payment:before {
  content: "\ea7d";
}

.icon-car-lock:before {
  content: "\ea7e";
}

.icon-car-id-history:before {
  content: "\ea7f";
}

.icon-car-ide-update:before {
  content: "\ea80";
}

.icon-car-id-copy:before {
  content: "\ea81";
}

.icon-car-id-alert:before {
  content: "\ea82";
}

.icon-car-id:before {
  content: "\ea83";
}

.icon-card-view:before {
  content: "\ea84";
}

.icon-card-update:before {
  content: "\ea85";
}

.icon-card-statement:before {
  content: "\ea86";
}

.icon-card-settings:before {
  content: "\ea87";
}

.icon-cards:before {
  content: "\ea88";
}

.icon-card-premium:before {
  content: "\ea89";
}

.icon-card-pin:before {
  content: "\ea8a";
}

.icon-card-payments:before {
  content: "\ea8b";
}

.icon-card-linked:before {
  content: "\ea8c";
}

.icon-card-info-tag:before {
  content: "\ea8d";
}

.icon-card-history:before {
  content: "\ea8e";
}

.icon-card-deactivate-stop:before {
  content: "\ea8f";
}

.icon-card-change-limit-topup:before {
  content: "\ea90";
}

.icon-card-back:before {
  content: "\ea91";
}

.icon-card-arrow:before {
  content: "\ea92";
}

.icon-card-add:before {
  content: "\ea93";
}

.icon-card-activate:before {
  content: "\ea94";
}

.icon-card:before {
  content: "\ea95";
}

.icon-car-clock-history:before {
  content: "\ea96";
}

.icon-car-alert:before {
  content: "\ea97";
}

.icon-car:before {
  content: "\ea98";
}

.icon-camera:before {
  content: "\ea99";
}

.icon-calendar-money-automated-payment:before {
  content: "\ea9a";
}

.icon-calendar-chart:before {
  content: "\ea9b";
}

.icon-calendar2:before {
  content: "\ea9c";
}

.icon-calendar:before {
  content: "\ea9d";
}

.icon-calculator-money:before {
  content: "\ea9e";
}

.icon-calculator-investment:before {
  content: "\ea9f";
}

.icon-calculator:before {
  content: "\eaa0";
}

.icon-building-settings:before {
  content: "\eaa1";
}

.icon-building-security-locked:before {
  content: "\eaa2";
}

.icon-building-security-lock:before {
  content: "\eaa3";
}

.icon-building-money:before {
  content: "\eaa4";
}

.icon-building2:before {
  content: "\eaa5";
}

.icon-building:before {
  content: "\eaa6";
}

.icon-budget:before {
  content: "\eaa7";
}

.icon-box-time:before {
  content: "\eaa8";
}

.icon-box-favorite:before {
  content: "\eaa9";
}

.icon-box-cancel:before {
  content: "\eaaa";
}

.icon-box-active:before {
  content: "\eaab";
}

.icon-box:before {
  content: "\eaac";
}

.icon-blocks:before {
  content: "\eaad";
}

.icon-beacon:before {
  content: "\eaae";
}

.icon-auth-touch-id-confirm:before {
  content: "\eaaf";
}

.icon-auth-touch-id:before {
  content: "\eab0";
}

.icon-auth-token2:before {
  content: "\eab1";
}

.icon-auth-token:before {
  content: "\eab2";
}

.icon-authentication-mfa:before {
  content: "\eab3";
}

.icon-audience:before {
  content: "\eab4";
}

.icon-attach-clip:before {
  content: "\eab5";
}

.icon-atm-cash:before {
  content: "\eab6";
}

.icon-atm-card:before {
  content: "\eab7";
}

.icon-atm:before {
  content: "\eab8";
}

.icon-asterisk:before {
  content: "\eab9";
}

.icon-arrrow-up:before {
  content: "\eaba";
}

.icon-arrow-up-down:before {
  content: "\eabb";
}

.icon-arrow-double-backward:before {
  content: "\eabc";
}

.icon-arabia:before {
  content: "\eabd";
}

.icon-analytics2:before {
  content: "\eabe";
}

.icon-analytics:before {
  content: "\eabf";
}

.icon-alert-notification:before {
  content: "\eac0";
}

.icon-alert-bell1:before {
  content: "\eac1";
}

.icon-alert-bell:before {
  content: "\eac2";
}

.icon-alert2:before {
  content: "\eac3";
}

.icon-alert:before {
  content: "\eac4";
}

.icon-360:before {
  content: "\eac5";
}

.icon-merchant-portal:before {
  content: "\eac8";
}

.icon-cash-concentration:before {
  content: "";
}

.icon-sadad-arabic:before {
  content: "\eaca";
}

.icon-swift-status:before {
  content: "\eacb";
}

.icon-swift-copy:before {
  content: "\eacc";
}

html {
  font-size: 10px;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased !important;
  font-family: "Lintel-Regular";
  font-weight: normal;
  color: #111111;
  font-size: 10px;
  word-wrap: break-word;
}

body {
  direction: ltr;
  font-size: 1.6rem;
}

.error {
  color: #d4110c;
  font-weight: normal;
  font-style: italic;
}

.error-global {
  padding: 1.5rem;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #3d9173;
}
.error-global h1 {
  margin: 0;
}
.error-global p {
  color: #111111;
}

.mandatory:after {
  content: " *";
  color: #d4110c;
}
.mandatory.mandatory-clear:after {
  content: "";
}

hr {
  margin: 0;
  border-top-width: 2px;
}

.negative-value {
  color: #FF0000 !important;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 5rem;
  height: auto;
  background-color: #414142;
  font-size: 1.2rem;
  padding: 0 2.5rem;
}
footer ul {
  padding: 0;
}
footer ul a {
  color: #EEEEEE;
}
footer ul a:hover, footer ul a:visited, footer ul a:active, footer ul a:focus {
  background-color: transparent !important;
}
footer ul a:hover {
  color: #EEEEEE;
}
footer ul.footer-leftlist {
  float: left;
}
footer ul.footer-leftlist li {
  float: left;
}
footer ul.footer-leftlist li a {
  padding: 1.5rem;
}
footer ul.footer-leftlist li a.footer-ncbrights {
  color: #777777;
}
footer ul.footer-rightlist {
  float: right;
}
footer ul.footer-rightlist li {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.5rem;
  padding: 0.8rem 0;
}
footer ul.footer-rightlist li a {
  padding: 0;
}
footer ul.footer-rightlist li .dropup-custom {
  padding-top: 0.4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 2.5rem;
}
footer ul.footer-rightlist li .dropup-custom button, footer ul.footer-rightlist li .dropup-custom button:active, footer ul.footer-rightlist li .dropup-custom button:hover {
  min-width: 10rem;
  height: 2.5rem;
  background-color: black;
  color: #EEEEEE;
  -webkit-box-shadow: 0 1px 0 0 #EEEEEE;
  box-shadow: 0 1px 0 0 #EEEEEE;
  font-family: "Lintel-Bold";
  font-weight: normal;
}
footer ul.footer-rightlist li .dropup-custom .market-icons {
  background-color: #414142;
}
footer ul.footer-rightlist li .dropup-custom .market-icons li {
  padding: 0.8rem 2.5rem;
  margin: 0;
}
footer ul.footer-rightlist li .dropup-custom .market-icons li a {
  display: block;
  width: 10.5rem;
  background-repeat: no-repeat;
}
footer ul.footer-rightlist li .dropup-custom .market-icons li a.ico-appleappstore {
  background-image: url("../../../normal/images/appleappstore.png");
  height: 3.1rem;
}
footer ul.footer-rightlist li .dropup-custom .market-icons li a.ico-googleplayicon {
  background-image: url("../../../normal/images/googleplayicon.png");
  height: 3.6rem;
}
footer ul.footer-rightlist li .dropup-custom.open button, footer ul.footer-rightlist li .dropup-custom.open button:active, footer ul.footer-rightlist li .dropup-custom.open button:hover {
  min-width: 10rem;
  height: 2.5rem;
  background-color: black;
  color: #EEEEEE;
  -webkit-box-shadow: 0 1px 0 0 #EEEEEE;
  box-shadow: 0 1px 0 0 #EEEEEE;
  font-family: "Lintel-Bold";
  font-weight: normal;
}

aside .user-info {
  display: none;
}
aside .sidebar-menu {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.38);
}
aside .menu-panel .menu-section .menu-link {
  background-color: #DDDDDD;
  font-family: "Lintel-Bold";
  font-size: 1.4rem;
  color: #555555;
  position: relative;
}
aside .menu-panel .menu-section #notificationAlerts #sidebar {
  width: 100%;
}
aside .menu-panel .menu-section #notificationAlerts #sidebar .badge {
  float: right;
}
aside .menu-panel .menu-section a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: normal 1.5rem Lintel-Bold;
  text-transform: uppercase;
  padding: 16px 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}
aside .menu-panel .menu-section a span.icon {
  font-size: 2rem;
  width: 3.8rem;
  min-width: 3.8rem;
  display: inline-block;
}
aside .menu-panel .menu-section.menu-section-selected .menu-link:before {
  content: "";
  width: 7px;
  top: 0;
  height: 100%;
  border-radius: 2px;
  position: absolute;
  background: #3d9173;
  left: 0;
  right: initial;
}
aside .menu-panel .menu-section.menu-section-selected .menu-link a, aside .menu-panel .menu-section.menu-section-selected .menu-link a:hover {
  background-color: #EEEEEE;
}
aside .menu-panel .menu-section a:focus {
  background-color: #EEEEEE;
  color: #555555;
}
aside .menu-panel .menu-section a:focus:hover {
  background-color: #EEEEEE;
}
aside .menu-panel .menu-section .icon-datafon:before {
  font-size: 2.8rem;
}
aside .menu-panel .menu-section .icon-document-statement-search:before {
  font-size: 2.5rem;
}
aside .menu-panel .menu-section .icon-dashboard:before {
  font-size: 2.2rem;
}
aside .menu-panel .menu-section .icon-sadad:before, aside .menu-panel .menu-section .icon-user-account:before,
aside .menu-panel .menu-section .icon-cash-history:before, aside .menu-panel .menu-section .icon-icon-explosion:before {
  font-size: 2.4rem;
}
aside .menu-panel .menu-section .icon-menu-list:before {
  font-size: 1.5rem;
}
aside .menu-panel .panel-collapse a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem !important;
  padding-right: 3.5rem !important;
  display: block;
  border-bottom: 1px solid #DDDDDD;
  color: #555555;
  font-family: "Lintel-Regular";
  font-size: 1.6rem;
}
aside .menu-panel .panel-collapse a.menu-option-group-title.collapsed.in, aside .menu-panel .panel-collapse a.menu-option-title.collapsed.in {
  background-color: #0a7161;
  color: white;
}
aside .menu-panel .panel-collapse a.menu-option-group-title[data-toggle="collapse"], aside .menu-panel .panel-collapse a.menu-option-title[data-toggle="collapse"] {
  position: relative;
}
aside .menu-panel .panel-collapse a.menu-option-group-title[data-toggle="collapse"]:before, aside .menu-panel .panel-collapse a.menu-option-title[data-toggle="collapse"]:before {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  font-family: "codeicons" !important;
  font-size: 0.8rem;
  content: "\eaba";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #0a7161;
}
aside .menu-panel .panel-collapse a.menu-option-group-title[data-toggle="collapse"].active:before, aside .menu-panel .panel-collapse a.menu-option-title[data-toggle="collapse"].active:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
aside .menu-panel .panel-collapse a.menu-option-group-title:not([data-toggle="collapse"]).active, aside .menu-panel .panel-collapse a.menu-option-title:not([data-toggle="collapse"]).active {
  background-color: #0a7161;
  color: white;
}
aside .menu-panel .panel-collapse .list-group {
  list-style: none;
  padding: 0;
}
aside .menu-panel .panel-collapse .list-group li a {
  padding-left: 3rem !important;
}
aside .menu-panel .panel-collapse .list-group li.menu-option-selected:hover > a {
  background-color: #0a7161;
  color: white;
}
aside .menu-panel .panel-collapse .list-group li.menu-option-selected a {
  background-color: #0a7161;
  color: white;
}
aside .panel {
  box-shadow: none;
}
aside .panel-group .panel + .panel {
  margin-top: 2px;
}
aside .panel-body {
  padding: 0;
}

.menupanel {
  position: absolute;
  top: 1rem;
  right: 2.4rem;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  z-index: 1;
}
.menupanel:before, .menupanel:after {
  content: " ";
  display: table;
}
.menupanel:after {
  clear: both;
}
.menupanel p, .menupanel li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
}
.menupanel p button, .menupanel p button:hover, .menupanel p button:focus, .menupanel p button:visited, .menupanel li button, .menupanel li button:hover, .menupanel li button:focus, .menupanel li button:visited {
  min-width: 16rem;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.6rem 1rem;
  background-color: white;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  border-left: 1px solid #777777;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #111111;
}
.menupanel p button.active, .menupanel p button:hover.active, .menupanel p button:focus.active, .menupanel p button:visited.active, .menupanel li button.active, .menupanel li button:hover.active, .menupanel li button:focus.active, .menupanel li button:visited.active {
  background-color: #3d9173;
  color: white;
  box-shadow: none;
}
.menupanel p:first-child button, .menupanel li:first-child button {
  border-top-left-radius: 0.3rem;
  -moz-border-top-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  -moz-border-bottom-left-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
}
.menupanel p:last-child button, .menupanel li:last-child button {
  border-right: 1px solid #777777;
  border-top-right-radius: 0.3rem;
  -moz-border-top-right-radius: 0.3rem;
  -webkit-border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -moz-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
}
.menupanel:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.menupanel-flex {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
.menupanel-flex p, .menupanel-flex li {
  flex-grow: 1;
}
.menupanel-flex p button, .menupanel-flex p button:hover, .menupanel-flex p button:focus, .menupanel-flex p button:visited, .menupanel-flex li button, .menupanel-flex li button:hover, .menupanel-flex li button:focus, .menupanel-flex li button:visited {
  width: 100%;
}
.menupanel-internal {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.menupanel-internal p button, .menupanel-internal p button:hover, .menupanel-internal p button:focus, .menupanel-internal p button:visited, .menupanel-internal li button, .menupanel-internal li button:hover, .menupanel-internal li button:focus, .menupanel-internal li button:visited {
  min-width: 10rem;
}
.menupanel-internal.menupanel-stacked {
  float: left;
}
.menupanel-internal.menupanel-stacked p, .menupanel-internal.menupanel-stacked li {
  float: none;
}
.menupanel-internal.menupanel-stacked p button, .menupanel-internal.menupanel-stacked p button:hover, .menupanel-internal.menupanel-stacked p button:focus, .menupanel-internal.menupanel-stacked p button:visited, .menupanel-internal.menupanel-stacked li button, .menupanel-internal.menupanel-stacked li button:hover, .menupanel-internal.menupanel-stacked li button:focus, .menupanel-internal.menupanel-stacked li button:visited {
  width: 100%;
  text-align: left;
}
.menupanel-internal.menupanel-stacked p:first-child button, .menupanel-internal.menupanel-stacked li:first-child button {
  border-top-left-radius: 0.3rem;
  -moz-border-top-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  -moz-border-top-right-radius: 0.3rem;
  -webkit-border-top-right-radius: 0.3rem;
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-right: 1px solid #777777;
  border-bottom: none;
}
.menupanel-internal.menupanel-stacked p:last-child button, .menupanel-internal.menupanel-stacked li:last-child button {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-left-radius: 0.3rem;
  -moz-border-bottom-left-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -moz-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
}

#widgets #widgetFragment {
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  overflow: hidden;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.38);
}
#widgets .widget-header {
  padding: 1.75rem 1.5rem;
  background-color: #0a7161;
  color: white;
  margin: 0 0 1px 0;
}
#widgets .widget-header li {
  list-style: none;
  margin-bottom: 20px;
}
#widgets .widget-header li:last-child {
  margin-bottom: 0;
}
#widgets .widget-header .widget--elements {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#widgets .widget-header .widget--elements a, #widgets .widget-header .widget--elements a:hover {
  position: relative;
  display: inline-block;
  width: 100%;
  color: white;
  margin: 0.5rem 0 0 0;
}
#widgets .widget-header .widget--elements a span, #widgets .widget-header .widget--elements a:hover span {
  text-align: left;
}
#widgets .widget-header .widget--elements a span.widget--title, #widgets .widget-header .widget--elements a:hover span.widget--title {
  font-family: "Lintel-Regular";
  font-weight: normal;
  font-size: 1.6rem;
  display: inline-block;
  width: 80%;
  margin-left: 5px;
}
#widgets .widget-header .widget--elements a span.widget--alerts, #widgets .widget-header .widget--elements a:hover span.widget--alerts {
  position: absolute;
  top: 0.3rem;
  right: 0;
  text-align: center;
  width: auto;
  min-width: 1.5rem;
  height: 1.7rem;
  padding: 0.3rem;
  background-color: #d4110c;
  border-radius: 8.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
#widgets .widget-header .widget--elements .icon {
  font-size: 2rem;
  float: left;
  min-width: 2.2rem;
}
#widgets .widget-header #pendingAuthContainer, #widgets .widget-header #pending-authorizations-list {
  display: inline-block;
  width: 100%;
}
#widgets .widget-header #pendingAuthBadge {
  position: absolute;
  top: 0.3rem;
  right: 0;
  text-align: center;
  width: auto;
  height: 1.7rem;
}
#widgets .widget-header #menuPendingAuthorizations {
  position: relative;
}
#widgets .widget-header #menuPendingAuthorizations ul {
  padding: 0;
  margin-bottom: 0;
}
#widgets .widget-header #menuPendingAuthorizations ul li {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
#widgets .widget-header #menuPendingAuthorizations ul li a {
  display: inline-block;
  width: 100%;
}
#widgets .widget-header #menuPendingAuthorizations ul li a span.widget--title {
  padding-left: 2.75rem !important;
  color: white;
  font-size: 1.4rem;
  display: block;
}
#widgets .widget-body {
  margin: 0;
  padding: 1.75rem 1.5rem;
  color: #555555;
  background-color: white;
}
#widgets .widget--list {
  list-style: none;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
#widgets .widget--list a, #widgets .widget--list a:hover {
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
}
#widgets .widget--list a:not(.btn), #widgets .widget--list a:hover:not(.btn) {
  color: #0a7161;
}
#widgets .widget--list:last-child {
  font-size: 1.6rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#widgets .widget--list .notification {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#widgets .widget--list .notification .notification-link {
  margin-left: 1rem;
}

[class^="col-"], [class*=" col-"] {
  float: left;
}

.layout--max {
  width: 100%;
  margin: 0 auto;
}

.layout--wrapper {
  position: relative;
  min-height: 100%;
  padding-bottom: 7rem;
}

body.login .layout--max {
  max-width: 160rem;
}

@media screen and (max-width: 1375px) {
  body:not(.login) .layout--max {
    max-width: 135rem;
    min-width: 135rem;
  }
  body:not(.login) header, body:not(.login) footer {
    min-width: 135rem;
  }
}
@media screen and (min-width: 1376px) {
  body:not(.login) .layout--max {
    max-width: 160rem;
    min-width: 160rem;
  }
  body:not(.login) header, body:not(.login) footer {
    min-width: 160rem;
  }
}
body:not(.login) footer ul.footer-rightlist {
  float: right;
  margin: 0 2.5rem;
}

.layout--auxiliar {
  padding: 1.5rem 0;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

body.login, body.ly--no-auth {
  height: 100%;
  background: #EEEEEE;
  font-size: 1.4rem;
  background-image: url("../../../illustration/Desktop/C/login_bg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  /*LOGIN BODY*/
}
body.login .navbar-auxiliar, body.ly--no-auth .navbar-auxiliar {
  width: 100%;
  font-size: 1.4rem;
  margin: 0;
  padding: 0 2.5rem;
  background-color: #414142;
}
body.login .navbar-auxiliar ul, body.ly--no-auth .navbar-auxiliar ul {
  padding: 0;
}
body.login .navbar-auxiliar ul a, body.ly--no-auth .navbar-auxiliar ul a {
  color: #EEEEEE;
}
body.login .navbar-auxiliar ul a:hover, body.login .navbar-auxiliar ul a:visited, body.login .navbar-auxiliar ul a:active, body.login .navbar-auxiliar ul a:focus, body.ly--no-auth .navbar-auxiliar ul a:hover, body.ly--no-auth .navbar-auxiliar ul a:visited, body.ly--no-auth .navbar-auxiliar ul a:active, body.ly--no-auth .navbar-auxiliar ul a:focus {
  background-color: transparent;
}
body.login .navbar-auxiliar ul a:hover, body.ly--no-auth .navbar-auxiliar ul a:hover {
  color: #d5d5d5;
}
body.login .navbar-auxiliar ul.navbar-left-custom, body.ly--no-auth .navbar-auxiliar ul.navbar-left-custom {
  float: left;
}
body.login .navbar-auxiliar ul.navbar-left-custom li, body.ly--no-auth .navbar-auxiliar ul.navbar-left-custom li {
  float: left;
}
body.login .navbar-auxiliar ul.navbar-right-custom, body.ly--no-auth .navbar-auxiliar ul.navbar-right-custom {
  float: right;
}
body.login .navbar-auxiliar ul.navbar-right-custom li, body.ly--no-auth .navbar-auxiliar ul.navbar-right-custom li {
  float: left;
}
body.login .navbar-auxiliar ul.navbar-right-custom li p.navbar-text, body.ly--no-auth .navbar-auxiliar ul.navbar-right-custom li p.navbar-text {
  font-size: 16px;
  color: #e89300;
  position: absolute;
  right: 0;
  width: 245px;
  top: 0;
  z-index: 0;
  margin: 4px 80px 0 0;
  text-align: center;
}
body.login .navbar-menu, body.ly--no-auth .navbar-menu {
  margin: 0;
  padding: 0 2.5rem;
  font-size: 1.6rem;
  background-color: white;
  width: 100%;
}
body.login .navbar-menu ul, body.ly--no-auth .navbar-menu ul {
  padding: 0;
  margin: 0;
}
body.login .navbar-menu ul li, body.ly--no-auth .navbar-menu ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 20%;
}
body.login .navbar-menu ul li a, body.ly--no-auth .navbar-menu ul li a {
  width: 100%;
  padding: 0 1.5rem;
  min-height: 9rem;
  color: #393939;
}
body.login .navbar-menu ul li a:before, body.login .navbar-menu ul li a:after, body.ly--no-auth .navbar-menu ul li a:before, body.ly--no-auth .navbar-menu ul li a:after {
  content: " ";
  display: table;
}
body.login .navbar-menu ul li a:after, body.ly--no-auth .navbar-menu ul li a:after {
  clear: both;
}
body.login .navbar-menu ul li a:hover, body.login .navbar-menu ul li a:visited, body.login .navbar-menu ul li a:active, body.login .navbar-menu ul li a:focus, body.ly--no-auth .navbar-menu ul li a:hover, body.ly--no-auth .navbar-menu ul li a:visited, body.ly--no-auth .navbar-menu ul li a:active, body.ly--no-auth .navbar-menu ul li a:focus {
  background-color: transparent;
}
body.login .navbar-menu ul li a:hover, body.ly--no-auth .navbar-menu ul li a:hover {
  color: #0a7161;
}
body.login .navbar-menu ul li a span, body.ly--no-auth .navbar-menu ul li a span {
  padding-top: 3.5rem;
  display: block;
}
body.login .navbar-menu ul li:hover:after, body.ly--no-auth .navbar-menu ul li:hover:after {
  background: #0a7161;
  border-bottom: 5px solid #0a7161;
  bottom: -0.5rem;
  left: 0;
  content: "";
  cursor: pointer;
  position: absolute;
  width: 100%;
}
body.login .navbar-menu ul li.login-logo a, body.login .navbar-menu ul li.login-logo a:hover, body.login .navbar-menu ul li.login-logo a:visited, body.login .navbar-menu ul li.login-logo a:active, body.login .navbar-menu ul li.login-logo a:focus, body.ly--no-auth .navbar-menu ul li.login-logo a, body.ly--no-auth .navbar-menu ul li.login-logo a:hover, body.ly--no-auth .navbar-menu ul li.login-logo a:visited, body.ly--no-auth .navbar-menu ul li.login-logo a:active, body.ly--no-auth .navbar-menu ul li.login-logo a:focus {
  top: 0;
  display: block;
  background-color: transparent;
}
body.login .navbar-menu ul li.login-logo a img, body.login .navbar-menu ul li.login-logo a:hover img, body.login .navbar-menu ul li.login-logo a:visited img, body.login .navbar-menu ul li.login-logo a:active img, body.login .navbar-menu ul li.login-logo a:focus img, body.ly--no-auth .navbar-menu ul li.login-logo a img, body.ly--no-auth .navbar-menu ul li.login-logo a:hover img, body.ly--no-auth .navbar-menu ul li.login-logo a:visited img, body.ly--no-auth .navbar-menu ul li.login-logo a:active img, body.ly--no-auth .navbar-menu ul li.login-logo a:focus img {
  float: left;
  margin: 2rem 0;
}
body.login .navbar-menu ul li.login-logo:after, body.ly--no-auth .navbar-menu ul li.login-logo:after {
  display: none;
}
body.login .login-body, body.ly--no-auth .login-body {
  position: relative;
  top: 4rem;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 16rem;
}
body.login .login-body h3.text-primary, body.ly--no-auth .login-body h3.text-primary {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body.login .login-body-box, body.ly--no-auth .login-body-box {
  padding: 1.5rem 0;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body.login .login-body-box--bottomAux1, body.ly--no-auth .login-body-box--bottomAux1 {
  padding-bottom: 1rem;
}
body.login .login-body-box--bottomAux2, body.ly--no-auth .login-body-box--bottomAux2 {
  padding-bottom: 6rem;
}
body.login .login-body-box .icon-container ~ .login-input, body.ly--no-auth .login-body-box .icon-container ~ .login-input {
  padding-left: 4.5rem !important;
}
body.login .login-body-box .input-icon-phone-prefix ~ .login-input, body.ly--no-auth .login-body-box .input-icon-phone-prefix ~ .login-input {
  padding-left: 8rem !important;
}
body.login .login-body-box .login-input, body.ly--no-auth .login-body-box .login-input {
  width: 100%;
  padding: 0.8rem 1.6rem;
  margin-bottom: 0.5rem;
  min-height: 4.4rem;
  color: #0a7161;
  font-size: 1.7rem;
  border: 1px solid #a7a7a8;
}
body.login .login-body-box .login-input::-moz-placeholder, body.ly--no-auth .login-body-box .login-input::-moz-placeholder {
  color: #3d9173;
  opacity: 1;
  font-style: italic;
}
body.login .login-body-box .login-input:-ms-input-placeholder, body.ly--no-auth .login-body-box .login-input:-ms-input-placeholder {
  color: #3d9173;
  font-style: italic;
}
body.login .login-body-box .login-input::-webkit-input-placeholder, body.ly--no-auth .login-body-box .login-input::-webkit-input-placeholder {
  color: #3d9173;
  font-style: italic;
}
body.login .login-body-box .login-input.login-input-read-only, body.ly--no-auth .login-body-box .login-input.login-input-read-only {
  color: #111111;
  border: 0;
}
body.login .login-body-box .btn-group.bootstrap-select.login-input, body.ly--no-auth .login-body-box .btn-group.bootstrap-select.login-input {
  border: 0;
  padding: 0;
  margin-bottom: 0.5rem !important;
}
body.login .login-body-box .btn-group.bootstrap-select.login-input::-moz-placeholder, body.ly--no-auth .login-body-box .btn-group.bootstrap-select.login-input::-moz-placeholder {
  color: #3d9173;
  opacity: 1;
  font-style: italic;
}
body.login .login-body-box .btn-group.bootstrap-select.login-input:-ms-input-placeholder, body.ly--no-auth .login-body-box .btn-group.bootstrap-select.login-input:-ms-input-placeholder {
  color: #3d9173;
  font-style: italic;
}
body.login .login-body-box .btn-group.bootstrap-select.login-input::-webkit-input-placeholder, body.ly--no-auth .login-body-box .btn-group.bootstrap-select.login-input::-webkit-input-placeholder {
  color: #3d9173;
  font-style: italic;
}
body.login .login-body-box .btn-group.bootstrap-select.login-input .btn .filter-option, body.ly--no-auth .login-body-box .btn-group.bootstrap-select.login-input .btn .filter-option {
  text-align: left;
  color: #0a7161;
  font-size: 1.7rem;
  margin: 0;
}
body.login .login-body-box .bootstrap-select, body.ly--no-auth .login-body-box .bootstrap-select {
  margin-bottom: 0.5rem;
}
body.login .login-body-box label, body.ly--no-auth .login-body-box label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 0;
}
body.login .login-body-box label.error, body.ly--no-auth .login-body-box label.error {
  position: relative;
  bottom: 0;
}
body.login .login-body-box .icon-authentication-mfa::before, body.ly--no-auth .login-body-box .icon-authentication-mfa::before {
  font-size: 1.4rem;
}
body.login .login-body .btn.retail-btn, body.ly--no-auth .login-body .btn.retail-btn {
  width: 100%;
  font-family: "Lintel-Bold";
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1rem 1.6rem;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
body.login .login-body .btn-primary, body.ly--no-auth .login-body .btn-primary {
  display: inline-block;
  color: white;
  background-color: #8cc63f;
  border-color: #8cc63f;
  font-weight: 900;
}
body.login .login-body .btn-primary:focus, body.login .login-body .btn-primary.focus, body.login .login-body .btn-primary:hover, body.login .login-body .btn-primary:active, body.login .login-body .btn-primary:visited, body.ly--no-auth .login-body .btn-primary:focus, body.ly--no-auth .login-body .btn-primary.focus, body.ly--no-auth .login-body .btn-primary:hover, body.ly--no-auth .login-body .btn-primary:active, body.ly--no-auth .login-body .btn-primary:visited {
  box-shadow: none;
  color: white;
  background-color: #3d9173;
  border-color: #3d9173;
}
body.login .login-body .btn-primary:active:hover, body.login .login-body .btn-primary:active:focus, body.ly--no-auth .login-body .btn-primary:active:hover, body.ly--no-auth .login-body .btn-primary:active:focus {
  background-color: transparent;
  border-color: transparent;
}
body.login .login-body .btn-primary.disabled, body.login .login-body .btn-primary[disabled], body.ly--no-auth .login-body .btn-primary.disabled, body.ly--no-auth .login-body .btn-primary[disabled] {
  opacity: 0.54;
  cursor: not-allowed;
  pointer-events: none;
}
body.login .login-body .btn-primary.disabled:hover, body.login .login-body .btn-primary.disabled:active, body.login .login-body .btn-primary.disabled:focus, body.login .login-body .btn-primary.disabled.focus, body.login .login-body .btn-primary[disabled]:hover, body.login .login-body .btn-primary[disabled]:active, body.login .login-body .btn-primary[disabled]:focus, body.login .login-body .btn-primary[disabled].focus, body.ly--no-auth .login-body .btn-primary.disabled:hover, body.ly--no-auth .login-body .btn-primary.disabled:active, body.ly--no-auth .login-body .btn-primary.disabled:focus, body.ly--no-auth .login-body .btn-primary.disabled.focus, body.ly--no-auth .login-body .btn-primary[disabled]:hover, body.ly--no-auth .login-body .btn-primary[disabled]:active, body.ly--no-auth .login-body .btn-primary[disabled]:focus, body.ly--no-auth .login-body .btn-primary[disabled].focus {
  opacity: 0.54;
}
fieldset[disabled] body.login .login-body .btn-primary:hover, fieldset[disabled] body.login .login-body .btn-primary:focus, fieldset[disabled] body.login .login-body .btn-primary.focus, fieldset[disabled] body.ly--no-auth .login-body .btn-primary:hover, fieldset[disabled] body.ly--no-auth .login-body .btn-primary:focus, fieldset[disabled] body.ly--no-auth .login-body .btn-primary.focus {
  opacity: 0.54;
}
body.login .login-body .btn-secondary, body.ly--no-auth .login-body .btn-secondary {
  display: inline-block;
  color: #777777;
  background-color: #dadadb;
  border-color: #dadadb;
  font-weight: 900;
}
body.login .login-body .btn-secondary:focus, body.login .login-body .btn-secondary.focus, body.login .login-body .btn-secondary:hover, body.login .login-body .btn-secondary:active, body.login .login-body .btn-secondary:visited, body.ly--no-auth .login-body .btn-secondary:focus, body.ly--no-auth .login-body .btn-secondary.focus, body.ly--no-auth .login-body .btn-secondary:hover, body.ly--no-auth .login-body .btn-secondary:active, body.ly--no-auth .login-body .btn-secondary:visited {
  box-shadow: none;
  color: #777777;
  background-color: #b4b4b5;
  border-color: #b4b4b5;
}
body.login .login-body .btn-secondary:active:hover, body.login .login-body .btn-secondary:active:focus, body.ly--no-auth .login-body .btn-secondary:active:hover, body.ly--no-auth .login-body .btn-secondary:active:focus {
  background-color: transparent;
  border-color: transparent;
}
body.login .login-body .btn-secondary.disabled, body.login .login-body .btn-secondary[disabled], body.ly--no-auth .login-body .btn-secondary.disabled, body.ly--no-auth .login-body .btn-secondary[disabled] {
  opacity: 0.54;
  cursor: not-allowed;
  pointer-events: none;
}
body.login .login-body .btn-secondary.disabled:hover, body.login .login-body .btn-secondary.disabled:active, body.login .login-body .btn-secondary.disabled:focus, body.login .login-body .btn-secondary.disabled.focus, body.login .login-body .btn-secondary[disabled]:hover, body.login .login-body .btn-secondary[disabled]:active, body.login .login-body .btn-secondary[disabled]:focus, body.login .login-body .btn-secondary[disabled].focus, body.ly--no-auth .login-body .btn-secondary.disabled:hover, body.ly--no-auth .login-body .btn-secondary.disabled:active, body.ly--no-auth .login-body .btn-secondary.disabled:focus, body.ly--no-auth .login-body .btn-secondary.disabled.focus, body.ly--no-auth .login-body .btn-secondary[disabled]:hover, body.ly--no-auth .login-body .btn-secondary[disabled]:active, body.ly--no-auth .login-body .btn-secondary[disabled]:focus, body.ly--no-auth .login-body .btn-secondary[disabled].focus {
  opacity: 0.54;
}
fieldset[disabled] body.login .login-body .btn-secondary:hover, fieldset[disabled] body.login .login-body .btn-secondary:focus, fieldset[disabled] body.login .login-body .btn-secondary.focus, fieldset[disabled] body.ly--no-auth .login-body .btn-secondary:hover, fieldset[disabled] body.ly--no-auth .login-body .btn-secondary:focus, fieldset[disabled] body.ly--no-auth .login-body .btn-secondary.focus {
  opacity: 0.54;
}
body.login .login-body .termsAndCond, body.ly--no-auth .login-body .termsAndCond {
  position: absolute;
  bottom: -6rem;
  left: 0;
  padding: 0 1.5rem;
  margin: 0.5rem 0;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
}
body.login .login-body .enrollmentReference, body.ly--no-auth .login-body .enrollmentReference {
  position: absolute;
  bottom: 15rem;
  left: 0;
  padding: 0 1.5rem;
  margin: 0.5rem 0;
  width: 100%;
  text-align: center;
}
body.login .login-body .enrollmentReference .login-menu-desc, body.ly--no-auth .login-body .enrollmentReference .login-menu-desc {
  font-family: "Lintel-Regular";
  font-weight: normal;
}
body.login .login-body .enrollmentReference.register, body.ly--no-auth .login-body .enrollmentReference.register {
  bottom: 11rem;
}
body.login .login-body .enrollmentReference.register2, body.ly--no-auth .login-body .enrollmentReference.register2 {
  bottom: 13rem;
}
body.login .login-body .enrollmentReference.register4, body.ly--no-auth .login-body .enrollmentReference.register4 {
  bottom: 16rem;
}
body.login .login-body .enrollmentReference.register0, body.ly--no-auth .login-body .enrollmentReference.register0 {
  bottom: 6rem;
}
body.login .login-body .login-resets, body.ly--no-auth .login-body .login-resets {
  position: absolute;
  bottom: 13.5rem;
  left: 0;
}
body.login .login-body .login-resets a, body.ly--no-auth .login-body .login-resets a {
  font-size: 1.2rem;
  padding: 0 1rem;
  text-align: left;
}
body.login .login-body .login-resets a:hover, body.ly--no-auth .login-body .login-resets a:hover {
  text-decoration: none;
}
body.login .login-body .mfa-buttons, body.ly--no-auth .login-body .mfa-buttons {
  position: absolute;
  bottom: -13rem;
  left: 0;
  width: 100%;
}
body.login .login-body input:-webkit-autofill, body.login .login-body textarea:-webkit-autofill, body.login .login-body select:-webkit-autofill, body.ly--no-auth .login-body input:-webkit-autofill, body.ly--no-auth .login-body textarea:-webkit-autofill, body.ly--no-auth .login-body select:-webkit-autofill {
  box-shadow: inset 0 0 0 9999px white;
}
body.login .alert, body.ly--no-auth .alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.login footer, body.ly--no-auth footer {
  position: fixed;
  left: 0;
  bottom: 0;
}
body.login .nav-pills > li.active > a > label,
body.login .nav-pills > li.active > a:hover > label,
body.login .nav-pills > li.active > a:focus > label, body.ly--no-auth .nav-pills > li.active > a > label,
body.ly--no-auth .nav-pills > li.active > a:hover > label,
body.ly--no-auth .nav-pills > li.active > a:focus > label {
  color: #ffffff;
}
body.login .nav-pill-content, body.ly--no-auth .nav-pill-content {
  padding: 2rem 1.5rem;
}
body.login .nav-pill-content .nav-pills, body.ly--no-auth .nav-pill-content .nav-pills {
  margin: 0;
}
body.login .nav-pill-content .nav-pills li, body.ly--no-auth .nav-pill-content .nav-pills li {
  display: table-cell;
  width: 1%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
body.login .nav-pill-content .nav-pills li a, body.ly--no-auth .nav-pill-content .nav-pills li a {
  background-color: white;
  padding: 0.8rem 1rem;
  border-radius: 0px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
}
body.login .nav-pill-content .nav-pills li a label, body.ly--no-auth .nav-pill-content .nav-pills li a label {
  margin-bottom: 0;
  cursor: pointer;
}
body.login .nav-pill-content .nav-pills li:first-child a, body.ly--no-auth .nav-pill-content .nav-pills li:first-child a {
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
body.login .nav-pill-content .nav-pills li:last-child a, body.ly--no-auth .nav-pill-content .nav-pills li:last-child a {
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-right: 1px solid #D5D5D5;
}
body.login .nav-pill-content .nav-pills > li.active > a, body.login .nav-pill-content .nav-pills > li.active > a:hover, body.login .nav-pill-content .nav-pills > li.active > a:focus, body.ly--no-auth .nav-pill-content .nav-pills > li.active > a, body.ly--no-auth .nav-pill-content .nav-pills > li.active > a:hover, body.ly--no-auth .nav-pill-content .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0a7161;
}
body.login .icon-container, body.ly--no-auth .icon-container {
  position: absolute;
  top: 1.3rem;
  left: 2.5rem;
  width: 2.5rem;
  text-align: center;
  font-size: 1.8rem;
}
body.login .icon-container--right, body.ly--no-auth .icon-container--right {
  position: absolute;
  top: 1.3rem;
  right: -6rem;
  width: 20rem;
  text-align: center;
  font-size: 1.8rem;
}
body.login .input-icon-phone-prefix, body.ly--no-auth .input-icon-phone-prefix {
  position: absolute;
  top: 1rem;
  left: 5.5rem;
  font-size: 1.7rem;
}
body.login ul.nav.nav-pills, body.ly--no-auth ul.nav.nav-pills {
  padding-left: 0 !important;
}
body.login.eGov .login-body .login-resets, body.ly--no-auth.eGov .login-body .login-resets {
  bottom: 7.5rem;
}

header {
  background-color: #0a7161;
}
header.auth nav {
  height: 7.7rem;
  padding: 0 3rem;
}
header.auth a.top-menu-item {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header.auth img.brandLogo {
  height: 33px;
}
header.auth .icon-logout:before {
  color: white;
}
header.auth .topbar .istable {
  height: 100%;
}
header.auth .istable {
  display: table;
}
header.auth .istable.pull-left {
  float: left !important;
  color: black;
}
header.auth .istable.pull-right {
  float: right !important;
  color: black;
}
header.auth .istable > *, header.auth .pull-right.istable > * {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-left: 30px !important;
}
header.auth #logout.top-menu-item {
  padding-left: 15px !important;
}
header.auth .istable:nth-child(1) > * {
  padding-left: 0px !important;
}
header.auth .icon:before {
  color: white;
}
header.auth .header-user-info-text-user {
  color: white;
  font-size: 1.2rem;
  padding: 0 0.5rem;
  font-family: "Lintel-Bold";
  font-weight: normal;
}
header.auth .header-user-info-text {
  color: white;
  font-size: 0.9rem;
}
header.auth .header-user-info-text-right {
  float: right;
}
header.auth .development {
  position: absolute;
  top: 0;
  left: 45%;
}

input[type="text"].error, input[type="password"].error, textarea.error {
  padding-top: 1rem;
  border: 1px solid #d4110c !important;
}
input[type="text"] ~ .fa-info-circle, input[type="password"] ~ .fa-info-circle, textarea ~ .fa-info-circle {
  position: absolute;
  right: 2.5rem;
  top: 1.5rem;
}

.input-text-full {
  margin-top: .75rem;
}

.file-input, .text-filter {
  width: 100%;
}
.file-input.file-selected, .text-filter.file-selected {
  text-transform: uppercase !important;
  font-size: 1.6rem !important;
}

.form-control {
  display: inline-block;
  font-size: 1.6rem;
  border: 1px solid #777777;
  padding: 0.6rem 1rem;
  height: 4rem;
  color: #111111;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
}
.form-control:focus {
  border-color: #0a7161;
  outline: 0;
  box-shadow: none;
}
.form-control-info {
  width: 81%;
}
.form-control-info .form-control {
  width: 81%;
}
.form-control-currency {
  width: 81%;
}
.form-control-disabled {
  opacity: .57;
  cursor: not-allowed;
}
.form-control-dual {
  background-color: #b1b1b1 !important;
  opacity: 1 !important;
  border-right: none;
}
.form-control-calendar {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 3rem !important;
  padding-right: 1rem !important;
}

.input-control {
  margin-top: 3px;
}

.right-sar, .right-icon-form {
  position: absolute;
  top: 3.5rem;
}
.right-sar-nolabel, .right-icon-form-nolabel {
  top: 1rem;
}
.right-sar-label, .right-icon-form-label {
  top: 2px;
}

.right-sar {
  right: 8%;
}

.right-icon-form {
  right: 12%;
  cursor: pointer;
}
.right-icon-form.right-icon-color-form {
  color: #0a7161 !important;
}
.right-icon-form.right-icon-color-form:hover {
  color: #3d9173 !important;
}
.right-icon-form.follow-span {
  margin-left: 1rem;
  right: auto;
  bottom: auto;
  top: 2px;
  line-height: 1.1;
}

#form-payInvoice .right-icon-form {
  right: 4%;
  top: 1.5rem;
}
#form-payInvoice .form-control[readonly] {
  background-color: #FFFFFF;
}

.opacity-disabled {
  opacity: 0.57;
}
.opacity-disabled .background-disabled {
  background-color: transparent;
}

.icon-info {
  cursor: pointer;
}
.icon-info-position {
  position: relative;
  top: 2px;
}

.box-field-wrap {
  position: relative;
}

/**
/ IBAN Number
/
**/
.iban-number {
  position: relative;
}
.iban-number .iban-number-input {
  padding: 0.6rem 1rem 0.6rem 3rem;
  width: 100%;
}
.iban-number .iban-number-country {
  position: absolute;
  bottom: 0;
  width: 2.5rem;
  height: 2rem;
  color: #111111;
  margin-bottom: 10px;
  margin-left: 8px;
  left: 0;
  font-weight: bold;
}

/**
/ Calendar Icon
/
**/
.icon-calendar-input {
  position: absolute;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin-bottom: 10px;
  margin-left: 8px;
  left: 0;
  color: #0a7161;
}
.icon-calendar-input:before {
  font-size: 1.4rem;
}

/**
/ Calendar from-to
/
**/
.box-field-calendar {
  position: relative;
}

.calendar-from-to {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.calendar-from-to.calendar {
  width: 100%;
}
.calendar-from-to .box-field-calendar {
  position: relative;
}
.calendar-from-to .box-field-calendar .icon {
  position: absolute;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin-bottom: 10px;
  margin-left: 8px;
  left: 0;
  color: #0a7161;
}
.calendar-from-to .box-field-calendar .icon:before {
  font-size: 1.4rem;
}
.calendar-from-to .box-field-calendar .input-calendar {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 3rem !important;
  padding-right: 1rem !important;
}

.from-to {
  width: 44%;
  display: inline-block;
  position: relative;
  /*label.error {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -2.4rem;
      line-height: 1.25rem;
  }*/
}
.from-to.calendar {
  width: 100%;
}
.from-to.from-to-disabled {
  opacity: 0.57;
}
.from-to .box-field-calendar {
  position: relative;
}
.from-to .box-field-calendar .icon {
  position: absolute;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin-bottom: 10px;
  margin-left: 8px;
  left: 0;
  color: #0a7161;
}
.from-to .box-field-calendar .icon:before {
  font-size: 1.4rem;
}
.from-to .box-field-calendar .input-calendar {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 3rem !important;
  padding-right: 1rem !important;
}
.from-to .box-field-calendar .input-calendar.from-to-disabled {
  background-color: transparent;
}
.from-to.to-input {
  float: right;
}
.from-to.to-input label:not(.error) {
  visibility: hidden;
}
.from-to.to-text {
  text-transform: lowercase;
  position: relative;
  color: #555555;
  width: 7%;
  display: inline-block;
  text-align: center;
}

.calendar-static .calendar-from-to {
  width: 45%;
}
.calendar-static .calendar-static-text {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 1rem;
}
.calendar-static label {
  white-space: nowrap;
}

.disable-filter .form-control {
  background-color: white;
}
.disable-filter .calendar-from-to, .disable-filter .calendar-static-text {
  opacity: .5;
}

/**
/ Amount from-to
/
**/
.amount-from-to {
  width: 45%;
  display: inline-block;
  position: relative;
}
.amount-from-to label {
  white-space: nowrap;
}

.amount-text, .calendar-text {
  text-transform: lowercase;
  left: 127px;
  color: #555555;
  bottom: 30px;
  display: inline-block;
}

/**
/ Search
/
**/
.search-component .search-inline {
  display: inline-block;
  vertical-align: middle;
}
.search-component .search-inline.search-box-field {
  position: relative;
}
.search-component .search-inline.search-box-field .icon-circle-delete {
  position: absolute;
  top: 0.8rem;
  color: #777777;
  font-size: 2.6rem;
  right: 1rem;
  cursor: pointer;
  display: none;
}
.search-component .search-inline.search-box-field .icon-circle-delete.icon-show {
  display: block;
}
.search-component .search-inline.search-box-field input {
  padding-right: 4rem !important;
}
.search-component ~ * .filter-hide:not(.selected-closed) {
  display: none !important;
}

/**
/   Select element
/   Override styles button and bootstrap
**/
.bootstrap-select.btn-group {
  width: 100%;
  margin-bottom: 0 !important;
}
.bootstrap-select.btn-group .dropdown-toggle {
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-color: #777777;
  padding: 0.6rem 1rem;
  font-size: 1.6rem;
  height: 4rem;
  color: #111111;
  background-color: white;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-toggle:active, .bootstrap-select.btn-group .dropdown-toggle:focus {
  border-color: #0a7161;
  background-color: white;
  color: #111111;
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 1.3rem;
  margin-top: .2rem;
  text-align: left;
}
.bootstrap-select.btn-group.open .dropdown-toggle {
  border-color: #0a7161;
  background-color: white;
  color: #111111;
  outline: none !important;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu.open li a,
.bootstrap-select.btn-group.show-tick .bootstrap-select-custom-header a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 4rem !important;
  padding-right: 2rem !important;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu.open li a:before,
.bootstrap-select.btn-group.show-tick .bootstrap-select-custom-header a:before {
  left: 1.6rem;
  content: "\eac6";
  font-family: "codeicons";
  position: absolute;
  top: 0.1rem;
  font-size: 1.6rem;
  color: #0a7161;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu.open li.selected a:before,
.bootstrap-select.btn-group.show-tick .bootstrap-select-custom-header.selected a:before {
  content: "\eac7";
}
.bootstrap-select.btn-group .bootstrap-select-custom-header {
  position: relative;
  text-align: left;
}
.bootstrap-select.btn-group .bootstrap-select-custom-header .bootstrap-select-custom-done {
  float: right !important;
  margin-right: 0.8rem;
  height: 2.6rem;
  line-height: 1rem;
}
.bootstrap-select.btn-group .bootstrap-select-custom-header a {
  display: block;
  cursor: pointer;
}
.bootstrap-select.btn-group .bootstrap-select-custom-header a:hover {
  background-color: #DDDDDD;
}
.bootstrap-select.btn-group .dropdown-menu.open {
  width: auto !important;
}
.bootstrap-select.btn-group .dropdown-menu.open li {
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-menu.open li.selected a, .bootstrap-select.btn-group .dropdown-menu.open li:hover a {
  background-color: #DDDDDD;
}
.bootstrap-select.btn-group .dropdown-menu.open li a {
  width: 100%;
  color: #111111;
}
.bootstrap-select.btn-group .dropdown-menu.open.inner {
  overflow-x: hidden;
}
.bootstrap-select[class*=span] {
  width: 100%;
}
.bootstrap-select-info .bootstrap-select {
  width: 81% !important;
}
.bootstrap-select .bootstrap-select-searchbox {
  position: relative;
}
.bootstrap-select .bootstrap-select-searchbox input {
  padding-left: 3rem !important;
}
.bootstrap-select .bootstrap-select-searchbox:before {
  left: 1.5rem;
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 1rem;
  font-size: 2rem;
  color: #0a7161;
}

select.error + .bootstrap-select button.btn-default {
  border-color: #d4110c !important;
}

/**
/ Checkbox
/
**/
.checkbox {
  margin: 0;
  padding-left: 0;
}
.checkbox input[type="checkbox"] {
  visibility: hidden;
}
.checkbox label {
  overflow: hidden;
  padding: 0 0 1rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox input[type="checkbox"] ~ .icon {
  position: relative;
  top: -.3rem;
  display: inline-block;
  cursor: pointer;
  margin: 0 0.25rem;
  vertical-align: sub;
}
.checkbox input[type="checkbox"] ~ .icon:before {
  font-family: "codeicons" !important;
  font-size: 1.6rem;
  content: "\eac6";
  color: #0a7161;
}
.checkbox input[type="checkbox"]:checked ~ .icon:before {
  content: "\eac7";
}
.checkbox input[type="checkbox"][disabled] ~ .icon:before {
  background-color: 0.54;
  cursor: not-allowed;
}
.checkbox input[type="checkbox"].error ~ .icon:before {
  color: #d4110c;
}
.checkbox input[type="checkbox"].error + label.error {
  display: none !important;
}
.checkbox-inline {
  vertical-align: baseline;
}
.checkbox-inline label {
  display: inline;
  padding-bottom: 0px;
}
.checkbox-table-head {
  float: left;
  margin-right: 0.3rem;
}

th .checkbox input[type="checkbox"] ~ .icon {
  top: 0;
}

.checkbox-table-head-title {
  position: relative;
  top: 4px;
}

/**
/ Radio Button
/
**/
.radio {
  margin: 0;
  padding-left: 0;
}
.radio input[type="radio"] {
  visibility: hidden;
}
.radio label {
  overflow: hidden;
  padding: 0 0 1rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.radio input[type="radio"] ~ .icon {
  position: relative;
  top: 0.1rem;
  display: inline-block;
  cursor: pointer;
  margin: 0 0.25rem;
}
.radio input[type="radio"] ~ .icon:before {
  font-family: "codeicons" !important;
  font-size: 1.6rem;
  content: "\ea14";
  color: #0a7161;
}
.radio input[type="radio"]:checked ~ .icon:before {
  content: "\ea13";
}
.radio input[type="radio"][disabled] ~ .icon:before {
  background-color: 0.54;
  cursor: not-allowed;
}
.radio input[type="radio"].error + label.error {
  display: none !important;
}
.radio-inline {
  vertical-align: baseline;
}
.radio-inline label {
  display: inline;
  padding-bottom: 0px;
}

 /**
/ Input file
/
**/
.input-file .btn-file {
  color: #0a7161;
  padding: .8rem 0;
}
.input-file .btn-file.disabled {
  color: #777777;
}
.input-file .btn-file:active {
  box-shadow: none;
}
.input-file .input-file-hidden {
  visibility: hidden;
}
.input-file .file-text {
  float: left;
}
.input-file .file-name {
  max-width: 200px;
  float: left;
  white-space: pre-line;
  text-align: left;
  display: none;
}
.input-file .icon-upload {
  float: right;
}

.btn-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5rem;
}
.btn-content .btn-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: 0;
  cursor: inherit;
  display: block;
}
.btn-content .btn {
  text-transform: uppercase;
  max-width: 238px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-content .btn.file-selected {
  text-transform: lowercase;
  font-size: 1.3rem;
}

.disabled-field, .form-control[disabled], .disabled-control[disabled] {
  background-color: white;
  opacity: .56;
}

.radioWrapp {
  position: relative;
}

/**
 * PIN display
 */
.pinDisplay {
  float: left;
}
.pinDisplay .pinDigit {
  float: left;
  font-size: 1.8rem;
  font-weight: bold !important;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  border-left: 1px solid #555555;
}
.pinDisplay .pinDigit:first-child {
  border-top-left-radius: 0.3rem;
  -moz-border-top-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  -moz-border-bottom-left-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
}
.pinDisplay .pinDigit:last-child {
  border-top-right-radius: 0.3rem;
  -moz-border-top-right-radius: 0.3rem;
  -webkit-border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -moz-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  border-right: 1px solid #555555;
}

/** Credit card thumbnail **/
.credit-card-thumbnail {
  width: 100%;
}

#cardsBody tr.selected {
  background-color: rgba(201, 228, 165, 0.5);
}

.card-number {
  direction: ltr;
  text-align: left;
}

span.card-number {
  display: block;
}

.datepicker {
  padding: 0;
}
.datepicker .prev, .datepicker .prev:hover, .datepicker .next, .datepicker .next:hover, .datepicker .datepicker-switch, .datepicker .datepicker-switch:hover {
  color: #0a7161;
  background: white !important;
}
.datepicker .dow {
  color: #3d9173;
  font-style: italic;
}
.datepicker table tr td.day {
  color: #393939;
  font-weight: bold;
}
.datepicker table tr td.day.disabled {
  background: white;
  color: #393939;
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.datepicker table tr td.day.active, .datepicker table tr td.day.active:hover {
  background: #8cc63f;
  color: white;
}
.datepicker table tr td.day.today, .datepicker table tr td.day.today:hover {
  background: #0a7161 !important;
  color: white;
}
.datepicker table tr td.day.today.disable, .datepicker table tr td.day.today.disable:hover {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.datepicker table tr td.day.new, .datepicker table tr td.day.old {
  background: white;
  color: #393939;
  opacity: 0.25;
  filter: alpha(opacity=25);
  font-weight: normal;
}

.calendars-popup .calendars .calendars-cmd:hover {
  background-color: transparent;
}
.calendars-popup .calendars-cmd-prev, .calendars-popup .calendars-cmd-next, .calendars-popup .monthYearSelects, .calendars-popup .calendars-month-year {
  color: #0a7161;
  background: white !important;
  font-weight: 100;
}
.calendars-popup .calendars-cmd-prev, .calendars-popup .calendars-cmd-next {
  position: relative;
  overflow: hidden;
  text-indent: 9999px;
}
.calendars-popup .calendars-cmd-prev:before {
  content: "<<";
  text-indent: 0;
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
}
.calendars-popup .calendars-cmd-next:before {
  content: ">>";
  text-indent: 0;
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 0;
}
.calendars-popup .calendars-month-header {
  height: auto;
  padding: 1.2rem 1rem;
  border-bottom: 1px solid #393939;
  direction: ltr;
}
.calendars-popup .calendars-ctrl {
  background-color: #3d9173;
}
.calendars-popup .calendars-ctrl .lang-selector label {
  font-size: 1.4rem;
  top: 0rem;
  color: white;
}
.calendars-popup .calendars-ctrl .lang-selector input {
  color: #0a7161;
  cursor: pointer;
}
.calendars-popup table tr th {
  color: #3d9173;
  font-style: italic;
}
.calendars-popup table tr td a.calendars-today {
  background: #0a7161 !important;
  color: white;
}
.calendars-popup table tr td a.calendars-active {
  background: #8cc63f;
  color: white;
}

.box-pagination .pagination {
  margin: 0;
  padding: 1rem;
  background: white;
}
.box-pagination .pagination li.active a {
  border-radius: .4rem;
  color: white;
}
.box-pagination .pagination li a {
  font-weight: bold;
  margin: 0 .5rem;
}
.box-pagination .pagination li a, .box-pagination .pagination li span {
  padding: .2rem 1.2rem;
  color: #777777;
  border: 1px solid transparent;
}
.box-pagination .pagination .previous a, .box-pagination .pagination .previous span {
  background-color: #EEEEEE;
  margin: 0;
}
.box-pagination .pagination .previous a:before, .box-pagination .pagination .previous span:before {
  content: "<";
  font-weight: bold;
}
.box-pagination .pagination .next a, .box-pagination .pagination .next span {
  background-color: #EEEEEE;
  margin: 0;
}
.box-pagination .pagination .next a:before, .box-pagination .pagination .next span:before {
  content: ">";
  font-weight: bold;
}

.flex-pagination {
  display: flex;
  align-items: center;
}
.flex-pagination .flex-pagination-link {
  white-space: nowrap;
  padding: 0 1rem;
}

#idTableTransactionsDetail article.panel, .modal-body article.panel {
  box-shadow: none;
}
#idTableTransactionsDetail article.panel .panel-body, .modal-body article.panel .panel-body {
  padding: 0 1rem 2.4rem;
  max-width: 1170px;
  width: 100%;
}
#idTableTransactionsDetail article.panel .panel-body-modal, .modal-body article.panel .panel-body-modal {
  padding: 0 1.5rem 1rem;
}
#idTableTransactionsDetail article.panel-webmail, .modal-body article.panel-webmail {
  border-bottom: 1px solid #DDDDDD;
}
#idTableTransactionsDetail .panel-heading, .modal-body .panel-heading {
  background-color: white;
  color: black;
  border-bottom: 0;
}
#idTableTransactionsDetail .panel-heading-modal, .modal-body .panel-heading-modal {
  min-height: unset;
}
#idTableTransactionsDetail .panel-heading .panel-title-modal, .modal-body .panel-heading .panel-title-modal {
  font-size: 2.4rem;
}
#idTableTransactionsDetail .paddingright5 article.panel-webmail, #idTableTransactionsDetail .paddingleft5 article.panel-webmail, .modal-body .paddingright5 article.panel-webmail, .modal-body .paddingleft5 article.panel-webmail {
  border-bottom: 0;
}
#idTableTransactionsDetail .paddingright5 .panel-body .col-xs-12 .col-sm-5, #idTableTransactionsDetail .paddingleft5 .panel-body .col-xs-12 .col-sm-5, .modal-body .paddingright5 .panel-body .col-xs-12 .col-sm-5, .modal-body .paddingleft5 .panel-body .col-xs-12 .col-sm-5 {
  padding: 0;
}
#idTableTransactionsDetail .paddingleft5 .panel-content-list.panel-body, .modal-body .paddingleft5 .panel-content-list.panel-body {
  padding-top: 0;
}
#idTableTransactionsDetail .paddingleft5 .col-xs-12.option, .modal-body .paddingleft5 .col-xs-12.option {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
#idTableTransactionsDetail .paddingleft5 .panel-content-list .col-xs-4, .modal-body .paddingleft5 .panel-content-list .col-xs-4 {
  padding: 0;
}

.modal .modal-header {
  padding: 0;
  z-index: 99;
  border: 0;
  text-align: center;
}
.modal .modal-header .actions-list.col-xs-12 {
  width: auto;
  padding: 0 .8rem;
}
.modal .modal-header ul.actions-list {
  padding: 0 0 0 0;
}
.modal .modal-header ul.actions-list li {
  margin-left: .8rem;
  margin-right: .8rem;
}
.modal .modal-header ul.actions-list li a {
  color: #0a7161;
  font-size: 1.5rem;
}
.modal .modal-header .close {
  opacity: 1;
  float: left;
  font-size: 1.5rem;
  margin-top: .2rem;
}
.modal .modal-header .icon-close {
  color: #0a7161;
}

/**
*   Modal dialog
**/
#modal2PdfAndHtml .modal-content {
  padding-bottom: 2rem;
}
#modal2PdfAndHtml .modal-header {
  padding: 0 1.5rem;
  position: static;
}
#modal2PdfAndHtml .box-buttons {
  float: right;
}

/**
*  Modal session timeout.
**/
#idAlertDialog {
  text-align: center;
}

#idAlertDialog:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

#idAlertDialog .modal-dialog {
  display: inline-block;
  vertical-align: middle;
}

.body-timeout .wrapper-container {
  filter: alpha(opacity=0);
  opacity: 0;
}

.sortable .myalahli-options {
  position: absolute;
  top: 1rem;
  right: 2.4rem;
}
.sortable article .colon {
  color: white;
  margin-top: 1rem;
}

.accountSelector .panel-acc-done {
  float: right;
  display: none;
}
.accountSelector .search-component {
  margin-bottom: 2rem;
  display: none;
}
.accountSelector #multiple-selection, .accountSelector .multiple-selection {
  display: none;
  color: #777777;
  font-style: italic;
}
.accountSelector .panel-acc-header .checkbox .icon {
  position: absolute;
  left: 2rem;
}
.accountSelector .panel-acc-body, .accountSelector .panel-accTo-body {
  margin-bottom: 2rem;
}
.accountSelector .panel-acc-body .acc-body-row, .accountSelector .panel-accTo-body .acc-body-row {
  position: relative;
  padding: 0.8rem 0;
  color: #111111;
  border-bottom: 1px solid rgba(177, 177, 177, 0.2);
  cursor: pointer;
}
.accountSelector .panel-acc-body .acc-body-row.panel-creditcard-acc-odd, .accountSelector .panel-accTo-body .acc-body-row.panel-creditcard-acc-odd {
  background-color: #EAEAEA;
}
.accountSelector .panel-acc-body .acc-body-row.selected, .accountSelector .panel-accTo-body .acc-body-row.selected {
  background-color: rgba(201, 228, 165, 0.5);
}
.accountSelector .panel-acc-body .acc-body-row.selected-close, .accountSelector .panel-accTo-body .acc-body-row.selected-close {
  margin-bottom: 1rem;
  border-top: 1px solid rgba(177, 177, 177, 0.2);
}
.accountSelector .panel-acc-body .acc-body-row span, .accountSelector .panel-accTo-body .acc-body-row span {
  display: block;
  word-wrap: break-word;
}
.accountSelector .panel-acc-body .acc-body-row span.acc-balance, .accountSelector .panel-accTo-body .acc-body-row span.acc-balance {
  padding-right: 1rem !important;
}
.accountSelector .panel-acc-body .acc-body-row span.acc-number, .accountSelector .panel-acc-body .acc-body-row span.acc-number + span, .accountSelector .panel-accTo-body .acc-body-row span.acc-number, .accountSelector .panel-accTo-body .acc-body-row span.acc-number + span {
  padding-left: 2rem !important;
}
.accountSelector .panel-acc-body .acc-body-row .icon, .accountSelector .panel-accTo-body .acc-body-row .icon {
  position: absolute;
  left: 2rem;
}
.accountSelector .panel-acc-body .acc-body-row .icon-triangle-up, .accountSelector .panel-acc-body .acc-body-row .icon-triangle-down, .accountSelector .panel-accTo-body .acc-body-row .icon-triangle-up, .accountSelector .panel-accTo-body .acc-body-row .icon-triangle-down {
  top: 1rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-color: transparent transparent #777777 transparent;
}
.accountSelector .panel-acc-body .acc-body-row .icon-triangle-down, .accountSelector .panel-accTo-body .acc-body-row .icon-triangle-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accountSelector .panel-acc-body .acc-body-row .icon-triangle-up, .accountSelector .panel-accTo-body .acc-body-row .icon-triangle-up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accountSelector .panel-acc-body .acc-body-row .icon-tick-confirm, .accountSelector .panel-accTo-body .acc-body-row .icon-tick-confirm {
  top: 0.5rem;
  color: #777777;
  font-size: 1rem;
}
.accountSelector .acc-balance {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.accountSelector.error .selected-close {
  border: 1px solid #d4110c !important;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
}

#mfa .mfaTypeSelector.nav.nav-tabs {
  position: absolute;
  top: 1rem;
  right: 2.4rem;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  z-index: 1;
  border: none;
}
#mfa .mfaTypeSelector.nav.nav-tabs:before, #mfa .mfaTypeSelector.nav.nav-tabs:after {
  content: " ";
  display: table;
}
#mfa .mfaTypeSelector.nav.nav-tabs:after {
  clear: both;
}
#mfa .mfaTypeSelector.nav.nav-tabs li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  background-color: white;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  border-right: 1px solid #777777;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#mfa .mfaTypeSelector.nav.nav-tabs li a, #mfa .mfaTypeSelector.nav.nav-tabs li :hover, #mfa .mfaTypeSelector.nav.nav-tabs li :focus, #mfa .mfaTypeSelector.nav.nav-tabs li :visited {
  min-width: 10rem;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.6rem 1rem;
  display: block;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #111111;
}
#mfa .mfaTypeSelector.nav.nav-tabs li:first-child, #mfa .mfaTypeSelector.nav.nav-tabs li.first {
  border-left: 1px solid #777777;
  border-top-left-radius: 0.3rem;
  -moz-border-top-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  -moz-border-bottom-left-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
}
#mfa .mfaTypeSelector.nav.nav-tabs li:last-child, #mfa .mfaTypeSelector.nav.nav-tabs li.last {
  border-right: 1px solid #777777;
  border-top-right-radius: 0.3rem;
  -moz-border-top-right-radius: 0.3rem;
  -webkit-border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -moz-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
}
#mfa .mfaTypeSelector.nav.nav-tabs li.active {
  background-color: #3d9173;
  border-color: #3d9173;
}
#mfa .mfaTypeSelector.nav.nav-tabs li.active a {
  color: white;
}
#mfa .mfaTypeSelector.nav.nav-tabs:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#mfa .mfaTypeSelector.nav.nav-tabs-internal {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

#collapse-notifications .notifications .arrows {
  padding: 0;
  text-align: center;
}
#collapse-notifications .notifications .arrows .arrow-carousel {
  transition: height 0.45s ease;
  font-size: 1.8rem;
  color: #777777;
}
#collapse-notifications .notifications .slick-list {
  float: left;
}
#collapse-notifications .notifications-count .not-status {
  color: #777777;
  font-size: 1.4rem;
  text-align: center;
  font-family: "Lintel-Regular";
  font-weight: normal;
}

.noRTL {
  direction: ltr !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: relative !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

.nomargin {
  margin: 0 !important;
}

.nomargintop {
  margin-top: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.margin-top-element {
  margin-top: 1.5rem;
}

.margin-bottom-element {
  margin-bottom: 1.5rem;
}

.margin-bottom-amount {
  margin-bottom: 1.4rem;
}

.margin-top-link {
  margin-top: 4rem;
}

.margin-top-icon {
  margin-top: 1rem;
}

.margin-bottom-icon {
  margin-bottom: 1rem;
}

.rate {
  float: left;
}

#downloadTemplate, .downloadTemplate {
  width: 100%;
}

.bold {
  font-weight: bold !important;
}

.lang_ar .dateltr {
  direction: ltr;
  text-align: right;
}

/*Shame Login*/
.login-body-box .login-body-box {
  background: transparent !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

body.login .alerts .alert.alert-warning {
  background-color: #d18686;
  color: #FFFFFF;
  border-color: #d18686;
  overflow: hidden;
}
body.login .alerts .alert.alert-warning:after {
  content: "\ea69";
  color: #FFFFFF;
  opacity: 0.3;
}
body.login .alerts .alert-success {
  overflow: hidden;
}

#PWDFormPanel .mfa-buttons, #TOKENFormPanel .mfa-buttons {
  bottom: -13.4rem;
}
#PWDFormPanel .mfa-buttons .row, #TOKENFormPanel .mfa-buttons .row {
  margin: 0;
}

#nationalIdForm a:visited {
  box-shadow: none;
  color: transparent;
  background-color: transparent;
}
#nationalIdForm #PWDFormPanel .mfa-buttons {
  bottom: -12rem;
}
#nationalIdForm #PWDFormPanel .mfa-buttons div.col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

.icon-container span.icon.icon-sales-businessman {
  font-size: 1.9rem;
}
.icon-container span.icon.icon-password {
  font-size: 1.4rem;
}

.spacer-md {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mfa-buttons-forgot {
  bottom: -13.4rem !important;
  padding-left: 0;
  padding-right: 0;
}

#registerAccountNumber {
  margin-top: 0;
}

#forgotAccessDoneForm .mfa-buttons {
  bottom: -8rem;
}

#resetPasswordFinishButton {
  bottom: -8rem;
}

.commonSearchCustom .col-xs-4 {
  margin-bottom: 2rem;
  min-height: 7.1rem;
}
.commonSearchCustom .col-xs-4:nth-child(2) {
  margin-right: 33.3333333333%;
}
.commonSearchCustom .from-to-container {
  width: 16.6666666667%;
}
.commonSearchCustom .from-to-container .from-to {
  width: 92.5%;
  float: left;
}
.commonSearchCustom .from-to-container .to-text {
  width: 14%;
  position: absolute;
  bottom: 1rem;
}
.commonSearchCustom .from-to-container.To {
  padding-left: 0 !important;
}
.commonSearchCustom .from-to-container.To .from-to {
  float: right;
}
.commonSearchCustom .from-to-container.To .from-to .control-label {
  visibility: hidden;
}
.commonSearchCustom .from-to-container.To .to-text {
  display: none;
}
.commonSearchCustom .from-to-container.From {
  padding-right: 0 !important;
}

.bill-registration .commonSearchCustom .col-xs-4:nth-child(2) {
  margin: 0;
}
.bill-registration .commonSearchCustom .col-xs-4:nth-child(3) {
  margin-right: 33.3333333333%;
}

#collapse-assets-liabilities .bootstrap-select, #nationalAddress .bootstrap-select,
#manageNotificationsForm .bootstrap-select {
  width: 100% !important;
}

.button-download {
  color: #0a7161;
}
.button-download .btn {
  padding: .8rem 0;
}
.button-download .btn:active {
  box-shadow: none;
}
.button-download .button-text {
  float: left;
}
.button-download .icon-download {
  float: right;
}

.text-checkbox {
  font-size: 1.3rem;
}

/**
* Adjuste padding-top in
* table > td white checkbox and radiobox
*/
table tbody tr td.td-checkbox, table tbody tr td.td-radio-box {
  padding-top: .8rem;
}

/**
* Custom butons for modales
**/
.modal-refund-request .modal-dialog, .modal-transactions .modal-dialog, .modal-table .modal-dialog {
  position: relative;
}
.modal-refund-request .modal-dialog .close, .modal-transactions .modal-dialog .close, .modal-table .modal-dialog .close {
  position: absolute;
  top: 1rem;
  z-index: 99;
  right: 1.5rem;
}
.modal-refund-request .modal-dialog .actions-list ul, .modal-transactions .modal-dialog .actions-list ul, .modal-table .modal-dialog .actions-list ul {
  position: absolute;
  top: 1rem;
  z-index: 99;
  right: 3.5rem;
}
.modal-refund-request .modal-dialog .panel-heading, .modal-transactions .modal-dialog .panel-heading, .modal-table .modal-dialog .panel-heading {
  padding: 0 0 0 1.5rem;
}

.modal-bulkMoiInquiry .modal-header .close {
  position: absolute;
  top: 1rem;
  z-index: 99;
  right: 2rem;
}
.modal-bulkMoiInquiry .modal-header .panel-heading {
  padding: 0 0 0 1.5rem;
}

/**
* Force style en rtl for mixin not avaliablet
**/
.lang_ar .amount-text, .lang_ar .calendar-text {
  right: 136px;
}

#bulkMoiUploadDetails .margin-top-element {
  margin-top: 0;
}

#form-searchAndPayBill .margin-bottom-element, #ruleDetails .margin-bottom-element {
  min-height: 76px;
}

.panel-multiple-payment .panel-heading {
  padding: 1rem;
}
.panel-multiple-payment .panel-heading .panel-title {
  white-space: nowrap;
  padding-top: 1rem;
}
.panel-multiple-payment .panel-actions {
  text-align: right;
}
.panel-multiple-payment .panel-actions .actions-list, .panel-multiple-payment .panel-actions .btn {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5rem;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: auto;
}

.form-horizontal .checkbox-inline {
  padding-top: 0;
}

.col-xs-4 .mandatory ~ div:not(.tooltip), .col-xs-4 .validated ~ div:not(.tooltip) {
  position: relative;
  /*label.error {
      position: absolute;
      width: 100%;
      left: 0;
      // bottom: -3.15rem;
      bottom: -2.4rem;
      line-height: 1.25rem;
  }*/
}
.col-xs-4 .mandatory ~ div:not(.tooltip) .right-sar, .col-xs-4 .mandatory ~ div:not(.tooltip) .right-icon-form, .col-xs-4 .validated ~ div:not(.tooltip) .right-sar, .col-xs-4 .validated ~ div:not(.tooltip) .right-icon-form {
  top: 1rem;
}
.col-xs-4 .mandatory ~ div:not(.tooltip) .right-sar, .col-xs-4 .validated ~ div:not(.tooltip) .right-sar {
  right: 1.4rem;
}
.col-xs-4 .mandatory ~ div:not(.tooltip) .right-icon-form, .col-xs-4 .validated ~ div:not(.tooltip) .right-icon-form {
  right: 2.4rem;
}
.col-xs-4 .position-error div {
  position: relative;
  /*label.error {
      bottom: -2.4rem;
  }*/
}
.col-xs-4 #purposeList {
  position: relative;
  /*label.error {
      bottom: -2.4rem;
  }*/
}

.page-refund-request .col-xs-4 label[for=newBeneficiaryId], #bulkTransfersUpdateForm .col-xs-4 label[for=newBeneficiaryId] {
  bottom: -1rem;
  left: 1rem;
}
.page-refund-request .col-xs-4 label[for=fileType], #bulkTransfersUpdateForm .col-xs-4 label[for=fileType] {
  bottom: -2.5rem;
  left: 1.2rem;
}

.account-selector {
  position: relative;
}
.account-selector.position-error {
  /*label.error {
      bottom: -2.4rem;
  }*/
}

.greenfont {
  font-size: 1.3rem;
}

label.box {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 0;
}
label.box.error {
  position: relative;
  bottom: 0;
}

.float-right {
  float: right;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.word-break-all {
  word-break: break-all;
}

.min-width-55 {
  min-width: 55px;
}

.banner-img {
  max-width: 100%;
  max-height: 100%;
}

header img.banner-img {
  max-height: 50px;
}

.sidemenu-banner {
  border-top: 1px solid white;
  border-bottom: 2px solid white;
}

.banner-home {
  margin-bottom: 10px;
  text-align: center;
}

.money {
  font-family: "OpenSans-Medium" !important;
  direction: ltr;
  unicode-bidi: bidi-override;
}
.money .decimal {
  font-size: 85%;
}

.accountSelector .panel-acc-body .acc-body-row span.money,
.accountSelector .panel-accTo-body .acc-body-row span.money {
  display: inline;
}
.accountSelector .panel-acc-body .acc-body-row span.money .decimal,
.accountSelector .panel-accTo-body .acc-body-row span.money .decimal {
  display: inline;
}

.breakword {
  word-break: break-word;
  -ms-word-break: break-all;
}

#letterPurposeReference {
  unicode-bidi: isolate-override;
}

.ltr-bidi-isolate {
  unicode-bidi: normal;
  direction: ltr;
}

/*# sourceMappingURL=style-ltr.css.map */
