@charset "UTF-8";
/*!
 * 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 */
/*@import url(vendor/perfect-scrollbar/perfect-scrollbar.min.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.nice-select.open, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.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;
}

legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
.col-md-6 {float:left;}

.z-index-twenty {
  position: relative;
  z-index: 20;
}

/* modal dialog popup close button */
.ui-dialog .ui-dialog-titlebar-close {
  background: #fff url('../images/aui-icon-close.png') no-repeat;
  background-size: contain;
  border: none;
  z-index:999999;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " ("attr(href) ")";
  }
  abbr[title]:after {
    content: " ("attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {

}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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.nice-select.open, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media(min-width:768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}
mark, .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover, a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt, dd {
  line-height: 1.42857;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn.nice-select.open:focus, .btn:active.focus, .btn.focus.nice-select.open, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.nice-select.open, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.nice-select.open, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default.nice-select.open:hover, .btn-default:active:focus, .btn-default.nice-select.open:focus, .btn-default:active.focus, .btn-default.focus.nice-select.open, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.nice-select.open, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary.nice-select.open:hover, .btn-primary:active:focus, .btn-primary.nice-select.open:focus, .btn-primary:active.focus, .btn-primary.focus.nice-select.open, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.nice-select.open, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success.nice-select.open:hover, .btn-success:active:focus, .btn-success.nice-select.open:focus, .btn-success:active.focus, .btn-success.focus.nice-select.open, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.nice-select.open, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.nice-select.open, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info.nice-select.open:hover, .btn-info:active:focus, .btn-info.nice-select.open:focus, .btn-info:active.focus, .btn-info.focus.nice-select.open, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.nice-select.open, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.nice-select.open, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning.nice-select.open:hover, .btn-warning:active:focus, .btn-warning.nice-select.open:focus, .btn-warning:active.focus, .btn-warning.focus.nice-select.open, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.nice-select.open, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.nice-select.open, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger.nice-select.open:hover, .btn-danger:active:focus, .btn-danger.nice-select.open:focus, .btn-danger:active.focus, .btn-danger.focus.nice-select.open, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.nice-select.open, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.nice-select.open, .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, .btn-link.nice-select.open {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  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 .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

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: .35s;
  transition-duration: .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;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media(min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.nice-select.open, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.nice-select.open, .btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group .dropdown-toggle.nice-select.open, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  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: 4px;
  border-bottom-left-radius: 4px;
}
.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;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}



.primary-btn, .btn-blue {
  padding: 18px 22px 12px;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 16px;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0079c1;
  color: #fff;
  border: 2px solid #0079c1;
}
.primary-btn:visited, .btn-blue:visited {
  background-color: #0079c1;
  color: #fff;
  border: 2px solid #0079c1;
}
.primary-btn:hover, .primary-btn:focus, .btn-blue:hover, .btn-blue:focus {
  background-color: #0f4b6f; /*! color:#fff; */ border: 2px solid #0f4b6f;
  text-decoration: none;
}
.primary-btn.disabled, .btn-blue.disabled {
  background-color: #ccc;
  color: #000;
  border: 2px solid #ccc;
  text-decoration: none;
}
.primary-btn.primary-reversed, .btn-blue.primary-reversed {
  background-color: #fff;
  color: #0079c1;
  border: 2px solid #fff;
}
.primary-btn.primary-reversed:visited, .btn-blue.primary-reversed:visited {
  background-color: #fff;
  color: #0f4b6f;
  border: 2px solid #fff;
}
.primary-btn.primary-reversed:hover, .primary-btn.primary-reversed:focus, .btn-blue.primary-reversed:hover, .btn-blue.primary-reversed:focus {
  background-color: #fff;
  color: #0f4b6f;
  border: 2px solid #fff;
  text-decoration: none;
}
.primary-btn.primary-reversed.disabled, .btn-blue.primary-reversed.disabled {
  background-color: #fff;
  color: #0079c1;
  border: 2px solid #fff;
  opacity: .6;
  text-decoration: none;
}
.primary-btn.primary-reversed-green, .btn-blue.primary-reversed-green {
  background-color: #fff;
  color: #5c8727;
  border: 2px solid #fff;
}
.primary-btn.primary-reversed-green:visited, .btn-blue.primary-reversed-green:visited {
  background-color: #fff;
  color: #5c8727;
  border: 2px solid #fff;
}
.primary-btn.primary-reversed-green:hover, .primary-btn.primary-reversed-green:focus, .btn-blue.primary-reversed-green:hover, .btn-blue.primary-reversed-green:focus {
  background-color: #fff;
  color: #0f4b6f;
  border: 2px solid #fff;
  text-decoration: none;
}
.primary-btn.primary-reversed-green.disabled, .btn-blue.primary-reversed-green.disabled {
  background-color: #fff;
  color: #0079c1;
  border: 2px solid #fff;
  opacity: .6;
  text-decoration: none;
}
.secondary-btn, .btn-white {
  padding: 18px 22px 12px;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #fff;
  color: #0079c1;
  border: 2px solid #0079c1;
}
.secondary-btn:visited, .btn-white:visited {
  background-color: #fff;
  color: #0079c1;
  border: 2px solid #0079c1;
}
.secondary-btn:hover, .secondary-btn:focus, .btn-white:hover, .btn-white:focus {
  background-color: #fff;
  color: #0f4b6f;
  border: 2px solid #0f4b6f;
  text-decoration: none;
  outline: none;
}
.secondary-btn.disabled, .btn-white.disabled {
  background-color: #fff;
  color: #000;
  border: 2px solid #ccc;
  text-decoration: none;
}
.secondary-btn.secondary-reversed, .btn-white.secondary-reversed {
  background-color: #0079c1;
  color: #fff;
  border: 2px solid #fff;
}
.secondary-btn.secondary-reversed:visited, .btn-white.secondary-reversed:visited {
  background-color: #0079c1;
  color: #fff;
  border: 2px solid #fff;
}
.secondary-btn.secondary-reversed:hover, .secondary-btn.secondary-reversed:focus, .btn-white.secondary-reversed:hover, .btn-white.secondary-reversed:focus {
  background-color: #0079c1;
  color: #ccc;
  border: 2px solid #ccc;
  text-decoration: none;
}
.secondary-btn.secondary-reversed.disabled, .btn-white.secondary-reversed.disabled {
  background-color: #0079c1;
  color: #fff;
  border: 2px solid #fff;
  opacity: .6;
  text-decoration: none;
}
.secondary-btn.secondary-reversed.transparent, .btn-white.secondary-reversed.transparent {
  background: transparent;
}
.link, a {
  color: #0079c1;
}
.link:visited, a:visited {
  /* color: #0079c1; */
}
.link:hover, .link:active, .link.nice-select.open, .link:focus, a:hover, a:active, a.nice-select.open, a:focus {
  color: #0f4b6f;
}

.site-footer {
background-color: #eeeeee;
color: #333;
}
.site-footer .footer-top .footer-top-container {
  padding: 60px 0 20px 0;
}
@media(max-width:1199px) {
  .site-footer .footer-top .footer-top-container {
    padding: 50px 0 50px 0;
  }
}
.site-footer .footer-top .footer-top-container .sustain-info {
  width: 60%;
}
@media(max-width:1199px) {
  .site-footer .footer-top .footer-top-container .sustain-info {
    width: 56%;
  }
}
.site-footer .footer-top .footer-top-container .form-group {
  margin-bottom: 0;
}
.site-footer .footer-top .footer-top-container .form-group .footer-input {
  width: 100%;
  margin-bottom: 20px;
}
.site-footer .footer-top .footer-top-container .footer-first-block-section {
  padding-left: 20px;
  padding-right: 20px;
}
.site-footer .footer-top .footer-top-container .footer-first-block-section .first-block-title {
  margin-bottom: 25px;
}
@media(max-width:767px) {
  .site-footer .footer-top .footer-top-container .footer-first-block-section .first-block-title {
    margin-bottom: 30px;
  }
}
.site-footer .footer-top .footer-top-container .footer-first-block-section .first-block-desc {
  margin-bottom: 15px;
}
@media(max-width:767px) {
  .site-footer .footer-top .footer-top-container .footer-first-block-section .first-block-desc {
    margin-bottom: 20px;
  }
}
.site-footer .footer-top .footer-top-container .footer-first-block-section .first-block-desc-promotional-slot {
  margin-bottom: 20px;
}
@media(max-width:767px) {
  .site-footer .footer-top .footer-top-container .footer-first-block-section .first-block-desc-promotional-slot {
    margin-bottom: 30px;
  }
}
.site-footer .footer-top .footer-top-container .footer-first-block-section .checkbox-parent-container {
  margin-bottom: 20px;
}
.site-footer .footer-top .footer-top-container .footer-first-block-section .checkbox-parent-container .checkbox-options-style {
  margin-bottom: 15px;
}
@media(max-width:767px) {
  .site-footer .footer-top .footer-top-container .footer-first-block-section .checkbox-parent-container .checkbox-options-style {
    margin-bottom: 20px;
  }
}
@media(max-width:767px) {
  .site-footer .footer-top .footer-top-container .footer-first-block-section .checkbox-parent-container {
    margin-bottom: 30px;
  }
}
@media(max-width:767px) {
  .site-footer .footer-top .footer-top-container .footer-first-block-section .footer-signup-btn {
    margin-bottom: 30px;
    width: 100%;
  }
}
.site-footer .footer-top .footer-top-container .news-section .news-section-title {
  margin-bottom: 25px;
}
.site-footer .footer-top .footer-top-container .news-section .news-section-list-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.site-footer .footer-top .footer-top-container .news-section .list-item {
  border-bottom: 1px solid #ccc;
  width: 86%;
}
.site-footer .footer-top .footer-top-container .news-section .list-item:last-child {
  border-bottom: 0;
  width: 86%;
}
.site-footer .footer-top .footer-top-container .news-section .list-item .news-headline-text {
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
}
.site-footer .footer-top .footer-top-container .news-section .list-item .dates {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
@media(max-width:767px) {
  .site-footer .footer-top .footer-top-container .links-section {
    margin-bottom: 33px;
    padding-left: 0;
    padding-right: 0;
  }
}
.site-footer .footer-top .footer-top-container .links-section .list-heading {
  margin-bottom: 25px;
}
@media(max-width:767px) {
  .site-footer .footer-top .footer-top-container .links-section .list-heading {
    margin: 15px 0 0 15px;
  }
}
@media(max-width:767px) {
  .site-footer .footer-top .footer-top-container .links-section .footer-list {
    border-top: solid 1px #000;
    padding-top: 12px;
  }
}
.site-footer .footer-top .footer-top-container .links-section .footer-list .list-items {
  margin-bottom: 20px;
}
@media(max-width:767px) {
  .site-footer .footer-top .footer-top-container .links-section .footer-list .list-items {
    border-bottom: solid 1px #000;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 12px;
  }
}
.site-footer .footer-top .footer-top-container .links-section .footer-list .list-items .link-info {
  color: #fff;
  text-transform: capitalize;
}
.site-footer .footer-top .footer-top-container .logo-image {
  margin-bottom: 15px;
}
@media(max-width:767px) {
  .site-footer .footer-top .footer-top-container .logo-image {
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media print {
  .site-footer .footer-top .footer-top-container .logo-image {
    display: none !important;
  }
}
.site-footer .footer-top .footer-top-container .promotional-slot-wrapper .promotional-slot-details {
  padding-right: 10px;
  margin-left: 15px;
  width: calc(100% - 133px);
}
@media(max-width:767px) {
  .site-footer .footer-top .footer-top-container .promotional-slot-wrapper .promotional-slot-details {
    width: calc(100% - 145px);
    padding: 0 0 40px 20px;
    margin-left: 0;
  }
}
.site-footer .footer-top .footer-top-container .promotional-slot-wrapper .promotional-slot-container {
  padding-right: 0;
  padding-left: 0;
  margin-left: 15px;
  width: 85px;
  height: 125px;
}
.site-footer .footer-top .footer-top-container .promotional-slot-wrapper .promotional-slot-container .promotional-slot {
  background: #ccc;
  padding: 35px 3px;
  text-align: center;
  margin-bottom: 15px;
}
.site-footer .footer-top .footer-top-container .promotional-slot-wrapper .promo-link {
  color: #fff;
}
.site-footer .footer-bottom {
  background: #000;
}
.site-footer .footer-bottom .footer-bottom-container {
  color: #fff;
  padding: 20px 0 20px 0;
  line-height: 1;
}
@media(max-width:1199px) {
  .site-footer .footer-bottom .footer-bottom-container {
    padding: 20px 0 20px 20px;
  }
}
@media(max-width:991px) {
  .site-footer .footer-bottom .footer-bottom-container {
    padding: 20px 15px 20px 26px;
  }
}
@media(max-width:767px) {
  .site-footer .footer-bottom .footer-bottom-container {
    padding: 0;
  }
}
.site-footer .footer-bottom .footer-bottom-container .footer-terms-cond {
  margin-right: 57px;
}
@media(max-width:1199px) {
  .site-footer .footer-bottom .footer-bottom-container .footer-terms-cond {
    margin-right: 0;
  }
}
@media(max-width:767px) {
  .site-footer .footer-bottom .footer-bottom-container .footer-terms-cond {
    float: none !important;
  }
}
.site-footer .footer-bottom .footer-bottom-container .footer-terms-cond .list-items {
  display: inline-block;
  padding-right: 0;
}
@media(max-width:767px) {
  .site-footer .footer-bottom .footer-bottom-container .footer-terms-cond .list-items {
    display: block;
    border-bottom: solid 1px #333;
    padding: 17px 20px 17px 30px;
  }
}
.site-footer .footer-bottom .footer-bottom-container .footer-terms-cond .list-items .link-info {
  color: #fff;
  text-transform: capitalize;
}
@media(max-width:767px) {
  .site-footer .footer-bottom .footer-bottom-container .footer-terms-cond .list-items .link-info {
    margin-left: 0;
  }
}
.site-footer .footer-bottom .footer-bottom-container .footer-copy-right {
  padding-left: 20px;
}
@media(max-width:1199px) {
  .site-footer .footer-bottom .footer-bottom-container .footer-copy-right {
    float: none;
    padding-left: 0;
  }
}
@media(max-width:767px) {
  .site-footer .footer-bottom .footer-bottom-container .footer-copy-right {
    margin-left: 0;
  }
}
.site-footer .footer-bottom .footer-bottom-container .footer-copy-right .copy-right-info {
  margin-bottom: 0;
  color: #ccc;
  text-transform: capitalize;
}
@media(max-width:767px) {
  .site-footer .footer-bottom .footer-bottom-container .footer-copy-right .copy-right-info {
    padding: 35px 20px 30px 20px;
    font-size: 12px;
  }
}
@media(max-width:767px) {
  .site-footer .footer-bottom .footer-bottom-container {
    padding: 0;
  }
}
.site-footer .chevron-right-footer {
  color: #fff;
  font-size: 6px;
  vertical-align: middle;
}
.site-footer .social-network li {
  display: inline-block;
}
@media(max-width:767px) {
  .site-footer .social-network {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media(max-width:767px) {
  .site-footer {
    margin-top: 0;
  }
}
