/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  
  body {
    margin: 0;
  }
  
  details,footer,header,summary {
    display: block;
  }
  
  [hidden] {
    display: none;
  }
  
  a {
    background-color: transparent;
  }
  
  a:active,a:hover {
    outline: 0;
  }
  
  b,strong {
    font-weight: 700;
  }
  
  h1 {
    margin: .67em 0;
    font-size: 2em;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  code {
    font-family: monospace,monospace;
    font-size: 1em;
  }
  
  button,input,select {
    margin: 0;
    font: inherit;
    color: inherit;
  }
  
  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 {
    padding: 0;
    border: 0;
  }
  
  input {
    line-height: normal;
  }
  
  input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
  }
  
  input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  
  @media print {
    *,  :after,  :before {
      color: #000!important;
      text-shadow: none!important;
      background: 0 0!important;
      -webkit-box-shadow: none!important;
      box-shadow: none!important;
    }
  
    a,  a:visited {
      text-decoration: underline;
    }
  
    a[href]:after {
      content: " (" attr(href) ")";
    }
  
    a[href^="javascript:"]:after,  a[href^="#"]:after {
      content: "";
    }
  
    img {
      page-break-inside: avoid;
    }
  
    img {
      max-width: 100%!important;
    }
  
    h2,  h3,  p {
      orphans: 3;
      widows: 3;
    }
  
    h2,  h3 {
      page-break-after: avoid;
    }
  
    select {
      background: #fff!important;
    }
  
    .label {
      border: 1px solid #000;
    }
  }
  
  @font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
  }
  
  .glyphicon-asterisk:before {
    content: "\2a";
  }
  
  .glyphicon-th-list:before {
    content: "\e012";
  }
  
  .glyphicon-list-alt:before {
    content: "\e032";
  }
  
  .glyphicon-list:before {
    content: "\e056";
  }
  
  .glyphicon-floppy-disk:before {
    content: "\e172";
  }
  
  .glyphicon-registration-mark:before {
    content: "\e195";
  }
  
  .glyphicon-bishop:before {
    content: "\e214";
  }
  
  .glyphicon-scissors:before {
    content: "\e226";
  }
  
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  :after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  
  body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #677684;
    background-color: #fff;
  }
  
  button,input,select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  a {
    color: #337ab7;
    text-decoration: none;
  }
  
  a:focus,a:hover {
    color: #23527c;
    text-decoration: underline;
  }
  
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  
  img {
    vertical-align: middle;
  }
  
  .img-rounded {
    border-radius: 6px;
  }
  
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
  }
  
  [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,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .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;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-right {
    text-align: right;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-muted {
    color: #777;
  }
  
  .text-success {
    color: #3c763d;
  }
  
  a.text-success:hover {
    color: #2b542c;
  }
  
  .text-info {
    color: #31708f;
  }
  
  a.text-info:hover {
    color: #245269;
  }
  
  .text-warning {
    color: #8a6d3b;
  }
  
  a.text-warning:hover {
    color: #66512c;
  }
  
  .text-danger {
    color: #a94442;
  }
  
  a.text-danger:hover {
    color: #843534;
  }
  
  .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
  }
  
  .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  
  address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
  }
  
  code {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  }
  
  code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
  }

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

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

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

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

  .pt-5 {
    padding-top: 3rem!important;
  }
  
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width:768px) {
    .container {
      width: 720px;
    }
  }
  
  @media (min-width:992px) {
    .container {
      width: 960px;
    }
  }
  
  @media (min-width:1200px) {
    .container {
      width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
  }
  
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    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;
  }
  
  @media (min-width:768px) {
    .col-sm-1,  .col-sm-10,  .col-sm-11,  .col-sm-12,  .col-sm-2,  .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9 {
      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;
    }
  }
  
  @media (min-width:992px) {
    .col-md-1,  .col-md-10,  .col-md-11,  .col-md-12,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9 {
      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;
    }
  }
  
  @media (min-width:1200px) {
    .col-lg-1,  .col-lg-10,  .col-lg-11,  .col-lg-12,  .col-lg-2,  .col-lg-3,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-7,  .col-lg-8,  .col-lg-9 {
      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-xl-6 {
      flex: 0 0 auto;
      width: 50%;
    }

    .offset-xl-3 {
      margin-left: 25%;
    }
  }
  
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
  }
  
  input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  input[type=checkbox],input[type=radio] {
    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=checkbox]:focus,input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  
  .form-control[disabled],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
  }
  
  .form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed;
  }
  
  input[type=search] {
    -webkit-appearance: none;
  }
  
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date],  input[type=time],  input[type=datetime-local],  input[type=month] {
      line-height: 34px;
    }
  
    .input-group-sm input[type=date],  .input-group-sm input[type=time],  .input-group-sm input[type=datetime-local],  .input-group-sm input[type=month],  input[type=date].input-sm,  input[type=time].input-sm,  input[type=datetime-local].input-sm,  input[type=month].input-sm {
      line-height: 30px;
    }
  
    .input-group-lg input[type=date],  .input-group-lg input[type=time],  .input-group-lg input[type=datetime-local],  .input-group-lg input[type=month],  input[type=date].input-lg,  input[type=time].input-lg,  input[type=datetime-local].input-lg,  input[type=month].input-lg {
      line-height: 46px;
    }
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  
  fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed;
  }
  
  .checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
    cursor: not-allowed;
  }
  
  .checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
    cursor: not-allowed;
  }
  
  .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  
  select.input-sm {
    height: 30px;
    line-height: 30px;
  }
  
  select[multiple].input-sm {
    height: auto;
  }
  
  .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  
  select.input-lg {
    height: 46px;
    line-height: 46px;
  }
  
  select[multiple].input-lg {
    height: auto;
  }
  
  .has-feedback {
    position: relative;
  }
  
  .has-feedback .form-control {
    padding-right: 42.5px;
  }
  
  .has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d;
  }
  
  .has-success .form-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 .form-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 .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
  }
  
  .has-success .form-control-feedback {
    color: #3c763d;
  }
  
  .has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b;
  }
  
  .has-warning .form-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 .form-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 .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
  }
  
  .has-warning .form-control-feedback {
    color: #8a6d3b;
  }
  
  .has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #a94442;
  }
  
  .has-error .form-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 .form-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 .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
  }
  
  .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;
  }
  
  @media (min-width:768px) {
    .form-inline .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  
  .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
  }
  
  .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  
  .btn.active:focus,.btn:active:focus,.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  
  .btn:focus,.btn:hover {
    color: #333;
    text-decoration: none;
  }
  
  .btn.active,.btn: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);
  }
  
  .btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
  }
  
  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  
  .btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  
  .btn-default.active,.btn-default:active {
    background-image: none;
  }
  
  .btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
  }
  
  .btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  
  .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  
  .btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
  }
  
  .btn-success.active,.btn-success:active {
    background-image: none;
  }
  
  .btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  
  .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  
  .btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
  }
  
  .btn-info.active,.btn-info:active {
    background-image: none;
  }
  
  .btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  
  .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  
  .btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
  }
  
  .btn-warning.active,.btn-warning:active {
    background-image: none;
  }
  
  .btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  
  .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  
  .btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
  }
  
  .btn-danger.active,.btn-danger:active {
    background-image: none;
  }
  
  .btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  
  .btn-link {
    font-weight: 400;
    color: #337ab7;
    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:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent;
  }
  
  .btn-link:focus,.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
  }
  
  .btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
  }
  
  .btn-group-lg>.btn,.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  
  .btn-group-sm>.btn,.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  
  .btn-group-xs>.btn,.btn-xs {
    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=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%;
  }
  
  .dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777;
  }
  
  .dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  }
  
  .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  
  .btn-group>.btn {
    position: relative;
    float: left;
  }
  
  .btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 2;
  }
  
  .btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px;
  }
  
  .btn-group>.btn:first-child {
    margin-left: 0;
  }
  
  .btn-group>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group>.btn-group {
    float: left;
  }
  
  .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
  }
  
  .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  [data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    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-right: 0;
    padding-left: 0;
  }
  
  .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  
  select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
  }
  
  select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
  }
  
  .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  
  select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
  }
  
  select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
  }
  
  .input-group-btn {
    display: table-cell;
  }
  
  .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  
  .input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
  }
  
  .input-group-btn>.btn {
    position: relative;
  }
  
  .input-group-btn>.btn+.btn {
    margin-left: -1px;
  }
  
  .input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2;
  }
  
  .input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
  }
  
  .input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
  }
  
  .nav>li.disabled>a {
    color: #777;
  }
  
  .nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
  }
  
  @media (min-width:768px) {
    .navbar-form .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  
  .navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
  }
  
  @media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
      color: #ccc;
      background-color: transparent;
    }
  }
  
  .navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
  }
  
  .navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent;
  }
  
  @media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
      color: #444;
      background-color: transparent;
    }
  }
  
  .navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
  }
  
  .pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }
  
  .pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
  }
  
  .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
  }
  
  a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  
  .label:empty {
    display: none;
  }
  
  .btn .label {
    position: relative;
    top: -1px;
  }
  
  .label-default {
    background-color: #777;
  }
  
  .label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e;
  }
  
  .label-success {
    background-color: #5cb85c;
  }
  
  .label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44;
  }
  
  .label-info {
    background-color: #5bc0de;
  }
  
  .label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5;
  }
  
  .label-warning {
    background-color: #f0ad4e;
  }
  
  .label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f;
  }
  
  .label-danger {
    background-color: #d9534f;
  }
  
  .label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c;
  }
  
  .list-group-item.active>.badge {
    color: #337ab7;
    background-color: #fff;
  }
  
  .list-group-item>.badge {
    float: right;
  }
  
  .list-group-item>.badge+.badge {
    margin-right: 5px;
  }
  
  .alert-dismissable,.alert-dismissible {
    padding-right: 35px;
  }
  
  .alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
  
    to {
      background-position: 0 0;
    }
  }
  
  @-o-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;
    }
  }
  
  .media-list {
    padding-left: 0;
    list-style: none;
  }
  
  .list-group {
    padding-left: 0;
    margin-bottom: 20px;
  }
  
  .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-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  a.list-group-item {
    color: #555;
  }
  
  a.list-group-item .list-group-item-heading {
    color: #333;
  }
  
  a.list-group-item:focus,a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
  }
  
  .list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
  }
  
  .list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
  }
  
  .list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
  }
  
  .list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    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: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,.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 {
    color: inherit;
  }
  
  .list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
  }
  
  .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
  }
  
  a.list-group-item-success {
    color: #3c763d;
  }
  
  a.list-group-item-success .list-group-item-heading {
    color: inherit;
  }
  
  a.list-group-item-success:focus,a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
  }
  
  a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
  }
  
  .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
  }
  
  a.list-group-item-info {
    color: #31708f;
  }
  
  a.list-group-item-info .list-group-item-heading {
    color: inherit;
  }
  
  a.list-group-item-info:focus,a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
  }
  
  a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
  }
  
  .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
  }
  
  a.list-group-item-warning {
    color: #8a6d3b;
  }
  
  a.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }
  
  a.list-group-item-warning:focus,a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
  }
  
  a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
  }
  
  .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
  }
  
  a.list-group-item-danger {
    color: #a94442;
  }
  
  a.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }
  
  a.list-group-item-danger:focus,a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
  }
  
  a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover {
    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>.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-left-radius: 3px;
    border-top-right-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-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  
  .list-group+.panel-footer {
    border-top-width: 0;
  }
  
  .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
  }
  
  .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-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(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 {
    padding: 8px 14px;
    margin: 0;
    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 {
    content: "";
    border-width: 10px;
  }
  
  .popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
  }
  
  .popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
  }
  
  .popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
  }
  
  .popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
  }
  
  .popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
  }
  
  .popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    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: #999;
    border-left-color: rgba(0,0,0,.25);
  }
  
  .popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
  }
  
  .container:after,.container:before,.row:after,.row:before {
    display: table;
    content: " ";
  }
  
  .container:after,.row:after {
    clear: both;
  }
  
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  .pull-right {
    float: right!important;
  }
  
  .pull-left {
    float: left!important;
  }
  
  .hide {
    display: none!important;
  }
  
  .show {
    display: block;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .hidden {
    display: none!important;
  }
  
  .visible-lg,.visible-md,.visible-sm,.visible-xs {
    display: none!important;
  }
  
  .visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important;
  }
  
  @media (max-width:767px) {
    .visible-xs {
      display: block!important;
    }
  
    table.visible-xs {
      display: table;
    }
  
    tr.visible-xs {
      display: table-row!important;
    }
  
    td.visible-xs,  th.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;
    }
  
    tr.visible-sm {
      display: table-row!important;
    }
  
    td.visible-sm,  th.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;
    }
  
    tr.visible-md {
      display: table-row!important;
    }
  
    td.visible-md,  th.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;
    }
  
    tr.visible-lg {
      display: table-row!important;
    }
  
    td.visible-lg,  th.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;
    }
  
    tr.visible-print {
      display: table-row!important;
    }
  
    td.visible-print,  th.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;
    }
  }
  
  /*!
  Animate.css - http://daneden.me/animate
  Licensed under the MIT license - http://opensource.org/licenses/MIT
  
  Copyright (c) 2015 Daniel Eden
  */
  
  .animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  @-webkit-keyframes shake {
    0%, 100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
  
    20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  }
  
  @keyframes shake {
    0%, 100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
  
    20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  }
  
  .animated.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-20%, 0, 0);
      transform: translate3d(-20%, 0, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-20%, 0, 0);
      transform: translate3d(-20%, 0, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(20%, 0, 0);
      transform: translate3d(20%, 0, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(20%, 0, 0);
      transform: translate3d(20%, 0, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
  }
  
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
  }
  
  @-webkit-keyframes fadeOutLeft {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translate3d(-20%, 0, 0);
      transform: translate3d(-20%, 0, 0);
    }
  }
  
  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translate3d(-20%, 0, 0);
      transform: translate3d(-20%, 0, 0);
    }
  }
  
  @-webkit-keyframes fadeOutRight {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  @keyframes fadeOutRight {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  @-webkit-keyframes fadeOutRightBig {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
    }
  }
  
  @-webkit-keyframes fadeOutUp {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
  }
  
  @keyframes fadeOutUp {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
  }
  
  @-webkit-keyframes zoomIn {
    0% {
      opacity: 0;
      transform: scale(0.8) translateY(100px);
      -webkit-transform: scale(0.8) translateY(100px);
    }
  
    100% {
      opacity: 1;
      transform: scale(1) translateY(0);
      -webkit-transform: scale(1) translateY(0);
    }
  }
  
  @keyframes zoomIn {
    0% {
      opacity: 0;
      transform: scale(0.8) translateY(100px);
      -webkit-transform: scale(0.8) translateY(100px);
    }
  
    100% {
      opacity: 1;
      transform: scale(1) translateY(0);
      -webkit-transform: scale(1) translateY(0);
    }
  }