@charset "UTF-8";
/*!
 * SunnyNeo.com
 *
 * This is the master stylesheet for SunnyNeo.com
 * For any questions please message David (toe_bob)
 *
 * For compiling SASS please refer to the admin guide
 */
.center {
  margin: 0 auto; }

.fa-spin2 {
  animation: a 666ms infinite linear; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.table-valign-top, .table-valign-top tr, .table-valign-top td, .table-valign-top th {
  vertical-align: top !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

/**
 * OOoooo magic!!
 */
.img-blend {
  mix-blend-mode: multiply; }

.img-grey-magic {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .img-grey-magic:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

/**
 * Font interfaces here!
 */
/** These are for the wheels **/
@font-face {
  font-family: 'Wrexham Script';
  src: url("/assets/webfonts/WrexhamScript.eot");
  src: url("/assets/webfonts/WrexhamScript.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/WrexhamScript.woff2") format("woff2"), url("/assets/webfonts/WrexhamScript.woff") format("woff"), url("/assets/webfonts/WrexhamScript.ttf") format("truetype"), url("/assets/webfonts/WrexhamScript.svg#WrexhamScript") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Matura MT Script Capitals';
  src: url("/assets/webfonts/MaturaMTScriptCapitals.eot");
  src: url("/assets/webfonts/MaturaMTScriptCapitals.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/MaturaMTScriptCapitals.woff2") format("woff2"), url("/assets/webfonts/MaturaMTScriptCapitals.woff") format("woff"), url("/assets/webfonts/MaturaMTScriptCapitals.ttf") format("truetype"), url("/assets/webfonts/MaturaMTScriptCapitals.svg#MaturaMTScriptCapitals") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Sexsmith';
  src: url("/assets/webfonts/Sexsmith.eot");
  src: url("/assets/webfonts/Sexsmith.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Sexsmith.woff2") format("woff2"), url("/assets/webfonts/Sexsmith.woff") format("woff"), url("/assets/webfonts/Sexsmith.ttf") format("truetype"), url("/assets/webfonts/Sexsmith.svg#Sexsmith") format("svg");
  font-weight: normal;
  font-style: normal; }

/** Site fonts **/
@font-face {
  font-family: 'Minou';
  src: url("/assets/webfonts/Minou-Regular.eot");
  src: url("/assets/webfonts/Minou-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Minou-Regular.woff2") format("woff2"), url("/assets/webfonts/Minou-Regular.woff") format("woff"), url("/assets/webfonts/Minou-Regular.ttf") format("truetype"), url("/assets/webfonts/Minou-Regular.svg#Minou-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

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

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

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 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

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

.text-uppercase, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #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 #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.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; }

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100% !important;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > table {
        margin-bottom: 0;
        width: 100% !important; }
        .table-responsive > table.nowrap > thead > tr > th,
        .table-responsive > table.nowrap > thead > tr > td,
        .table-responsive > table.nowrap > tbody > tr > th,
        .table-responsive > table.nowrap > tbody > tr > td,
        .table-responsive > table.nowrap > tfoot > tr > th,
        .table-responsive > table.nowrap > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

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

textarea.form-control {
  height: auto; }

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

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

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > input.form-control-static[type='text']:not(.form-control),
  .input-group-lg > input.form-control-static[type='password']:not(.form-control),
  .input-group-lg > select.form-control-static:not(.form-control),
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-lg > .input-group-btn > .form-control-static.button:not(.btn),
  .input-group-lg > .input-group-btn > button.form-control-static:not(.btn),
  .input-group-lg > .input-group-btn > input.form-control-static[type='submit']:not(.btn),
  .input-group-lg > .input-group-btn > input.form-control-static[type='button']:not(.btn),
  .input-group-lg > .input-group-btn > input.form-control-static[type='reset']:not(.btn), .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > input.form-control-static[type='text']:not(.form-control),
  .input-group-sm > input.form-control-static[type='password']:not(.form-control),
  .input-group-sm > select.form-control-static:not(.form-control),
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .input-group-sm > .input-group-btn > .form-control-static.button:not(.btn),
  .input-group-sm > .input-group-btn > button.form-control-static:not(.btn),
  .input-group-sm > .input-group-btn > input.form-control-static[type='submit']:not(.btn),
  .input-group-sm > .input-group-btn > input.form-control-static[type='button']:not(.btn),
  .input-group-sm > .input-group-btn > input.form-control-static[type='reset']:not(.btn) {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > input[type='text']:not(.form-control),
.input-group-sm > input[type='password']:not(.form-control),
.input-group-sm > select:not(.form-control),
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .button:not(.btn),
.input-group-sm > .input-group-btn > button:not(.btn),
.input-group-sm > .input-group-btn > input[type='submit']:not(.btn),
.input-group-sm > .input-group-btn > input[type='button']:not(.btn),
.input-group-sm > .input-group-btn > input[type='reset']:not(.btn) {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

.form-group-sm .form-control, .form-group-sm input[type='text']:not(.form-control),
.form-group-sm input[type='password']:not(.form-control),
.form-group-sm select:not(.form-control) {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control,
.form-group-sm select:not(.form-control) {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple]:not(.form-control) {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > input[type='text']:not(.form-control),
.input-group-lg > input[type='password']:not(.form-control),
.input-group-lg > select:not(.form-control),
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .button:not(.btn),
.input-group-lg > .input-group-btn > button:not(.btn),
.input-group-lg > .input-group-btn > input[type='submit']:not(.btn),
.input-group-lg > .input-group-btn > input[type='button']:not(.btn),
.input-group-lg > .input-group-btn > input[type='reset']:not(.btn) {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control, .form-group-lg input[type='text']:not(.form-control),
.form-group-lg input[type='password']:not(.form-control),
.form-group-lg select:not(.form-control) {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control,
.form-group-lg select:not(.form-control) {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple]:not(.form-control) {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback input[type='text']:not(.form-control),
  .has-feedback input[type='password']:not(.form-control),
  .has-feedback select:not(.form-control) {
    padding-right: 42.5px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > input[type='text']:not(.form-control) + .form-control-feedback, .input-group-lg > input[type='password']:not(.form-control) + .form-control-feedback, .input-group-lg > select:not(.form-control) + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg > .input-group-btn > .button:not(.btn) + .form-control-feedback, .input-group-lg > .input-group-btn > button:not(.btn) + .form-control-feedback, .input-group-lg > .input-group-btn > input[type='submit']:not(.btn) + .form-control-feedback, .input-group-lg > .input-group-btn > input[type='button']:not(.btn) + .form-control-feedback, .input-group-lg > .input-group-btn > input[type='reset']:not(.btn) + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg input[type='text']:not(.form-control) + .form-control-feedback,
.form-group-lg input[type='password']:not(.form-control) + .form-control-feedback,
.form-group-lg select:not(.form-control) + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > input[type='text']:not(.form-control) + .form-control-feedback, .input-group-sm > input[type='password']:not(.form-control) + .form-control-feedback, .input-group-sm > select:not(.form-control) + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm > .input-group-btn > .button:not(.btn) + .form-control-feedback, .input-group-sm > .input-group-btn > button:not(.btn) + .form-control-feedback, .input-group-sm > .input-group-btn > input[type='submit']:not(.btn) + .form-control-feedback, .input-group-sm > .input-group-btn > input[type='button']:not(.btn) + .form-control-feedback, .input-group-sm > .input-group-btn > input[type='reset']:not(.btn) + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm input[type='text']:not(.form-control) + .form-control-feedback,
.form-group-sm input[type='password']:not(.form-control) + .form-control-feedback,
.form-group-sm select:not(.form-control) + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success input[type='text']:not(.form-control),
.has-success input[type='password']:not(.form-control),
.has-success select:not(.form-control) {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success input:focus[type='text']:not(.form-control),
  .has-success input:focus[type='password']:not(.form-control),
  .has-success select:focus:not(.form-control) {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning input[type='text']:not(.form-control),
.has-warning input[type='password']:not(.form-control),
.has-warning select:not(.form-control) {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning input:focus[type='text']:not(.form-control),
  .has-warning input:focus[type='password']:not(.form-control),
  .has-warning select:focus:not(.form-control) {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error input[type='text']:not(.form-control),
.has-error input[type='password']:not(.form-control),
.has-error select:not(.form-control) {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error input:focus[type='text']:not(.form-control),
  .has-error input:focus[type='password']:not(.form-control),
  .has-error select:focus:not(.form-control) {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline input[type='text']:not(.form-control),
  .form-inline input[type='password']:not(.form-control),
  .form-inline select:not(.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,
    .form-inline .input-group input[type='text']:not(.form-control),
    .form-inline .input-group input[type='password']:not(.form-control),
    .form-inline .input-group select:not(.form-control) {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > input[type='text']:not(.form-control),
  .form-inline .input-group > input[type='password']:not(.form-control),
  .form-inline .input-group > select:not(.form-control) {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, .button:not(.btn),
button:not(.btn),
input[type='submit']:not(.btn),
input[type='button']:not(.btn),
input[type='reset']:not(.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, .button:focus:not(.btn),
  button:focus:not(.btn),
  input:focus[type='submit']:not(.btn),
  input:focus[type='button']:not(.btn),
  input:focus[type='reset']:not(.btn), .btn.focus, .focus.button:not(.btn),
  button.focus:not(.btn),
  input.focus[type='submit']:not(.btn),
  input.focus[type='button']:not(.btn),
  input.focus[type='reset']:not(.btn), .btn:active:focus, .button:active:focus:not(.btn),
  button:active:focus:not(.btn),
  input:active:focus[type='submit']:not(.btn),
  input:active:focus[type='button']:not(.btn),
  input:active:focus[type='reset']:not(.btn), .btn:active.focus, .button:active.focus:not(.btn),
  button:active.focus:not(.btn),
  input:active.focus[type='submit']:not(.btn),
  input:active.focus[type='button']:not(.btn),
  input:active.focus[type='reset']:not(.btn), .btn.active:focus, .active.button:focus:not(.btn),
  button.active:focus:not(.btn),
  input.active:focus[type='submit']:not(.btn),
  input.active:focus[type='button']:not(.btn),
  input.active:focus[type='reset']:not(.btn), .btn.active.focus, .active.focus.button:not(.btn),
  button.active.focus:not(.btn),
  input.active.focus[type='submit']:not(.btn),
  input.active.focus[type='button']:not(.btn),
  input.active.focus[type='reset']:not(.btn) {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .button:hover:not(.btn),
  button:hover:not(.btn),
  input:hover[type='submit']:not(.btn),
  input:hover[type='button']:not(.btn),
  input:hover[type='reset']:not(.btn), .btn:focus, .button:focus:not(.btn),
  button:focus:not(.btn),
  input:focus[type='submit']:not(.btn),
  input:focus[type='button']:not(.btn),
  input:focus[type='reset']:not(.btn), .btn.focus, .focus.button:not(.btn),
  button.focus:not(.btn),
  input.focus[type='submit']:not(.btn),
  input.focus[type='button']:not(.btn),
  input.focus[type='reset']:not(.btn) {
    color: #333;
    text-decoration: none; }
  .btn:active, .button:active:not(.btn),
  button:active:not(.btn),
  input:active[type='submit']:not(.btn),
  input:active[type='button']:not(.btn),
  input:active[type='reset']:not(.btn), .btn.active, .active.button:not(.btn),
  button.active:not(.btn),
  input.active[type='submit']:not(.btn),
  input.active[type='button']:not(.btn),
  input.active[type='reset']:not(.btn) {
    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, .disabled.button:not(.btn),
  button.disabled:not(.btn),
  input.disabled[type='submit']:not(.btn),
  input.disabled[type='button']:not(.btn),
  input.disabled[type='reset']:not(.btn), .btn[disabled], .button[disabled]:not(.btn),
  button[disabled]:not(.btn),
  input[disabled][type='submit']:not(.btn),
  input[disabled][type='button']:not(.btn),
  input[disabled][type='reset']:not(.btn),
  fieldset[disabled] .btn,
  fieldset[disabled] .button:not(.btn),
  fieldset[disabled] button:not(.btn),
  fieldset[disabled] input[type='submit']:not(.btn),
  fieldset[disabled] input[type='button']:not(.btn),
  fieldset[disabled] input[type='reset']:not(.btn) {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

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

.btn-primary {
  color: #fff;
  background-color: #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.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #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.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #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.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #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.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #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.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  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: #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: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .button:not(.btn),
.btn-group-lg > button:not(.btn),
.btn-group-lg > input[type='submit']:not(.btn),
.btn-group-lg > input[type='button']:not(.btn),
.btn-group-lg > input[type='reset']:not(.btn) {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .button:not(.btn),
.btn-group-sm > button:not(.btn),
.btn-group-sm > input[type='submit']:not(.btn),
.btn-group-sm > input[type='button']:not(.btn),
.btn-group-sm > input[type='reset']:not(.btn) {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .button:not(.btn),
.btn-group-xs > button:not(.btn),
.btn-group-xs > input[type='submit']:not(.btn),
.btn-group-xs > input[type='button']:not(.btn),
.btn-group-xs > input[type='reset']:not(.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; }

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .button:not(.btn),
  .btn-group > button:not(.btn),
  .btn-group > input[type='submit']:not(.btn),
  .btn-group > input[type='button']:not(.btn),
  .btn-group > input[type='reset']:not(.btn),
  .btn-group-vertical > .btn,
  .btn-group-vertical > .button:not(.btn),
  .btn-group-vertical > button:not(.btn),
  .btn-group-vertical > input[type='submit']:not(.btn),
  .btn-group-vertical > input[type='button']:not(.btn),
  .btn-group-vertical > input[type='reset']:not(.btn) {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .button:hover:not(.btn),
    .btn-group > button:hover:not(.btn),
    .btn-group > input:hover[type='submit']:not(.btn),
    .btn-group > input:hover[type='button']:not(.btn),
    .btn-group > input:hover[type='reset']:not(.btn), .btn-group > .btn:focus, .btn-group > .button:focus:not(.btn),
    .btn-group > button:focus:not(.btn),
    .btn-group > input:focus[type='submit']:not(.btn),
    .btn-group > input:focus[type='button']:not(.btn),
    .btn-group > input:focus[type='reset']:not(.btn), .btn-group > .btn:active, .btn-group > .button:active:not(.btn),
    .btn-group > button:active:not(.btn),
    .btn-group > input:active[type='submit']:not(.btn),
    .btn-group > input:active[type='button']:not(.btn),
    .btn-group > input:active[type='reset']:not(.btn), .btn-group > .btn.active, .btn-group > .active.button:not(.btn),
    .btn-group > button.active:not(.btn),
    .btn-group > input.active[type='submit']:not(.btn),
    .btn-group > input.active[type='button']:not(.btn),
    .btn-group > input.active[type='reset']:not(.btn),
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .button:hover:not(.btn),
    .btn-group-vertical > button:hover:not(.btn),
    .btn-group-vertical > input:hover[type='submit']:not(.btn),
    .btn-group-vertical > input:hover[type='button']:not(.btn),
    .btn-group-vertical > input:hover[type='reset']:not(.btn),
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .button:focus:not(.btn),
    .btn-group-vertical > button:focus:not(.btn),
    .btn-group-vertical > input:focus[type='submit']:not(.btn),
    .btn-group-vertical > input:focus[type='button']:not(.btn),
    .btn-group-vertical > input:focus[type='reset']:not(.btn),
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .button:active:not(.btn),
    .btn-group-vertical > button:active:not(.btn),
    .btn-group-vertical > input:active[type='submit']:not(.btn),
    .btn-group-vertical > input:active[type='button']:not(.btn),
    .btn-group-vertical > input:active[type='reset']:not(.btn),
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.button:not(.btn),
    .btn-group-vertical > button.active:not(.btn),
    .btn-group-vertical > input.active[type='submit']:not(.btn),
    .btn-group-vertical > input.active[type='button']:not(.btn),
    .btn-group-vertical > input.active[type='reset']:not(.btn) {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .button:not(.btn) + .btn, .btn-group button:not(.btn) + .btn, .btn-group input[type='submit']:not(.btn) + .btn, .btn-group input[type='button']:not(.btn) + .btn, .btn-group input[type='reset']:not(.btn) + .btn, .btn-group .btn + .button:not(.btn), .btn-group .button:not(.btn) + .button:not(.btn), .btn-group button:not(.btn) + .button:not(.btn), .btn-group input[type='submit']:not(.btn) + .button:not(.btn), .btn-group input[type='button']:not(.btn) + .button:not(.btn), .btn-group input[type='reset']:not(.btn) + .button:not(.btn),
.btn-group .btn + button:not(.btn),
.btn-group .button:not(.btn) + button:not(.btn),
.btn-group button:not(.btn) + button:not(.btn),
.btn-group input[type='submit']:not(.btn) + button:not(.btn),
.btn-group input[type='button']:not(.btn) + button:not(.btn),
.btn-group input[type='reset']:not(.btn) + button:not(.btn),
.btn-group .btn + input[type='submit']:not(.btn),
.btn-group .button:not(.btn) + input[type='submit']:not(.btn),
.btn-group button:not(.btn) + input[type='submit']:not(.btn),
.btn-group input[type='submit']:not(.btn) + input[type='submit']:not(.btn),
.btn-group input[type='button']:not(.btn) + input[type='submit']:not(.btn),
.btn-group input[type='reset']:not(.btn) + input[type='submit']:not(.btn),
.btn-group .btn + input[type='button']:not(.btn),
.btn-group .button:not(.btn) + input[type='button']:not(.btn),
.btn-group button:not(.btn) + input[type='button']:not(.btn),
.btn-group input[type='submit']:not(.btn) + input[type='button']:not(.btn),
.btn-group input[type='button']:not(.btn) + input[type='button']:not(.btn),
.btn-group input[type='reset']:not(.btn) + input[type='button']:not(.btn),
.btn-group .btn + input[type='reset']:not(.btn),
.btn-group .button:not(.btn) + input[type='reset']:not(.btn),
.btn-group button:not(.btn) + input[type='reset']:not(.btn),
.btn-group input[type='submit']:not(.btn) + input[type='reset']:not(.btn),
.btn-group input[type='button']:not(.btn) + input[type='reset']:not(.btn),
.btn-group input[type='reset']:not(.btn) + input[type='reset']:not(.btn),
.btn-group .btn + .btn-group,
.btn-group .button:not(.btn) + .btn-group,
.btn-group button:not(.btn) + .btn-group,
.btn-group input[type='submit']:not(.btn) + .btn-group,
.btn-group input[type='button']:not(.btn) + .btn-group,
.btn-group input[type='reset']:not(.btn) + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .button:not(.btn),
.btn-group .btn-group + button:not(.btn),
.btn-group .btn-group + input[type='submit']:not(.btn),
.btn-group .btn-group + input[type='button']:not(.btn),
.btn-group .btn-group + input[type='reset']:not(.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 .button:not(.btn),
  .btn-toolbar button:not(.btn),
  .btn-toolbar input[type='submit']:not(.btn),
  .btn-toolbar input[type='button']:not(.btn),
  .btn-toolbar input[type='reset']:not(.btn),
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .button:not(.btn),
  .btn-toolbar > button:not(.btn),
  .btn-toolbar > input[type='submit']:not(.btn),
  .btn-toolbar > input[type='button']:not(.btn),
  .btn-toolbar > input[type='reset']:not(.btn),
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .button:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.btn),
.btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.btn),
.btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle)[type='submit']:not(.btn),
.btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle)[type='button']:not(.btn),
.btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle)[type='reset']:not(.btn) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .button:first-child:not(.btn),
.btn-group > button:first-child:not(.btn),
.btn-group > input:first-child[type='submit']:not(.btn),
.btn-group > input:first-child[type='button']:not(.btn),
.btn-group > input:first-child[type='reset']:not(.btn) {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .button:first-child:not(:last-child):not(.dropdown-toggle):not(.btn),
  .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle):not(.btn),
  .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle)[type='submit']:not(.btn),
  .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle)[type='button']:not(.btn),
  .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle)[type='reset']:not(.btn) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .button:last-child:not(:first-child):not(.btn),
.btn-group > button:last-child:not(:first-child):not(.btn),
.btn-group > input:last-child:not(:first-child)[type='submit']:not(.btn),
.btn-group > input:last-child:not(:first-child)[type='button']:not(.btn),
.btn-group > input:last-child:not(:first-child)[type='reset']:not(.btn),
.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, .btn-group > .btn-group:not(:first-child):not(:last-child) > .button:not(.btn),
.btn-group > .btn-group:not(:first-child):not(:last-child) > button:not(.btn),
.btn-group > .btn-group:not(:first-child):not(:last-child) > input[type='submit']:not(.btn),
.btn-group > .btn-group:not(:first-child):not(:last-child) > input[type='button']:not(.btn),
.btn-group > .btn-group:not(:first-child):not(:last-child) > input[type='reset']:not(.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) > .button:last-child:not(.btn),
.btn-group > .btn-group:first-child:not(:last-child) > button:last-child:not(.btn),
.btn-group > .btn-group:first-child:not(:last-child) > input:last-child[type='submit']:not(.btn),
.btn-group > .btn-group:first-child:not(:last-child) > input:last-child[type='button']:not(.btn),
.btn-group > .btn-group:first-child:not(:last-child) > input:last-child[type='reset']:not(.btn),
.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, .btn-group > .btn-group:last-child:not(:first-child) > .button:first-child:not(.btn),
.btn-group > .btn-group:last-child:not(:first-child) > button:first-child:not(.btn),
.btn-group > .btn-group:last-child:not(:first-child) > input:first-child[type='submit']:not(.btn),
.btn-group > .btn-group:last-child:not(:first-child) > input:first-child[type='button']:not(.btn),
.btn-group > .btn-group:last-child:not(:first-child) > input:first-child[type='reset']:not(.btn) {
  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, .btn-group > .button:not(.btn) + .dropdown-toggle, .btn-group > button:not(.btn) + .dropdown-toggle, .btn-group > input[type='submit']:not(.btn) + .dropdown-toggle, .btn-group > input[type='button']:not(.btn) + .dropdown-toggle, .btn-group > input[type='reset']:not(.btn) + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .button:not(.btn) + .dropdown-toggle, .btn-group-lg.btn-group > button:not(.btn) + .dropdown-toggle, .btn-group-lg.btn-group > input[type='submit']:not(.btn) + .dropdown-toggle, .btn-group-lg.btn-group > input[type='button']:not(.btn) + .dropdown-toggle, .btn-group-lg.btn-group > input[type='reset']:not(.btn) + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .button:not(.btn) .caret, button:not(.btn) .caret, input[type='submit']:not(.btn) .caret, input[type='button']:not(.btn) .caret, input[type='reset']:not(.btn) .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .button:not(.btn) .caret, .btn-group-lg > button:not(.btn) .caret, .btn-group-lg > input[type='submit']:not(.btn) .caret, .btn-group-lg > input[type='button']:not(.btn) .caret, .btn-group-lg > input[type='reset']:not(.btn) .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .button:not(.btn) .caret, .dropup .btn-group-lg > button:not(.btn) .caret, .dropup .btn-group-lg > input[type='submit']:not(.btn) .caret, .dropup .btn-group-lg > input[type='button']:not(.btn) .caret, .dropup .btn-group-lg > input[type='reset']:not(.btn) .caret {
  border-width: 0 5px 5px; }


.btn-group-vertical > .btn,
.btn-group-vertical > .button:not(.btn),
.btn-group-vertical > button:not(.btn),
.btn-group-vertical > input[type='submit']:not(.btn),
.btn-group-vertical > input[type='button']:not(.btn),
.btn-group-vertical > input[type='reset']:not(.btn),
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .button:not(.btn),
.btn-group-vertical > .btn-group > button:not(.btn),
.btn-group-vertical > .btn-group > input[type='submit']:not(.btn),
.btn-group-vertical > .btn-group > input[type='button']:not(.btn),
.btn-group-vertical > .btn-group > input[type='reset']:not(.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,
.btn-group-vertical > .btn-group > .button:not(.btn),
.btn-group-vertical > .btn-group > button:not(.btn),
.btn-group-vertical > .btn-group > input[type='submit']:not(.btn),
.btn-group-vertical > .btn-group > input[type='button']:not(.btn),
.btn-group-vertical > .btn-group > input[type='reset']:not(.btn) {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .button:not(.btn) + .btn, .btn-group-vertical > button:not(.btn) + .btn, .btn-group-vertical > input[type='submit']:not(.btn) + .btn, .btn-group-vertical > input[type='button']:not(.btn) + .btn, .btn-group-vertical > input[type='reset']:not(.btn) + .btn, .btn-group-vertical > .btn + .button:not(.btn), .btn-group-vertical > .button:not(.btn) + .button:not(.btn), .btn-group-vertical > button:not(.btn) + .button:not(.btn), .btn-group-vertical > input[type='submit']:not(.btn) + .button:not(.btn), .btn-group-vertical > input[type='button']:not(.btn) + .button:not(.btn), .btn-group-vertical > input[type='reset']:not(.btn) + .button:not(.btn),
.btn-group-vertical > .btn + button:not(.btn),
.btn-group-vertical > .button:not(.btn) + button:not(.btn),
.btn-group-vertical > button:not(.btn) + button:not(.btn),
.btn-group-vertical > input[type='submit']:not(.btn) + button:not(.btn),
.btn-group-vertical > input[type='button']:not(.btn) + button:not(.btn),
.btn-group-vertical > input[type='reset']:not(.btn) + button:not(.btn),
.btn-group-vertical > .btn + input[type='submit']:not(.btn),
.btn-group-vertical > .button:not(.btn) + input[type='submit']:not(.btn),
.btn-group-vertical > button:not(.btn) + input[type='submit']:not(.btn),
.btn-group-vertical > input[type='submit']:not(.btn) + input[type='submit']:not(.btn),
.btn-group-vertical > input[type='button']:not(.btn) + input[type='submit']:not(.btn),
.btn-group-vertical > input[type='reset']:not(.btn) + input[type='submit']:not(.btn),
.btn-group-vertical > .btn + input[type='button']:not(.btn),
.btn-group-vertical > .button:not(.btn) + input[type='button']:not(.btn),
.btn-group-vertical > button:not(.btn) + input[type='button']:not(.btn),
.btn-group-vertical > input[type='submit']:not(.btn) + input[type='button']:not(.btn),
.btn-group-vertical > input[type='button']:not(.btn) + input[type='button']:not(.btn),
.btn-group-vertical > input[type='reset']:not(.btn) + input[type='button']:not(.btn),
.btn-group-vertical > .btn + input[type='reset']:not(.btn),
.btn-group-vertical > .button:not(.btn) + input[type='reset']:not(.btn),
.btn-group-vertical > button:not(.btn) + input[type='reset']:not(.btn),
.btn-group-vertical > input[type='submit']:not(.btn) + input[type='reset']:not(.btn),
.btn-group-vertical > input[type='button']:not(.btn) + input[type='reset']:not(.btn),
.btn-group-vertical > input[type='reset']:not(.btn) + input[type='reset']:not(.btn),
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .button:not(.btn) + .btn-group,
.btn-group-vertical > button:not(.btn) + .btn-group,
.btn-group-vertical > input[type='submit']:not(.btn) + .btn-group,
.btn-group-vertical > input[type='button']:not(.btn) + .btn-group,
.btn-group-vertical > input[type='reset']:not(.btn) + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .button:not(.btn),
.btn-group-vertical > .btn-group + button:not(.btn),
.btn-group-vertical > .btn-group + input[type='submit']:not(.btn),
.btn-group-vertical > .btn-group + input[type='button']:not(.btn),
.btn-group-vertical > .btn-group + input[type='reset']:not(.btn),
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .button:not(:first-child):not(:last-child):not(.btn),
.btn-group-vertical > button:not(:first-child):not(:last-child):not(.btn),
.btn-group-vertical > input:not(:first-child):not(:last-child)[type='submit']:not(.btn),
.btn-group-vertical > input:not(:first-child):not(:last-child)[type='button']:not(.btn),
.btn-group-vertical > input:not(:first-child):not(:last-child)[type='reset']:not(.btn) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .button:first-child:not(:last-child):not(.btn),
.btn-group-vertical > button:first-child:not(:last-child):not(.btn),
.btn-group-vertical > input:first-child:not(:last-child)[type='submit']:not(.btn),
.btn-group-vertical > input:first-child:not(:last-child)[type='button']:not(.btn),
.btn-group-vertical > input:first-child:not(:last-child)[type='reset']:not(.btn) {
  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), .btn-group-vertical > .button:last-child:not(:first-child):not(.btn),
.btn-group-vertical > button:last-child:not(:first-child):not(.btn),
.btn-group-vertical > input:last-child:not(:first-child)[type='submit']:not(.btn),
.btn-group-vertical > input:last-child:not(:first-child)[type='button']:not(.btn),
.btn-group-vertical > input:last-child:not(:first-child)[type='reset']:not(.btn) {
  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, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .button:not(.btn),
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button:not(.btn),
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type='submit']:not(.btn),
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type='button']:not(.btn),
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type='reset']:not(.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) > .button:last-child:not(.btn),
.btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child:not(.btn),
.btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child[type='submit']:not(.btn),
.btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child[type='button']:not(.btn),
.btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child[type='reset']:not(.btn),
.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, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .button:first-child:not(.btn),
.btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child:not(.btn),
.btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child[type='submit']:not(.btn),
.btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child[type='button']:not(.btn),
.btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child[type='reset']:not(.btn) {
  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 > .button:not(.btn),
  .btn-group-justified > button:not(.btn),
  .btn-group-justified > input[type='submit']:not(.btn),
  .btn-group-justified > input[type='button']:not(.btn),
  .btn-group-justified > input[type='reset']:not(.btn),
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .button:not(.btn),
  .btn-group-justified > .btn-group button:not(.btn),
  .btn-group-justified > .btn-group input[type='submit']:not(.btn),
  .btn-group-justified > .btn-group input[type='button']:not(.btn),
  .btn-group-justified > .btn-group input[type='reset']:not(.btn) {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .button:not(.btn) input[type="radio"], [data-toggle="buttons"] > button:not(.btn) input[type="radio"], [data-toggle="buttons"] > input[type='submit']:not(.btn) input[type="radio"], [data-toggle="buttons"] > input[type='button']:not(.btn) input[type="radio"], [data-toggle="buttons"] > input[type='reset']:not(.btn) input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .button:not(.btn) input[type="checkbox"],
[data-toggle="buttons"] > button:not(.btn) input[type="checkbox"],
[data-toggle="buttons"] > input[type='submit']:not(.btn) input[type="checkbox"],
[data-toggle="buttons"] > input[type='button']:not(.btn) input[type="checkbox"],
[data-toggle="buttons"] > input[type='reset']:not(.btn) input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .button:not(.btn) input[type="radio"],
[data-toggle="buttons"] > .btn-group > button:not(.btn) input[type="radio"],
[data-toggle="buttons"] > .btn-group > input[type='submit']:not(.btn) input[type="radio"],
[data-toggle="buttons"] > .btn-group > input[type='button']:not(.btn) input[type="radio"],
[data-toggle="buttons"] > .btn-group > input[type='reset']:not(.btn) input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .button:not(.btn) input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button:not(.btn) input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > input[type='submit']:not(.btn) input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > input[type='button']:not(.btn) input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > input[type='reset']:not(.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, .input-group input[type='text']:not(.form-control),
  .input-group input[type='password']:not(.form-control),
  .input-group select:not(.form-control) {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group input:focus[type='text']:not(.form-control),
    .input-group input:focus[type='password']:not(.form-control),
    .input-group select:focus:not(.form-control) {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group input[type='text']:not(.form-control),
.input-group input[type='password']:not(.form-control),
.input-group select:not(.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),
  .input-group input:not(:first-child):not(:last-child)[type='text']:not(.form-control),
  .input-group input:not(:first-child):not(:last-child)[type='password']:not(.form-control),
  .input-group select:not(:first-child):not(:last-child):not(.form-control) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .input-group-sm > input.input-group-addon[type='text']:not(.form-control),
  .input-group-sm > input.input-group-addon[type='password']:not(.form-control),
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .input-group-addon.button:not(.btn),
  .input-group-sm > .input-group-btn > button.input-group-addon:not(.btn),
  .input-group-sm > .input-group-btn > input.input-group-addon[type='submit']:not(.btn),
  .input-group-sm > .input-group-btn > input.input-group-addon[type='button']:not(.btn),
  .input-group-sm > .input-group-btn > input.input-group-addon[type='reset']:not(.btn) {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .input-group-lg > input.input-group-addon[type='text']:not(.form-control),
  .input-group-lg > input.input-group-addon[type='password']:not(.form-control),
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .input-group-addon.button:not(.btn),
  .input-group-lg > .input-group-btn > button.input-group-addon:not(.btn),
  .input-group-lg > .input-group-btn > input.input-group-addon[type='submit']:not(.btn),
  .input-group-lg > .input-group-btn > input.input-group-addon[type='button']:not(.btn),
  .input-group-lg > .input-group-btn > input.input-group-addon[type='reset']:not(.btn) {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group input:first-child[type='text']:not(.form-control),
.input-group input:first-child[type='password']:not(.form-control),
.input-group select:first-child:not(.form-control),
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .button:not(.btn),
.input-group-btn:first-child > button:not(.btn),
.input-group-btn:first-child > input[type='submit']:not(.btn),
.input-group-btn:first-child > input[type='button']:not(.btn),
.input-group-btn:first-child > input[type='reset']:not(.btn),
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .button:not(.btn),
.input-group-btn:first-child > .btn-group > button:not(.btn),
.input-group-btn:first-child > .btn-group > input[type='submit']:not(.btn),
.input-group-btn:first-child > .btn-group > input[type='button']:not(.btn),
.input-group-btn:first-child > .btn-group > input[type='reset']:not(.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 > .button:not(:last-child):not(.dropdown-toggle):not(.btn),
.input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle):not(.btn),
.input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle)[type='submit']:not(.btn),
.input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle)[type='button']:not(.btn),
.input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle)[type='reset']:not(.btn),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .button:not(.btn),
.input-group-btn:last-child > .btn-group:not(:last-child) > button:not(.btn),
.input-group-btn:last-child > .btn-group:not(:last-child) > input[type='submit']:not(.btn),
.input-group-btn:last-child > .btn-group:not(:last-child) > input[type='button']:not(.btn),
.input-group-btn:last-child > .btn-group:not(:last-child) > input[type='reset']:not(.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 input:last-child[type='text']:not(.form-control),
.input-group input:last-child[type='password']:not(.form-control),
.input-group select:last-child:not(.form-control),
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .button:not(.btn),
.input-group-btn:last-child > button:not(.btn),
.input-group-btn:last-child > input[type='submit']:not(.btn),
.input-group-btn:last-child > input[type='button']:not(.btn),
.input-group-btn:last-child > input[type='reset']:not(.btn),
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .button:not(.btn),
.input-group-btn:last-child > .btn-group > button:not(.btn),
.input-group-btn:last-child > .btn-group > input[type='submit']:not(.btn),
.input-group-btn:last-child > .btn-group > input[type='button']:not(.btn),
.input-group-btn:last-child > .btn-group > input[type='reset']:not(.btn),
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .button:not(:first-child):not(.btn),
.input-group-btn:first-child > button:not(:first-child):not(.btn),
.input-group-btn:first-child > input:not(:first-child)[type='submit']:not(.btn),
.input-group-btn:first-child > input:not(:first-child)[type='button']:not(.btn),
.input-group-btn:first-child > input:not(:first-child)[type='reset']:not(.btn),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .button:not(.btn),
.input-group-btn:first-child > .btn-group:not(:first-child) > button:not(.btn),
.input-group-btn:first-child > .btn-group:not(:first-child) > input[type='submit']:not(.btn),
.input-group-btn:first-child > .btn-group:not(:first-child) > input[type='button']:not(.btn),
.input-group-btn:first-child > .btn-group:not(:first-child) > input[type='reset']:not(.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, .input-group-btn > .button:not(.btn),
  .input-group-btn > button:not(.btn),
  .input-group-btn > input[type='submit']:not(.btn),
  .input-group-btn > input[type='button']:not(.btn),
  .input-group-btn > input[type='reset']:not(.btn) {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .button:not(.btn) + .btn, .input-group-btn > button:not(.btn) + .btn, .input-group-btn > input[type='submit']:not(.btn) + .btn, .input-group-btn > input[type='button']:not(.btn) + .btn, .input-group-btn > input[type='reset']:not(.btn) + .btn, .input-group-btn > .btn + .button:not(.btn), .input-group-btn > .button:not(.btn) + .button:not(.btn), .input-group-btn > button:not(.btn) + .button:not(.btn), .input-group-btn > input[type='submit']:not(.btn) + .button:not(.btn), .input-group-btn > input[type='button']:not(.btn) + .button:not(.btn), .input-group-btn > input[type='reset']:not(.btn) + .button:not(.btn),
    .input-group-btn > .btn + button:not(.btn),
    .input-group-btn > .button:not(.btn) + button:not(.btn),
    .input-group-btn > button:not(.btn) + button:not(.btn),
    .input-group-btn > input[type='submit']:not(.btn) + button:not(.btn),
    .input-group-btn > input[type='button']:not(.btn) + button:not(.btn),
    .input-group-btn > input[type='reset']:not(.btn) + button:not(.btn),
    .input-group-btn > .btn + input[type='submit']:not(.btn),
    .input-group-btn > .button:not(.btn) + input[type='submit']:not(.btn),
    .input-group-btn > button:not(.btn) + input[type='submit']:not(.btn),
    .input-group-btn > input[type='submit']:not(.btn) + input[type='submit']:not(.btn),
    .input-group-btn > input[type='button']:not(.btn) + input[type='submit']:not(.btn),
    .input-group-btn > input[type='reset']:not(.btn) + input[type='submit']:not(.btn),
    .input-group-btn > .btn + input[type='button']:not(.btn),
    .input-group-btn > .button:not(.btn) + input[type='button']:not(.btn),
    .input-group-btn > button:not(.btn) + input[type='button']:not(.btn),
    .input-group-btn > input[type='submit']:not(.btn) + input[type='button']:not(.btn),
    .input-group-btn > input[type='button']:not(.btn) + input[type='button']:not(.btn),
    .input-group-btn > input[type='reset']:not(.btn) + input[type='button']:not(.btn),
    .input-group-btn > .btn + input[type='reset']:not(.btn),
    .input-group-btn > .button:not(.btn) + input[type='reset']:not(.btn),
    .input-group-btn > button:not(.btn) + input[type='reset']:not(.btn),
    .input-group-btn > input[type='submit']:not(.btn) + input[type='reset']:not(.btn),
    .input-group-btn > input[type='button']:not(.btn) + input[type='reset']:not(.btn),
    .input-group-btn > input[type='reset']:not(.btn) + input[type='reset']:not(.btn) {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .button:hover:not(.btn),
    .input-group-btn > button:hover:not(.btn),
    .input-group-btn > input:hover[type='submit']:not(.btn),
    .input-group-btn > input:hover[type='button']:not(.btn),
    .input-group-btn > input:hover[type='reset']:not(.btn), .input-group-btn > .btn:focus, .input-group-btn > .button:focus:not(.btn),
    .input-group-btn > button:focus:not(.btn),
    .input-group-btn > input:focus[type='submit']:not(.btn),
    .input-group-btn > input:focus[type='button']:not(.btn),
    .input-group-btn > input:focus[type='reset']:not(.btn), .input-group-btn > .btn:active, .input-group-btn > .button:active:not(.btn),
    .input-group-btn > button:active:not(.btn),
    .input-group-btn > input:active[type='submit']:not(.btn),
    .input-group-btn > input:active[type='button']:not(.btn),
    .input-group-btn > input:active[type='reset']:not(.btn) {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .button:not(.btn),
  .input-group-btn:first-child > button:not(.btn),
  .input-group-btn:first-child > input[type='submit']:not(.btn),
  .input-group-btn:first-child > input[type='button']:not(.btn),
  .input-group-btn:first-child > input[type='reset']:not(.btn),
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .button:not(.btn),
  .input-group-btn:last-child > button:not(.btn),
  .input-group-btn:last-child > input[type='submit']:not(.btn),
  .input-group-btn:last-child > input[type='button']:not(.btn),
  .input-group-btn:last-child > input[type='reset']:not(.btn),
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #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; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

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

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

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

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form input[type='text']:not(.form-control),
    .navbar-form input[type='password']:not(.form-control),
    .navbar-form select:not(.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,
      .navbar-form .input-group input[type='text']:not(.form-control),
      .navbar-form .input-group input[type='password']:not(.form-control),
      .navbar-form .input-group select:not(.form-control) {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .input-group > input[type='text']:not(.form-control),
    .navbar-form .input-group > input[type='password']:not(.form-control),
    .navbar-form .input-group > select:not(.form-control) {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.button:not(.btn),
  .btn-group-sm > button.navbar-btn:not(.btn),
  .btn-group-sm > input.navbar-btn[type='submit']:not(.btn),
  .btn-group-sm > input.navbar-btn[type='button']:not(.btn),
  .btn-group-sm > input.navbar-btn[type='reset']:not(.btn) {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.button:not(.btn),
  .btn-group-xs > button.navbar-btn:not(.btn),
  .btn-group-xs > input.navbar-btn[type='submit']:not(.btn),
  .btn-group-xs > input.navbar-btn[type='button']:not(.btn),
  .btn-group-xs > input.navbar-btn[type='reset']:not(.btn) {
    margin-top: 14px;
    margin-bottom: 14px; }

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 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; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .button:not(.btn) .label, button:not(.btn) .label, input[type='submit']:not(.btn) .label, input[type='button']:not(.btn) .label, input[type='reset']:not(.btn) .label {
    position: relative;
    top: -1px; }

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

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

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

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

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

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

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

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

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

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

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

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

.media-body {
  width: 10000px; }

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 3px;
    border-top-left-radius: 3px; }
  .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: 3px;
    border-bottom-left-radius: 3px; }

.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: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

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

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

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .button:not(.btn) + .btn, .modal-footer button:not(.btn) + .btn, .modal-footer input[type='submit']:not(.btn) + .btn, .modal-footer input[type='button']:not(.btn) + .btn, .modal-footer input[type='reset']:not(.btn) + .btn, .modal-footer .btn + .button:not(.btn), .modal-footer .button:not(.btn) + .button:not(.btn), .modal-footer button:not(.btn) + .button:not(.btn), .modal-footer input[type='submit']:not(.btn) + .button:not(.btn), .modal-footer input[type='button']:not(.btn) + .button:not(.btn), .modal-footer input[type='reset']:not(.btn) + .button:not(.btn),
  .modal-footer .btn + button:not(.btn),
  .modal-footer .button:not(.btn) + button:not(.btn),
  .modal-footer button:not(.btn) + button:not(.btn),
  .modal-footer input[type='submit']:not(.btn) + button:not(.btn),
  .modal-footer input[type='button']:not(.btn) + button:not(.btn),
  .modal-footer input[type='reset']:not(.btn) + button:not(.btn),
  .modal-footer .btn + input[type='submit']:not(.btn),
  .modal-footer .button:not(.btn) + input[type='submit']:not(.btn),
  .modal-footer button:not(.btn) + input[type='submit']:not(.btn),
  .modal-footer input[type='submit']:not(.btn) + input[type='submit']:not(.btn),
  .modal-footer input[type='button']:not(.btn) + input[type='submit']:not(.btn),
  .modal-footer input[type='reset']:not(.btn) + input[type='submit']:not(.btn),
  .modal-footer .btn + input[type='button']:not(.btn),
  .modal-footer .button:not(.btn) + input[type='button']:not(.btn),
  .modal-footer button:not(.btn) + input[type='button']:not(.btn),
  .modal-footer input[type='submit']:not(.btn) + input[type='button']:not(.btn),
  .modal-footer input[type='button']:not(.btn) + input[type='button']:not(.btn),
  .modal-footer input[type='reset']:not(.btn) + input[type='button']:not(.btn),
  .modal-footer .btn + input[type='reset']:not(.btn),
  .modal-footer .button:not(.btn) + input[type='reset']:not(.btn),
  .modal-footer button:not(.btn) + input[type='reset']:not(.btn),
  .modal-footer input[type='submit']:not(.btn) + input[type='reset']:not(.btn),
  .modal-footer input[type='button']:not(.btn) + input[type='reset']:not(.btn),
  .modal-footer input[type='reset']:not(.btn) + input[type='reset']:not(.btn) {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .button:not(.btn) + .btn, .modal-footer .btn-group button:not(.btn) + .btn, .modal-footer .btn-group input[type='submit']:not(.btn) + .btn, .modal-footer .btn-group input[type='button']:not(.btn) + .btn, .modal-footer .btn-group input[type='reset']:not(.btn) + .btn, .modal-footer .btn-group .btn + .button:not(.btn), .modal-footer .btn-group .button:not(.btn) + .button:not(.btn), .modal-footer .btn-group button:not(.btn) + .button:not(.btn), .modal-footer .btn-group input[type='submit']:not(.btn) + .button:not(.btn), .modal-footer .btn-group input[type='button']:not(.btn) + .button:not(.btn), .modal-footer .btn-group input[type='reset']:not(.btn) + .button:not(.btn),
  .modal-footer .btn-group .btn + button:not(.btn),
  .modal-footer .btn-group .button:not(.btn) + button:not(.btn),
  .modal-footer .btn-group button:not(.btn) + button:not(.btn),
  .modal-footer .btn-group input[type='submit']:not(.btn) + button:not(.btn),
  .modal-footer .btn-group input[type='button']:not(.btn) + button:not(.btn),
  .modal-footer .btn-group input[type='reset']:not(.btn) + button:not(.btn),
  .modal-footer .btn-group .btn + input[type='submit']:not(.btn),
  .modal-footer .btn-group .button:not(.btn) + input[type='submit']:not(.btn),
  .modal-footer .btn-group button:not(.btn) + input[type='submit']:not(.btn),
  .modal-footer .btn-group input[type='submit']:not(.btn) + input[type='submit']:not(.btn),
  .modal-footer .btn-group input[type='button']:not(.btn) + input[type='submit']:not(.btn),
  .modal-footer .btn-group input[type='reset']:not(.btn) + input[type='submit']:not(.btn),
  .modal-footer .btn-group .btn + input[type='button']:not(.btn),
  .modal-footer .btn-group .button:not(.btn) + input[type='button']:not(.btn),
  .modal-footer .btn-group button:not(.btn) + input[type='button']:not(.btn),
  .modal-footer .btn-group input[type='submit']:not(.btn) + input[type='button']:not(.btn),
  .modal-footer .btn-group input[type='button']:not(.btn) + input[type='button']:not(.btn),
  .modal-footer .btn-group input[type='reset']:not(.btn) + input[type='button']:not(.btn),
  .modal-footer .btn-group .btn + input[type='reset']:not(.btn),
  .modal-footer .btn-group .button:not(.btn) + input[type='reset']:not(.btn),
  .modal-footer .btn-group button:not(.btn) + input[type='reset']:not(.btn),
  .modal-footer .btn-group input[type='submit']:not(.btn) + input[type='reset']:not(.btn),
  .modal-footer .btn-group input[type='button']:not(.btn) + input[type='reset']:not(.btn),
  .modal-footer .btn-group input[type='reset']:not(.btn) + input[type='reset']:not(.btn) {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html, body {
  padding: 0;
  margin: 0; }

body.spring {
  background-color: #9AD1E6;
  background-image: url("http://www.sunnyneo.com/images/beebg.gif"); }

body.winter {
  background-color: #9AD1E6;
  background-image: url("http://www.sunnyneo.com/images/snwinter_bg.gif"); }

body.fall {
  background-color: #9AD1E6;
  background-image: url("http://www.sunnyneo.com/images/SN_fall_bg1.png"); }

body.altadorcup {
  background-color: #9AD1E6;
  background-image: url("//www.sunnyneo.com/assets/layout/events/ac/bg_yyb3_by_jujipup_dd81pji.jpg"); }

body.party {
  background-image: url(https://ph-files.imgix.net/caf5608a-67ec-4f9f-acb5-db0052c33bed?auto=format&auto=compress&codec=mozjpeg&cs=strip);
  -webkit-animation: backgroundScroll 5s linear 1;
  -webkit-animation-fill-mode: forwards;
  -wekkit-animation-iteration-count: infinite;
  -wekkit-animation-direction: alternate;
  animation: backgroundScroll 5s linear 1;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

div.page-container {
  background: #fff;
  color: #333;
  margin: 0 auto;
  padding: 0;
  -webkit-box-shadow: 0 0 5px 1px #3e788fcc;
  box-shadow: 0 0 5px 1px #3e788fcc; }

.animate *, div.content a[href], .animated {
  -webkit-transition: all 225ms ease;
  -moz-transition: all 225ms ease;
  -ms-transition: all 225ms ease;
  -o-transition: all 225ms ease;
  transition: all 225ms ease; }

@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg); } }

.shake:hover,
.shake:focus {
  -webkit-animation-name: spaceboots;
  -webkit-animation-duration: 2.666s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes backgroundScroll {
  from {
    background-position: 0 0; }
  to {
    background-position: -320px 229px; } }

@-webkit-keyframes backgroundScroll {
  from {
    background-position: 0 0; }
  to {
    background-position: -320px 229px; } }

div.mamabar {
  width: 100%;
  position: absolute;
  top: 6px;
  right: 6px; }
  div.mamabar ul {
    float: right; }
    div.mamabar ul li {
      float: left;
      list-style-type: none; }
      div.mamabar ul li.active a {
        background: white;
        background: rgba(255, 255, 255, 0.8);
        color: #f4bc4d;
        text-shadow: none; }
      div.mamabar ul li:hover a {
        background: white;
        background: rgba(255, 255, 255, 0.8);
        color: #555;
        text-shadow: none; }
      div.mamabar ul li a {
        padding: 1px 6px;
        color: #FFF;
        text-decoration: none;
        display: block;
        font-family: 'Roboto', sans-serif;
        border-radius: 6px;
        margin: 0 3px;
        text-shadow: 0 0 2px #000; }
  @media screen and (max-width: 767px) {
    div.mamabar {
      display: none !important; } }

body.winter div.mamabar li.active a {
  color: #628876 !important; }

body.winter div.mamabar li:hover a {
  color: #89a791 !important; }

body.altadorcup div.mamabar li a {
  text-shadow: 0 0 9px #000; }

body.altadorcup div.mamabar li.active a {
  color: #be3506 !important;
  text-shadow: none; }

body.altadorcup div.mamabar li:hover a {
  color: #a62e05 !important;
  text-shadow: none; }

div.header {
  /*.inner {
		background: url($header-bg) top center;
		max-height: $header-height;
		background-size: 100%
	}*/ }
  div.header img.header-hack {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0; }
  div.header div.search {
    float: right;
    position: relative;
    right: 36px;
    top: -200px;
    background: #FFF;
    padding: 3px 10px;
    border-radius: 6px;
    margin-bottom: -26px; }
    div.header div.search input, div.header div.search button {
      outline: 0; }
    div.header div.search input[type='search'] {
      border: 0;
      width: 120px;
      color: #555;
      padding: 3px 5px;
      background: #FFF;
      font-size: 9pt;
      font-weight: normal; }
      div.header div.search input[type='search']:focus, div.header div.search input[type='search']:hover {
        width: 250px;
        color: #111; }
    div.header div.search input[type='image'] {
      margin-bottom: -5px; }
  @media screen and (max-width: 767px) {
    div.header div.search {
      float: none;
      top: 0;
      width: 100%;
      right: unset;
      left: unset;
      border-radius: 0;
      background: #efefef;
      display: none;
      margin-bottom: 8px !important; }
      div.header div.search input[type='search'] {
        width: calc(100% - 25px) !important;
        height: 35px;
        padding: 5px 9px; } }

div.responsive-controls {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px; }

@media screen and (max-width: 767px) {
  div.responsive-controls {
    display: block !important; } }

@media screen and (min-width: 768px) {
  body.winter div.search, body.altadorcup div.search {
    float: left !important;
    right: 0 !important;
    left: 45px !important;
    top: -215px !important; } }

@media screen and (min-width: 1200px) {
  body.winter div.search, body.altadorcup div.search {
    float: left !important;
    right: 0 !important;
    left: 45px !important;
    top: -350px !important; } }

@media screen and (max-width: 767px) {
  body.winter div.search, body.altadorcup div.search {
    right: unset !important;
    left: unset !important;
    top: unset !important; } }

/**
 * Main Navigation Menu
 *
 * This is very hacky, so please take caution
 */
div.nav {
  font-size: 9pt;
  position: relative;
  top: -75px;
  padding: 0 36px;
  display: block;
  border-radius: 6px;
  /*@media screen and (max-width: $screen-lg) {
		div.inner {
			> div.wrapper {
				margin: -48px -110px -60px;
				padding: 0px 140px;
			}
		}
	}*/ }
  div.nav .wrapper {
    z-index: 999999; }
    div.nav .wrapper ul.nav-menu {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      /*ul.sub {
				border:#F6A71E 1px solid;
				background:#FEFEEA;
				left: 50px;
			}*/ }
      div.nav .wrapper ul.nav-menu span.nav-text {
        color: #554013;
        font-size: 17pt;
        font-family: 'Minou';
        text-shadow: 0 0 5px #fbd799;
        cursor: pointer;
        display: block;
        padding: 9px; }
      div.nav .wrapper ul.nav-menu ul {
        line-height: 8pt; }
      div.nav .wrapper ul.nav-menu ul.dropdown, div.nav .wrapper ul.nav-menu ul.sub {
        width: auto;
        top: 42px;
        left: 0;
        opacity: 0;
        overflow: none;
        list-style: none;
        white-space: nowrap;
        position: absolute;
        padding: 0;
        margin: 0;
        border: 2px solid #D2E1F0;
        background: #FEFEFE;
        display: none;
        text-align: left;
        z-index: 9999999;
        text-decoration: none;
        -webkit-box-shadow: 0 3px 5px 0 #f4f8fb;
        box-shadow: 0 3px 5px 0 #f4f8fb; }
        div.nav .wrapper ul.nav-menu ul.dropdown li, div.nav .wrapper ul.nav-menu ul.sub li {
          width: 100%;
          min-width: 100px;
          padding: 0px 3px; }
          div.nav .wrapper ul.nav-menu ul.dropdown li a, div.nav .wrapper ul.nav-menu ul.dropdown li#nolink, div.nav .wrapper ul.nav-menu ul.sub li a, div.nav .wrapper ul.nav-menu ul.sub li#nolink {
            padding: 5px 5px;
            display: block;
            font-size: 11pt; }
          div.nav .wrapper ul.nav-menu ul.dropdown li a, div.nav .wrapper ul.nav-menu ul.sub li a {
            overflow: hidden;
            width: 100%; }
            div.nav .wrapper ul.nav-menu ul.dropdown li a::before, div.nav .wrapper ul.nav-menu ul.sub li a::before {
              background: url(//www.sunnyneo.com/assets/layout/sun1.svg) center center no-repeat;
              background-size: 100%;
              display: inline-block;
              content: '';
              width: 13px;
              height: 13px;
              margin: 0 4px 0 -6px; }
          div.nav .wrapper ul.nav-menu ul.dropdown li.sfhover, div.nav .wrapper ul.nav-menu ul.dropdown li.sfhover > a, div.nav .wrapper ul.nav-menu ul.dropdown li:hover, div.nav .wrapper ul.nav-menu ul.dropdown li:hover > a, div.nav .wrapper ul.nav-menu ul.sub li.sfhover, div.nav .wrapper ul.nav-menu ul.sub li.sfhover > a, div.nav .wrapper ul.nav-menu ul.sub li:hover, div.nav .wrapper ul.nav-menu ul.sub li:hover > a {
            text-decoration: none; }
          div.nav .wrapper ul.nav-menu ul.dropdown li.divider, div.nav .wrapper ul.nav-menu ul.sub li.divider {
            background: none;
            height: 1px;
            background: #F6A71E; }
      div.nav .wrapper ul.nav-menu li.nav_image {
        float: left;
        position: relative;
        list-style-type: none;
        z-index: 999999999;
        margin: 0;
        padding: 0; }
      div.nav .wrapper ul.nav-menu li:hover ul.dropdown,
      div.nav .wrapper ul.nav-menu li.sfhover ul.dropdown,
      div.nav .wrapper ul.nav-menu li li:hover ul.sub,
      div.nav .wrapper ul.nav-menu li li.sfhover ul.sub,
      div.nav .wrapper ul.nav-menu li a {
        display: block;
        opacity: 1;
        -webkit-animation: fadeInFromNone 100ms ease-out;
        -moz-animation: fadeInFromNone 100ms ease-out;
        -o-animation: fadeInFromNone 100ms ease-out;
        animation: fadeInFromNone 100ms ease-out; }
      div.nav .wrapper ul.nav-menu li ul.dropdown.column {
        padding: 2px 4px 2px 2px; }
        div.nav .wrapper ul.nav-menu li ul.dropdown.column > li {
          background: #FEFEFE !important; }
        div.nav .wrapper ul.nav-menu li ul.dropdown.column li {
          margin: 2px;
          padding: 0; }
          div.nav .wrapper ul.nav-menu li ul.dropdown.column li.label {
            font-size: 11.69pt;
            display: block;
            border-radius: 0;
            pointer-events: none;
            background-image: none !important;
            background: #F6A71E;
            padding: 5px 9px;
            color: #Fff;
            text-align: center;
            font-weight: bold; }
        div.nav .wrapper ul.nav-menu li ul.dropdown.column ul.dropdown-section {
          margin: 0;
          padding: 0; }
        div.nav .wrapper ul.nav-menu li ul.dropdown.column ul.dropdown-section {
          list-style-type: none; }
          div.nav .wrapper ul.nav-menu li ul.dropdown.column ul.dropdown-section > li:hover {
            background: none; }
  @media screen and (max-width: 900px) {
    div.nav .wrapper ul.nav-menu ul.dropdown li, div.nav .wrapper ul.nav-menu ul.sub li {
      max-width: 125px; }
      div.nav .wrapper ul.nav-menu ul.dropdown li a, div.nav .wrapper ul.nav-menu ul.dropdown li#nolink, div.nav .wrapper ul.nav-menu ul.sub li a, div.nav .wrapper ul.nav-menu ul.sub li#nolink {
        font-size: 10pt; } }
  @media screen and (min-width: 767px) {
    div.nav {
      background: rgba(255, 255, 255, 0.825);
      top: -150px;
      margin: 40px 48px -64px; }
    div.nav ul.nav-menu li.sfhover ul.dropdown.column, div.nav ul.nav-menu li:hover ul.dropdown.column {
      display: inline-flex !important; } }
  @media screen and (max-width: 767px) {
    div.nav {
      top: 0 !important;
      padding: 4px 16px !important;
      max-height: 300px;
      overflow-y: auto;
      width: 100%;
      display: none; }
    div.nav .wrapper .nav-show {
      display: block !important; }
    div.nav .wrapper ul.nav-menu {
      display: block !important; }
      div.nav .wrapper ul.nav-menu .nav-show {
        display: block !important; }
      div.nav .wrapper ul.nav-menu ul, div.nav .wrapper ul.nav-menu li {
        float: none !important;
        position: relative !important;
        width: 100%; }
      div.nav .wrapper ul.nav-menu ul.dropdown, div.nav .wrapper ul.nav-menu ul.sub {
        top: 0 !important;
        border: none !important;
        background: none !important;
        display: none !important;
        opacity: 1 !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        animation: none !important; }
        div.nav .wrapper ul.nav-menu ul.dropdown.nav-show, div.nav .wrapper ul.nav-menu ul.sub.nav-show {
          display: block !important; }
        div.nav .wrapper ul.nav-menu ul.dropdown li, div.nav .wrapper ul.nav-menu ul.sub li {
          max-width: 100% !important;
          width: 100% !important; }
    div.nav .nav-show {
      display: block !important; } }

.nav-show {
  display: block !important; }

@media screen and (min-width: 767px) {
  body.winter div.nav {
    top: -118px !important; } }

body.winter div.nav .wrapper ul.nav-menu li ul.dropdown.column li.label {
  background: #448d89 !important; }

body.winter div.nav .wrapper ul.nav-menu a {
  color: #628876 !important; }
  body.winter div.nav .wrapper ul.nav-menu a:hover {
    color: #89a791 !important; }

body.winter div.nav .wrapper ul.nav-menu span.nav-text {
  color: #448d89 !important;
  text-shadow: 0 0 5px #abc9b3 !important; }

@media screen and (min-width: 767px) {
  body.altadorcup div.nav {
    top: -104px !important; } }

body.altadorcup div.nav .wrapper ul.nav-menu li ul.dropdown.column li.label {
  background: #d73c07 !important; }

body.altadorcup div.nav .wrapper ul.nav-menu a {
  color: #d73c07 !important; }
  body.altadorcup div.nav .wrapper ul.nav-menu a:hover {
    color: #a62e05 !important; }

body.altadorcup div.nav .wrapper ul.nav-menu span.nav-text {
  color: #d73c07 !important;
  text-shadow: 0 0 5px #fff !important; }

.sunny-sprite {
  height: 40px;
  width: 128px;
  background: url(/assets/layout/text-labels.png) no-repeat 0 0; }
  .sunny-sprite.customisation {
    background-position-x: -144px;
    width: 110px; }
  .sunny-sprite.help {
    background-position-x: -45px;
    width: 45px; }
  .sunny-sprite.pets {
    background-position-x: -270px;
    width: 125px; }
  .sunny-sprite.places {
    background-position-x: -435px;
    width: 60px; }
  .sunny-sprite.games {
    background-position-x: -568px;
    width: 55px; }
  .sunny-sprite.guides {
    background-position-x: -38px;
    background-position-y: -80px;
    width: 60px; }
  .sunny-sprite.graphics {
    background-position-x: -160px;
    background-position-y: -40px;
    width: 74px; }
  .sunny-sprite.sunnyneo {
    background-position-x: -290px;
    background-position-y: -40px;
    width: 85px; }
  .sunny-sprite.neoboards {
    background-position-x: -22px;
    background-position-y: -40px;
    width: 85px; }
  .sunny-sprite.misc {
    background-position: -570px -39px;
    width: 50px; }

div.footer a {
  color: #f8f8f8; }
  div.footer a:hover {
    color: #dfdfdf; }

div.footer div.inner {
  padding: 5px 20px 15px;
  color: #515151;
  background: #929292; }
  div.footer div.inner div.section {
    padding: 8px 20px; }
    div.footer div.inner div.section h3 {
      color: #383838;
      padding-bottom: 8px;
      margin-bottom: 8px;
      font-size: 16pt;
      font-weight: normal; }

div.footer .subsection {
  clear: both;
  padding: 12px 12px 12px;
  font-size: 10pt; }
  div.footer .subsection a {
    color: #515151 !important; }

div.footer form {
  margin-bottom: 10px; }
  div.footer form input, div.footer form select {
    color: #FFF;
    margin: 1px 0; }
  div.footer form input[type='text'], div.footer form select {
    border-color: #a6a6a6;
    background: #6c6c6c; }
  div.footer form input[type='submit'] {
    background: #7e7e7e; }

div.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 10.25pt; }
  div.footer ul li {
    border-bottom: 1px solid #9f9f9f; }
    div.footer ul li:last-of-type {
      border-bottom: none; }
    div.footer ul li a {
      padding: 6px 6px;
      display: block; }

.flex-container {
  margin: 0 auto;
  background-color: #eaeaea;
  max-width: 980px;
  min-width: 320px; }

.flex-row {
  display: flex;
  flex-wrap: wrap; }

.flex-column {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1;
  padding: 0 12px; }

.col-1 {
  max-width: calc(100% / 1); }

.col-2 {
  max-width: calc(100% / 2); }

.col-3 {
  max-width: calc(100% / 3); }

.col-4 {
  max-width: calc(100% / 4); }

.col-5 {
  max-width: calc(100% / 5); }

.col-6 {
  max-width: calc(100% / 6); }

@media screen and (max-width: 768px) {
  .flex-container {
    overflow: auto; }
  .flex-column {
    min-width: 100%;
    width: 100%;
    margin: 10px 0; } }

div.newspost {
  margin: 14px -48px; }
  div.newspost div.details {
    padding: 19px 16px;
    background: #48acd2;
    color: #FFF !important;
    margin: 0px -14px; }
    div.newspost div.details::after, div.newspost div.details::before {
      display: table;
      content: '';
      position: relative;
      background: #1f627c;
      height: 38px;
      width: 38px;
      transform: rotate(45deg);
      float: left;
      top: 50px;
      left: -8px;
      z-index: -9999; }
    div.newspost div.details::after {
      float: right;
      top: 1px;
      left: 8px; }
    div.newspost div.details .avatar {
      float: left;
      margin-right: 16px; }
    div.newspost div.details .author {
      font-size: 12px;
      height: 25px; }
    div.newspost div.details .title {
      font-size: 19px;
      font-weight: bold;
      margin: 0;
      height: 25px; }
    div.newspost div.details a {
      color: #EEE !important;
      font-weight: bold; }
  div.newspost div.info {
    padding: 14.4px 60px;
    /*		img {
			margin: 12px 8px;
			padding: 6px;
			border: 1px solid #ccc;
			border-radius: 5px;
		}*/ }
    div.newspost div.info .mme_holder img {
      margin: 0;
      padding: 0;
      border: none;
      padding: 0;
      border-radius: 0; }
    div.newspost div.info blockquote {
      font-size: 11.5pt; }
  @media screen and (max-width: 991px) {
    div.newspost {
      margin: 0 -22px; }
      div.newspost div.info blockquote {
        font-size: 10.5pt; } }
  @media screen and (max-width: 767px) {
    div.newspost {
      margin: 0 -8px;
      padding: 0; }
      div.newspost div.details::before, div.newspost div.details::after {
        display: none; }
      div.newspost div.details .title {
        height: auto;
        font-size: 15px; }
      div.newspost div.info {
        padding: 16.1px 4.8px;
        width: 100%;
        overflow: auto; }
        div.newspost div.info img {
          max-width: 100% !important;
          width: auto;
          height: auto;
          border: 0 !important;
          padding: 0 !important;
          margin: 4px 0px !important; }
        div.newspost div.info blockquote {
          font-size: 8.5pt; } }

.avatar-font-reset {
  font-size: 12px;
  line-height: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif; }

div.content > .inner {
  padding: 0 48px 48px;
  font-size: 12.44pt;
  line-height: 20.526pt; }

@media screen and (max-width: 1200px) {
  div.content > .inner {
    padding: 0 48px;
    font-size: 11.196pt;
    line-height: 17.4471pt; } }

@media screen and (max-width: 1199px) {
  div.content > .inner {
    padding: 0 36px;
    font-size: 9.952pt;
    line-height: 15.3945pt; } }

@media screen and (max-width: 991px) {
  div.content > .inner {
    padding: 0 21.312px;
    font-size: 8.708pt;
    line-height: 15.3945pt; } }

@media screen and (max-width: 767px) {
  div.content > .inner {
    width: 100%;
    overflow-x: auto; } }

h1, h2, h3, h4, h5, h6 {
  color: #86c8e1; }

h1.sect {
  border-bottom: 1px solid #86c8e1;
  font-size: 24pt;
  margin: 8px -48px 16px;
  padding: 0 48px 8px; }

a {
  color: #F6A71E; }
  a:hover, a:focus, a:active {
    color: #c7830d; }

div.content a:not(.btn):visited {
  color: #ac7415; }

body.altadorcup div.content a {
  color: #d73c07; }
  body.altadorcup div.content a:hover, body.altadorcup div.content a:focus, body.altadorcup div.content a:active {
    color: #952d09; }
  body.altadorcup div.content a:not(.btn):visited {
    color: #b5390f; }

pre {
  max-height: 250px;
  overflow: auto;
  font-family: "Courier New", Courier, monospace; }
  pre br {
    display: none; }

pre, code, .text-wb {
  word-break: break-all; }

ul,
ol {
  line-height: 19.4997pt; }

ul.nav-pills {
  margin: 5px auto 10px; }
  ul.nav-pills li, ul.nav-pills li a {
    border-radius: 0px; }
  ul.nav-pills li a, ul.nav-pills li a:visited {
    border: 1px solid #7ab955;
    margin: 0;
    color: #000; }
  ul.nav-pills li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 5px 11px 5px 11px; }
  ul.nav-pills li:last-child a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px 11px 5px 11px; }
  ul.nav-pills li.disabled a {
    color: #aaa; }
  ul.nav-pills li.active a, ul.nav-pills li:visited a {
    background: #7ab955;
    color: #000 !important; }
  ul.nav-pills li:hover a, ul.nav-pills li:focus a, ul.nav-pills li a:hover, ul.nav-pills li a:focus {
    background: #9bcb5e !important;
    color: #FFF !important; }
  ul.nav-pills li + li {
    margin: 0; }
    ul.nav-pills li + li a {
      border-left: 0px;
      padding: 5px 11px 5px 11px; }
  ul.nav-pills.nav-stacked {
    margin: 0; }
    ul.nav-pills.nav-stacked li a {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      margin-bottom: 2px;
      border-right-width: 0 !important;
      border-left: 1px solid #7ab955 !important;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
      ul.nav-pills.nav-stacked li a i.fa {
        width: 23px; }

.pill-content {
  border: 1px solid #7ab955;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.carousel.sunny-memes {
  margin: -65px -32px 48px; }
  .carousel.sunny-memes .carousel-caption {
    margin-bottom: 32px; }
  .carousel.sunny-memes .carousel-control span {
    top: 50%;
    font-size: 22pt;
    margin-top: -22pt;
    position: absolute; }
    .carousel.sunny-memes .carousel-control span .btn, .carousel.sunny-memes .carousel-control span .button:not(.btn),
    .carousel.sunny-memes .carousel-control span button:not(.btn),
    .carousel.sunny-memes .carousel-control span input[type='submit']:not(.btn),
    .carousel.sunny-memes .carousel-control span input[type='button']:not(.btn),
    .carousel.sunny-memes .carousel-control span input[type='reset']:not(.btn) {
      margin-top: 16px; }
  .carousel.sunny-memes .carousel-inner .item img {
    width: 100%; }

.alert {
  border-width: 0px;
  border-left-width: 8px;
  font-size: 13.4974pt; }
  .alert i.fa:first-of-type {
    padding-right: 6px; }

table {
  line-height: 16.86242pt;
  /** REMOVING PADDING **/
  /** MAIN TABLES **/
  /** SIZING AND POSITIONING **/ }
  table:not(.clean) {
    border-collapse: separate;
    border-spacing: 2px; }
    table:not(.clean) th {
      text-align: center; }
  table.norm, table.normbla, table.normtext {
    border: 2px solid #64b9d9;
    background: #FFF;
    width: 90%;
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
    table.norm th, table.norm td, table.normbla th, table.normbla td, table.normtext th, table.normtext td {
      border: 1px solid #48acd2;
      background: #FFF;
      padding: 8px; }
    table.norm th, table.norm td.head, table.norm thead td, table.norm thead th, table.normbla th, table.normbla td.head, table.normbla thead td, table.normbla thead th, table.normtext th, table.normtext td.head, table.normtext thead td, table.normtext thead th {
      font-size: 13.684pt;
      font-weight: normal;
      color: white;
      background: #71bedc;
      padding: 11px 10px;
      border-bottom-width: 2px; }
    table.norm td, table.normbla td, table.normtext td {
      padding: 4px 8px; }
    table.norm tfoot tr td, table.normbla tfoot tr td, table.normtext tfoot tr td {
      background: #c9e1ea;
      border-color: #d2dde1; }
  table.normtext {
    width: auto;
    /*&, th, td {
			background: #FFF;
			border: none;
		}*/ }
    table.normtext th {
      color: #000; }
    table.normtext td {
      color: #676766; }
  table.blank, table.blank tr, table.blank td, table.blank th {
    border: 0 !important;
    background: transparent !important;
    padding: 2px 4px; }
  table.striped tr:nth-child(even) td {
    background: #e4f3f8; }
  table.hover tr:hover td {
    background: #cfe9f3; }
  table.center, table.centersmall {
    text-align: center;
    margin: 0 auto; }
  table.centersmall, table.small {
    width: 60%; }
  table.med {
    width: 90%; }
  table.large {
    width: 95%; }
  table.full {
    width: 100%; }

@media screen and (max-width: 767px) {
  div.table-responsive > table, div.table-responsive > table.norm, div.table-responsive > table.center, div.table-responsive > table.normtext {
    margin: 0 !important; } }

.card {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px; }
  .card.card-simple {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -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); }
    .card.card-simple blockquote {
      border-color: #ddd;
      border-color: rgba(0, 0, 0, 0.15); }
    .card.card-simple:hover {
      background: #e3e3e3;
      box-shadow: none;
      color: #111 !important; }
  .card.card-main {
    background: #d7eabe;
    color: #222;
    border-radius: 8px;
    text-align: center;
    padding: 2.75rem .25rem 2.25rem;
    margin-bottom: 3.5rem; }
    .card.card-main h4 {
      color: #0a0a0a;
      padding: 0;
      margin: 0; }
    .card.card-main textarea.ta1 {
      padding: 6px;
      margin-top: 9px;
      height: 80px;
      width: 80%;
      max-width: 250px;
      border-radius: 4px; }
    .card.card-main textarea.ta2 {
      border: #6dad47 2px solid;
      border-radius: 4px; }
    .card.card-main:hover {
      background: #b3d79d; }

.card-100 {
  height: 100%; }

.card-graphic {
  padding: 0;
  width: 100%;
  height: 100%;
  display: table;
  line-height: 1.2; }

.card-image {
  background: #e6e6e6;
  padding: 19px;
  vertical-align: middle;
  width: 25%;
  height: 100%;
  display: table-cell; }

.card-body {
  padding: 19px;
  height: 100%;
  display: table-cell; }

/**
 * Toe_bob's debug button and overlay
 */
.toebob-debug-button {
  position: fixed;
  right: 5%;
  bottom: 0;
  margin: 0;
  border-radius: 0; }

.toebob-debug-popup {
  position: fixed;
  right: 5%;
  height: 66vh;
  width: 500px;
  bottom: 38px;
  overflow: auto;
  z-index: 69696969;
  background: #FFF;
  border: 3px solid #d9534f;
  border-radius: 5px; }

.toebob-debug-popup ul {
  padding: 3px;
  margin: 0;
  list-style-type: none; }

.toebob-debug-popup ul li {
  padding: 5px 3px 9px; }

/**
 * These are legacy CSS
 */
.button:not(.btn),
button:not(.btn),
input[type='submit']:not(.btn),
input[type='button']:not(.btn),
input[type='reset']:not(.btn) {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .button:not(.btn):focus, .button:not(.btn).focus,
  button:not(.btn):focus,
  button:not(.btn).focus,
  input[type='submit']:not(.btn):focus,
  input[type='submit']:not(.btn).focus,
  input[type='button']:not(.btn):focus,
  input[type='button']:not(.btn).focus,
  input[type='reset']:not(.btn):focus,
  input[type='reset']:not(.btn).focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .button:not(.btn):hover,
  button:not(.btn):hover,
  input[type='submit']:not(.btn):hover,
  input[type='button']:not(.btn):hover,
  input[type='reset']:not(.btn):hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .button:not(.btn):active, .button:not(.btn).active,
  .open > .button:not(.btn).dropdown-toggle,
  button:not(.btn):active,
  button:not(.btn).active,
  .open >
  button:not(.btn).dropdown-toggle,
  input[type='submit']:not(.btn):active,
  input[type='submit']:not(.btn).active,
  .open >
  input[type='submit']:not(.btn).dropdown-toggle,
  input[type='button']:not(.btn):active,
  input[type='button']:not(.btn).active,
  .open >
  input[type='button']:not(.btn).dropdown-toggle,
  input[type='reset']:not(.btn):active,
  input[type='reset']:not(.btn).active,
  .open >
  input[type='reset']:not(.btn).dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .button:not(.btn):active:hover, .button:not(.btn):active:focus, .button:not(.btn):active.focus, .button:not(.btn).active:hover, .button:not(.btn).active:focus, .button:not(.btn).active.focus,
    .open > .button:not(.btn).dropdown-toggle:hover,
    .open > .button:not(.btn).dropdown-toggle:focus,
    .open > .button:not(.btn).dropdown-toggle.focus,
    button:not(.btn):active:hover,
    button:not(.btn):active:focus,
    button:not(.btn):active.focus,
    button:not(.btn).active:hover,
    button:not(.btn).active:focus,
    button:not(.btn).active.focus,
    .open >
    button:not(.btn).dropdown-toggle:hover,
    .open >
    button:not(.btn).dropdown-toggle:focus,
    .open >
    button:not(.btn).dropdown-toggle.focus,
    input[type='submit']:not(.btn):active:hover,
    input[type='submit']:not(.btn):active:focus,
    input[type='submit']:not(.btn):active.focus,
    input[type='submit']:not(.btn).active:hover,
    input[type='submit']:not(.btn).active:focus,
    input[type='submit']:not(.btn).active.focus,
    .open >
    input[type='submit']:not(.btn).dropdown-toggle:hover,
    .open >
    input[type='submit']:not(.btn).dropdown-toggle:focus,
    .open >
    input[type='submit']:not(.btn).dropdown-toggle.focus,
    input[type='button']:not(.btn):active:hover,
    input[type='button']:not(.btn):active:focus,
    input[type='button']:not(.btn):active.focus,
    input[type='button']:not(.btn).active:hover,
    input[type='button']:not(.btn).active:focus,
    input[type='button']:not(.btn).active.focus,
    .open >
    input[type='button']:not(.btn).dropdown-toggle:hover,
    .open >
    input[type='button']:not(.btn).dropdown-toggle:focus,
    .open >
    input[type='button']:not(.btn).dropdown-toggle.focus,
    input[type='reset']:not(.btn):active:hover,
    input[type='reset']:not(.btn):active:focus,
    input[type='reset']:not(.btn):active.focus,
    input[type='reset']:not(.btn).active:hover,
    input[type='reset']:not(.btn).active:focus,
    input[type='reset']:not(.btn).active.focus,
    .open >
    input[type='reset']:not(.btn).dropdown-toggle:hover,
    .open >
    input[type='reset']:not(.btn).dropdown-toggle:focus,
    .open >
    input[type='reset']:not(.btn).dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .button:not(.btn):active, .button:not(.btn).active,
  .open > .button:not(.btn).dropdown-toggle,
  button:not(.btn):active,
  button:not(.btn).active,
  .open >
  button:not(.btn).dropdown-toggle,
  input[type='submit']:not(.btn):active,
  input[type='submit']:not(.btn).active,
  .open >
  input[type='submit']:not(.btn).dropdown-toggle,
  input[type='button']:not(.btn):active,
  input[type='button']:not(.btn).active,
  .open >
  input[type='button']:not(.btn).dropdown-toggle,
  input[type='reset']:not(.btn):active,
  input[type='reset']:not(.btn).active,
  .open >
  input[type='reset']:not(.btn).dropdown-toggle {
    background-image: none; }
  .button:not(.btn).disabled:hover, .button:not(.btn).disabled:focus, .button:not(.btn).disabled.focus, .button:not(.btn)[disabled]:hover, .button:not(.btn)[disabled]:focus, .button:not(.btn)[disabled].focus,
  fieldset[disabled] .button:not(.btn):hover,
  fieldset[disabled] .button:not(.btn):focus,
  fieldset[disabled] .button:not(.btn).focus,
  button:not(.btn).disabled:hover,
  button:not(.btn).disabled:focus,
  button:not(.btn).disabled.focus,
  button:not(.btn)[disabled]:hover,
  button:not(.btn)[disabled]:focus,
  button:not(.btn)[disabled].focus,
  fieldset[disabled]
  button:not(.btn):hover,
  fieldset[disabled]
  button:not(.btn):focus,
  fieldset[disabled]
  button:not(.btn).focus,
  input[type='submit']:not(.btn).disabled:hover,
  input[type='submit']:not(.btn).disabled:focus,
  input[type='submit']:not(.btn).disabled.focus,
  input[type='submit']:not(.btn)[disabled]:hover,
  input[type='submit']:not(.btn)[disabled]:focus,
  input[type='submit']:not(.btn)[disabled].focus,
  fieldset[disabled]
  input[type='submit']:not(.btn):hover,
  fieldset[disabled]
  input[type='submit']:not(.btn):focus,
  fieldset[disabled]
  input[type='submit']:not(.btn).focus,
  input[type='button']:not(.btn).disabled:hover,
  input[type='button']:not(.btn).disabled:focus,
  input[type='button']:not(.btn).disabled.focus,
  input[type='button']:not(.btn)[disabled]:hover,
  input[type='button']:not(.btn)[disabled]:focus,
  input[type='button']:not(.btn)[disabled].focus,
  fieldset[disabled]
  input[type='button']:not(.btn):hover,
  fieldset[disabled]
  input[type='button']:not(.btn):focus,
  fieldset[disabled]
  input[type='button']:not(.btn).focus,
  input[type='reset']:not(.btn).disabled:hover,
  input[type='reset']:not(.btn).disabled:focus,
  input[type='reset']:not(.btn).disabled.focus,
  input[type='reset']:not(.btn)[disabled]:hover,
  input[type='reset']:not(.btn)[disabled]:focus,
  input[type='reset']:not(.btn)[disabled].focus,
  fieldset[disabled]
  input[type='reset']:not(.btn):hover,
  fieldset[disabled]
  input[type='reset']:not(.btn):focus,
  fieldset[disabled]
  input[type='reset']:not(.btn).focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .button:not(.btn) .badge,
  button:not(.btn) .badge,
  input[type='submit']:not(.btn) .badge,
  input[type='button']:not(.btn) .badge,
  input[type='reset']:not(.btn) .badge {
    color: #337ab7;
    background-color: #fff; }

input[type='text']:not(.form-control),
input[type='password']:not(.form-control),
select:not(.form-control) {
  width: auto; }

/* END NAV STYLING */
/* Kendall threw this in for temp 8/20 */
@media only screen and (max-width: 600px) {
  div.calendarevents {
    display: none; } }

table td.snote {
  padding: 6px 8px 8px;
  font-size: 9.8pt !important; }

/* Admin Index */
div.adminpages {
  width: 100%;
  text-align: left; }

div.adminhead {
  width: 100%;
  border-bottom: 2px solid #F6A71E;
  text-align: left;
  font-weight: bold;
  font-size: 16pt;
  color: #6FBFD9;
  margin-top: 20px;
  margin-bottom: 5px; }

/* Text and No border inner tables */
/* Avatar Pages */
table.av {
  border: 3px solid #9AD1E6;
  background-color: #ffffff;
  width: 90%;
  margin: 0 auto; }

table.av td.avimg {
  background-color: #9AD1E6;
  border-left: 2px solid white;
  border-top: 2px solid white;
  width: 50px;
  height: 50px; }

table.av td.head {
  background-color: #9AD1E6;
  font-weight: bold;
  font-size: 12pt;
  padding-left: 5px;
  vertical-align: center;
  border-right: 2px solid white;
  border-top: 2px solid white; }

table.av td.how {
  text-align: center;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }

table.av td.font {
  padding-top: 10px;
  padding-bottom: 5px; }

/* Search Pages */
table.search {
  border: 3px solid #9AD1E6;
  background-color: white;
  width: 600px; }

table.search td.head {
  background-color: #9AD1E6;
  font-weight: bold;
  font-size: 12pt;
  vertical-align: center;
  padding-left: 5;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-top: 2px solid white; }

table.search td.desc {
  text-align: center;
  padding-right: 10;
  padding-top: 5;
  padding-bottom: 5; }

/* Game Pages */
table.game {
  border: 3px solid #9AD1E6;
  background-color: white;
  width: 90%;
  margin: 0 auto; }

table.game td.head {
  background-color: #9AD1E6;
  padding-left: 5px;
  vertical-align: center;
  border-right: 2px solid white;
  border-top: 2px solid white;
  border-left: 2px solid white; }

table.game td.main {
  text-align: center;
  padding: 7px; }

table.ghead {
  width: 100%; }

table.ghead td.gimg {
  text-align: left;
  width: 60px; }

table.ghead td.gname {
  text-align: left;
  font-size: 14pt; }

table.ghead td.gtype {
  text-align: right;
  float: right; }

table.type img {
  width: 50px;
  height: 50px;
  text-align: right; }

/* Flash Preview Stuff */
div#fpbsetter {
  font-size: 9.4pt;
  line-height: 15px; }

div#fpbsetter img {
  margin-bottom: 4px; }

form#fpform {
  margin-top: 0px; }

input#fpsubmit {
  border: #7ab955 2px solid;
  color: black;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 7pt;
  background: white;
  cursor: pointer;
  min-width: 75px;
  padding: 2px !important;
  margin-top: 6px; }

@media only screen and (max-width: 600px) {
  div#fpbsetter {
    font-size: 8pt; }
  div#fpbsetter .snote {
    font-size: 7pt; } }

input#fpsubmit:hover {
  background: #9bcb5e;
  color: #FFF; }

div#fpbsetter a img {
  border: #6FBFD9 2px solid; }

div#fpbsetter a:hover img {
  border: #F6A71E 2px solid; }

/* Font Stuff */
td.neohtml {
  text-align: center;
  color: #6FBFD9;
  font-size: 7pt;
  font-weight: bold; }

td.siggy {
  text-align: center;
  color: #F6A71E;
  font-size: 7pt;
  font-weight: bold; }

td.fontc {
  text-align: center;
  padding-bottom: 10; }

td.extra {
  text-align: center;
  font-size: 7pt;
  padding-top: 10px; }

textarea.neo {
  border: #6FBFD9 2px solid;
  color: black;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 10px;
  width: 120px;
  height: 35px;
  padding: 1px;
  scrollbar-base-color: #FFFFFF;
  scrollbar-arrow-color: #6FBFD9;
  scrollbar-shadow-color: #6FBFD9;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-highlight-color: #6FBFD9;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF; }

textarea.sig {
  border: #F6A71E 2px solid;
  color: black;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 10px;
  width: 120px;
  height: 35px;
  padding: 1px;
  scrollbar-base-color: #FFFFFF;
  scrollbar-arrow-color: #F6A71E;
  scrollbar-shadow-color: #F6A71E;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-highlight-color: #F6A71E;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF; }

div.tb_whiteblue, table.graphics th {
  color: white;
  font-weight: bold;
  font-size: 12pt;
  border: #6FBFD9 1px solid;
  padding: 6px 16px;
  margin: 0px 0px 4px;
  width: 100%;
  background-color: #9AD1E6; }

ol, ul {
  list-style-position: inside; }

#yellowtds {
  font-weight: bold;
  padding: 5px;
  background: #FFFFBF; }

/* robs meerca chase 2 page? */
table.mc2 {
  border: 3px solid #9AD1E6;
  background-color: white;
  width: 80%; }

table.mc2 th {
  font-size: 12px;
  color: white;
  background-color: #9AD1E6; }

table.mc2 td {
  border: 1px solid #9AD1E6;
  background-color: white;
  padding: 5px;
  font-size: 10px; }

/* cursor tutorial */
div.iecursor, div.iecursor a {
  cursor: url(http://sunnyneo.com/tutorial/cursortutorial/plushiequiggle.ani); }

/* items pages */
table.items img {
  height: 80px;
  width: 80px; }

table.items td.in {
  width: 165px; }

table.items td.ip {
  width: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/* project page */
hr.project {
  border: 1px dashed #9AD1E6;
  width: 50%; }

/* Lunar Temple */
table.ltrewards {
  border: 3px solid #9AD1E6;
  background-color: white;
  width: 90%;
  text-align: center; }

table.ltrewards td {
  border: 1px solid #9AD1E6;
  background-color: white;
  padding: 5; }

/* TOW Prizes */
table.tow {
  border: 3px solid #9AD1E6;
  background-color: white;
  width: 90%;
  text-align: center; }

table.tow td {
  border: 1px solid #9AD1E6;
  background-color: white;
  padding: 5;
  vertical-align: top; }

/* Stamps */
table.stamps {
  border: 3px solid #9AD1E6;
  background-color: white;
  text-align: center;
  width: 90%; }

table.stamps tr.norm {
  background-color: white; }

table.stamps tr.silver {
  background-color: silver; }

table.stamps td.norm {
  border: 1px solid #9AD1E6;
  padding: 5;
  width: 20%;
  vertical-align: top; }

table.stamps td.silver {
  border: 1px solid #9AD1E6;
  padding: 5;
  width: 20%;
  vertical-align: top;
  background-color: silver; }

table.stamps th {
  font-size: 14pt;
  color: white;
  background-color: #9AD1E6;
  padding: 4px; }

table.stamps img {
  width: 80px;
  height: 80px; }

/* Concert Page */
table.con {
  border: 1px solid #9AD1E6;
  background-color: white;
  width: 95%;
  text-align: center; }

table.con td {
  border: 1px solid #9AD1E6;
  background-color: white; }

table.consouv {
  text-align: center; }

table.consouv img {
  width: 50px;
  height: 50px; }

table.consouv td.souvhead {
  background-color: #9AD1E6;
  width: 230px;
  height: 40px;
  text-align: center;
  font-weight: bold; }

table.consouv td.scatfb {
  background-color: #9AD1E6;
  height: 40px;
  text-align: center;
  font-weight: bold; }

/* Random Events */
table.re {
  width: auto;
  max-width: 420px;
  background-color: #FFFFFF;
  border: 1px solid #EEE;
  margin: 0 auto;
  padding: 5px; }

table.re td {
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 10pt;
  text-decoration: none; }

table.re td.rimg {
  width: 80px; }

table.re td.txt {
  width: 320px; }

table.re td.shh {
  background-color: #ffffcc;
  width: 400px;
  text-align: center; }

table.re td.wi {
  background-color: #ccccff;
  width: 400px;
  text-align: center; }

table.re td.ty {
  background-color: #be793f;
  width: 400px;
  text-align: center; }

table.re td.sb {
  background-color: #FFC0CB;
  width: 400px;
  text-align: center; }

table.re img {
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 1px; }

/* Sidebar Themes */
table.sidebart {
  border: 1px solid #9AD1E6;
  background-color: white; }

table.sidebart td {
  border: 1px solid #9AD1E6;
  text-align: center;
  vertical-align: center;
  width: 85px; }

table.sidebart img {
  height: 50px; }

/* Site themes */
table.sitet {
  border: 1px solid #9AD1E6;
  background-color: white; }

table.sitet td {
  border: 1px solid #9AD1E6;
  text-align: center;
  vertical-align: center;
  width: 85px; }

table.sitet img {
  height: 25px; }

/* Altador Plot Stuffs */
table.stmapper {
  border: 2px solid #6FBFD9;
  background-color: #d8f1fa;
  text-align: center;
  width: 360px;
  font-weight: bold;
  height: 30px; }

table.stmapper a, table.stmapper a:visited {
  color: #54707a;
  font-weight: bold; }

table.stmapper a:hover {
  color: #f6a71e; }

/* Adoptables */
textarea.taa {
  border: #6FBFD9 2px solid;
  color: black;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 10px;
  width: 70px;
  height: 50px;
  padding: 1px;
  scrollbar-base-color: #FFFFFF;
  scrollbar-arrow-color: #6FBFD9;
  scrollbar-shadow-color: #6FBFD9;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-highlight-color: #6FBFD9;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF; }

/* Backgrounds */
table.backg img {
  height: 200px;
  width: 200px;
  border: 0px none; }

table.backg td {
  padding: 10px;
  padding-bottom: 50px;
  vertical-align: bottom;
  text-align: center; }

/* Graphics Pages */
table.graphics {
  width: 95%; }

table.graphics td {
  padding: 10px;
  padding-bottom: 50px;
  text-align: center; }

table.graphics tr {
  vertical-align: bottom; }

table.goalcounters {
  width: 80%; }

table.goalcounters td {
  padding: 10px;
  padding-bottom: 30px;
  vertical-align: bottom;
  width: 33%; }

/* CSS Codes */
table.norm td.large2nd {
  font-size: 14pt;
  color: #F6A71E;
  border-bottom: 1px solid #9AD1E6;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 2px; }

table.norm td.large1st {
  font: 14pt;
  color: blue; }

table.norm td.no {
  border: none;
  padding: 10px;
  font-weight: bold; }

table.norm td.no1 {
  border: none;
  padding: 10px;
  background-color: #FFFFBF;
  font-weight: bold; }

div.note {
  font-size: 8pt;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-weight: normal; }

table.norm td.cssinnertable {
  font-size: 12pt;
  color: #F6A71E;
  border-bottom: 1px dashed #9AD1E6;
  border-left: none;
  border-right: none;
  border-top: 1px dashed #9AD1E6;
  padding: 2px; }

table.norm td.values {
  border: none;
  padding: 10px; }

/* Neopian Times Editorial Search */
/*input.NTed {border: #6FBFD9 2px dashed; color: black; font-family: verdana, sans-serif; font-weight: bold; font-size: 10px;}
input.NTed2 {border: #6FBFD9 2px solid; color: black; font-family: verdana, sans-serif; font-weight: bold; font-size: 10px; background: white; cursor: pointer;}
*/
/* ta1 and ta2 are used on other font pages, ta3 and ta4 are used on the secret default font boxes */
textarea.ta1 {
  border: #6FBFD9 2px solid;
  color: black;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 10px;
  width: 100px;
  height: 50px;
  padding: 1px;
  scrollbar-base-color: #FFFFFF;
  scrollbar-arrow-color: #6FBFD9;
  scrollbar-shadow-color: #6FBFD9;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-highlight-color: #6FBFD9;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF; }

textarea.ta2 {
  border: #F6A71E 2px solid;
  color: black;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 10px;
  width: 100px;
  height: 50px;
  padding: 1px;
  scrollbar-base-color: #FFFFFF;
  scrollbar-arrow-color: #F6A71E;
  scrollbar-shadow-color: #F6A71E;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-highlight-color: #F6A71E;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF; }

textarea.ta3 {
  border: #6FBFD9 2px solid;
  color: black;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 10px;
  height: 18px;
  padding: 1px;
  scrollbar-base-color: #FFFFFF;
  scrollbar-arrow-color: #6FBFD9;
  scrollbar-shadow-color: #6FBFD9;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-highlight-color: #6FBFD9;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF; }

textarea.ta4 {
  border: #F6A71E 2px solid;
  color: black;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 10px;
  height: 18px;
  padding: 1px;
  scrollbar-base-color: #FFFFFF;
  scrollbar-arrow-color: #F6A71E;
  scrollbar-shadow-color: #F6A71E;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-highlight-color: #F6A71E;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF; }

/* fonts that match the textareas without it being in a td */
span.ta1 {
  font-size: 7pt;
  font-weight: bold;
  text-align: center;
  color: #6FBFD9; }

span.ta2 {
  font-size: 7pt;
  font-weight: bold;
  text-align: center;
  color: #F6A71E; }

/* are being used on other font pages, like basic, borders, and ac fonts and lots of other places too*/
td.b {
  font-size: 7pt;
  font-weight: bold;
  text-align: center;
  color: #6FBFD9; }

td.b2 {
  font-size: 7pt;
  font-weight: bold;
  text-align: center;
  color: #F6A71E; }

td.c {
  text-align: center;
  font-weight: bold;
  color: black;
  font-size: 10pt;
  font-family: arial; }

td.cnb {
  text-align: center;
  color: black;
  font-size: 10pt;
  background: white;
  line-height: 12pt; }

td.c3 {
  text-align: center;
  font-size: 8pt;
  font-family: arial; }

/* used on the siggy page for the red astericks */
td.h {
  font-size: 7pt;
  color: red;
  font-weight: bold;
  text-align: center; }

/* used to make a blank tr gap between sets of table rows on some pages like link to us */
.btr {
  padding-bottom: 30px; }

/* used on about us and contact us and a few other misc places */
font.ul {
  font-size: 12pt;
  font-weight: bold;
  color: #F6A71E; }

font.au {
  font-size: 11pt;
  font-weight: bold;
  color: #6FBFD9; }

.bs {
  font-weight: bold;
  font-size: 10.6px; }

/* for the small font size 1 bolded items */
.snote {
  font-style: italic;
  font-size: 10.6px;
  color: #4f4f4f; }

div.snote {
  border: 2px dashed #F6A71E;
  margin: 20px; }

/*  FOR THE CALENDAR */
/* Default attributes of table container for entire calendar */
.table-style {
  font-family: arial;
  border-width: 1;
  border-style: solid;
  border-color: #a0a0a0;
  background-color: #ffffff;
  font-family: arial;
  font-size: 11px; }

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
  z-index: +999;
  position: absolute;
  visibility: hidden; }

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
  padding: 2px;
  font-family: arial;
  font-size: 11px;
  color: #3a6ea5; }

/* Default attributes used in calendar title background.*/
.title-background-style {
  background-color: #cee3ef; }

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
  border-style: solid;
  border-width: 1;
  border-color: #3a6ea5;
  cursor: pointer; }

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
  border-style: solid;
  border-width: 1;
  border-color: #3a6ea5;
  cursor: pointer; }

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
  font-family: arial;
  font-size: 11px;
  border-width: 1;
  border-style: solid;
  border-color: #a0a0a0;
  background-color: #cee3ef;
  cursor: pointer; }

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
  background-color: #3a6ea5; }

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
  background-color: #000; }

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
  padding: 5px;
  background-color: #cee3ef;
  font-family: verdana;
  font-size: 10px; }

/* Attributes of current day in calendar body. */
.current-day-style {
  color: red;
  font-weight: bold;
  text-decoration: none; }

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
  color: #909090;
  text-decoration: none; }

/* Attributes of all other days in calendar body. */
.normal-day-style {
  color: black;
  text-decoration: none; }

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
  border-style: solid;
  border-width: 1px;
  border-color: #a0a0a0; }

/* Default attributes of designated holidays. */
.holiday-style {
  background-color: #FFDDDD; }

/* Attributes of today display at bottom on calendar */
.today-style {
  padding: 0px;
  color: black;
  background-color: #cee3ef;
  text-align: center;
  text-decoration: none; }

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
  background-color: #d0d0d0;
  padding: 0px; }

/*!
 * SASS Styles for the new Wearables HQ
 * http://www.sunnyneo.com/customisation/wearables/
 * @author David Tkachuk <dave@tkachuk.tech> (Toe_bob)
 */
.whq div.search-bar {
  background: #63abc3;
  padding: 9px 16px;
  border-radius: 5px; }
  .whq div.search-bar input[name='query'] {
    width: 80%; }

.whq div.search-results {
  border: 1px solid #7ab955;
  padding: 22px 16px;
  border-radius: 5px; }
  .whq div.search-results div#results {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .whq div.search-results::after {
    display: table;
    content: '';
    clear: both; }
  .whq div.search-results div.item-wrapper {
    padding: 16px;
    margin: 10px;
    border: 1px solid #fff;
    float: left;
    flex: 1 1 130px;
    text-align: center;
    font-size: 11.2pt;
    line-height: 1.2; }
    .whq div.search-results div.item-wrapper:hover {
      border: 1px solid #7ab955; }
    .whq div.search-results div.item-wrapper a {
      color: #333 !important;
      text-decoration: none !important; }
    .whq div.search-results div.item-wrapper b {
      display: block;
      margin: 8px 0px 4px; }
    .whq div.search-results div.item-wrapper .list-item.item-nc .item-img, .whq div.search-results div.item-wrapper .list-item.item-np .item-img, .whq div.search-results div.item-wrapper .list-item.item-pb .item-img {
      width: 80px;
      height: 80px;
      margin: 0 auto; }
      .whq div.search-results div.item-wrapper .list-item.item-nc .item-img:before, .whq div.search-results div.item-wrapper .list-item.item-np .item-img:before, .whq div.search-results div.item-wrapper .list-item.item-pb .item-img:before {
        width: 18px;
        height: 18px;
        display: table-cell;
        content: '';
        z-index: 69;
        margin: 2px 0 0 2px;
        position: absolute; }
    .whq div.search-results div.item-wrapper .list-item.item-nc .item-img:before {
      background: url(http://www.sunnyneo.com/customisation/new/images/icons/nc.png) no-repeat; }
    .whq div.search-results div.item-wrapper .list-item.item-np .item-img:before {
      background: url(http://www.sunnyneo.com/customisation/new/images/icons/np.png) no-repeat; }
    .whq div.search-results div.item-wrapper .list-item.item-pb .item-img:before {
      background: url(http://www.sunnyneo.com/customisation/new/images/icons/pb.png) no-repeat; }
  .whq div.search-results p.info {
    display: block;
    width: 100%;
    margin: -16px 0px 11px;
    color: #333;
    border-bottom: 1px dotted #aaa; }

.whq .load-more {
  margin-top: 48px;
  font-size: 22pt;
  text-align: center;
  width: 100%; }

.whq .hide {
  display: none; }

.whq .whq-search label {
  font-weight: normal !important; }

.whq .whq-criteria {
  max-height: 478px;
  min-height: 478px;
  overflow-y: auto;
  overflow-x: hidden; }

.whq img.img-preview {
  width: 66px;
  height: 66px; }

.whq .whq-group-exclude,
.whq .whq-group-include,
.whq .whq-group-neutral {
  padding: 1px 2px; }
  .whq .whq-group-exclude .whq-group-content,
  .whq .whq-group-include .whq-group-content,
  .whq .whq-group-neutral .whq-group-content {
    padding: 6px 3px;
    border: 1px solid #fff;
    text-align: center;
    width: 100%;
    line-height: 1.22; }
    .whq .whq-group-exclude .whq-group-content span,
    .whq .whq-group-include .whq-group-content span,
    .whq .whq-group-neutral .whq-group-content span {
      margin-top: 9px;
      display: block; }

.whq .whq-group-include::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: table-cell;
  position: absolute;
  color: #25bd25;
  text-shadow: 0 2px 1px #1e9b1e;
  margin-left: 9px; }

.whq .whq-group-include .whq-group-content {
  border-color: #25bd25; }

.whq .whq-group-exclude::before {
  content: '\f00d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: table-cell;
  position: absolute;
  color: #c52b2b;
  text-shadow: 0 2px 1px #a42424;
  margin-left: 9px; }

.whq .whq-group-exclude .whq-group-content {
  border-color: #c52b2b; }

.modal-whq .modal-header {
  padding-bottom: 2px; }
  @media screen and (max-width: 767px) {
    .modal-whq .modal-header {
      height: 74px; } }
  .modal-whq .modal-header .close, .modal-whq .modal-header .modal-title {
    color: #FFF; }

.modal-whq .modal-body {
  min-height: 300px; }
  .modal-whq .modal-body .item-detail-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: start; }
    .modal-whq .modal-body .item-detail-row .item-detail-wrapper {
      /*flex: 1 1 80px;*/
      line-height: 15px;
      text-align: center;
      margin: 5px 4px 4px; }
      .modal-whq .modal-body .item-detail-row .item-detail-wrapper img {
        width: 45px;
        border: 1px solid #ccc;
        padding: 3px;
        margin-right: 3px;
        opacity: 0.8; }
        .modal-whq .modal-body .item-detail-row .item-detail-wrapper img:hover {
          opacity: 1;
          border-color: #777;
          cursor: pointer; }
      .modal-whq .modal-body .item-detail-row .item-detail-wrapper span {
        font-size: 12px;
        padding: 6px 5px 0;
        display: none; }
  .modal-whq .modal-body #shareWHQItem {
    background: #dedede;
    position: absolute;
    width: 100%;
    padding: 9px;
    bottom: 0;
    -webkit-box-shadow: 0 -2px 5px -3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 -2px 5px -3px rgba(0, 0, 0, 0.6); }
    .modal-whq .modal-body #shareWHQItem p {
      font-size: 12pt;
      font-style: italic;
      color: #666; }
    .modal-whq .modal-body #shareWHQItem h3 {
      color: #000; }
  @media screen and (max-width: 767px) {
    .modal-whq .modal-body .whq-model-info {
      padding-right: 3rem !important; } }

.modal-whq .modal-footer .btn-share {
  float: right;
  margin-top: -52px; }

.modal-whq .whq-preview {
  background: #EEE;
  padding: 10px;
  min-height: 298px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 991px) {
    .modal-whq .whq-preview {
      position: relative;
      margin-top: 32px; } }
  .modal-whq .whq-preview .element {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 279px;
    max-height: 279px; }
  .modal-whq .whq-preview .tab-pane > div {
    max-height: 300px;
    width: 100% !important; }
  .modal-whq .whq-preview .tab-pane img {
    width: 100% !important;
    height: auto !important;
    max-width: 300px;
    max-height: 300px; }

.modal-whq .label, .modal-whq .badge {
  font-size: 8.8pt; }

.modal-whq .whq-modal-loading {
  width: 100%;
  height: 200px;
  text-align: center;
  padding-top: 50px; }

.modal-whq ul.nav.whq-tabs {
  font-size: 10px;
  position: absolute;
  margin-top: 9px;
  right: 50px; }
  @media screen and (max-width: 767px) {
    .modal-whq ul.nav.whq-tabs {
      margin-top: 0;
      right: unset;
      top: 48px; } }
  .modal-whq ul.nav.whq-tabs li a {
    color: #eee;
    padding: 5px 12px; }
  .modal-whq ul.nav.whq-tabs li:hover a,
  .modal-whq ul.nav.whq-tabs li:focus a,
  .modal-whq ul.nav.whq-tabs li.active a {
    color: #222; }
  .modal-whq ul.nav.whq-tabs li.active a {
    background-color: #EEE; }

/**
 * Lazy quick hacks
 */
.funky-magic .badge, .funky-magic .label {
  white-space: normal !important;
  margin: 2px;
  text-transform: capitalize; }

.funky-magic .interactive:hover {
  cursor: pointer;
  background: #333 !important; }

.loading-active::before {
  position: absolute;
  background: url(//sunnyneo.com/images/ajax_spinners/sunnyneo_spinner_64.gif) no-repeat center center rgba(230, 230, 230, 0.8);
  z-index: 999;
  content: '';
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: -10px -15px; }

.badge.bg-active {
  background: #48acd2 !important; }

/*!
 * SunnyNeo's News Archive
 * @author David Tkachuk (toe_bob) <dave@tkachuk.tech>
 */
.highlight {
  background: rgba(255, 255, 30, 0.85);
  padding: 0 1px; }

#news-archives .search-form {
  width: 100%;
  padding: 9px 16px;
  background: #EEE; }
  #news-archives .search-form h4 {
    color: #333;
    font-variant: all-petite-caps;
    margin: 2px 0;
    padding: 0;
    font-size: 14.5pt;
    font-weight: bold; }
  #news-archives .search-form label {
    font-size: 11pt;
    font-weight: normal;
    color: #111;
    margin: .6rem 0; }

#news-archives .select2-container {
  font-size: 10.8pt; }

#news-archives .news-content {
  border-right: 1px dashed #EFEFEF; }
  #news-archives .news-content .news-post .btn-neopets {
    color: #FFF !important; }
    #news-archives .news-content .news-post .btn-neopets span {
      width: 0px;
      display: inline-block;
      opacity: 0;
      float: left;
      overflow: hidden; }
  #news-archives .news-content .news-post:hover .btn-neopets span {
    width: auto;
    opacity: 1;
    margin-right: 6px; }
  #news-archives .news-content .news-header {
    margin-bottom: 9px; }

#news-archives .sidebar {
  position: sticky;
  top: 0; }

#news-archives .na-pagination {
  margin: 4px 0 8px; }

#news-archives .loading {
  -webkit-filter: blur(2.5px);
  -moz-filter: blur(2.5px);
  -o-filter: blur(2.5px);
  -ms-filter: blur(2.5px);
  filter: blur(2.5px); }
  #news-archives .loading:before {
    display: table-cell;
    content: '';
    background: rgba(230, 230, 230, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99; }

#news-archives .loading-spinner {
  position: sticky;
  top: 0;
  margin: 0 auto;
  width: 64px;
  z-index: 999; }
  #news-archives .loading-spinner img {
    position: absolute;
    top: 15vh;
    z-index: 9999; }

.navbar-userbar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5cbdea+7,59a2f5+100 */
  background: #71bedc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #71bedc 7%, #5db5d7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #71bedc 7%, #5db5d7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #71bedc 7%, #5db5d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$nav1', endColorstr='$nav2',GradientType=0 );
  /* IE6-9 */
  border-bottom: 1px solid #34a2cd;
  border-radius: 0;
  min-height: auto;
  margin: 0; }
  .navbar-userbar ul.nav > li > a {
    padding: 7px 15px;
    color: #FFF; }
  .navbar-userbar ul.nav > li.active > a, .navbar-userbar ul.nav > li:focus > a, .navbar-userbar ul.nav > li > a:focus {
    background: #5db5d7; }
  .navbar-userbar ul.nav > li:hover > a, .navbar-userbar ul.nav > li.open > a {
    background: #48acd2; }
  @media screen and (max-width: 1380px) {
    .navbar-userbar ul.nav > li {
      position: relative !important;
      right: unset !important; } }
  .navbar-userbar ul.nav .dropdown-menu {
    background: #48acd2; }
    .navbar-userbar ul.nav .dropdown-menu li.divider {
      background: #2e93b9; }
    .navbar-userbar ul.nav .dropdown-menu a {
      color: #FFF; }
    .navbar-userbar ul.nav .dropdown-menu a:hover {
      background: #65b9d9; }
    .navbar-userbar ul.nav .dropdown-menu a:focus {
      background: #71bedc; }

body.userbar-active div.mamabar {
  margin-top: 40px; }

.dashboard > div {
  margin: 0;
  padding: 5px 9px !important; }

.dashboard .dashboard-icon {
  transform: scale(1);
  opacity: 0.9;
  border-radius: 5px;
  z-index: 5;
  max-height: 153px;
  position: relative; }
  .dashboard .dashboard-icon:hover {
    transform: scale(1.1);
    opacity: 1.0;
    border-radius: 0;
    -webkit-box-shadow: 0 0px 6px 5px #44ade2;
    box-shadow: 0 0px 6px 5px #44ade2;
    z-index: 99; }
  .dashboard .dashboard-icon a {
    color: #222;
    text-decoration: none !important;
    padding: 32px 24px 10px;
    display: block; }
    .dashboard .dashboard-icon a span {
      color: #105587;
      text-align: center;
      width: 100%;
      display: block; }
  .dashboard .dashboard-icon i.fa {
    display: none;
    text-align: center;
    font-size: 36pt;
    padding: 8px 0 28px; }
  .dashboard .dashboard-icon img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px; }

.dashboard .dashboard-big a {
  padding: 0 !important; }

.dashboard .dashboard-big img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 153px;
  margin: 0 auto !important; }

.dashboard-header h1 {
  margin: 0;
  padding: 0; }

.dashboard-header .dashboard-breadcrumbs .breadcrumb {
  float: right; }

.breadcrumb-dashboard {
  background: none; }
  .breadcrumb-dashboard a {
    color: #71bedc !important; }
    .breadcrumb-dashboard a:hover, .breadcrumb-dashboard a:focus, .breadcrumb-dashboard a:visited {
      color: #50afd4 !important; }

.btn-favourite {
  background: #ABD5E3;
  color: #FFF; }

.btn-favourite:hover {
  background: #5A9FB6;
  color: #DEF7FF; }

.sn-favourite-page {
  float: right; }

body.site-admin table.table-padding th,
body.site-admin table.table-padding td {
  padding: .25rem .69rem !important; }

/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.feedback-review label {
  font-size: 14px; }

.feedback-body .feedback-error {
  color: #b94a48;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.feedback-body .feedback-error:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.feedback-body p a {
  color: #0088cc;
  text-decoration: none; }

.feedback-body p a:hover {
  color: #005580;
  text-decoration: underline; }

.feedback-modal h3 {
  line-height: 27px;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  color: #333;
  text-rendering: optimizelegibility; }

.feedback-modal {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 6969696969;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -ms-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s; }

.feedback-modal .feedback-close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.feedback-modal .feedback-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer; }

.feedback-btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em; }

.feedback-btn:hover,
.feedback-btn:active,
.feedback-btn.active,
.feedback-btn.disabled,
.feedback-btn[disabled] {
  background-color: #e6e6e6; }

.feedback-btn:active, .feedback-btn.active {
  background-color: #cccccc \9; }

.feedback-btn:first-child {
  *margin-left: 0; }

.feedback-btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.feedback-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.feedback-btn.active, .feedback-btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0; }

.feedback-btn.disabled, .feedback-btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.feedback-btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px; }

.feedback-btn-small [class^="icon-"] {
  margin-top: -1px; }

.feedback-btn-inverse,
.feedback-btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff; }

.feedback-btn-inverse {
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #454545, #262626);
  background-image: -ms-linear-gradient(top, #454545, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
  background-image: -webkit-linear-gradient(top, #454545, #262626);
  background-image: -o-linear-gradient(top, #454545, #262626);
  background-image: linear-gradient(top, #454545, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
  border-color: #262626 #262626 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.feedback-btn-inverse:hover,
.feedback-btn-inverse:active,
.feedback-btn-inverse.active,
.feedback-btn-inverse.disabled,
.feedback-btn-inverse[disabled] {
  background-color: #262626; }

.feedback-btn-inverse:active, .feedback-btn-inverse.active {
  background-color: #0c0c0c \9; }

button.feedback-btn, input[type="submit"].feedback-btn {
  *padding-top: 2px;
  *padding-bottom: 2px; }

button.feedback-btn::-moz-focus-inner, input[type="submit"].feedback-btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.feedback-btn.large, input[type="submit"].feedback-btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

button.feedback-btn.small, input[type="submit"].feedback-btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px; }

.feedback-btn .caret {
  margin-top: 7px;
  margin-left: 0; }

.feedback-btn:hover .caret, .open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100); }

.feedback-btn-inverse .caret {
  border-top-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75); }

.feedback-btn-small .caret {
  margin-top: 4px; }

.feedback-bottom-right {
  position: fixed;
  bottom: 5px;
  right: 5px; }

.feedback-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }

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

.feedback-body {
  padding: 15px; }

.feedback-body .modal-form {
  margin-bottom: 0; }

.feedback-body textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  overflow: auto;
  vertical-align: top;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 520px;
  height: 100px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

.feedback-body textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */ }

.feedback-footer {
  padding: 5px 14px 15px 15px;
  line-height: 20px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1; }

.feedback-footer:before, .feedback-footer:after {
  display: table;
  content: ""; }

.feedback-footer:after {
  clear: both; }

.feedback-footer .feedback-btn {
  float: right;
  margin-left: 5px;
  margin-bottom: 0; }

.feedback-glass {
  position: fixed;
  z-index: 6969696968;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #777;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }

.feedback-canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1999; }

#feedback-blackout-element {
  background: #000;
  opacity: 0.8;
  position: absolute; }

.feedback-highlight-element, .feedback-highlighted {
  position: absolute;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 6969696970;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 8px 0px #000;
  box-shadow: 0px 0px 8px 0px #000; }

.feedback-highlight-element {
  pointer-events: none; }

#feedback-highlight-close {
  background: #ccc;
  border: 1px solid black;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  margin-left: -12px;
  margin-top: -12px;
  z-index: 2001;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px #615e5e;
  box-shadow: 0px 0px 4px 0px #615e5e;
  background-color: #c5c5c5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#999999));
  background-image: -webkit-linear-gradient(top, #c5c5c5, #999999);
  background-image: -moz-linear-gradient(top, #c5c5c5, #999999);
  background-image: -o-linear-gradient(top, #c5c5c5, #999999);
  background-image: linear-gradient(to bottom, #c5c5c5, #999999); }

.feedback-blackedout {
  background: #000;
  position: absolute;
  z-index: 2000; }

#feedback-highlight-container {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2010; }

.feedback-animate-toside {
  top: 100%;
  left: 100%;
  width: 300px;
  margin-left: -320px;
  margin-top: -200px; }

.feedback-animate-review {
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -ms-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  top: 50%;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  margin-top: -200px; }

.feedback-canvas-complete {
  -webkit-filter: blur(5px); }

.feedback-body canvas {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #636363;
  -webkit-box-shadow: 0px 0px 12px 0px #615e5e;
  box-shadow: 0px 0px 12px 0px #615e5e;
  position: absolute; }

.feedback-browser {
  margin-left: 330px; }

.feedback-loader {
  text-align: center; }

.feedback-loader span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 50px auto;
  background: black;
  border-radius: 50px;
  -webkit-animation: feedback-loader 0.9s infinite alternate;
  -moz-animation: feedback-loader 0.9s infinite alternate; }

.feedback-loader span:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s; }

.feedback-loader span:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s; }

@-webkit-keyframes feedback-loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0); }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px); } }

@-moz-keyframes feedback-loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0); }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -moz-transform: translateY(-21px); } }

@media screen and (max-width: 767px) {
  button.feedback-btn {
    display: none !important;
    top: -100px !important;
    left: -100px !important;
    bottom: unset !important; } }

/*!
 * Bootstrap Colorpicker v2.5.2
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC);
  cursor: crosshair;
  float: left; }

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px; }

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.colorpicker-alpha, .colorpicker-hue {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px; }

.colorpicker-alpha i, .colorpicker-hue i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px; }

.colorpicker-hue {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC); }

.colorpicker-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=);
  display: none; }

.colorpicker-alpha, .colorpicker-hue, .colorpicker-saturation {
  background-size: contain; }

.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500; }

.colorpicker:after, .colorpicker:before {
  display: table;
  content: "";
  line-height: 0; }

.colorpicker:after {
  clear: both; }

.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px; }

.colorpicker div {
  position: relative; }

.colorpicker.colorpicker-with-alpha {
  min-width: 140px; }

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block; }

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=);
  background-position: 0 100%; }

.colorpicker-color div {
  height: 10px; }

.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both; }

.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px; }

.colorpicker-selectors i + i {
  margin-left: 3px; }

.colorpicker-element .add-on i, .colorpicker-element .input-group-addon i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px; }

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto; }

.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto; }

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px; }

.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px; }

.colorpicker.colorpicker-horizontal .colorpicker-alpha, .colorpicker.colorpicker-horizontal .colorpicker-hue {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0;
  margin-bottom: 4px; }

.colorpicker.colorpicker-horizontal .colorpicker-alpha i, .colorpicker.colorpicker-horizontal .colorpicker-hue i {
  display: block;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0; }

.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==); }

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=); }

.colorpicker-right:before {
  left: auto;
  right: 6px; }

.colorpicker-right:after {
  left: auto;
  right: 7px; }

.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0; }

.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0; }

.colorpicker-alpha.colorpicker-visible, .colorpicker-hue.colorpicker-visible, .colorpicker-saturation.colorpicker-visible, .colorpicker-selectors.colorpicker-visible, .colorpicker.colorpicker-visible {
  display: block; }

.colorpicker-alpha.colorpicker-hidden, .colorpicker-hue.colorpicker-hidden, .colorpicker-saturation.colorpicker-hidden, .colorpicker-selectors.colorpicker-hidden, .colorpicker.colorpicker-hidden {
  display: none; }

.colorpicker-inline.colorpicker-visible {
  display: inline-block; }

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

