@font-face {
  font-family: Vazir;
  src: url('fonts/Vazir.eot');
  src: url('fonts/Vazir.eot?#iefix') format('embedded-opentype'), url('fonts/Vazir.woff') format('woff'), url('fonts/Vazir.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: Vazir;
  src: url('fonts/Vazir-Bold.eot');
  src: url('fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Vazir-Bold.woff') format('woff'), url('fonts/Vazir-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: Vazir;
  src: url('fonts/Vazir-Light.eot');
  src: url('fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Vazir-Light.woff') format('woff'), url('fonts/Vazir-Light.ttf') format('truetype');
  font-weight: 300;
}
/*!
 * 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: yellow;
  color: black;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  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: black !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 #999999;
    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: black !important;
  }
  .label {
    border: 1px solid black;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: white !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !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: transparent;
}
body {
  font-family: 'Vazir', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #4d4d4d;
  background-color: #eeeff1;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #123958;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #051018;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.7;
  background-color: white;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  -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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #cdcdcd;
}
.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: bold;
  line-height: 1.7;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #9c9c9c;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 27px;
}
h2,
.h2 {
  font-size: 23px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #ffe880;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #9c9c9c;
}
.text-primary {
  color: #123958;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #091e2e;
}
.text-success {
  color: #3d8b40;
}
a.text-success:hover,
a.text-success:focus {
  color: #2d682f;
}
.text-info {
  color: #3071a9;
}
a.text-info:hover,
a.text-info:focus {
  color: #245682;
}
.text-warning {
  color: #997e00;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #665400;
}
.text-danger {
  color: #d92231;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ad1b27;
}
.bg-primary {
  color: white;
  background-color: #123958;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #091e2e;
}
.bg-success {
  background-color: #d5edd6;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #b2ddb3;
}
.bg-info {
  background-color: #b9d4ec;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #92bce0;
}
.bg-warning {
  background-color: #ffe880;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffdf4d;
}
.bg-danger {
  background-color: #fbe5e7;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f4b9be;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #cdcdcd;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  padding-right: 0;
  padding-left: initial;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.7;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #9c9c9c;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 16.25px;
  border-left: 5px solid #bbbbbb;
}
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.7;
  color: #9c9c9c;
}
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 #bbbbbb;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.7;
}
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: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  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: 10.5px;
  margin: 0 0 11px;
  font-size: 12px;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
  color: #737373;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
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: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .container {
    width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 956px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1156px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.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: 8px;
  padding-right: 8px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.666666667%;
}
.col-xs-10 {
  width: 83.333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666667%;
}
.col-xs-7 {
  width: 58.333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666667%;
}
.col-xs-4 {
  width: 33.333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666667%;
}
.col-xs-1 {
  width: 8.333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.666666667%;
}
.col-xs-pull-10 {
  right: 83.333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.666666667%;
}
.col-xs-pull-7 {
  right: 58.333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.666666667%;
}
.col-xs-pull-4 {
  right: 33.333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666667%;
}
.col-xs-pull-1 {
  right: 8.333333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.666666667%;
}
.col-xs-push-10 {
  left: 83.333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.666666667%;
}
.col-xs-push-7 {
  left: 58.333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.666666667%;
}
.col-xs-push-4 {
  left: 33.333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666667%;
}
.col-xs-push-1 {
  left: 8.333333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.666666667%;
  }
  .col-sm-10 {
    width: 83.333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666667%;
  }
  .col-sm-7 {
    width: 58.333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666667%;
  }
  .col-sm-4 {
    width: 33.333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666667%;
  }
  .col-sm-1 {
    width: 8.333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.666666667%;
  }
  .col-sm-pull-10 {
    right: 83.333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.666666667%;
  }
  .col-sm-pull-7 {
    right: 58.333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.666666667%;
  }
  .col-sm-pull-4 {
    right: 33.333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666667%;
  }
  .col-sm-pull-1 {
    right: 8.333333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.666666667%;
  }
  .col-sm-push-10 {
    left: 83.333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.666666667%;
  }
  .col-sm-push-7 {
    left: 58.333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.666666667%;
  }
  .col-sm-push-4 {
    left: 33.333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666667%;
  }
  .col-sm-push-1 {
    left: 8.333333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.666666667%;
  }
  .col-md-10 {
    width: 83.333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666667%;
  }
  .col-md-7 {
    width: 58.333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666667%;
  }
  .col-md-4 {
    width: 33.333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666667%;
  }
  .col-md-1 {
    width: 8.333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.666666667%;
  }
  .col-md-pull-10 {
    right: 83.333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.666666667%;
  }
  .col-md-pull-7 {
    right: 58.333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.666666667%;
  }
  .col-md-pull-4 {
    right: 33.333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666667%;
  }
  .col-md-pull-1 {
    right: 8.333333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.666666667%;
  }
  .col-md-push-10 {
    left: 83.333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.666666667%;
  }
  .col-md-push-7 {
    left: 58.333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.666666667%;
  }
  .col-md-push-4 {
    left: 33.333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666667%;
  }
  .col-md-push-1 {
    left: 8.333333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.666666667%;
  }
  .col-lg-10 {
    width: 83.333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666667%;
  }
  .col-lg-7 {
    width: 58.333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666667%;
  }
  .col-lg-4 {
    width: 33.333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666667%;
  }
  .col-lg-1 {
    width: 8.333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.666666667%;
  }
  .col-lg-pull-10 {
    right: 83.333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.666666667%;
  }
  .col-lg-pull-7 {
    right: 58.333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.666666667%;
  }
  .col-lg-pull-4 {
    right: 33.333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666667%;
  }
  .col-lg-pull-1 {
    right: 8.333333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.666666667%;
  }
  .col-lg-push-10 {
    left: 83.333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.666666667%;
  }
  .col-lg-push-7 {
    left: 58.333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.666666667%;
  }
  .col-lg-push-4 {
    left: 33.333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666667%;
  }
  .col-lg-push-1 {
    left: 8.333333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #9c9c9c;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #eeeff1;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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: whitesmoke;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #d5edd6;
}
.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: #c3e5c5;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #b9d4ec;
}
.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: #a6c8e6;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffe880;
}
.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: #ffe466;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fbe5e7;
}
.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: #f8cfd3;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 19.5px;
  line-height: inherit;
  color: #737373;
  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: 2px 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: 6px;
  font-size: 13px;
  line-height: 1.7;
  color: #3b3b3b;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.7;
  color: #3b3b3b;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  background-color: #bbbbbb;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: default;
}
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[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 26px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 42px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 5px;
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
}
.radio label,
.checkbox label,
.radio-inline label,
.checkbox-inline label {
  margin-bottom: 0;
  vertical-align: middle;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  height: 22px;
  vertical-align: middle;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: default;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: default;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: default;
}
.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 35px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 26px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 26px;
  line-height: 26px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 26px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 26px;
  line-height: 26px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 26px;
  min-height: 34px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 42px;
  padding: 7px 14px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 42px;
  padding: 7px 14px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 39px;
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.5;
}
.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-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.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: black;
}
.has-success .form-control {
  border-color: black;
  -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: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.has-success .input-group-addon {
  color: black;
  border-color: black;
  background-color: #d5edd6;
}
.has-success .form-control-feedback {
  color: black;
}
.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: #1a1500;
}
.has-warning .form-control {
  border-color: #1a1500;
  -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: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #806900;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #806900;
}
.has-warning .input-group-addon {
  color: #1a1500;
  border-color: #1a1500;
  background-color: #ffe880;
}
.has-warning .form-control-feedback {
  color: #1a1500;
}
.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: black;
}
.has-error .form-control {
  border-color: black;
  -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: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.has-error .input-group-addon {
  color: black;
  border-color: black;
  background-color: #fbe5e7;
}
.has-error .form-control-feedback {
  color: black;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8d8d8d;
}
@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 .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: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 6px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 8px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 8px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 4px;
    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: 5px 10px;
  font-size: 13px;
  line-height: 1.7;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #4d4d4d;
  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: default;
  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: #4d4d4d;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #4d4d4d;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #4d4d4d;
}
.btn-primary {
  color: white;
  background-color: #123958;
  border-color: #0e2b43;
}
.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #091e2e;
  border-color: black;
}
.btn-primary:hover {
  color: white;
  background-color: #091e2e;
  border-color: #030a10;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #091e2e;
  border-color: #030a10;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: white;
  background-color: #030a10;
  border-color: black;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #123958;
  border-color: #0e2b43;
}
.btn-primary .badge {
  color: #123958;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #4caf50;
  border-color: #449d48;
}
.btn-success:focus,
.btn-success.focus {
  color: white;
  background-color: #3d8b40;
  border-color: #1e441f;
}
.btn-success:hover {
  color: white;
  background-color: #3d8b40;
  border-color: #327334;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: white;
  background-color: #3d8b40;
  border-color: #327334;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: white;
  background-color: #327334;
  border-color: #1e441f;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #4caf50;
  border-color: #449d48;
}
.btn-success .badge {
  color: #4caf50;
  background-color: white;
}
.btn-info {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-info:focus,
.btn-info.focus {
  color: white;
  background-color: #3071a9;
  border-color: #193c5a;
}
.btn-info:hover {
  color: white;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: white;
  background-color: #285e8e;
  border-color: #193c5a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-info .badge {
  color: #428bca;
  background-color: white;
}
.btn-warning {
  color: white;
  background-color: #cca800;
  border-color: #b39300;
}
.btn-warning:focus,
.btn-warning.focus {
  color: white;
  background-color: #997e00;
  border-color: #332a00;
}
.btn-warning:hover {
  color: white;
  background-color: #997e00;
  border-color: #756100;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #997e00;
  border-color: #756100;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: white;
  background-color: #756100;
  border-color: #332a00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #cca800;
  border-color: #b39300;
}
.btn-warning .badge {
  color: #cca800;
  background-color: white;
}
.btn-danger {
  color: white;
  background-color: #d92231;
  border-color: #c31f2c;
}
.btn-danger:focus,
.btn-danger.focus {
  color: white;
  background-color: #ad1b27;
  border-color: #550d13;
}
.btn-danger:hover {
  color: white;
  background-color: #ad1b27;
  border-color: #8e1620;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: white;
  background-color: #ad1b27;
  border-color: #8e1620;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: white;
  background-color: #8e1620;
  border-color: #550d13;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d92231;
  border-color: #c31f2c;
}
.btn-danger .badge {
  color: #d92231;
  background-color: white;
}
.btn-link {
  color: #123958;
  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: #051018;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #9c9c9c;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 7px 14px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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;
  visibility: visible;
}
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: 13px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -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: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.7;
  color: #737373;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #666666;
  background-color: whitesmoke;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #123958;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bbbbbb;
}
.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: default;
}
.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.7;
  color: #9c9c9c;
  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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.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 {
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  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: 3px;
  border-bottom-left-radius: 3px;
}
.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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 7px 14px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  line-height: 26px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #3b3b3b;
  text-align: center;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 7px 14px;
  font-size: 17px;
  border-radius: 3px;
}
.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 > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 6px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: white;
}
.nav > li.disabled > a {
  color: #9c9c9c;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #9c9c9c;
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: white;
  border-color: #123958;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.7;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: white;
  background-color: #123958;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #eeeff1;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-radius: 3px 3px 0 0;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.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: white;
  background-color: #123958;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #eeeff1;
  }
}
.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: 40px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@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: 9px 8px;
  font-size: 17px;
  line-height: 22px;
  height: 40px;
}
.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: -8px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: 4.5px -8px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@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: 22px;
  }
  .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: 9px;
    padding-bottom: 9px;
  }
}
.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  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: 3px;
  margin-bottom: 3px;
}
@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 .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form .form-group,
.navbar-form .checkbox,
.navbar-form .radio {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  
}
@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: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-left.flip {
    float: right !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -8px;
  }
  .navbar-right.flip {
    float: left !important;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #123958;
  border-color: #0c273c;
}
.navbar-default .navbar-brand {
  color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #4d4d4d;
}
.navbar-default .navbar-nav > li > a {
  color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: #0c273c;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #123958;
  background-color: #0c273c;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #081825;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1b5482;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #0c273c;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #0c273c;
  color: #123958;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: #0c273c;
  }
  .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: #123958;
    background-color: #0c273c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: white;
}
.navbar-default .navbar-link:hover {
  color: white;
}
.navbar-default .btn-link {
  color: white;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: white;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #303f4e;
  border-color: #1d252e;
}
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: white;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #1d252e;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #222d38;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #1d252e;
  color: white;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #1d252e;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #1d252e;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    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: white;
    background-color: #1d252e;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: white;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}
.navbar-inverse .btn-link {
  color: white;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: white;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 16px;
  list-style: none;
  background-color: #e0e2e5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "\00BB\00a0";
  padding: 0 5px;
  color: #aaaaaa;
}
.breadcrumb > .active {
  color: #4d4d4d;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  line-height: 1.7;
  text-decoration: none;
  color: #123958;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #051018;
  background-color: #bbbbbb;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: white;
  background-color: #123958;
  border-color: #123958;
  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: #9c9c9c;
  background-color: white;
  border-color: #dddddd;
  cursor: default;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 7px 14px;
  font-size: 17px;
  line-height: 1.5;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #bbbbbb;
}
.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: #9c9c9c;
  background-color: white;
  cursor: default;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #737373;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5a5a5a;
}
.label-primary {
  background-color: #123958;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #091e2e;
}
.label-success {
  background-color: #4caf50;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #3d8b40;
}
.label-info {
  background-color: #428bca;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #3071a9;
}
.label-warning {
  background-color: #cca800;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #997e00;
}
.label-danger {
  background-color: #d92231;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ad1b27;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: white;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #737373;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #123958;
  background-color: white;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #bbbbbb;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #a2a2a2;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 8px;
}
.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: 59px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.7;
  background-color: white;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  -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 {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #123958;
}
.thumbnail .caption {
  padding: 9px;
  color: #4d4d4d;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: #d5edd6;
  border-color: #a7d6a0;
  color: black;
}
.alert-success hr {
  border-top-color: #96ce8e;
}
.alert-success .alert-link {
  color: black;
}
.alert-info {
  background-color: #b9d4ec;
  border-color: #7ea0db;
  color: #142f46;
}
.alert-info hr {
  border-top-color: #6a92d5;
}
.alert-info .alert-link {
  color: #08141e;
}
.alert-warning {
  background-color: #ffe880;
  border-color: #b3b100;
  color: #1a1500;
}
.alert-warning hr {
  border-top-color: #999700;
}
.alert-warning .alert-link {
  color: black;
}
.alert-danger {
  background-color: #d92231;
  border-color: #81142f;
  color: white;
}
.alert-danger hr {
  border-top-color: #6b1127;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: whitesmoke;
  border-radius: 3px;
  -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: 22px;
  color: white;
  text-align: center;
  background-color: #123958;
  -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: #4caf50;
}
.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: #428bca;
}
.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: #cca800;
}
.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: #d92231;
}
.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: white;
  border: 1px solid #e6e6e6;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item,
button.list-group-item {
  color: #333333;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #111111;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #123958;
  background-color: #f8f8f8;
}
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: #f8f8f8;
  color: #9c9c9c;
  cursor: default;
}
.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: #9c9c9c;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #123958;
  border-color: #123958;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #59a3dd;
}
.list-group-item-success {
  color: black;
  background-color: #d5edd6;
}
a.list-group-item-success,
button.list-group-item-success {
  color: black;
}
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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: black;
  background-color: #c3e5c5;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: white;
  background-color: black;
  border-color: black;
}
.list-group-item-info {
  color: #142f46;
  background-color: #b9d4ec;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #142f46;
}
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #142f46;
  background-color: #a6c8e6;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: white;
  background-color: #142f46;
  border-color: #142f46;
}
.list-group-item-warning {
  color: #1a1500;
  background-color: #ffe880;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #1a1500;
}
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #1a1500;
  background-color: #ffe466;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: white;
  background-color: #1a1500;
  border-color: #1a1500;
}
.list-group-item-danger {
  color: black;
  background-color: #fbe5e7;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: black;
}
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: black;
  background-color: #f8cfd3;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: white;
  background-color: black;
  border-color: black;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 16px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 3px;
  -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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  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: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #d0d0d0;
}
.panel-default > .panel-heading {
  color: #3b3b3b;
  background-color: #f7f7f7;
  border-color: #d0d0d0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d0d0d0;
}
.panel-default > .panel-heading .badge {
  color: #f7f7f7;
  background-color: #3b3b3b;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d0d0d0;
}
.panel-primary {
  border-color: #123958;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #123958;
  border-color: #123958;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #123958;
}
.panel-primary > .panel-heading .badge {
  color: #123958;
  background-color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #123958;
}
.panel-success {
  border-color: #4caf50;
}
.panel-success > .panel-heading {
  color: white;
  background-color: #4caf50;
  border-color: #4caf50;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4caf50;
}
.panel-success > .panel-heading .badge {
  color: #4caf50;
  background-color: white;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4caf50;
}
.panel-info {
  border-color: #428bca;
}
.panel-info > .panel-heading {
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-info > .panel-heading .badge {
  color: #428bca;
  background-color: white;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-warning {
  border-color: #cca800;
}
.panel-warning > .panel-heading {
  color: white;
  background-color: #cca800;
  border-color: #cca800;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cca800;
}
.panel-warning > .panel-heading .badge {
  color: #cca800;
  background-color: white;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cca800;
}
.panel-danger {
  border-color: #d92231;
}
.panel-danger > .panel-heading {
  color: white;
  background-color: #d92231;
  border-color: #d92231;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d92231;
}
.panel-danger > .panel-heading .badge {
  color: #d92231;
  background-color: white;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d92231;
}
.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: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -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: #dddddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: black;
  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: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -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: black;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.7;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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: 'Vazir', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.7;
  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: white;
  text-align: center;
  background-color: black;
  border-radius: 3px;
}
.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: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Vazir', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.7;
  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: 13px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -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: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  border-radius: 2px 2px 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: white;
}
.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: white;
}
.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: white;
}
.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: white;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-header:before,
.panel-body:before,
.pager:before,
.navbar-collapse:before,
.navbar-header:before,
.navbar:before,
.nav:before,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:before,
.form-horizontal .form-group:before,
.row:before,
.container-fluid:before,
.container:before,
.dl-horizontal dd:before,
.modal-footer:after,
.modal-header:after,
.panel-body:after,
.pager:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.nav:after,
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.form-horizontal .form-group:after,
.row:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after,
.modal-header:after,
.panel-body:after,
.pager:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.nav:after,
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.form-horizontal .form-group:after,
.row:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd: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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.label {
  font-size: inherit;
  padding: .1em .6em .1em;
  font-weight: inherit;
}
label,
dt {
  font-weight: inherit;
}
.btn {
  text-shadow: none;
}
.breadcrumb {
  text-shadow: 0 1px 0 white;
}
.input-group-sm > .input-group-addon {
  line-height: 1;
}
.panel-body,
.panel-footer {
  box-shadow: 0 1px 0 white inset;
}
.panel-default > .panel-heading {
  text-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white inset;
}
.panel-body.form-inline {
  padding-bottom: 7px;
}
.form-inline .form-group,
.form-inline .checkbox,
.form-inline .radio {
  margin-bottom: 8px;
}
.rtl .form-inline .form-group,
.rtl .form-inline .checkbox,
.rtl .form-inline .radio {
  margin-left: 8px;
}
.ltr .form-inline .form-group,
.ltr .form-inline .checkbox,
.ltr .form-inline .radio {
  margin-right: 8px;
}
.text-warning {
  color: #b39300;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #806900;
}
.dir-left {
  direction: ltr;
}
.dir-right {
  direction: rtl;
}
.bold {
  font-weight: bold;
}
.v-mid {
  vertical-align: middle !important;
}
.block {
  display: block !important;
}
.inline {
  display: inline !important;
}
.inline-block {
  display: inline-block !important;
}
.text-moremuted {
  color: #cfcfcf;
}
.text-normal {
  font-weight: normal;
}
.text-overflow {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inherited-link {
  color: inherit;
}
.inherited-link:hover,
.inherited-link:focus {
  color: #123958;
}
.mg {
  margin: 16px !important;
}
.mg-btm {
  margin-bottom: 16px !important;
}
.mg-top {
  margin-top: 16px !important;
}
.mg-left {
  margin-left: 16px !important;
}
.mg-right {
  margin-right: 16px !important;
}
.mg-btm-zero {
  margin-bottom: 0 !important;
}
.mg-top-zero {
  margin-top: 0 !important;
}
.mg-left-zero {
  margin-left: 0 !important;
}
.mg-right-zero {
  margin-right: 0 !important;
}
.mg-zero {
  margin: 0 !important;
}
.mg-btm-5 {
  margin-bottom: 5px !important;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.mg-left-5 {
  margin-left: 5px !important;
}
.mg-right-5 {
  margin-right: 5px !important;
}
.mg-5 {
  margin: 5px !important;
}
.mg-btm-10 {
  margin-bottom: 10px !important;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-left-10 {
  margin-left: 10px !important;
}
.mg-right-10 {
  margin-right: 10px !important;
}
.mg-10 {
  margin: 10px !important;
}
@media (max-width: 991px) {
  .mg-btm-sm {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .mg-btm-xs {
    margin-bottom: 16px !important;
  }
}
.pd {
  padding: 16px !important;
}
.pd-btm {
  padding-bottom: 16px !important;
}
.pd-top {
  padding-top: 16px !important;
}
.pd-left {
  padding-left: 16px !important;
}
.pd-right {
  padding-right: 16px !important;
}
.pd-btm-zero {
  padding-bottom: 0 !important;
}
.pd-top-zero {
  padding-top: 0 !important;
}
.pd-left-zero {
  padding-left: 0 !important;
}
.pd-right-zero {
  padding-right: 0 !important;
}
.pd-zero {
  padding: 0 !important;
}
.pd-btm-5 {
  padding-bottom: 5px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-left-5 {
  padding-left: 5px !important;
}
.pd-right-5 {
  padding-right: 5px !important;
}
.pd-5 {
  padding: 5px !important;
}
.pd-btm-10 {
  padding-bottom: 10px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-left-10 {
  padding-left: 10px !important;
}
.pd-right-10 {
  padding-right: 10px !important;
}
.pd-10 {
  padding: 10px !important;
}
.panel-opp {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0;
}
.rtl .mg-after {
  margin-left: 16px !important;
}
.rtl .mg-before {
  margin-right: 16px !important;
}
.rtl .mg-after-5 {
  margin-left: 5px !important;
}
.rtl .mg-before-5 {
  margin-right: 5px !important;
}
.rtl .mg-after-zero {
  margin-left: 0 !important;
}
.rtl .mg-before-zero {
  margin-right: 0 !important;
}
.rtl .pd-after {
  padding-left: 16px !important;
}
.rtl .pd-after-5 {
  padding-left: 5px !important;
}
.rtl .pd-before {
  padding-right: 16px !important;
}
.rtl .pd-before-5 {
  padding-right: 5px !important;
}
.rtl .pd-after-zero {
  margin-left: 0 !important;
}
.rtl .pd-before-zero {
  margin-right: 0 !important;
}
.rtl .push {
  float: left !important;
}
.rtl .push.flip {
  float: right !important;
}
.rtl .pull {
  float: right !important;
}
.rtl .pull.flip {
  float: left !important;
}
.ltr .mg-after {
  margin-right: 16px !important;
}
.ltr .mg-before {
  margin-left: 16px !important;
}
.ltr .mg-after-5 {
  margin-right: 5px !important;
}
.ltr .mg-before-5 {
  margin-left: 5px !important;
}
.ltr .mg-after-zero {
  margin-right: 0 !important;
}
.ltr .mg-before-zero {
  margin-left: 0 !important;
}
.ltr .pd-after {
  padding-right: 16px !important;
}
.ltr .pd-before {
  padding-left: 16px !important;
}
.ltr .pd-after-5 {
  padding-right: 5px !important;
}
.ltr .pd-before-5 {
  padding-left: 5px !important;
}
.ltr .pd-after-zero {
  margin-right: 0 !important;
}
.ltr .pd-before-zero {
  margin-left: 0 !important;
}
.ltr .push {
  float: right !important;
}
.ltr .push.flip {
  float: left !important;
}
.ltr .pull {
  float: left !important;
}
.ltr .pull.flip {
  float: right !important;
}
.ajax-progress {
  position: absolute;
  left: 50%;
  top: 40%;
  font-weight: bold;
  margin-left: -90px;
  width: 180px;
  padding: 20px 60px 20px 10px;
  background: white url(images/progress.gif) no-repeat 125px center;
  border: 1px solid #9aa0ac;
  z-index: 1000;
  box-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
  position: fixed;
  border-radius: 3px;
}
.spinner {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
[data-sr] {
  visibility: hidden;
}
.text-white {
  color: white;
}
.text-default {
  color: #4d4d4d;
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
}
.border-btm {
  border-bottom: 1px solid #dddddd;
}
.relative {
  position: relative !important;
}
.bg-white {
  background-color: white !important;
}
.bg-dark {
  background-color: #3b3b3b !important;
}
.table td,
.table th {
  vertical-align: middle !important;
}
.btn-icon-right {
  float: right;
  margin: -5px -10px -5px 10px;
  padding: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  background: rgba(255, 255, 255, 0.2);
  border-left: inherit;
}
.article-list .media {
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0;
}
.list-group-item .thumbnail,
.table .thumbnail {
  margin: 0;
}
.list-group-item .media-body :last-child {
  margin-bottom: 0;
}
.list-group-item .meta {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #fafafa;
}
.ltr .meta-data {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.ltr .meta-attachments,
.ltr .meta-impressions,
.ltr .meta-categories,
.ltr .meta-like,
.ltr .meta-reply {
  float: right !important;
  margin: 0 0 0 10px;
}
.ltr .meta-attachments.flip,
.ltr .meta-impressions.flip,
.ltr .meta-categories.flip,
.ltr .meta-like.flip,
.ltr .meta-reply.flip {
  float: left !important;
}
.ltr .faq-like {
  float: left !important;
  margin: 0 10px 0 0;
}
.ltr .faq-like.flip {
  float: right !important;
}
.rtl .meta-data {
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.rtl .meta-attachments,
.rtl .meta-impressions,
.rtl .meta-categories,
.rtl .meta-like,
.rtl .meta-reply {
  float: left !important;
  margin: 0 10px 0 0;
}
.rtl .meta-attachments.flip,
.rtl .meta-impressions.flip,
.rtl .meta-categories.flip,
.rtl .meta-like.flip,
.rtl .meta-reply.flip {
  float: right !important;
}
.rtl .faq-like {
  float: right !important;
  margin: 0 0 0 10px;
}
.rtl .faq-like.flip {
  float: left !important;
}
.thumbnail .meta {
  margin: 0;
}
.thumbnail .meta-data {
  float: none !important;
  display: block;
  margin: 0;
  text-align: center;
}
.attachments {
  padding: 10px 0 0;
}
.other-img {
  margin-top: 16px;
}
.faq h4 {
  margin: 0;
}
.faq .media {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  margin: 11px 0;
}
.faq .media:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.faq .media:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.faq .media.disabled,
.faq .media.disabled:hover,
.faq .media.disabled:focus {
  background-color: #f8f8f8;
  color: #9c9c9c;
  cursor: default;
}
.faq .media.disabled .list-group-item-heading,
.faq .media.disabled:hover .list-group-item-heading,
.faq .media.disabled:focus .list-group-item-heading {
  color: inherit;
}
.faq .media.disabled .list-group-item-text,
.faq .media.disabled:hover .list-group-item-text,
.faq .media.disabled:focus .list-group-item-text {
  color: #9c9c9c;
}
.faq .media.active,
.faq .media.active:hover,
.faq .media.active:focus {
  z-index: 2;
  color: white;
  background-color: #123958;
  border-color: #123958;
}
.faq .media.active .list-group-item-heading,
.faq .media.active:hover .list-group-item-heading,
.faq .media.active:focus .list-group-item-heading,
.faq .media.active .list-group-item-heading > small,
.faq .media.active:hover .list-group-item-heading > small,
.faq .media.active:focus .list-group-item-heading > small,
.faq .media.active .list-group-item-heading > .small,
.faq .media.active:hover .list-group-item-heading > .small,
.faq .media.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.faq .media.active .list-group-item-text,
.faq .media.active:hover .list-group-item-text,
.faq .media.active:focus .list-group-item-text {
  color: #59a3dd;
}
.number {
  direction: ltr;
}
.datePicker,
.timePicker {
  text-align: center;
}
.checkboxlist.Horizontal .checkbox + .checkbox {
  margin-right: 16px !important;
}
.rd-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.rd-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  margin: 0;
  float: right;
}
.rd-toggle + label + label {
  line-height: 25px;
  margin-bottom: 0;
}
input.rd-toggle-round + label {
  width: 50px;
  height: 25px;
  border-radius: 25px;
}
input.rd-toggle-round + label:before,
input.rd-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.rd-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 25px;
  transition: background 0.4s;
  border: 1px solid #dddddd;
}
input.rd-toggle-round + label:after {
  width: 25px;
  background-color: white;
  border-radius: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.rd-toggle-round:checked + label:before {
  background-color: #4caf50;
  border-color: #449d48;
}
input.rd-toggle-round:checked + label:after {
  margin-left: 25px;
}
.ltr .geo-editor select + select,
.ltr .geo-editor .spinner {
  margin-left: 3px;
}
.rtl .geo-editor select + select,
.rtl .geo-editor .spinner {
  margin-right: 3px;
}
#member-menu {
  margin-bottom: 22px;
}
#member-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#member-menu ul ul {
  display: none;
  position: absolute;
  top: -1px;
  right: 100%;
  z-index: 9;
  padding: 0;
  box-shadow: -2px 1px 3px #999999;
  background: #f7f7f7;
}
#member-menu li {
  position: relative;
  color: #3b3b3b;
}
#member-menu li:hover {
  background: white;
  color: #123958;
}
#member-menu li:hover > ul {
  display: block;
}
#member-menu li li {
  border-top: 1px solid white;
  border-bottom: 1px solid #dedede;
}
#member-menu a {
  display: block;
  padding: 7px 15px;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#member-menu .menu-arrow {
  width: 9px;
  height: 16px;
  background: inherit;
  left: 0;
  top: 9px;
  position: absolute;
  transform: matrix(0.8, -2.2, 0.5, 1.1, -4, 1);
  z-index: 10;
}
#member-menu .has-ul:not(.active):after {
  border: 5px solid transparent;
  border-right-color: #b7b7b7;
  position: absolute;
  left: .2em;
  top: 50%;
  margin-top: -5px;
  content: "";
}
#member-menu > ul {
  background: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
}
#member-menu > ul > li {
  border-top: 1px solid white;
  border-bottom: 1px solid #dedede;
}
#member-menu > ul > li:first-child {
  border-top: 0;
  border-radius: 3px 3px 0 0;
}
#member-menu > ul > li:last-child {
  border-radius: 0 0 3px 3px;
}
#member-menu > ul > li.active {
  background-color: #123958;
  color: white;
}
#member-menu > ul > li.active > ul {
  position: static;
  display: block;
  box-shadow: none;
  background: white;
}
#member-menu > ul > li.active > ul > .active {
  color: #051018;
}
#member-menu > ul > li.active > ul > li {
  border-top: 0;
  border-bottom: 1px solid #eaeaea;
}
#member-menu > ul > li.active > ul > li:last-child {
  border-bottom: none;
}
#member-menu > ul > li.active > ul > li:hover {
  color: #123958;
}
#member-menu > ul > li.active > ul > li a {
  padding: 7px 25px;
}
.form-group .awe-lookup-field {
  display: block;
}
.form-inline .form-group .awe-lookup-field {
  display: inline-block;
}
.awe-btn {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.awe-popup .awe-searchbtn {
  vertical-align: top;
  padding: 4px 7px;
  margin: 0 3px;
}
.ajax-autocomplete-input,
.awe-lookup-field .awe-display,
.awe-multilookup-field .awe-display {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  padding: 5px 10px !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  color: #3b3b3b !important;
  background-color: white !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  display: inline-block;
  min-width: 100px;
  min-height: 32px;
}
.ajax-autocomplete-input:focus,
.awe-lookup-field .awe-display:focus,
.awe-multilookup-field .awe-display:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.ajax-autocomplete-input::-moz-placeholder,
.awe-lookup-field .awe-display::-moz-placeholder,
.awe-multilookup-field .awe-display::-moz-placeholder {
  color: #999999 !important;
  opacity: 1 !important;
}
.ajax-autocomplete-input:-ms-input-placeholder,
.awe-lookup-field .awe-display:-ms-input-placeholder,
.awe-multilookup-field .awe-display:-ms-input-placeholder {
  color: #999999 !important;
}
.ajax-autocomplete-input::-webkit-input-placeholder,
.awe-lookup-field .awe-display::-webkit-input-placeholder,
.awe-multilookup-field .awe-display::-webkit-input-placeholder {
  color: #999999 !important;
}
.ajax-autocomplete-input::-ms-expand,
.awe-lookup-field .awe-display::-ms-expand,
.awe-multilookup-field .awe-display::-ms-expand {
  border: 0 !important;
  background-color: transparent !important;
}
.ajax-autocomplete-input[disabled],
.awe-lookup-field .awe-display[disabled],
.awe-multilookup-field .awe-display[disabled],
fieldset[disabled] .ajax-autocomplete-input,
fieldset[disabled] .awe-lookup-field .awe-display,
fieldset[disabled] .awe-multilookup-field .awe-display {
  background-color: #bbbbbb !important;
  opacity: 1 !important;
}
.ajax-autocomplete-input[disabled],
.awe-lookup-field .awe-display[disabled],
.awe-multilookup-field .awe-display[disabled],
fieldset[disabled] .ajax-autocomplete-input,
fieldset[disabled] .awe-lookup-field .awe-display,
fieldset[disabled] .awe-multilookup-field .awe-display {
  cursor: default !important;
}
textarea.ajax-autocomplete-input,
textarea.awe-lookup-field .awe-display,
textarea.awe-multilookup-field .awe-display {
  height: auto !important;
}
.awe-multilookup-field .awe-display {
  padding: 5px 12px !important;
  height: unset !important;
}
.awe-lookup-field .awe-btn,
.awe-multilookup-field .awe-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: 5px 10px;
  font-size: 13px;
  line-height: 1.7;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
  color: #4d4d4d;
  background-color: white;
  border-color: #cccccc;
  height: unset;
  padding-left: 0;
  padding-right: 0;
}
.awe-lookup-field .awe-btn:focus,
.awe-multilookup-field .awe-btn:focus,
.awe-lookup-field .awe-btn:active:focus,
.awe-multilookup-field .awe-btn:active:focus,
.awe-lookup-field .awe-btn.active:focus,
.awe-multilookup-field .awe-btn.active:focus,
.awe-lookup-field .awe-btn.focus,
.awe-multilookup-field .awe-btn.focus,
.awe-lookup-field .awe-btn:active.focus,
.awe-multilookup-field .awe-btn:active.focus,
.awe-lookup-field .awe-btn.active.focus,
.awe-multilookup-field .awe-btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.awe-lookup-field .awe-btn:hover,
.awe-multilookup-field .awe-btn:hover,
.awe-lookup-field .awe-btn:focus,
.awe-multilookup-field .awe-btn:focus,
.awe-lookup-field .awe-btn.focus,
.awe-multilookup-field .awe-btn.focus {
  color: #4d4d4d;
  text-decoration: none;
}
.awe-lookup-field .awe-btn:active,
.awe-multilookup-field .awe-btn:active,
.awe-lookup-field .awe-btn.active,
.awe-multilookup-field .awe-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);
}
.awe-lookup-field .awe-btn.disabled,
.awe-multilookup-field .awe-btn.disabled,
.awe-lookup-field .awe-btn[disabled],
.awe-multilookup-field .awe-btn[disabled],
fieldset[disabled] .awe-lookup-field .awe-btn,
fieldset[disabled] .awe-multilookup-field .awe-btn {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.awe-lookup-field .awe-btn.disabled,
a.awe-multilookup-field .awe-btn.disabled,
fieldset[disabled] a.awe-lookup-field .awe-btn,
fieldset[disabled] a.awe-multilookup-field .awe-btn {
  pointer-events: none;
}
.awe-lookup-field .awe-btn:focus,
.awe-multilookup-field .awe-btn:focus,
.awe-lookup-field .awe-btn.focus,
.awe-multilookup-field .awe-btn.focus {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.awe-lookup-field .awe-btn:hover,
.awe-multilookup-field .awe-btn:hover {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.awe-lookup-field .awe-btn:active,
.awe-multilookup-field .awe-btn:active,
.awe-lookup-field .awe-btn.active,
.awe-multilookup-field .awe-btn.active,
.open > .dropdown-toggle.awe-lookup-field .awe-btn,
.open > .dropdown-toggle.awe-multilookup-field .awe-btn {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.awe-lookup-field .awe-btn:active:hover,
.awe-multilookup-field .awe-btn:active:hover,
.awe-lookup-field .awe-btn.active:hover,
.awe-multilookup-field .awe-btn.active:hover,
.open > .dropdown-toggle.awe-lookup-field .awe-btn:hover,
.open > .dropdown-toggle.awe-multilookup-field .awe-btn:hover,
.awe-lookup-field .awe-btn:active:focus,
.awe-multilookup-field .awe-btn:active:focus,
.awe-lookup-field .awe-btn.active:focus,
.awe-multilookup-field .awe-btn.active:focus,
.open > .dropdown-toggle.awe-lookup-field .awe-btn:focus,
.open > .dropdown-toggle.awe-multilookup-field .awe-btn:focus,
.awe-lookup-field .awe-btn:active.focus,
.awe-multilookup-field .awe-btn:active.focus,
.awe-lookup-field .awe-btn.active.focus,
.awe-multilookup-field .awe-btn.active.focus,
.open > .dropdown-toggle.awe-lookup-field .awe-btn.focus,
.open > .dropdown-toggle.awe-multilookup-field .awe-btn.focus {
  color: #4d4d4d;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.awe-lookup-field .awe-btn:active,
.awe-multilookup-field .awe-btn:active,
.awe-lookup-field .awe-btn.active,
.awe-multilookup-field .awe-btn.active,
.open > .dropdown-toggle.awe-lookup-field .awe-btn,
.open > .dropdown-toggle.awe-multilookup-field .awe-btn {
  background-image: none;
}
.awe-lookup-field .awe-btn.disabled:hover,
.awe-multilookup-field .awe-btn.disabled:hover,
.awe-lookup-field .awe-btn[disabled]:hover,
.awe-multilookup-field .awe-btn[disabled]:hover,
fieldset[disabled] .awe-lookup-field .awe-btn:hover,
fieldset[disabled] .awe-multilookup-field .awe-btn:hover,
.awe-lookup-field .awe-btn.disabled:focus,
.awe-multilookup-field .awe-btn.disabled:focus,
.awe-lookup-field .awe-btn[disabled]:focus,
.awe-multilookup-field .awe-btn[disabled]:focus,
fieldset[disabled] .awe-lookup-field .awe-btn:focus,
fieldset[disabled] .awe-multilookup-field .awe-btn:focus,
.awe-lookup-field .awe-btn.disabled.focus,
.awe-multilookup-field .awe-btn.disabled.focus,
.awe-lookup-field .awe-btn[disabled].focus,
.awe-multilookup-field .awe-btn[disabled].focus,
fieldset[disabled] .awe-lookup-field .awe-btn.focus,
fieldset[disabled] .awe-multilookup-field .awe-btn.focus {
  background-color: white;
  border-color: #cccccc;
}
.awe-lookup-field .awe-btn .badge,
.awe-multilookup-field .awe-btn .badge {
  color: white;
  background-color: #4d4d4d;
}
.awe-lookup-field .awe-btn .awe-icon,
.awe-multilookup-field .awe-btn .awe-icon {
  width: unset;
  height: unset;
  margin: 0;
  position: static;
  background: none;
}
.awe-lookup-field .awe-btn.awe-clearbtn,
.awe-multilookup-field .awe-btn.awe-clearbtn {
  border-color: transparent;
  background: none;
}
.awe-grid .grid-warning,
.awe-grid .awe-alt.grid-warning {
  background: lightyellow;
}
.awe-grid .grid-muted,
.awe-grid .awe-alt.grid-muted {
  background: #fafafa;
  color: #999999;
}
.awe-grid .grid-default,
.awe-grid .awe-alt.grid-default {
  background: white;
}
.awe-grid .bool-icon-false.true,
.awe-grid .bool-icon-true {
  display: none;
}
.awe-grid .bool-icon-true.true {
  display: inline-block;
}
.awe-grid img[src$="path="] {
  display: none;
}
.navbar-main {
  background-color: #123958;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  border: 1px solid #0c273c;
  /*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/

  border-radius: 0;
  border-width: 1px 0;
  margin-bottom: 0;
  /*.navbar-nav > .active > a {
        #gradient > .vertical(@start-color: darken(@menu-active-bg, 5%); @end-color: darken(@menu-active-bg, 2%));
        .reset-filter();
    }*/

}
.navbar-main .navbar-nav > .active > a {
  background-color: #0c273c;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  color: #123958;
}
.navbar-main .navbar-header {
  padding: 5px 0;
}
.navbar-main .navbar-toggle {
  border: 1px solid #081825;
}
.navbar-main .navbar-toggle:hover {
  background: #1b5482;
}
.navbar-main .navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  background: white;
}
.navbar-main .sf-menu {
  border-right: 1px solid #0e2b43;
  border-left: 1px solid #184c76;
  float: right;
}
.navbar-main .sf-menu li {
  border-left: 1px solid #0e2b43;
  border-right: 1px solid #184c76;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  transition: background .2s;
}
.navbar-main .sf-menu li:hover,
.navbar-main .sf-menu li.sfHover {
  background: #0c273c;
}
.navbar-main .sf-menu li.sfHover > a,
.navbar-main .sf-menu li a:hover {
  color: white;
  background: #0c273c;
}
.navbar-main .sf-menu li a {
  color: white;
  padding: 9px 16px;
  text-decoration: none;
  zoom: 1;
  /* IE7 */

}
.navbar-main .sf-menu ul {
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.2);
  background: white;
  border: 1px solid #f0f0f0;
  border-width: 0 1px;
  margin-top: 0;
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */

}
.navbar-main .sf-menu ul li {
  background: white;
  border-width: 1px 0;
}
.navbar-main .sf-menu ul li:hover,
.navbar-main .sf-menu ul li.sfHover {
  background: #f7f7f7;
}
.navbar-main .sf-menu ul li.sfHover > a,
.navbar-main .sf-menu ul li a:hover {
  color: #123958;
  background: #f7f7f7;
}
.navbar-main .sf-menu ul li a {
  color: #4d4d4d;
  padding: 4px 16px;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid transparent;
  border-left: 0;
}
.navbar-main .sf-arrows .sf-with-ul {
  padding-left: 1.9em;
  *padding-left: 1em;
}
.navbar-main .sf-arrows .sf-with-ul:after {
  border: 5px solid transparent;
  border-top-color: white;
}
.navbar-main .sf-arrows > li > .sf-with-ul:focus:after,
.navbar-main .sf-arrows > li:hover > .sf-with-ul:after,
.navbar-main .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
}
.navbar-main .sf-arrows ul .sf-with-ul:after {
  border-right-color: #4d4d4d;
  border-top-color: transparent;
}
.navbar-main .sf-arrows ul li > .sf-with-ul:focus:after,
.navbar-main .sf-arrows ul li:hover > .sf-with-ul:after,
.navbar-main .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-right-color: #4d4d4d;
}
.navbar-main .sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background: white;
  border: 1px solid #f0f0f0;
}
.navbar-main .sf-menu .menu-col:not(.menu-noborder) {
  border-left: 1px solid gainsboro;
}
.navbar-main .sf-menu .megamenu-wrap {
  padding: 15px 15px 3px;
}
.navbar-main .sf-menu .megamenu-wrap ul {
  position: unset;
  display: block;
  border: 0;
  box-shadow: none;
  margin-bottom: 12px;
}
.navbar-main .sf-menu .megamenu-wrap ul li {
  font-size: 12px;
}
.navbar-main .sf-menu .megamenu-wrap ul li a {
  border: none;
  padding: 8px 12px;
  color: #123958;
}
.navbar-main .sf-menu .megamenu-wrap ul li a:hover {
  color: #4d4d4d;
}
.navbar-main .sf-menu .sf-mega-root {
  margin-top: 0;
}
.navbar-main .sf-menu .sf-mega-root a,
.navbar-main .sf-menu .sf-mega-root span {
  display: block;
  padding: 8px 4px;
  color: inherit;
}
.navbar-main .sf-menu .sf-mega-root a:hover {
  color: #123958;
  background: #f7f7f7;
}
.navbar-main .sf-menu .mega-item {
  position: unset;
}
.navbar-main .sf-menu li:hover > .sf-mega,
.navbar-main .sf-menu li.sfHover > .sf-mega {
  display: block;
}
.navbar-main .navbar-collapse {
  padding: 0;
}
.navbar-main .sf-navbar {
  position: relative;
  width: 100%;
  border-left: none;
  /*** point all arrows down ***/

}
.navbar-main .sf-navbar ul li {
  position: relative;
}
.navbar-main .sf-navbar ul ul {
  right: 0;
  top: 100%;
}
.navbar-main .sf-navbar ul ul li {
  width: 100%;
}
.navbar-main .sf-navbar ul li.current > a {
  font-weight: bold;
}
.navbar-main .sf-navbar li {
  position: static;
}
.navbar-main .sf-navbar > li > ul {
  min-width: 100%;
}
.navbar-main .sf-navbar > li > ul > li {
  float: right;
}
.navbar-main .sf-navbar > li > ul > li > a {
  border-bottom-width: 0;
  border-top-width: 0;
}
.navbar-main .sf-navbar.sf-arrows ul .sf-with-ul:after {
  border: 5px solid transparent;
  border-top-color: #4d4d4d;
}
.navbar-main .sf-navbar.sf-arrows ul > li > .sf-with-ul:focus:after,
.navbar-main .sf-navbar.sf-arrows ul > li:hover > .sf-with-ul:after,
.navbar-main .sf-navbar.sf-arrows ul > .sfHover > .sf-with-ul:after {
  border-color: transparent;
  border-top-color: #4d4d4d;
}
@media (max-width: 767px) {
  .navbar-main .navbar-collapse {
    padding: 0;
  }
  .navbar-main .sf-menu,
  .navbar-main .sf-menu.sf-navbar {
    float: none;
    border: 0;
  }
  .navbar-main .sf-menu ul,
  .navbar-main .sf-menu.sf-navbar ul,
  .navbar-main .sf-menu .sf-mega,
  .navbar-main .sf-menu.sf-navbar .sf-mega {
    position: static;
    box-shadow: none;
    border: 0;
  }
  .navbar-main .sf-menu ul ul,
  .navbar-main .sf-menu.sf-navbar ul ul,
  .navbar-main .sf-menu .sf-mega ul,
  .navbar-main .sf-menu.sf-navbar .sf-mega ul {
    border-right: 16px solid #f0f0f0;
  }
  .navbar-main .sf-menu li,
  .navbar-main .sf-menu.sf-navbar li {
    float: none;
  }
  .navbar-main .sf-menu li a,
  .navbar-main .sf-menu.sf-navbar li a {
    padding: 4px 16px;
  }
  .navbar-main .sf-menu > li,
  .navbar-main .sf-menu.sf-navbar > li {
    border-color: #184c76 black #0e2b43;
    border-width: 1px 0;
  }
  .navbar-main .sf-menu > li:last-child,
  .navbar-main .sf-menu.sf-navbar > li:last-child {
    border-bottom: none;
  }
}
.navbar-main .sf-navbar.sf-arrows ul li > a {
  padding: 9px 16px;
}
.navbar-main .sf-navbar.sf-arrows ul li.has-ul .sf-with-ul,
.navbar-main .sf-navbar.sf-arrows ul li.mega-item .sf-with-ul {
  padding: 9px 16px;
}
.navbar-main .sf-navbar.sf-arrows ul li.has-ul .sf-with-ul:after,
.navbar-main .sf-navbar.sf-arrows ul li.mega-item .sf-with-ul:after {
  border: none;
  content: "";
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: 32px;
}
.navbar-main .sf-navbar.sf-arrows ul li.has-ul .sf-with-ul:hover:before,
.navbar-main .sf-navbar.sf-arrows ul li.mega-item .sf-with-ul:hover:before {
  background: #123958;
  bottom: 0px;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 5;
}
.navbar-main .sf-navbar.sf-arrows ul > li > .sf-with-ul:focus:after,
.navbar-main .sf-navbar.sf-arrows ul > li:hover > .sf-with-ul:after,
.navbar-main .sf-navbar.sf-arrows ul > .sfHover > .sf-with-ul:after {
  border-color: transparent transparent #123958;
  border-style: solid;
  border-width: 6px;
}
.navbar-main .sf-navbar.sf-arrows ul > li > .sf-with-ul:focus:before,
.navbar-main .sf-navbar.sf-arrows ul > li:hover > .sf-with-ul:before,
.navbar-main .sf-navbar.sf-arrows ul > .sfHover > .sf-with-ul:before {
  background: #123958;
  bottom: 0px;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 5;
}
.navbar-main .sf-navbar .megamenu-wrap {
  position: relative;
}
.navbar-main .sf-navbar .megamenu-wrap .megamenu-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.navbar-main {
  border: none !important;
  box-shadow: none !important;
}
.navbar-main .sf-menu {
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .navbar-main .sf-menu li a {
    width: max-content;
  }
}
.navbar-main .sf-mega a {
  color: #4d4d4d !important;
}
.navbar-main .badge {
  background-color: red !important;
  color: #123958;
}
.navbar-main i {
  color: #123958 !important;
  font-size: 20px !important;
}
.navbar-main .sf-mega-root a {
  border: none !important;
  color: #123958 !important;
  padding: 4px !important;
}
.navbar-main .menu-col {
  border: none !important;
}
.navbar-main .menu-col ul li a {
  padding: 5px 4px !important;
}
@media (min-width: 768px) {
  .navbar-main .mega-menu-flex {
    height: 356px;
    column-count: 5;
    column-fill: auto;
  }
}
.sf-mega-root a {
  color: #123958 !important;
}
@media (min-width: 992px) {
  .img-1 .sf-mega {
    background: white url('../../../../Uploads/site-1/UserFiles/Admin/menu/img-1.jpg') 32px center no-repeat !important;
  }
  .img-2 .sf-mega {
    background: white url('../../../../Uploads/site-1/UserFiles/Admin/menu/img-2.jpg') 32px center no-repeat !important;
  }
  .img-3 .sf-mega {
    background: white url('../../../../Uploads/site-1/UserFiles/Admin/menu/img-3.jpg') 32px center no-repeat !important;
  }
  .img-4 .sf-mega {
    background: white url('../../../../Uploads/site-1/UserFiles/Admin/menu/img-4.jpg') 32px center no-repeat !important;
  }
  .img-5 .sf-mega {
    background: white url('../../../../Uploads/site-1/UserFiles/Admin/menu/img-5.jpg') 32px center no-repeat !important;
  }
  .img-6 .sf-mega {
    background: white url('../../../../Uploads/site-1/UserFiles/Admin/menu/img-6.jpg') 32px center no-repeat !important;
  }
  .img-7 .sf-mega {
    background: white url('../../../../Uploads/site-1/UserFiles/Admin/menu/img-7.jpg') 32px center no-repeat !important;
  }
  .navbar-main .sf-navbar.sf-arrows ul li > a {
    padding: 5px 16px;
  }
  [class*=' img-'] .megamenu-wrap {
    height: 400px;
    overflow: auto;
  }
}
header .input-group {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
header .input-group .input-group-btn {
  position: absolute;
  height: 100%;
}
header .input-group .form-control {
  padding-right: 40px;
  background: #f1f1f1;
  border: none !important;
  box-shadow: none;
}
header .input-group button.btn.btn-default {
  border: none;
  z-index: 999;
  background: none;
  background: #cccccc;
  height: 100%;
  font-size: 18px;
  vertical-align: middle;
  padding: 0 10px;
  border-radius: 0;
}
header .input-group button.btn.btn-default .fa {
  vertical-align: middle;
}
.tabs-sidebar .nav-tabs,
.tabs-widget .nav-tabs {
  margin: 0 10px;
}
.tabs-sidebar .nav-tabs > li > a,
.tabs-widget .nav-tabs > li > a {
  border-bottom-color: #dddddd;
}
.tabs-sidebar .nav-tabs > li > a .fa,
.tabs-widget .nav-tabs > li > a .fa {
  vertical-align: middle;
}
.tabs-sidebar .nav-tabs > li.active > a,
.tabs-widget .nav-tabs > li.active > a {
  border-bottom-color: transparent;
}
.tabs-sidebar .nav-tabs > li.active > a,
.tabs-widget .nav-tabs > li.active > a,
.tabs-sidebar .nav-tabs > li.active > a:hover,
.tabs-widget .nav-tabs > li.active > a:hover,
.tabs-sidebar .nav-tabs > li.active > a:focus,
.tabs-widget .nav-tabs > li.active > a:focus {
  background: #123958;
  color: white;
  outline: none;
}
.tabs-sidebar .tab-pane :last-child,
.tabs-widget .tab-pane :last-child {
  margin-bottom: 0;
}
.tab-vertical {
  margin-bottom: 22px;
}
.tab-vertical .nav-tabs {
  width: 20%;
  padding: 0;
  margin: 0;
  border: 0;
}
.tab-vertical .nav-tabs li,
.tab-vertical .nav-tabs li > a {
  float: none;
  border-radius: 0;
  border-color: transparent;
}
.tab-vertical .nav-tabs li > a {
  margin: 0 0 2px;
}
.tab-vertical .nav-tabs li:last-child > a {
  margin: 0;
}
.tab-vertical .tab-pane {
  border-top: 1px solid #d0d0d0;
  margin: 0;
}
.tab-vertical .tab-content {
  width: 80%;
}
.tab-vertical:before,
.tab-vertical:after {
  content: " ";
  display: table;
}
.tab-vertical:after {
  clear: both;
}
.rtl .tabs-sidebar .nav-tabs > li > a .fa,
.rtl .tabs-widget .nav-tabs > li > a .fa {
  margin-left: 5px;
}
.rtl .tab-vertical .nav-tabs,
.rtl .tab-vertical .tab-content {
  float: right;
}
.rtl .tab-vertical .nav-tabs li {
  margin: 0 0 0 -1px;
}
.rtl .tab-vertical .nav-tabs li > a {
  border-left-color: #dddddd;
}
.rtl .tab-vertical .nav-tabs li.active > a,
.rtl .tab-vertical .nav-tabs li.active > a:hover,
.rtl .tab-vertical .nav-tabs li.active > a:focus {
  border: 1px solid transparent;
  border-left-color: transparent;
}
.rtl .tab-vertical .nav-tabs li:first-child,
.rtl .tab-vertical .nav-tabs li:first-child > a {
  border-top-right-radius: 3px;
}
.rtl .tab-vertical .nav-tabs li:last-child,
.rtl .tab-vertical .nav-tabs li:last-child > a {
  border-bottom-right-radius: 3px;
}
.rtl .tab-vertical .tab-pane {
  border-right: 1px solid #dddddd;
}
.rtl .tab-vertical .tab-pane,
.rtl .tab-vertical .tab-pane > * {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ltr .tabs-sidebar .nav-tabs > li > a .fa,
.ltr .tabs-widget .nav-tabs > li > a .fa {
  margin-right: 5px;
}
.ltr .tab-vertical .nav-tabs,
.ltr .tab-vertical .tab-content {
  float: left;
}
.ltr .tab-vertical .nav-tabs li {
  margin: 0 -1px 0 0;
}
.ltr .tab-vertical .nav-tabs li > a {
  border-right-color: #dddddd;
}
.ltr .tab-vertical .nav-tabs li.active > a,
.ltr .tab-vertical .nav-tabs li.active > a:hover,
.ltr .tab-vertical .nav-tabs li.active > a:focus {
  border: 1px solid transparent;
  border-left-color: transparent;
}
.ltr .tab-vertical .nav-tabs li:first-child,
.ltr .tab-vertical .nav-tabs li:first-child > a {
  border-top-left-radius: 3px;
}
.ltr .tab-vertical .nav-tabs li:last-child,
.ltr .tab-vertical .nav-tabs li:last-child > a {
  border-bottom-left-radius: 3px;
}
.ltr .tab-vertical .tab-pane {
  border-left: 1px solid #dddddd;
}
.ltr .tab-vertical .tab-pane,
.ltr .tab-vertical .tab-pane > * {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tree-widget .list-group .list-group {
  box-shadow: none;
  margin: 10px -15px -10px;
  border-radius: 0;
  border-top: 1px solid #e6e6e6;
}
.tree-widget .list-group .list-group .list-group-item {
  background-color: whitesmoke;
}
.tree-widget .list-group .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tree-widget .list-group .list-group .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tree-widget .list-group .widget-caret {
  padding: 12px;
  top: 0;
  position: absolute;
}
.tree-widget .list-group-item > a {
  display: block;
  color: inherit;
}
.tree-widget .list-group-item > a:hover,
.tree-widget .list-group-item > a:focus {
  color: #123958;
}
.MenuWidget .list-group-item h4 {
  margin: 0;
}
.ltr .tree-widget .widget-caret {
  right: 0;
}
.ltr .tree-widget .list-group .list-group .list-group-item {
  padding-left: 30px;
}
.rtl .tree-widget .widget-caret {
  left: 0;
}
.rtl .tree-widget .list-group .list-group .list-group-item {
  padding-right: 30px;
}
.LoginWidget .checkbox {
  margin-top: 6px;
}
.LoginWidget .input-group-addon {
  min-width: 90px;
}
.LoginWidget p {
  margin: 0;
}
.LoginWidget p + p {
  margin-top: 10px;
}
.LoginWidget .list-group {
  position: relative;
}
.LoginWidget .thumbnail {
  margin: 0;
  position: absolute;
  top: 10px;
  z-index: 1;
}
.ltr .LoginWidget .thumbnail {
  right: 10px;
}
.rtl .LoginWidget .thumbnail {
  left: 10px;
}
.ImageListWidget .panel-body {
  margin-bottom: -18px;
}
.ImageListWidget .panel-body img {
  margin-bottom: 18px;
}
.HeaderSliderWidget .panel-body {
  padding: 0;
}
.HeaderSliderWidget .panel-body,
.SlideShowWidget .panel-body {
  position: relative;
}
.HeaderSliderWidget .bx-wrapper,
.SlideShowWidget .bx-wrapper {
  margin-bottom: 0;
}
.HeaderSliderWidget .bx-wrapper .bx-pager.bx-default-pager,
.SlideShowWidget .bx-wrapper .bx-pager.bx-default-pager {
  bottom: 10px;
  padding: 0 10px;
}
.HeaderSliderWidget .bx-wrapper .bx-pager.bx-default-pager a,
.SlideShowWidget .bx-wrapper .bx-pager.bx-default-pager a {
  background: white;
}
.HeaderSliderWidget .panel-body,
.SlideShowWidget .panel-body,
.HeaderSliderWidget .bx-wrapper,
.SlideShowWidget .bx-wrapper,
.HeaderSliderWidget .bx-viewport,
.SlideShowWidget .bx-viewport,
.HeaderSliderWidget .bxslider,
.SlideShowWidget .bxslider {
  border-radius: inherit;
}
.HeaderSliderWidget .panel-heading + .panel-body,
.SlideShowWidget .panel-heading + .panel-body {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.HeaderSliderWidget .bxslider,
.SlideShowWidget .bxslider {
  overflow: hidden;
}
.slider-thumbs,
.nivo-controlNav.nivo-thumbs-enabled {
  position: absolute;
  bottom: 0;
  padding: 8px;
}
.slider-thumbs a,
.nivo-controlNav.nivo-thumbs-enabled a {
  border-radius: 2px;
  overflow: hidden;
  display: block;
  border: 1px solid white;
}
.slider-thumbs a:hover,
.nivo-controlNav.nivo-thumbs-enabled a:hover,
.slider-thumbs a.active,
.nivo-controlNav.nivo-thumbs-enabled a.active {
  border-color: #123958;
}
.ltr .HeaderSliderWidget .bx-pager,
.ltr .SlideShowWidget .bx-pager {
  text-align: right;
}
.ltr .slider-thumbs,
.ltr .nivo-thumbs-enabled {
  right: 0;
}
.ltr .slider-thumbs a,
.ltr .nivo-thumbs-enabled a {
  float: right;
  margin: 0 0 0 8px;
}
.rtl .HeaderSliderWidget .bx-pager,
.rtl .SlideShowWidget .bx-pager {
  text-align: left;
}
.rtl .slider-thumbs,
.rtl .nivo-thumbs-enabled {
  left: 0;
}
.rtl .slider-thumbs a,
.rtl .nivo-thumbs-enabled a {
  float: left;
  margin: 0 8px 0 0;
}
.AdAreaWidget .ad {
  margin-bottom: 22px;
  text-align: center;
}
.AdAreaWidget .ad > :first-child {
  margin-top: 0;
}
.AdAreaWidget .ad > :last-child {
  margin-bottom: 0;
}
.AdAreaWidget .ad-link :first-child {
  margin-top: 0;
}
.AdAreaWidget .ad-link :last-child {
  margin-bottom: 0;
}
.AdAreaWidget img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.weather-container {
  position: relative;
  white-space: nowrap;
}
.weather-loc-name {
  font-size: 25px;
  padding: 0 0 75px;
  margin: 0;
  z-index: 1;
  position: relative;
}
.weather-temp-current {
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 55px;
  direction: ltr;
  margin: 0;
}
.weather-cond {
  margin: 0;
  font-weight: bold;
}
.weather-cond + .weather-cond,
.weather-temp-minmax {
  margin-top: 10px;
}
.weather-icon {
  width: 150px;
  height: 103px;
  position: absolute;
  left: 0;
  top: 0;
}
.weather-icon-01d {
  background: url(Images/Weather/01d.png);
}
.weather-icon-01n {
  background: url(Images/Weather/01n.png);
}
.weather-icon-02d {
  background: url(Images/Weather/02d.png);
}
.weather-icon-02n {
  background: url(Images/Weather/02n.png);
}
.weather-icon-03d {
  background: url(Images/Weather/03d.png);
}
.weather-icon-03n {
  background: url(Images/Weather/03n.png);
}
.weather-icon-04d {
  background: url(Images/Weather/04d.png);
}
.weather-icon-04n {
  background: url(Images/Weather/04n.png);
}
.weather-icon-09d {
  background: url(Images/Weather/09d.png);
}
.weather-icon-09n {
  background: url(Images/Weather/09n.png);
}
.weather-icon-10d {
  background: url(Images/Weather/10d.png);
}
.weather-icon-10n {
  background: url(Images/Weather/10n.png);
}
.weather-icon-11d {
  background: url(Images/Weather/11d.png);
}
.weather-icon-11n {
  background: url(Images/Weather/11n.png);
}
.weather-icon-13d {
  background: url(Images/Weather/13d.png);
}
.weather-icon-13n {
  background: url(Images/Weather/13n.png);
}
.weather-icon-50d {
  background: url(Images/Weather/50d.png);
}
.weather-icon-50n {
  background: url(Images/Weather/50n.png);
}
.weather-container .fa-caret-down {
  color: #d54e21;
}
.weather-container .fa-caret-up {
  color: green;
}
.weather-container .fa {
  margin: 0 10px 3px;
}
.ltr .weather-icon {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}
.ltr .weather-temp-current {
  right: auto;
  left: 0;
}
.PrayerTimesWidget strong {
  width: 100px;
  display: inline-block;
  margin-right: 5px;
}
.PrayerTimesWidget h3,
.PrayerTimesWidget .fa {
  color: #123958;
}
.DateTimeWidget {
  font-weight: bold;
}
.DateTimeWidget .date,
.DateTimeWidget .time {
  margin: 0;
}
.DateTimeWidget .date {
  text-align: center;
}
.DateTimeWidget .time {
  text-align: center;
  letter-spacing: 0.2em;
}
.DateTimeWidget .date + .time {
  margin-top: 11px;
}
.SocialNetworksWidget .panel-body {
  text-align: center;
}
.sc-icon {
  transition: all .5s;
  text-indent: 9999em;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin: 6px;
  display: inline-block;
  opacity: 0.6;
}
.sc-icon:hover {
  opacity: 1;
}
.sc-telegram {
  background: url(images/social/telegram.png) no-repeat;
}
.sc-facebook {
  background: url(images/social/facebook.png) no-repeat;
}
.sc-gplus {
  background: url(images/social/gplus.png) no-repeat;
}
.sc-linkedin {
  background: url(images/social/linkedin.png) no-repeat;
}
.sc-facenama {
  background: url(images/social/facenama.png) no-repeat;
}
.sc-tebyan {
  background: url(images/social/tebyan.png) no-repeat;
}
.sc-twitter {
  background: url(images/social/twitter.png) no-repeat;
}
.sc-youtube {
  background: url(images/social/youtube.png) no-repeat;
}
.sc-aparat {
  background: url(images/social/aparat.png) no-repeat;
}
.sc-instagram {
  background: url(images/social/instagram.png) no-repeat;
}
.sc-pinterest {
  background: url(images/social/pinterest.png) no-repeat;
}
.sc-lenzor {
  background: url(images/social/lenzor.png) no-repeat;
}
.sc-website {
  background: url(images/social/website.png) no-repeat;
}
.sc-email {
  background: url(images/social/email.png) no-repeat;
}
.sc-rss {
  background: url(images/social/rss.png) no-repeat;
}
.sc-soroush {
  background: url(images/social/soroush.png) no-repeat;
}
.sc-whatsapp {
  background: url(images/social/whatsapp.png) no-repeat;
}
.sc-bale {
  background: url(images/social/bale.png) no-repeat;
}
.sc-gap {
  background: url(images/social/gap.png) no-repeat;
}
.sc-wispi {
  background: url(images/social/wispi.png) no-repeat;
}
.sc-bisphone {
  background: url(images/social/bisphone.png) no-repeat;
}
.sc-skype {
  background: url(images/social/skype.png) no-repeat;
}
.sc-imo {
  background: url(images/social/imo.png) no-repeat;
}
.sc-viber {
  background: url(images/social/viber.png) no-repeat;
}
.sc-logo {
  text-indent: 0;
  width: auto;
  height: auto;
  margin: 0 auto 6px;
  display: table;
}
.sc-logo img {
  margin: 0;
  background: none;
}
.ToursWidget .table {
  margin: 0;
}
.SampleCustomersWidget li:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.SampleCustomersWidget li img {
  transition: all .6s ease 0s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}
.TabSlider-holder {
  position: relative;
}
.TabSlider-holder .tpager {
  position: absolute;
  overflow: auto;
  bottom: 0;
  width: 100%;
}
.TabSlider-holder .tpager .nav {
  background: linear-gradient(to bottom, transparent 12px, rgba(66, 73, 89, 0.8) 12px);
  overflow: auto;
  padding-top: 12px;
}
.TabSlider-holder .tpager .nav .tpage {
  color: #f0f0f0;
  padding: 10px 20px;
}
.TabSlider-holder .tpager .nav .tpage.active {
  background: white;
  color: #4d4d4d;
}
.TabSlider-holder .tpager .nav .tpage.active:after {
  border-color: transparent transparent white;
  border-style: solid;
  border-width: 12px;
  content: "";
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: -24px;
}
.TabSlider-holder .tpager .nav .tpage:hover {
  background: none;
}
.TabSlider-holder .tpager .nav .tpage:hover.active {
  background: white;
}
@media (max-width: 767px) {
  .TabSlider-holder .tpager .nav .tpage {
    display: none;
  }
}
.TabSlider-holder .bx-controls {
  opacity: 0;
}
.TabSlider-holder:hover .bx-controls {
  opacity: 1;
}
.DealsWidget-deals {
  position: relative;
}
.DealsWidget-deals .bx-wrapper {
  margin: 0;
}
.DealsWidget-deals .bx-wrapper .bx-controls-direction {
  opacity: 0;
}
@media (max-width: 991px) {
  .DealsWidget-deals .bx-wrapper .bx-controls-direction {
    opacity: 1;
  }
}
.DealsWidget-deals .deals-titles .deals-titles-bg {
  background: whitesmoke;
  border-right: 1px solid darken #e5e5e5;
}
.DealsWidget-deals .deals-titles .deals-titles-bg .deals-titles-pager {
  min-height: 355px;
}
.DealsWidget-deals .deals-titles .deals-titles-bg .deals-titles-pager .deals-title:hover {
  background: #ebecf0;
  color: #888888;
}
.DealsWidget-deals .deals-titles .deals-titles-bg .deals-titles-pager .deals-title.active {
  background: #123958;
  color: white;
}
.DealsWidget-deals .deals-titles .deals-titles-bg .deals-titles-pager .deals-title.active:after {
  position: absolute;
  border-bottom: 21px solid transparent;
  border-left: 21px solid #123958;
  border-top: 20px solid transparent;
  content: "";
  right: -21px;
  top: 0;
}
.DealsWidget-deals .deals-titles .deals-titles-bg .cmpt-linlk {
  background: #4497d9;
}
.DealsWidget-deals .deals-titles .deals-titles-bg .cmpt-linlk a {
  padding: 5px 0;
}
.DealsWidget-deals .slideItem {
  display: block;
  color: black;
}
.DealsWidget-deals .slideItem .slideItem-ifo {
  position: relative;
  min-height: 200px;
  text-align: center;
}
@media (min-width: 991px) {
  .DealsWidget-deals .slideItem .slideItem-ifo {
    text-align: right;
    min-height: 365px;
  }
}
.DealsWidget-deals .slideItem .slideItem-ifo .price-old {
  background: #888888;
  box-sizing: border-box;
  color: #e5e5e5;
  display: inline-block;
  font-size: 19px;
  min-width: 76px;
  padding: 5px 14px 1px;
  position: relative;
  text-align: center;
  transition: all 150ms linear 0s;
}
.DealsWidget-deals .slideItem .slideItem-ifo .price-old:before {
  border-bottom: 1px solid black;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 20px;
  top: 17px;
  transform: rotate(-20deg);
  width: 65%;
  z-index: 2;
}
.DealsWidget-deals .slideItem .slideItem-ifo .price-old::after {
  border-bottom: 8px solid transparent;
  border-right: 10px solid #888888;
  border-top: 8px solid transparent;
  content: "";
  left: -10px;
  position: absolute;
  top: 8px;
  transition: all 150ms linear 0s;
  z-index: 2;
}
.DealsWidget-deals .slideItem .slideItem-ifo .price-after {
  background: #f0413e none repeat scroll 0 0;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: 19px;
  padding: 5px 20px 1px 9px;
  position: relative;
  transition: all 150ms linear 0s;
}
.DealsWidget-deals .slideItem .slideItem-ifo .price-after::after {
  border-bottom: 9px solid transparent;
  border-right: 11px solid white;
  border-top: 9px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 1;
}
.DealsWidget-deals .slideItem .slideItem-ifo .slideItem-countdown {
  text-align: center;
}
@media (min-width: 991px) {
  .DealsWidget-deals .slideItem .slideItem-ifo .slideItem-countdown {
    position: absolute;
    bottom: 30px;
    right: 0;
    text-align: right;
  }
}
.DealsWidget-deals .slideItem .slideItem-ifo .slideItem-countdown .countdown {
  display: table;
  width: auto;
  margin: auto;
}
.DealsWidget-deals .slideItem .slideItem-thumb {
  min-height: 300px;
}
@media (min-width: 991px) {
  .DealsWidget-deals .slideItem .slideItem-thumb {
    padding-right: 10px;
    min-height: 365px;
  }
}
.DealsWidget-deals .slideItem .slideItem-thumb img {
  min-height: 220px;
  min-width: 220px;
}
.DealsWidget-deals .bx-wrapper {
  direction: rtl;
}
.ProductsWidget-bx {
  position: relative;
  min-height: 292px;
}
.ProductsWidget-bx .bx-shadow {
  margin: 20px auto 10px;
  right: 50px;
  padding-right: 40px;
}
.ProductsWidget-bx .bx-shadow:after {
  background: white none repeat scroll 0 0;
  box-shadow: 7px 0 7px -7px #cccccc;
  content: "";
  display: block;
  height: 75%;
  left: 0px;
  position: absolute;
  top: 60px;
  width: 50px;
}
.ProductsWidget-bx .bx-shadow .bx-wrapper .bx-next {
  right: -35px !important;
}
@media (max-width: 991px) {
  .LinksWidget-m5 .items .title {
    display: block;
    margin: 10px 0 0 0 !important;
    font-size: 8px;
  }
}
.LinksWidget-m5 .col-xs-2 {
  min-width: 20%;
}
.BasketWidget-Header .Widget-Body {
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 1031;
  width: 320px;
  display: none;
}
.BasketWidget-Header .Widget-Body .Widget-Body-View {
  max-height: 201px;
  overflow: auto;
}
.BasketWidget-Header:hover .Widget-Body {
  display: block;
}
.product-title {
  background: #f5f6f7;
  padding: 5px 10px;
  margin-bottom: 22px;
}
.product-title h1 {
  margin: 0;
}
.price {
  font-size: 150%;
}
.oldprice {
  text-decoration: line-through;
}
.pas {
  padding: 0 25px 5px;
  margin: 0;
}
.pas-toggle {
  cursor: pointer;
  margin-bottom: 22px;
  padding-right: 14px;
}
.pas-toggle a {
  display: block;
}
.pas-toggle .fa {
  vertical-align: bottom;
  margin-left: 3px;
}
.dotd {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.7;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 23px;
  line-height: 31px;
  margin: -15px -15px 22px;
  padding: 15px;
  border-radius: 3px 3px 0 0;
  background-color: #fdf4f6;
}
.dotd small,
.dotd .small {
  font-weight: normal;
  line-height: 1;
  color: #9c9c9c;
}
.dotd small,
.dotd .small {
  font-size: 65%;
}
.dotd .dotd-dis {
  padding: 0 .6em 0 0;
}
.dotd .dotd-dis-t {
  background: rgba(255, 255, 255, 0.2);
  padding: 0 .6em;
  border-radius: .25em 0 0 .25em;
}
.dotd .dotd-dis-u {
  font-size: 60%;
  padding: 0 .6em;
}
@media (max-width: 992px) {
  .dotd .dotd-label {
    margin-bottom: 20px;
  }
  .dotd .countdown {
    display: table;
    margin: auto;
    width: auto;
  }
}
@media (max-width: 768px) {
  .dotd .dotd-title {
    text-align: center;
  }
  .dotd .dotd-label {
    text-align: center;
    margin: 15px 0 20px;
  }
}
@media (max-width: 992px) {
  .pimgs {
    margin-bottom: 22px;
  }
}
.price-dis {
  padding: .4em 0 .4em .6em;
  font-weight: normal;
}
.price-dis-t {
  background: rgba(255, 255, 255, 0.2);
  padding: .4em .8em .4em;
  margin-left: .6em;
  border-radius: 0 .25em .25em 0;
}
.pstatus-holder {
  float: right;
  position: relative;
  z-index: 1;
}
.pstatus {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  z-index: 1;
  font-size: 140%;
  color: white;
  padding: 10px 15px 0 0;
}
.pstatus .pstatus-bg {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 132px 132px 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.pstatus .fa {
  font-size: 180%;
  line-height: 180%;
}
.pstatus-notavailable .pstatus-bg {
  border-color: transparent #d92231 transparent;
}
.pstatus-discontinued .pstatus-bg {
  border-color: transparent #666666 transparent;
}
.pstatus-availablesoon .pstatus-bg {
  border-color: transparent #428bca transparent;
}
.psp {
  text-align: right;
  display: table;
}
.plist-btn {
  position: absolute;
  left: 8px;
  bottom: 0;
}
.plist.prows .pgrid-vis {
  display: none;
}
.plist.prows .list-title {
  margin-top: 0;
}
.plist.pgrid .panel-body {
  padding: 10px;
}
.plist.pgrid .prows-vis {
  display: none;
}
.plist.pgrid .plist-img img {
  margin: auto;
}
.plist.pgrid .list-title {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  height: 42px;
  margin-bottom: 0;
  overflow: hidden;
}
.plist.pgrid .oldprice {
  margin-bottom: 0;
  height: 17px;
}
.plist.pgrid .price {
  font-size: 130%;
  margin-bottom: 0;
  padding-top: 17px;
}
.plist.pgrid .oldprice + .price {
  padding-top: 0;
}
.plist-searchbar .panel-body,
.plist-searchbar .panel-footer {
  padding: 10px;
}
.plist-searchbar .pagination-wrap {
  line-height: 0;
  text-align: left;
}
.plist-searchbar .pagination-wrap .pagination {
  margin: 0;
}
#psearch-price-slider {
  margin: 10px 10px 50px;
}
.basket-steps {
  margin: 15px 15px 45px;
}
.basket-steps > .text-success {
  border-bottom: 2px solid #4caf50;
}
.basket-steps > .text-moremuted {
  border-bottom: 2px solid #cfcfcf;
}
.basket-steps > div {
  height: 25px;
}
.basket-steps > div:first-child,
.basket-steps > div:last-child {
  border-bottom-style: dashed;
}
.basket-steps > div > div {
  width: 160px;
  text-align: center;
  -webkit-transform: translate(55px, 0);
  -ms-transform: translate(55px, 0);
  -o-transform: translate(55px, 0);
  transform: translate(55px, 0);
}
.basket-steps .fa {
  padding: 10px;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .basket-steps {
    margin: 15px;
  }
  .basket-steps > div {
    border: none !important;
    height: auto;
    text-align: center;
  }
  .basket-steps > div > div {
    width: auto;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.pcmpr-chk {
  display: none;
  position: absolute;
  right: 12px;
  top: 6px;
  padding: 5px;
  line-height: 1;
  z-index: 1;
  background: white;
  border-radius: 3px;
  cursor: pointer;
  color: #9c9c9c;
}
.pcmpr-chk:hover .fa {
  color: #4caf50;
}
.pcmpr-chk.in {
  display: block;
}
.plist-item:hover .pcmpr-chk {
  display: block;
}
.pcmpr-rmv {
  position: absolute;
  right: 3px;
  top: -3px;
  padding: 3px;
  line-height: 1;
  z-index: 1;
  background: white;
  border-radius: 3px;
  cursor: pointer;
  color: #9c9c9c;
}
.pcmpr-rmv:hover .fa {
  color: #d92231;
}
.pcmpr-details .pcmpr-rmv {
  right: -4px;
  top: -4px;
  font-size: 12px;
}
.ptf.table-bordered td {
  border-color: #d0d0d0;
}
.ptf.table-bordered .ptf-heading td {
  background: #f7f7f7;
}
.ptf.table-bordered .ptf-depth {
  width: 20px;
  border-width: 0 1px;
}
.ptf-depth-0 .ptf-ttl {
  font-weight: bold;
  position: relative;
  padding-right: 26px;
}
.ptf-depth-0 .ptf-ttl:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #123958;
  font-size: 17px;
  position: absolute;
  top: 2px;
  right: 10px;
}
.ptf-pttl {
  white-space: nowrap;
}
.ptf .fa-circle {
  font-size: 90%;
}
.pts-side a {
  position: relative;
}
.pts-side a:after {
  content: "";
  position: absolute;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 16px;
  top: 50%;
  margin-top: -13.5px;
  transition: all .2s;
}
.pts-side a[aria-expanded="false"]:after {
  content: "\002b";
  transform: rotate(360deg);
}
.pts-side a[aria-expanded="true"]:after {
  content: "\2212";
}
.basket-add-quantity {
  width: 70px;
  height: 41.7px;
}
.btn-basket-radius {
  margin-top: -1px;
}
.rtl .btn-basket-radius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .basket-add-quantity {
  direction: rtl;
  margin-right: -3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ltr .btn-basket-radius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ltr basket-add-quantity {
  direction: rtl;
  margin-left: -3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#sug-backdrop {
  position: fixed;
  opacity: .5;
  background: black;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
}
#sug-box {
  position: absolute;
  z-index: 9001;
}
.sug-open {
  z-index: 9001;
}
#selectedStore {
  cursor: pointer;
  margin: 54px 16px 16px 0px;
  padding: 2px 8px 3px 8px;
  box-shadow: none;
}
@media (max-width: 767px) {
  #selectedStore {
    margin: 0;
  }
}
#selectedStore .selectedStoreTitle {
  display: inline-block;
  max-height: 18px;
  overflow: hidden;
  max-width: 64%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#selectStore {
  display: none;
  position: absolute;
  right: 8px;
  left: 8px;
  top: 104px;
  z-index: 1030;
}
@media (max-width: 767px) {
  #selectStore {
    top: 132px;
  }
}
#selectStore .selectStoreBody {
  min-height: 200px;
}
@media (max-width: 767px) {
  #selectStore .selectStoreBody {
    min-height: 116px;
  }
}
#selectStore .scal-progress {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
}
#selectStore .scal-progress i {
  margin: 64px auto;
  color: white;
}
#chart-history {
  font-family: 'Vazir' !important;
}
@media (min-width: 768px) {
  .deals-atts {
    height: 121px;
  }
}
.pack .table-new-pack .row-1-cols:not(.selected) {
  cursor: pointer;
}
.pack .selected,
.pack .temp-selected {
  background-color: #d5edd6;
}
.muted {
  opacity: .5;
}
.availability {
  font-size: 130%;
  height: 45.733px;
}
.plist-item .plist-body {
  position: static !important;
}
.plist-item .plist-btn {
  bottom: 10px !important;
}
.percent {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: white;
  padding: 10px 0 0 15px;
}
.percent .content {
  position: absolute;
  top: 7px;
  left: 2px;
  text-align: center;
  transform: rotate(-45deg);
  line-height: 15px;
}
.percent .bg-percent {
  content: '';
  border-style: solid;
  border-width: 36px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-color: #ed1c24;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
footer {
  background: #2c2c2c;
  color: #f1f1f1;
  border-top: 7px solid #123958;
}
footer .call-us-information .fixed-box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
footer .call-us-information .fixed-box .fa {
  width: 30px;
  height: 30px;
  background: #123958;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-left: 12px;
  color: white;
}
footer .call-us-information .fixed-box p {
  margin: 0;
  color: #f1f1f1;
}
footer .links a {
  display: inline-block;
  margin-bottom: 8px;
  width: 49%;
}
footer .widget {
  margin-top: 22px;
}
footer a {
  color: #c5c5c5;
}
footer a:hover {
  color: #f8f8f8;
}
footer #sig-bar {
  background: #363636;
  border-top: 1px solid #505050;
  -webkit-box-shadow: 0 -1px 0 #121212;
  box-shadow: 0 -1px 0 #121212;
  padding: 5px 0;
  margin-top: 44px;
}
footer #sig-bar a {
  color: #cfcfcf;
}
footer #sig-bar a:hover {
  color: white;
}
footer #sig-bar #sig-txt {
  line-height: 31px;
}
footer .panel-default,
footer .list-group,
footer .list-group-item,
footer .panel-default .panel-heading,
footer .meta {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  color: #f1f1f1;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
footer .meta {
  margin: 0;
}
footer .panel-default .panel-heading {
  color: white;
}
footer .panel-default .panel-heading + .panel-body,
footer .panel-default .panel-heading + .list-group {
  border-top: 1px solid #121212;
  -webkit-box-shadow: inset 0 1px 0 #505050;
  box-shadow: inset 0 1px 0 #505050;
}
footer .panel-default a.list-group-item,
footer .panel-default li.list-group-item {
  border-top: 1px solid #121212;
  -webkit-box-shadow: inset 0 1px 0 #505050;
  box-shadow: inset 0 1px 0 #505050;
}
footer .panel-default a.list-group-item:hover,
footer .panel-default li.list-group-item:hover,
footer .panel-default a.list-group-item:focus,
footer .panel-default li.list-group-item:focus {
  background: #343434;
  color: #123958;
}
footer .panel-default a.list-group-item:first-child,
footer .panel-default li.list-group-item:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer .panel-default .panel-footer {
  background: none;
  border-top: 1px solid #121212;
  -webkit-box-shadow: inset 0 1px 0 #505050;
  box-shadow: inset 0 1px 0 #505050;
}
footer .panel-default .thumbnail {
  background: #343434;
  border: 0;
}
footer .tabs-widget .nav-tabs a {
  border-bottom: 0;
}
footer .tabs-widget .nav-tabs a:hover,
footer .tabs-widget .nav-tabs a:focus {
  background: #343434;
  border-color: transparent;
}
footer .tabs-widget .nav-tabs .active a,
footer .tabs-widget .nav-tabs .active a:focus {
  background: #363636;
  color: white;
  border: 1px solid #505050;
  border-bottom-color: transparent;
}
footer .tabs-widget .tab-pane.active {
  background: #343434;
  border: 1px solid #505050;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
footer .tabs-widget a.list-group-item,
footer .tabs-widget li.list-group-item {
  border-top: 1px solid #121212;
  -webkit-box-shadow: inset 0 1px 0 #505050;
  box-shadow: inset 0 1px 0 #505050;
}
footer .tabs-widget a.list-group-item:hover,
footer .tabs-widget li.list-group-item:hover,
footer .tabs-widget a.list-group-item:focus,
footer .tabs-widget li.list-group-item:focus {
  background: #3c3c3c;
  color: #123958;
}
footer .tabs-widget a.list-group-item:first-child,
footer .tabs-widget li.list-group-item:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 0;
}
@media (min-width: 768px) {
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  body > .content {
    flex: 1;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    display: block;
  }
}
.f-stp-title {
  border-bottom-color: #123958;
}
.f-col-list {
  display: flex;
}
.f-col-list .f-col + .f-col {
  border-right: 1px solid #cdcdcd;
}
.f-sec {
  margin-bottom: 22px;
}
.f-sec .f-sec-title {
  margin-top: 0;
}
.f-desc {
  color: #9c9c9c;
  margin-top: 5px;
  font-size: 92%;
}
.f-fld .checkbox-inline label,
.f-fld .radio-inline label {
  font-weight: normal;
}
.f-DescriptionField .fa {
  font-size: 17px;
  margin-left: 5px;
}
.sf-fld + .sf-fld {
  margin-top: 22px;
}
.sf-col + .sf-col {
  margin-top: 22px;
  padding-top: 22px;
  border-top: #bbbbbb 1px solid;
}
.form-group.sf-fld {
  display: block;
}
.sf-list + .sf-list {
  margin-top: 22px;
  padding-top: 22px;
  border-top: #bbbbbb 1px solid;
}
.sf-urls {
  padding-right: 0;
}
.sf-urls li {
  margin: 3px;
  list-style: none;
  position: relative;
  float: right;
}
.sf-urls a {
  border: 1px solid #aaaaaa;
  cursor: pointer;
  display: block;
  height: 77px;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
.sf-url-file,
.sf-url-image {
  display: block;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  background: white;
}
.sf-url-file {
  line-height: 70px;
}
.ex-login {
  width: 70px;
  height: 70px;
  border: none;
  text-indent: 999em;
  overflow: hidden;
  margin: 10px;
  border-radius: 3px;
}
#ex-Google {
  background: #eeeeee url(Images/exlogins/logo/google.png);
  background-size: cover;
}
#ex-Microsoft {
  background: #eeeeee url(Images/exlogins/logo/microsoft.png);
  background-size: cover;
}
#ex-Facebook {
  background: #eeeeee url(Images/exlogins/logo/facebook.png);
  background-size: cover;
}
#ex-Twitter {
  background: #eeeeee url(Images/exlogins/logo/twitter.png);
  background-size: cover;
}
#ex-Pod {
  background: #eeeeee url(Images/exlogins/logo/pod.png);
  background-size: cover;
}
@media (min-width: 768px) {
  .rtl .cmnt-rates {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #dddddd;
  }
  .ltr .cmnt-rates {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #dddddd;
  }
}
.cmnt-rate {
  height: 7px;
  margin: 7px 0;
}
.cmnt-progress {
  background: #888888;
}
.cmnt-actions {
  margin-top: 8px;
  background: whitesmoke;
  border-radius: 3px;
}
.cmnt-action {
  margin: 8px;
}
.cmnt-rate-sliders {
  margin: 0 8px;
}
.cmnt-rate-slider.noUi-horizontal {
  height: 9px;
  margin: 5px 0;
}
.cmnt-rate-slider.noUi-horizontal .noUi-handle {
  top: -3px;
  height: 12px;
  width: 12px;
}
.cmnt-rate-slider.noUi-horizontal .noUi-handle:before,
.cmnt-rate-slider.noUi-horizontal .noUi-handle:after {
  display: none;
}
.cmnt-rate-slider .noUi-connect {
  background-color: #4caf50;
}
.cmnt {
  transition: background-color 5s ease;
}
.cmnt .cmnt:last-child {
  border-bottom-width: 0;
}
.cmnt-new {
  background: #ffe880;
}
.btn-like .badge {
  background: white;
}
.btn-diskle .badge {
  background: white;
  color: inherit;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error,
textarea.input-validation-error {
  border: 1px solid #f4b9c8;
  background: #fbe5e7;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #d92231;
  border-color: #81142f;
  color: white;
}
.validation-summary-errors > ul {
  margin-bottom: 0;
}
.validation-summary-errors hr {
  border-top-color: #6b1127;
}
.validation-summary-errors .alert-link {
  color: #e6e6e6;
}
.validation-summary-valid {
  display: none;
}
.alert-close {
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
}
.field-validation-error {
  color: #d92231;
}
a.field-validation-error:hover,
a.field-validation-error:focus {
  color: #ad1b27;
}
header {
  background: white;
  border-bottom: 1px solid #d2d5da;
  margin-bottom: 16px;
}
header #site-logo {
  margin-top: 22px;
  display: flex;
}
@media (min-width: 768px) {
  header #site-logo {
    margin-bottom: 22px;
  }
}
header #site-logo a {
  height: 70px;
  display: block;
}
header #site-logo a img {
  height: 100%;
}
header #site-logo .logo-text {
  display: inline-flex;
  flex-direction: column;
  font-size: 14px;
  align-items: center;
  text-align: center;
  margin-right: 14px;
}
header #site-logo .logo-text a {
  height: auto;
}
header #site-logo .logo-text a i {
  margin-right: 8px;
}
header #site-name {
  margin-top: 33px;
  margin-bottom: 33px;
}
header #header-tools {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .ltr #site-logo a {
    background-position: left center;
  }
}
@media (min-width: 768px) {
  .rtl #site-logo a {
    background-position: right center;
  }
}
.rtl .page-header .fa-caret-left {
  transform: rotate(180deg) !important;
}
.grid-buttons {
  margin-bottom: 16px !important;
}
.slider-part {
  max-width: 90vw;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #sidebar-header-left > div {
    height: max-content !important;
  }
}
#sidebar-header-left .list-group-item {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  height: 48%;
}
@media (max-width: 991px) {
  #sidebar-header-left .list-group-item {
    height: max-content !important;
  }
}
#sidebar-header-left .list-group-item img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}
#sidebar-header-left .list-group-item:first-child {
  margin-bottom: 4%;
}
.metro .flex {
  display: flex;
  flex-wrap: wrap;
}
.metro .flex .metro-4 {
  flex: 1 0 38%;
}
.metro .flex .metro-6 {
  flex: 1 0 58%;
}
.metro .flex .metro-part {
  margin: 8px;
  position: relative;
  overflow: hidden;
}
.metro .flex .metro-part .img-responsive {
  height: 400px;
  width: 100%;
  padding: 60px;
  background: white;
  object-fit: cover;
}
@media (max-width: 991px) {
  .metro .flex .metro-part .img-responsive {
    height: 300px;
  }
}
.metro .flex .metro-part .metro-title {
  display: block;
  background: #123958;
  padding: 10px 0;
  min-height: 55px;
}
.metro .flex .metro-part .metro-title h3 {
  margin: 0;
  color: white;
  position: absolute;
  transition: 1s ease all;
  right: 50%;
  transform: translate(50%, 0px);
}
@media (max-width: 991px) {
  .metro .flex .metro-part .metro-title h3 {
    position: relative;
  }
}
.metro .flex .metro-part .metro-title p {
  opacity: 0;
  margin: 0;
  height: 40px;
  color: white;
  overflow: hidden;
  transition: 0.5s ease opacity;
}
@media (max-width: 991px) {
  .metro .flex .metro-part .metro-title p {
    opacity: 1;
  }
}
.metro .flex .metro-part:hover .metro-title.text-center h3 {
  transform: translate(50%, -230px);
}
.metro .flex .metro-part:hover p {
  opacity: 1;
}
.metro .flex .metro-part:hover img {
  filter: blur(1px);
}
.metro .flex .metro-part:hover figure:after {
  transform: translateY(0px);
}
.metro .flex .metro-part figure {
  overflow: hidden;
  position: relative;
}
.metro .flex .metro-part figure:after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(400px);
  transition: 1s ease;
  top: 0;
  width: 100%;
  height: 400px;
  background: #0000003d;
}
.ProductCategoriesWidget {
  background: #dddddd;
  padding: 20px;
}
.ProductCategoriesWidget .bx-wrapper .bx-controls-direction .bx-prev {
  left: -50px;
}
.ProductCategoriesWidget .bx-wrapper .bx-controls-direction .bx-next {
  right: -50px;
}
.ProductCategoriesWidget .list-group-item {
  background: none;
  border: none;
  padding: 0;
}
.ProductCategoriesWidget .list-group-item > a {
  position: relative;
}
.ProductCategoriesWidget .list-group-item .image-box {
  display: block;
  width: 100%;
  height: 200px;
  background: white;
  border-radius: 50% 50% 40% 40%;
  overflow: hidden;
}
.ProductCategoriesWidget .list-group-item .image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ProductCategoriesWidget .list-group-item .text-box {
  color: #333333;
  background: white;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 3px #dddddd;
}
.catmetro {
  margin: 16px 0;
  padding: 8px;
}
.catmetro .metro-title {
  position: absolute;
  bottom: 20px;
  left: 42px;
  background: white;
  overflow: visible;
  padding: 0 2px;
}
.catmetro .metro-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  border: 11px solid white;
  border-top-color: transparent;
  border-left-color: transparent;
}
.catmetro .metro-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 11px solid white;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.catmetro .layer {
  position: relative;
}
.catmetro .metro-part {
  margin-bottom: 16px;
}
.img-1 .allproductsLink {
  background-image: url(/Uploads/site-1/UserFiles/Admin/products-list-image/products-list-01.jpg);
}
.img-2 .allproductsLink {
  background-image: url(/Uploads/site-1/UserFiles/Admin/products-list-image/products-list-02.jpg);
}
.img-3 .allproductsLink {
  background-image: url(/Uploads/site-1/UserFiles/Admin/products-list-image/products-list-03.jpg);
}
.img-4 .allproductsLink {
  background-image: url(/Uploads/site-1/UserFiles/Admin/products-list-image/products-list-04.jpg);
}
.img-5 .allproductsLink {
  background-image: url(/Uploads/site-1/UserFiles/Admin/products-list-image/products-list-05.jpg);
}
.img-6 .allproductsLink {
  background-image: url(/Uploads/site-1/UserFiles/Admin/products-list-image/products-list-06.jpg);
}
.product-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.product-part .bx-wrapper {
  margin: 0;
}
.product-part .products-list a.item {
  padding: 0;
  transition: all 0.4s;
  height: 300px;
  background: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.product-part .products-list a.item:after {
  transition: all 0.4s;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 50%;
  margin-left: -25%;
  top: 0;
  border-color: rgba(200, 200, 200, 0);
  border-style: solid;
  border-width: 3px 0;
}
.product-part .products-list a.item:before {
  transition: all 0.4s;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 50%;
  margin-left: -50%;
  top: 25%;
  border-color: rgba(200, 200, 200, 0);
  border-style: solid;
  border-width: 0 3px;
}
.product-part .products-list a.item:hover {
  padding: 30px;
}
.product-part .products-list a.item:hover:after {
  width: 100%;
  margin-left: -50%;
  border-color: #5a5a5a;
}
.product-part .products-list a.item:hover:before {
  height: 100%;
  top: 0%;
  border-color: #5a5a5a;
}
.product-part .allproductsLink {
  height: 300px;
  display: flex;
  flex-direction: column;
  flex: 0 0 20%;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
}
.product-part .allproductsLink a {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 10px;
  color: white;
}
.product-part .allproductsLink a .title {
  text-shadow: 0 0 1px #0000008c;
  font-size: 28px;
  padding: 0 40px;
  text-align: center;
}
.product-part .allproductsLink a .seemore {
  border: 1px solid #dddddd;
  padding: 5px 20px;
  border-radius: 50px;
}
#sidebar-parallax2 .parallax-item {
  background-attachment: fixed;
}
.parallax {
  text-align: center;
  color: white;
  margin-bottom: 30px;
}
.parallax img {
  width: 100%;
}
.parallax .parallax-item .media-body {
  max-width: 50%;
  margin-right: auto;
  display: block;
  background: #00000087;
  padding: 20px;
  color: white;
}
.parallax .parallax-item .media-body ul {
  text-align: right;
}
.parallax .parallax-item .media-body ul li {
  margin: 12px 0;
}
.parallax .parallax-item .media-body a {
  color: white;
  background: #123958;
  padding: 16px 32px;
  display: block;
  width: max-content;
  margin: 20px auto;
  border-radius: 50px;
}
.parallax .parallax-item .media-body h5.media-heading {
  font-size: 20px;
  font-weight: bold;
}
.parallax .parallax-item .media-body p {
  margin: 0;
  font-size: 16px;
  text-align: justify;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
  }
}
.box-description {
  color: white;
  background: #123958;
  text-align: center;
  padding: 16px 0;
  border-radius: 100px;
}
.box-description a {
  color: white;
  animation: scale 1s infinite alternate;
  display: block;
  width: max-content;
  margin: 0 auto;
}
.brand-primary {
  color: #123958;
}
@media (max-width: 768px) {
  .first .product-part {
    flex-direction: column-reverse;
  }
  .product-part {
    flex-wrap: wrap;
  }
  .product-part .bx-wrapper {
    margin-top: 30px;
  }
  .product-part .products-list {
    flex-wrap: wrap;
    flex: 1;
  }
  .product-part .products-list a.item {
    width: 100%;
  }
  .product-part .allproductsLink {
    flex: 1;
    width: 100%;
  }
  .parallax .parallax-item .media-body {
    padding: 0 16px;
    max-width: 100%;
  }
  .catmetro {
    margin: 0;
  }
  .catmetro .metro-part:last-child {
    margin-bottom: 0;
  }
  .slider-part {
    max-width: 100vw;
  }
}
.flex {
  display: flex;
}
.fw-w {
  flex-wrap: wrap;
}
.ai-c {
  align-items: center;
}
.new-brand .bx-heading {
  color: #515151;
  border-bottom: 1px solid #dfdfdf !important;
  position: relative;
  margin: 0 33px 0 30px;
}
@media (max-width: 767px) {
  .new-brand .bx-heading {
    margin: 0 23px 0 20px;
  }
}
.new-brand .bx-heading h4 {
  padding-left: 40px !important;
  margin-bottom: -1px !important;
  border-bottom: 1px solid #123958;
  /*padding-right: 20px !important;*/

}
@media (max-width: 767px) {
  .new-brand .bx-heading h4 {
    font-size: 14px !important;
    padding-left: 53px;
  }
}
.new-brand .bx-heading h4:after {
  position: absolute;
  bottom: -1px;
  background-color: white;
  height: 1px;
  content: "";
  z-index: 0;
  width: 40px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .new-brand .bx-heading h4:after {
    width: 30px;
    margin-right: 10px;
  }
}
.new-brand .bx-heading small {
  margin: 20px 20px 0 20px;
  font-size: 12px;
}
.new-brand .bx-shadows {
  padding-right: 0 !important;
  position: relative;
  /*&:before, &:after {
            content: "";
            background: @body-bg;
            position: absolute;
            top: 35%;
            width: 50px;
            height: 80px;
            border: none !important;
            margin-top: -30px;
            z-index: 5;

            @media (max-width:@screen-sm-max) {
                visibility: hidden;
            }
        }*/

  /*&:after {
            left: -1px;
            box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.1) inset !important;

            @media (max-width:1365px) {
                visibility: hidden !important;
            }
        }

        &:before {
            right: -1px;
            box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.1) inset !important;

            @media (max-width:1365px) {
                visibility: hidden !important;
            }
        }*/

}
.new-brand .bx-shadows .bx-wrapper {
  padding-bottom: 16px;
  margin-bottom: 16px !important;
}
.new-brand .bx-shadows .bx-wrapper .bxitem {
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 3px;
  transition: 0.25s all;
}
.new-brand .bx-shadows .bx-wrapper .bxitem:hover {
  border-color: #ebebeb !important;
}
.new-brand .bx-shadows .bx-controls-direction a {
  margin-top: -25px;
}
@media (max-width: 991px) {
  .new-brand .bx-shadows .bx-controls-direction a {
    visibility: hidden;
  }
}
.new-brand .bx-shadows .bx-controls-direction .bx-prev {
  left: 0px !important;
}
@media (max-width: 1199px) {
  .new-brand .bx-shadows .bx-controls-direction .bx-prev {
    left: 0 !important;
  }
}
.new-brand .bx-shadows .bx-controls-direction .bx-next {
  right: 0px !important;
}
@media (max-width: 1199px) {
  .new-brand .bx-shadows .bx-controls-direction .bx-next {
    right: 0 !important;
  }
}
html {
  direction: rtl;
}
body {
  direction: rtl;
}
.list-unstyled {
  padding-right: 0;
  padding-left: initial;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  padding-right: 0;
  padding-left: initial;
  margin-right: -5px;
  margin-left: 0;
}
dd {
  margin-right: 0;
  margin-left: initial;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}
blockquote {
  border-right: 5px solid #bbbbbb;
  border-left: 0;
}
.blockquote-reverse,
blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #bbbbbb;
  border-right: 0;
  text-align: left;
}
.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: 8px;
  padding-right: 8px;
}
.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: right;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.666666667%;
}
.col-xs-10 {
  width: 83.333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666667%;
}
.col-xs-7 {
  width: 58.333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666667%;
}
.col-xs-4 {
  width: 33.333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666667%;
}
.col-xs-1 {
  width: 8.333333333%;
}
.col-xs-pull-12 {
  left: 100%;
  right: auto;
}
.col-xs-pull-11 {
  left: 91.666666667%;
  right: auto;
}
.col-xs-pull-10 {
  left: 83.333333333%;
  right: auto;
}
.col-xs-pull-9 {
  left: 75%;
  right: auto;
}
.col-xs-pull-8 {
  left: 66.666666667%;
  right: auto;
}
.col-xs-pull-7 {
  left: 58.333333333%;
  right: auto;
}
.col-xs-pull-6 {
  left: 50%;
  right: auto;
}
.col-xs-pull-5 {
  left: 41.666666667%;
  right: auto;
}
.col-xs-pull-4 {
  left: 33.333333333%;
  right: auto;
}
.col-xs-pull-3 {
  left: 25%;
  right: auto;
}
.col-xs-pull-2 {
  left: 16.666666667%;
  right: auto;
}
.col-xs-pull-1 {
  left: 8.333333333%;
  right: auto;
}
.col-xs-pull-0 {
  left: auto;
  right: auto;
}
.col-xs-push-12 {
  right: 100%;
  left: 0;
}
.col-xs-push-11 {
  right: 91.666666667%;
  left: 0;
}
.col-xs-push-10 {
  right: 83.333333333%;
  left: 0;
}
.col-xs-push-9 {
  right: 75%;
  left: 0;
}
.col-xs-push-8 {
  right: 66.666666667%;
  left: 0;
}
.col-xs-push-7 {
  right: 58.333333333%;
  left: 0;
}
.col-xs-push-6 {
  right: 50%;
  left: 0;
}
.col-xs-push-5 {
  right: 41.666666667%;
  left: 0;
}
.col-xs-push-4 {
  right: 33.333333333%;
  left: 0;
}
.col-xs-push-3 {
  right: 25%;
  left: 0;
}
.col-xs-push-2 {
  right: 16.666666667%;
  left: 0;
}
.col-xs-push-1 {
  right: 8.333333333%;
  left: 0;
}
.col-xs-push-0 {
  right: auto;
  left: 0;
}
.col-xs-offset-12 {
  margin-right: 100%;
  margin-left: 0;
}
.col-xs-offset-11 {
  margin-right: 91.666666667%;
  margin-left: 0;
}
.col-xs-offset-10 {
  margin-right: 83.333333333%;
  margin-left: 0;
}
.col-xs-offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.col-xs-offset-8 {
  margin-right: 66.666666667%;
  margin-left: 0;
}
.col-xs-offset-7 {
  margin-right: 58.333333333%;
  margin-left: 0;
}
.col-xs-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.col-xs-offset-5 {
  margin-right: 41.666666667%;
  margin-left: 0;
}
.col-xs-offset-4 {
  margin-right: 33.333333333%;
  margin-left: 0;
}
.col-xs-offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.col-xs-offset-2 {
  margin-right: 16.666666667%;
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-right: 8.333333333%;
  margin-left: 0;
}
.col-xs-offset-0 {
  margin-right: 0%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.666666667%;
  }
  .col-sm-10 {
    width: 83.333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666667%;
  }
  .col-sm-7 {
    width: 58.333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666667%;
  }
  .col-sm-4 {
    width: 33.333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666667%;
  }
  .col-sm-1 {
    width: 8.333333333%;
  }
  .col-sm-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-sm-pull-11 {
    left: 91.666666667%;
    right: auto;
  }
  .col-sm-pull-10 {
    left: 83.333333333%;
    right: auto;
  }
  .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-sm-pull-8 {
    left: 66.666666667%;
    right: auto;
  }
  .col-sm-pull-7 {
    left: 58.333333333%;
    right: auto;
  }
  .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-sm-pull-5 {
    left: 41.666666667%;
    right: auto;
  }
  .col-sm-pull-4 {
    left: 33.333333333%;
    right: auto;
  }
  .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-sm-pull-2 {
    left: 16.666666667%;
    right: auto;
  }
  .col-sm-pull-1 {
    left: 8.333333333%;
    right: auto;
  }
  .col-sm-pull-0 {
    left: auto;
    right: auto;
  }
  .col-sm-push-12 {
    right: 100%;
    left: 0;
  }
  .col-sm-push-11 {
    right: 91.666666667%;
    left: 0;
  }
  .col-sm-push-10 {
    right: 83.333333333%;
    left: 0;
  }
  .col-sm-push-9 {
    right: 75%;
    left: 0;
  }
  .col-sm-push-8 {
    right: 66.666666667%;
    left: 0;
  }
  .col-sm-push-7 {
    right: 58.333333333%;
    left: 0;
  }
  .col-sm-push-6 {
    right: 50%;
    left: 0;
  }
  .col-sm-push-5 {
    right: 41.666666667%;
    left: 0;
  }
  .col-sm-push-4 {
    right: 33.333333333%;
    left: 0;
  }
  .col-sm-push-3 {
    right: 25%;
    left: 0;
  }
  .col-sm-push-2 {
    right: 16.666666667%;
    left: 0;
  }
  .col-sm-push-1 {
    right: 8.333333333%;
    left: 0;
  }
  .col-sm-push-0 {
    right: auto;
    left: 0;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-sm-offset-11 {
    margin-right: 91.666666667%;
    margin-left: 0;
  }
  .col-sm-offset-10 {
    margin-right: 83.333333333%;
    margin-left: 0;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-sm-offset-8 {
    margin-right: 66.666666667%;
    margin-left: 0;
  }
  .col-sm-offset-7 {
    margin-right: 58.333333333%;
    margin-left: 0;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-sm-offset-5 {
    margin-right: 41.666666667%;
    margin-left: 0;
  }
  .col-sm-offset-4 {
    margin-right: 33.333333333%;
    margin-left: 0;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-sm-offset-2 {
    margin-right: 16.666666667%;
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-right: 8.333333333%;
    margin-left: 0;
  }
  .col-sm-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.666666667%;
  }
  .col-md-10 {
    width: 83.333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666667%;
  }
  .col-md-7 {
    width: 58.333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666667%;
  }
  .col-md-4 {
    width: 33.333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666667%;
  }
  .col-md-1 {
    width: 8.333333333%;
  }
  .col-md-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-md-pull-11 {
    left: 91.666666667%;
    right: auto;
  }
  .col-md-pull-10 {
    left: 83.333333333%;
    right: auto;
  }
  .col-md-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-md-pull-8 {
    left: 66.666666667%;
    right: auto;
  }
  .col-md-pull-7 {
    left: 58.333333333%;
    right: auto;
  }
  .col-md-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-md-pull-5 {
    left: 41.666666667%;
    right: auto;
  }
  .col-md-pull-4 {
    left: 33.333333333%;
    right: auto;
  }
  .col-md-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-md-pull-2 {
    left: 16.666666667%;
    right: auto;
  }
  .col-md-pull-1 {
    left: 8.333333333%;
    right: auto;
  }
  .col-md-pull-0 {
    left: auto;
    right: auto;
  }
  .col-md-push-12 {
    right: 100%;
    left: 0;
  }
  .col-md-push-11 {
    right: 91.666666667%;
    left: 0;
  }
  .col-md-push-10 {
    right: 83.333333333%;
    left: 0;
  }
  .col-md-push-9 {
    right: 75%;
    left: 0;
  }
  .col-md-push-8 {
    right: 66.666666667%;
    left: 0;
  }
  .col-md-push-7 {
    right: 58.333333333%;
    left: 0;
  }
  .col-md-push-6 {
    right: 50%;
    left: 0;
  }
  .col-md-push-5 {
    right: 41.666666667%;
    left: 0;
  }
  .col-md-push-4 {
    right: 33.333333333%;
    left: 0;
  }
  .col-md-push-3 {
    right: 25%;
    left: 0;
  }
  .col-md-push-2 {
    right: 16.666666667%;
    left: 0;
  }
  .col-md-push-1 {
    right: 8.333333333%;
    left: 0;
  }
  .col-md-push-0 {
    right: auto;
    left: 0;
  }
  .col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-md-offset-11 {
    margin-right: 91.666666667%;
    margin-left: 0;
  }
  .col-md-offset-10 {
    margin-right: 83.333333333%;
    margin-left: 0;
  }
  .col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-md-offset-8 {
    margin-right: 66.666666667%;
    margin-left: 0;
  }
  .col-md-offset-7 {
    margin-right: 58.333333333%;
    margin-left: 0;
  }
  .col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-md-offset-5 {
    margin-right: 41.666666667%;
    margin-left: 0;
  }
  .col-md-offset-4 {
    margin-right: 33.333333333%;
    margin-left: 0;
  }
  .col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-md-offset-2 {
    margin-right: 16.666666667%;
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-right: 8.333333333%;
    margin-left: 0;
  }
  .col-md-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: right;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.666666667%;
  }
  .col-lg-10 {
    width: 83.333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666667%;
  }
  .col-lg-7 {
    width: 58.333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666667%;
  }
  .col-lg-4 {
    width: 33.333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666667%;
  }
  .col-lg-1 {
    width: 8.333333333%;
  }
  .col-lg-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-lg-pull-11 {
    left: 91.666666667%;
    right: auto;
  }
  .col-lg-pull-10 {
    left: 83.333333333%;
    right: auto;
  }
  .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-lg-pull-8 {
    left: 66.666666667%;
    right: auto;
  }
  .col-lg-pull-7 {
    left: 58.333333333%;
    right: auto;
  }
  .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-lg-pull-5 {
    left: 41.666666667%;
    right: auto;
  }
  .col-lg-pull-4 {
    left: 33.333333333%;
    right: auto;
  }
  .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-lg-pull-2 {
    left: 16.666666667%;
    right: auto;
  }
  .col-lg-pull-1 {
    left: 8.333333333%;
    right: auto;
  }
  .col-lg-pull-0 {
    left: auto;
    right: auto;
  }
  .col-lg-push-12 {
    right: 100%;
    left: 0;
  }
  .col-lg-push-11 {
    right: 91.666666667%;
    left: 0;
  }
  .col-lg-push-10 {
    right: 83.333333333%;
    left: 0;
  }
  .col-lg-push-9 {
    right: 75%;
    left: 0;
  }
  .col-lg-push-8 {
    right: 66.666666667%;
    left: 0;
  }
  .col-lg-push-7 {
    right: 58.333333333%;
    left: 0;
  }
  .col-lg-push-6 {
    right: 50%;
    left: 0;
  }
  .col-lg-push-5 {
    right: 41.666666667%;
    left: 0;
  }
  .col-lg-push-4 {
    right: 33.333333333%;
    left: 0;
  }
  .col-lg-push-3 {
    right: 25%;
    left: 0;
  }
  .col-lg-push-2 {
    right: 16.666666667%;
    left: 0;
  }
  .col-lg-push-1 {
    right: 8.333333333%;
    left: 0;
  }
  .col-lg-push-0 {
    right: auto;
    left: 0;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-lg-offset-11 {
    margin-right: 91.666666667%;
    margin-left: 0;
  }
  .col-lg-offset-10 {
    margin-right: 83.333333333%;
    margin-left: 0;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-lg-offset-8 {
    margin-right: 66.666666667%;
    margin-left: 0;
  }
  .col-lg-offset-7 {
    margin-right: 58.333333333%;
    margin-left: 0;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-lg-offset-5 {
    margin-right: 41.666666667%;
    margin-left: 0;
  }
  .col-lg-offset-4 {
    margin-right: 33.333333333%;
    margin-left: 0;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-lg-offset-2 {
    margin-right: 16.666666667%;
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-right: 8.333333333%;
    margin-left: 0;
  }
  .col-lg-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
caption {
  text-align: right;
}
th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: initial;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
    border-right: initial;
  }
}
.radio label,
.checkbox label {
  padding-right: 5px;
  padding-left: initial;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: auto;
}
.radio-inline,
.checkbox-inline {
  padding-right: 20px;
  padding-left: 0;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
.has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: 12px;
}
.form-control-feedback {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  left: 8px;
  right: auto;
}
.caret {
  margin-right: 2px;
  margin-left: 0;
}
.dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  text-align: right;
}
.dropdown-menu.pull-right {
  left: 0;
  right: auto;
  float: right;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  float: right;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: 0px;
}
.btn-toolbar {
  margin-right: -5px;
  margin-left: 0px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: right;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: 0px;
}
.btn-group > .btn:first-child {
  margin-right: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group {
  float: right;
}
.btn-group.btn-group-justified > .btn,
.btn-group.btn-group-justified > .btn-group {
  float: none;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn .caret {
  margin-right: 0;
}
.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-right: 0;
}
.input-group .form-control {
  float: right;
}
.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: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  border-left: 0px;
}
.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: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:last-child {
  border-left: 1px solid #cccccc;
  border-right: 0px;
}
.input-group-btn > .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.nav {
  padding-right: 0;
  padding-left: initial;
}
.nav-tabs > li {
  float: right;
}
.nav-pills > li {
  float: right;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-right: 2px;
  margin-left: auto;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-right: 0;
  margin-left: auto;
}
.nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
.nav-tabs-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-radius: 3px 3px 0 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}
.navbar-collapse {
  padding-right: 8px;
  padding-left: 8px;
}
.navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-right: -8px;
    margin-left: auto;
  }
}
.navbar-toggle {
  float: left;
  margin-left: 8px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
  .navbar-nav > li {
    float: right;
  }
}
@media (min-width: 768px) {
  .navbar-left.flip {
    float: right !important;
  }
  .navbar-right:last-child {
    margin-left: -8px;
    margin-right: auto;
  }
  .navbar-right.flip {
    float: left !important;
    margin-left: -8px;
    margin-right: auto;
  }
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .navbar-text {
    float: right;
  }
  .navbar-text.navbar-right:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
.pagination {
  padding-right: 0;
}
.pagination > li > a,
.pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: 0px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-right: -1px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-right: 0;
  padding-left: initial;
}
.pager .next > a,
.pager .next > span {
  float: left;
}
.pager .previous > a,
.pager .previous > span {
  float: right;
}
.nav-pills > li > a > .badge {
  margin-left: 0px;
  margin-right: 3px;
}
.list-group-item > .badge {
  float: left;
}
.list-group-item > .badge + .badge {
  margin-left: 5px;
  margin-right: auto;
}
.alert-dismissable,
.alert-dismissible {
  padding-left: 35px;
  padding-right: 15px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: auto;
  left: -21px;
}
.progress-bar {
  float: right;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-left.flip {
  margin-right: 0;
  margin-left: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media > .pull-right.flip {
  margin-left: 0;
  margin-right: 10px;
}
.media-right,
.media > .pull-right {
  padding-right: 10px;
  padding-left: initial;
}
.media-left,
.media > .pull-left {
  padding-left: 10px;
  padding-right: initial;
}
.media-list {
  padding-right: 0;
  padding-left: initial;
  list-style: none;
}
.list-group {
  padding-right: 0;
  padding-left: initial;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
  border-left: none;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: none;
  border-left: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  right: 0;
  left: auto;
}
.close {
  float: left;
}
.modal-footer {
  text-align: left;
}
.modal-footer .btn + .btn {
  margin-left: auto;
  margin-right: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: auto;
}
.popover {
  left: auto;
  text-align: right;
}
.popover.top > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.top > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.popover.bottom > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.pull-right.flip {
  float: left !important;
}
.pull-left.flip {
  float: right !important;
}
/*** ESSENTIAL STYLES ***/

.sf-menu,
.sf-menu ul,
.sf-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99;
}
.sf-menu ul ul {
  top: 0;
  right: 100%;
}
.sf-menu > li {
  float: right;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
  padding-left: 2.5em;
  *padding-left: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */

}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 52%;
  left: .5em;
  margin-top: -3px;
  height: 0;
  width: 0;
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
}
