
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
inputxx,
button,
selectxx ,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
 
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 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 {
  padding: .2em;
  background-color: #fcf8e3;
}
.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-transformxx: lowercase;
}
.text-uppercase {
  text-transformxx: uppercase;
}
.text-capitalize {
  text-transformxx: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transformxx: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #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;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #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 {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
labelxx {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
inputxx[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
inputxx[type="radio"],
inputxx[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
inputxx[type="file"] {
  display: block;
}
inputxx[type="range"] {
  display: block;
  width: 100%;
}
selectxx [multiple],
selectxx [size] {
  height: auto;
}
inputxx[type="file"]:focus,
inputxx[type="radio"]:focus,
inputxx[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.formxx-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.formxx-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.formxx-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.formxx-control:-ms-inputxx-placeholder {
  color: #999;
}
.formxx-control::-webkit-inputxx-placeholder {
  color: #999;
}
.formxx-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.formxx-control[disabled],
.formxx-control[readonly],
fieldset[disabled] .formxx-control {
  background-color: #eee;
  opacity: 1;
}
.formxx-control[disabled],
fieldset[disabled] .formxx-control {
  cursor: not-allowed;
}
textarea.formxx-control {
  height: auto;
}
inputxx[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  inputxx[type="date"].formxx-control,
  inputxx[type="time"].formxx-control,
  inputxx[type="datetime-local"].formxx-control,
  inputxx[type="month"].formxx-control {
    line-height: 34px;
  }
  inputxx[type="date"].inputxx-sm,
  inputxx[type="time"].inputxx-sm,
  inputxx[type="datetime-local"].inputxx-sm,
  inputxx[type="month"].inputxx-sm,
  .inputxx-group-sm inputxx[type="date"],
  .inputxx-group-sm inputxx[type="time"],
  .inputxx-group-sm inputxx[type="datetime-local"],
  .inputxx-group-sm inputxx[type="month"] {
    line-height: 30px;
  }
  inputxx[type="date"].inputxx-lg,
  inputxx[type="time"].inputxx-lg,
  inputxx[type="datetime-local"].inputxx-lg,
  inputxx[type="month"].inputxx-lg,
  .inputxx-group-lg inputxx[type="date"],
  .inputxx-group-lg inputxx[type="time"],
  .inputxx-group-lg inputxx[type="datetime-local"],
  .inputxx-group-lg inputxx[type="month"] {
    line-height: 46px;
  }
}
.formxx-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio labelxx,
.checkbox labelxx {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio inputxx[type="radio"],
.radio-inline inputxx[type="radio"],
.checkbox inputxx[type="checkbox"],
.checkbox-inline inputxx[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
inputxx[type="radio"][disabled],
inputxx[type="checkbox"][disabled],
inputxx[type="radio"].disabled,
inputxx[type="checkbox"].disabled,
fieldset[disabled] inputxx[type="radio"],
fieldset[disabled] inputxx[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled labelxx,
.checkbox.disabled labelxx,
fieldset[disabled] .radio labelxx,
fieldset[disabled] .checkbox labelxx {
  cursor: not-allowed;
}
.formxx-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.formxx-control-static.inputxx-lg,
.formxx-control-static.inputxx-sm {
  padding-right: 0;
  padding-left: 0;
}
.inputxx-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
selectxx .inputxx-sm {
  height: 30px;
  line-height: 30px;
}
textarea.inputxx-sm,
selectxx [multiple].inputxx-sm {
  height: auto;
}
.formxx-group-sm .formxx-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.formxx-group-sm selectxx .formxx-control {
  height: 30px;
  line-height: 30px;
}
.formxx-group-sm textarea.formxx-control,
.formxx-group-sm selectxx [multiple].formxx-control {
  height: auto;
}
.formxx-group-sm .formxx-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.inputxx-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
selectxx .inputxx-lg {
  height: 46px;
  line-height: 46px;
}
textarea.inputxx-lg,
selectxx [multiple].inputxx-lg {
  height: auto;
}
.formxx-group-lg .formxx-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.formxx-group-lg selectxx .formxx-control {
  height: 46px;
  line-height: 46px;
}
.formxx-group-lg textarea.formxx-control,
.formxx-group-lg selectxx [multiple].formxx-control {
  height: auto;
}
.formxx-group-lg .formxx-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .formxx-control {
  padding-right: 42.5px;
}
.formxx-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;
}
.inputxx-lg + .formxx-control-feedback,
.inputxx-group-lg + .formxx-control-feedback,
.formxx-group-lg .formxx-control + .formxx-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.inputxx-sm + .formxx-control-feedback,
.inputxx-group-sm + .formxx-control-feedback,
.formxx-group-sm .formxx-control + .formxx-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-labelxx,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio labelxx,
.has-success.checkbox labelxx,
.has-success.radio-inline labelxx,
.has-success.checkbox-inline labelxx {
  color: #3c763d;
}
.has-success .formxx-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .formxx-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .inputxx-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .formxx-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-labelxx,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio labelxx,
.has-warning.checkbox labelxx,
.has-warning.radio-inline labelxx,
.has-warning.checkbox-inline labelxx {
  color: #8a6d3b;
}
.has-warning .formxx-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .formxx-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .inputxx-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .formxx-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-labelxx,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio labelxx,
.has-error.checkbox labelxx,
.has-error.radio-inline labelxx,
.has-error.checkbox-inline labelxx {
  color: #a94442;
}
.has-error .formxx-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .formxx-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .inputxx-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .formxx-control-feedback {
  color: #a94442;
}
.has-feedback labelxx ~ .formxx-control-feedback {
  top: 25px;
}
.has-feedback labelxx.sr-only ~ .formxx-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .formxx-inline .formxx-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .formxx-inline .formxx-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .formxx-inline .formxx-control-static {
    display: inline-block;
  }
  .formxx-inline .inputxx-group {
    display: inline-table;
    vertical-align: middle;
  }
  .formxx-inline .inputxx-group .inputxx-group-addon,
  .formxx-inline .inputxx-group .inputxx-group-btnnn,
  .formxx-inline .inputxx-group .formxx-control {
    width: auto;
  }
  .formxx-inline .inputxx-group > .formxx-control {
    width: 100%;
  }
  .formxx-inline .control-labelxx {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .formxx-inline .radio,
  .formxx-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .formxx-inline .radio labelxx,
  .formxx-inline .checkbox labelxx {
    padding-left: 0;
  }
  .formxx-inline .radio inputxx[type="radio"],
  .formxx-inline .checkbox inputxx[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .formxx-inline .has-feedback .formxx-control-feedback {
    top: 0;
  }
}
.formxx-horizontal .radio,
.formxx-horizontal .checkbox,
.formxx-horizontal .radio-inline,
.formxx-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.formxx-horizontal .radio,
.formxx-horizontal .checkbox {
  min-height: 27px;
}
.formxx-horizontal .formxx-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .formxx-horizontal .control-labelxx {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.formxx-horizontal .has-feedback .formxx-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .formxx-horizontal .formxx-group-lg .control-labelxx {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .formxx-horizontal .formxx-group-sm .control-labelxx {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btnnn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-selectxx : none;
     -moz-user-selectxx : none;
      -ms-user-selectxx : none;
          user-selectxx : none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btnnn:focus,
.btnnn:active:focus,
.btnnn.active:focus,
.btnnn.focus,
.btnnn:active.focus,
.btnnn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btnnn:hover,
.btnnn:focus,
.btnnn.focus {
  color: #333;
  text-decoration: none;
}
.btnnn:active,
.btnnn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btnnn.disabled,
.btnnn[disabled],
fieldset[disabled] .btnnn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btnnn.disabled,
fieldset[disabled] a.btnnn {
  pointer-events: none;
}
.btnnn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btnnn-default:focus,
.btnnn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btnnn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btnnn-default:active,
.btnnn-default.active,
.open > .dropdown-toggle.btnnn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btnnn-default:active:hover,
.btnnn-default.active:hover,
.open > .dropdown-toggle.btnnn-default:hover,
.btnnn-default:active:focus,
.btnnn-default.active:focus,
.open > .dropdown-toggle.btnnn-default:focus,
.btnnn-default:active.focus,
.btnnn-default.active.focus,
.open > .dropdown-toggle.btnnn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btnnn-default:active,
.btnnn-default.active,
.open > .dropdown-toggle.btnnn-default {
  background-image: none;
}
.btnnn-default.disabled:hover,
.btnnn-default[disabled]:hover,
fieldset[disabled] .btnnn-default:hover,
.btnnn-default.disabled:focus,
.btnnn-default[disabled]:focus,
fieldset[disabled] .btnnn-default:focus,
.btnnn-default.disabled.focus,
.btnnn-default[disabled].focus,
fieldset[disabled] .btnnn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btnnn-default .badge {
  color: #fff;
  background-color: #333;
}
.btnnn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btnnn-primary:focus,
.btnnn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btnnn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btnnn-primary:active,
.btnnn-primary.active,
.open > .dropdown-toggle.btnnn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btnnn-primary:active:hover,
.btnnn-primary.active:hover,
.open > .dropdown-toggle.btnnn-primary:hover,
.btnnn-primary:active:focus,
.btnnn-primary.active:focus,
.open > .dropdown-toggle.btnnn-primary:focus,
.btnnn-primary:active.focus,
.btnnn-primary.active.focus,
.open > .dropdown-toggle.btnnn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btnnn-primary:active,
.btnnn-primary.active,
.open > .dropdown-toggle.btnnn-primary {
  background-image: none;
}
.btnnn-primary.disabled:hover,
.btnnn-primary[disabled]:hover,
fieldset[disabled] .btnnn-primary:hover,
.btnnn-primary.disabled:focus,
.btnnn-primary[disabled]:focus,
fieldset[disabled] .btnnn-primary:focus,
.btnnn-primary.disabled.focus,
.btnnn-primary[disabled].focus,
fieldset[disabled] .btnnn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btnnn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btnnn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btnnn-success:focus,
.btnnn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btnnn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btnnn-success:active,
.btnnn-success.active,
.open > .dropdown-toggle.btnnn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btnnn-success:active:hover,
.btnnn-success.active:hover,
.open > .dropdown-toggle.btnnn-success:hover,
.btnnn-success:active:focus,
.btnnn-success.active:focus,
.open > .dropdown-toggle.btnnn-success:focus,
.btnnn-success:active.focus,
.btnnn-success.active.focus,
.open > .dropdown-toggle.btnnn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btnnn-success:active,
.btnnn-success.active,
.open > .dropdown-toggle.btnnn-success {
  background-image: none;
}
.btnnn-success.disabled:hover,
.btnnn-success[disabled]:hover,
fieldset[disabled] .btnnn-success:hover,
.btnnn-success.disabled:focus,
.btnnn-success[disabled]:focus,
fieldset[disabled] .btnnn-success:focus,
.btnnn-success.disabled.focus,
.btnnn-success[disabled].focus,
fieldset[disabled] .btnnn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btnnn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btnnn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btnnn-info:focus,
.btnnn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btnnn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btnnn-info:active,
.btnnn-info.active,
.open > .dropdown-toggle.btnnn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btnnn-info:active:hover,
.btnnn-info.active:hover,
.open > .dropdown-toggle.btnnn-info:hover,
.btnnn-info:active:focus,
.btnnn-info.active:focus,
.open > .dropdown-toggle.btnnn-info:focus,
.btnnn-info:active.focus,
.btnnn-info.active.focus,
.open > .dropdown-toggle.btnnn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btnnn-info:active,
.btnnn-info.active,
.open > .dropdown-toggle.btnnn-info {
  background-image: none;
}
.btnnn-info.disabled:hover,
.btnnn-info[disabled]:hover,
fieldset[disabled] .btnnn-info:hover,
.btnnn-info.disabled:focus,
.btnnn-info[disabled]:focus,
fieldset[disabled] .btnnn-info:focus,
.btnnn-info.disabled.focus,
.btnnn-info[disabled].focus,
fieldset[disabled] .btnnn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btnnn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btnnn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btnnn-warning:focus,
.btnnn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btnnn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btnnn-warning:active,
.btnnn-warning.active,
.open > .dropdown-toggle.btnnn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btnnn-warning:active:hover,
.btnnn-warning.active:hover,
.open > .dropdown-toggle.btnnn-warning:hover,
.btnnn-warning:active:focus,
.btnnn-warning.active:focus,
.open > .dropdown-toggle.btnnn-warning:focus,
.btnnn-warning:active.focus,
.btnnn-warning.active.focus,
.open > .dropdown-toggle.btnnn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btnnn-warning:active,
.btnnn-warning.active,
.open > .dropdown-toggle.btnnn-warning {
  background-image: none;
}
.btnnn-warning.disabled:hover,
.btnnn-warning[disabled]:hover,
fieldset[disabled] .btnnn-warning:hover,
.btnnn-warning.disabled:focus,
.btnnn-warning[disabled]:focus,
fieldset[disabled] .btnnn-warning:focus,
.btnnn-warning.disabled.focus,
.btnnn-warning[disabled].focus,
fieldset[disabled] .btnnn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btnnn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btnnn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btnnn-danger:focus,
.btnnn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btnnn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btnnn-danger:active,
.btnnn-danger.active,
.open > .dropdown-toggle.btnnn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btnnn-danger:active:hover,
.btnnn-danger.active:hover,
.open > .dropdown-toggle.btnnn-danger:hover,
.btnnn-danger:active:focus,
.btnnn-danger.active:focus,
.open > .dropdown-toggle.btnnn-danger:focus,
.btnnn-danger:active.focus,
.btnnn-danger.active.focus,
.open > .dropdown-toggle.btnnn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btnnn-danger:active,
.btnnn-danger.active,
.open > .dropdown-toggle.btnnn-danger {
  background-image: none;
}
.btnnn-danger.disabled:hover,
.btnnn-danger[disabled]:hover,
fieldset[disabled] .btnnn-danger:hover,
.btnnn-danger.disabled:focus,
.btnnn-danger[disabled]:focus,
fieldset[disabled] .btnnn-danger:focus,
.btnnn-danger.disabled.focus,
.btnnn-danger[disabled].focus,
fieldset[disabled] .btnnn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btnnn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btnnn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btnnn-link,
.btnnn-link:active,
.btnnn-link.active,
.btnnn-link[disabled],
fieldset[disabled] .btnnn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btnnn-link,
.btnnn-link:hover,
.btnnn-link:focus,
.btnnn-link:active {
  border-color: transparent;
}
.btnnn-link:hover,
.btnnn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btnnn-link[disabled]:hover,
fieldset[disabled] .btnnn-link:hover,
.btnnn-link[disabled]:focus,
fieldset[disabled] .btnnn-link:focus {
  color: #777;
  text-decoration: none;
}
.btnnn-lg,
.btnnn-group-lg > .btnnn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btnnn-sm,
.btnnn-group-sm > .btnnn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btnnn-xs,
.btnnn-group-xs > .btnnn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btnnn-block {
  display: block;
  width: 100%;
}
.btnnn-block + .btnnn-block {
  margin-top: 5px;
}
inputxx[type="submit"].btnnn-block,
inputxx[type="reset"].btnnn-block,
inputxx[type="button"].btnnn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .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-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransformxx.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.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 {
    right: auto;
    left: 0;
  }
}
.btnnn-group,
.btnnn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btnnn-group > .btnnn,
.btnnn-group-vertical > .btnnn {
  position: relative;
  float: left;
}
.btnnn-group > .btnnn:hover,
.btnnn-group-vertical > .btnnn:hover,
.btnnn-group > .btnnn:focus,
.btnnn-group-vertical > .btnnn:focus,
.btnnn-group > .btnnn:active,
.btnnn-group-vertical > .btnnn:active,
.btnnn-group > .btnnn.active,
.btnnn-group-vertical > .btnnn.active {
  z-index: 2;
}
.btnnn-group .btnnn + .btnnn,
.btnnn-group .btnnn + .btnnn-group,
.btnnn-group .btnnn-group + .btnnn,
.btnnn-group .btnnn-group + .btnnn-group {
  margin-left: -1px;
}
.btnnn-toolbar {
  margin-left: -5px;
}
.btnnn-toolbar .btnnn,
.btnnn-toolbar .btnnn-group,
.btnnn-toolbar .inputxx-group {
  float: left;
}
.btnnn-toolbar > .btnnn,
.btnnn-toolbar > .btnnn-group,
.btnnn-toolbar > .inputxx-group {
  margin-left: 5px;
}
.btnnn-group > .btnnn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btnnn-group > .btnnn:first-child {
  margin-left: 0;
}
.btnnn-group > .btnnn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btnnn-group > .btnnn:last-child:not(:first-child),
.btnnn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btnnn-group > .btnnn-group {
  float: left;
}
.btnnn-group > .btnnn-group:not(:first-child):not(:last-child) > .btnnn {
  border-radius: 0;
}
.btnnn-group > .btnnn-group:first-child:not(:last-child) > .btnnn:last-child,
.btnnn-group > .btnnn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btnnn-group > .btnnn-group:last-child:not(:first-child) > .btnnn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btnnn-group .dropdown-toggle:active,
.btnnn-group.open .dropdown-toggle {
  outline: 0;
}
.btnnn-group > .btnnn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btnnn-group > .btnnn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btnnn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btnnn-group.open .dropdown-toggle.btnnn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btnnn .caret {
  margin-left: 0;
}
.btnnn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btnnn-lg .caret {
  border-width: 0 5px 5px;
}
.btnnn-group-vertical > .btnnn,
.btnnn-group-vertical > .btnnn-group,
.btnnn-group-vertical > .btnnn-group > .btnnn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btnnn-group-vertical > .btnnn-group > .btnnn {
  float: none;
}
.btnnn-group-vertical > .btnnn + .btnnn,
.btnnn-group-vertical > .btnnn + .btnnn-group,
.btnnn-group-vertical > .btnnn-group + .btnnn,
.btnnn-group-vertical > .btnnn-group + .btnnn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btnnn-group-vertical > .btnnn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btnnn-group-vertical > .btnnn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btnnn-group-vertical > .btnnn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btnnn-group-vertical > .btnnn-group:not(:first-child):not(:last-child) > .btnnn {
  border-radius: 0;
}
.btnnn-group-vertical > .btnnn-group:first-child:not(:last-child) > .btnnn:last-child,
.btnnn-group-vertical > .btnnn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btnnn-group-vertical > .btnnn-group:last-child:not(:first-child) > .btnnn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btnnn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btnnn-group-justified > .btnnn,
.btnnn-group-justified > .btnnn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btnnn-group-justified > .btnnn-group .btnnn {
  width: 100%;
}
.btnnn-group-justified > .btnnn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btnnn inputxx[type="radio"],
[data-toggle="buttons"] > .btnnn-group > .btnnn inputxx[type="radio"],
[data-toggle="buttons"] > .btnnn inputxx[type="checkbox"],
[data-toggle="buttons"] > .btnnn-group > .btnnn inputxx[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.inputxx-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.inputxx-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.inputxx-group .formxx-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.inputxx-group .formxx-control:focus {
  z-index: 3;
}
.inputxx-group-lg > .formxx-control,
.inputxx-group-lg > .inputxx-group-addon,
.inputxx-group-lg > .inputxx-group-btnnn > .btnnn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
selectxx .inputxx-group-lg > .formxx-control,
selectxx .inputxx-group-lg > .inputxx-group-addon,
selectxx .inputxx-group-lg > .inputxx-group-btnnn > .btnnn {
  height: 46px;
  line-height: 46px;
}
textarea.inputxx-group-lg > .formxx-control,
textarea.inputxx-group-lg > .inputxx-group-addon,
textarea.inputxx-group-lg > .inputxx-group-btnnn > .btnnn,
selectxx [multiple].inputxx-group-lg > .formxx-control,
selectxx [multiple].inputxx-group-lg > .inputxx-group-addon,
selectxx [multiple].inputxx-group-lg > .inputxx-group-btnnn > .btnnn {
  height: auto;
}
.inputxx-group-sm > .formxx-control,
.inputxx-group-sm > .inputxx-group-addon,
.inputxx-group-sm > .inputxx-group-btnnn > .btnnn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
selectxx .inputxx-group-sm > .formxx-control,
selectxx .inputxx-group-sm > .inputxx-group-addon,
selectxx .inputxx-group-sm > .inputxx-group-btnnn > .btnnn {
  height: 30px;
  line-height: 30px;
}
textarea.inputxx-group-sm > .formxx-control,
textarea.inputxx-group-sm > .inputxx-group-addon,
textarea.inputxx-group-sm > .inputxx-group-btnnn > .btnnn,
selectxx [multiple].inputxx-group-sm > .formxx-control,
selectxx [multiple].inputxx-group-sm > .inputxx-group-addon,
selectxx [multiple].inputxx-group-sm > .inputxx-group-btnnn > .btnnn {
  height: auto;
}
.inputxx-group-addon,
.inputxx-group-btnnn,
.inputxx-group .formxx-control {
  display: table-cell;
}
.inputxx-group-addon:not(:first-child):not(:last-child),
.inputxx-group-btnnn:not(:first-child):not(:last-child),
.inputxx-group .formxx-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.inputxx-group-addon,
.inputxx-group-btnnn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.inputxx-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.inputxx-group-addon.inputxx-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.inputxx-group-addon.inputxx-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.inputxx-group-addon inputxx[type="radio"],
.inputxx-group-addon inputxx[type="checkbox"] {
  margin-top: 0;
}
.inputxx-group .formxx-control:first-child,
.inputxx-group-addon:first-child,
.inputxx-group-btnnn:first-child > .btnnn,
.inputxx-group-btnnn:first-child > .btnnn-group > .btnnn,
.inputxx-group-btnnn:first-child > .dropdown-toggle,
.inputxx-group-btnnn:last-child > .btnnn:not(:last-child):not(.dropdown-toggle),
.inputxx-group-btnnn:last-child > .btnnn-group:not(:last-child) > .btnnn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inputxx-group-addon:first-child {
  border-right: 0;
}
.inputxx-group .formxx-control:last-child,
.inputxx-group-addon:last-child,
.inputxx-group-btnnn:last-child > .btnnn,
.inputxx-group-btnnn:last-child > .btnnn-group > .btnnn,
.inputxx-group-btnnn:last-child > .dropdown-toggle,
.inputxx-group-btnnn:first-child > .btnnn:not(:first-child),
.inputxx-group-btnnn:first-child > .btnnn-group:not(:first-child) > .btnnn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.inputxx-group-addon:last-child {
  border-left: 0;
}
.inputxx-group-btnnn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.inputxx-group-btnnn > .btnnn {
  position: relative;
}
.inputxx-group-btnnn > .btnnn + .btnnn {
  margin-left: -1px;
}
.inputxx-group-btnnn > .btnnn:hover,
.inputxx-group-btnnn > .btnnn:focus,
.inputxx-group-btnnn > .btnnn:active {
  z-index: 2;
}
.inputxx-group-btnnn:first-child > .btnnn,
.inputxx-group-btnnn:first-child > .btnnn-group {
  margin-right: -1px;
}
.inputxx-group-btnnn:last-child > .btnnn,
.inputxx-group-btnnn:last-child > .btnnn-group {
  z-index: 2;
  margin-left: -1px;
} 








	 
.styled-select {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

.styled-select.slate {
   background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
   height: 34px;
   width: 240px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 268px;
}

/* -------------------- Rounded Corners */
.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* -------------------- Colors: Background */
.slate   { background-color: #ddd; }
.green   { background-color: #779126; }
.blue    { background-color: #3b8ec2; }
.yellow  { background-color: #eec111; }
.black   { background-color: #000; }

/* -------------------- Colors: Text */
.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #fff; }
.yellow select  { color: #000; }
.black select   { color: #fff; }


/* -------------------- Select Box Styles: danielneumann.com Method */
/* -------------------- Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/ */
#mainselection select {
   border: 0;
   color: #EEE;
   background: transparent;
   font-size: 20px;
   font-weight: bold;
   padding: 2px 10px;
   width: 378px;
   *width: 350px;
   *background: #58B14C;
   -webkit-appearance: none;
}

#mainselection {
   overflow:hidden;
   width:350px;
   -moz-border-radius: 9px 9px 9px 9px;
   -webkit-border-radius: 9px 9px 9px 9px;
   border-radius: 9px 9px 9px 9px;
   box-shadow: 1px 1px 11px #330033;
   background: #58B14C url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 319px center;
}


/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
.select#soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 20px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}

.select#soflow-color {
   color: #fff;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;
}


