Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
                    <section>
                        <div class="list-group">
                            <h4>1. Select Doctor</h4>
                            <hr>
                            <a href="#" class="list-group-item active">Dr. Justice Freedom</a>
                            <a href="#" class="list-group-item">Dr. Martin Fabio</a>
                            <a href="#" class="list-group-item">Dr. Jenny Walter</a>
                            <a href="#" class="list-group-item">Dr. Loius Von Winkle</a>
                            <a href="#" class="list-group-item">Dr. Mary McDoctors</a>
                            <a href="#" class="list-group-item">Dr. Freethinker Liver</a>
                            <a href="#" class="list-group-item">Dr. Cognitive Thinker</a>
                        </div>
                    </section>
                    <section>
                        <div class="list-group disabled" data-state="disabled">
                            <h4>2. Select Department</h4>
                            <hr>
                            <a href="#" class="list-group-item disabled">Cras justo odio</a>
                            <a href="#" class="list-group-item disabled active">Dapibus ac facilisis in</a>
                            <a href="#" class="list-group-item disabled">Morbi leo risus</a>
                            <a href="#" class="list-group-item disabled">Porta ac consectetur ac</a>
                            <a href="#" class="list-group-item disabled">Vestibulum at eros</a>
                        </div>
                    </section>
                    <section>
                        <div class="list-group" data-state="disabled">
                            <h4>3. Select Area</h4>
                            <hr>
                            <a href="#" class="list-group-item disabled active">Cras justo odio</a>
                            <a href="#" class="list-group-item disabled">Dapibus ac facilisis in</a>
                            <a href="#" class="list-group-item disabled">Morbi leo risus</a>
                            <a href="#" class="list-group-item disabled">Porta ac consectetur ac</a>
                            <a href="#" class="list-group-item disabled">Vestibulum at eros</a>
                        </div>
                    </section>
                
 
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  box-sizing: border-box; }
*:before,
*:after {
  box-sizing: border-box; }
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
a {
  color: #337ab7;
  text-decoration: none; }
  a:hover,
  a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
figure {
  margin: 0; }
img {
  vertical-align: middle; }
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }
.img-rounded {
  border-radius: 6px; }
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }
.img-circle {
  border-radius: 50%; }
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
[role="button"] {
  cursor: pointer; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }
h1, .h1 {
  font-size: 41px; }
h2, .h2 {
  font-size: 34px; }
h3, .h3 {
  font-size: 28px; }
h4, .h4 {
  font-size: 20px; }
h5, .h5 {
  font-size: 16px; }
h6, .h6 {
  font-size: 14px; }
p {
  margin: 0 0 11px; }
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }
small,
.small {
  font-size: 87%; }
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }
.text-left {
  text-align: left; }
.text-right {
  text-align: right; }
.text-center {
  text-align: center; }
.text-justify {
  text-align: justify; }
.text-nowrap {
  white-space: nowrap; }
.text-lowercase {
  text-transform: lowercase; }
.text-uppercase, .initialism {
  text-transform: uppercase; }
.text-capitalize {
  text-transform: capitalize; }
.text-muted {
  color: #777777; }
.text-primary {
  color: #337ab7; }
a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }
.text-success {
  color: #3c763d; }
a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }
.text-info {
  color: #31708f; }
a.text-info:hover,
a.text-info:focus {
  color: #245269; }
.text-warning {
  color: #8a6d3b; }
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }
.text-danger {
  color: #a94442; }
a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }
.bg-primary {
  color: #fff; }
.bg-primary {
  background-color: #337ab7; }
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }
.bg-success {
  background-color: #dff0d8; }
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }
.bg-info {
  background-color: #d9edf7; }
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }
.bg-warning {
  background-color: #fcf8e3; }
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }
.bg-danger {
  background-color: #f2dede; }
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }
.list-unstyled {
  padding-left: 0;
  list-style: none; }
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
dl {
  margin-top: 0;
  margin-bottom: 22px; }
dt,
dd {
  line-height: 1.42857; }
dt {
  font-weight: bold; }
dd {
  margin-left: 0; }
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }
.initialism {
  font-size: 90%; }
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }
/*@import "lib/bootstrap-sass/assets/stylesheets/bootstrap/tables";*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }
input[type="search"] {
  box-sizing: border-box; }
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
input[type="file"] {
  display: block; }
input[type="range"] {
  display: block;
  width: 100%; }
select[multiple],
select[size] {
  height: auto; }
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }
textarea.form-control {
  height: auto; }
input[type="search"] {
  -webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 49px; } }
.form-group {
  margin-bottom: 15px; }
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg,
  .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm, .input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg, .input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }
.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }
.has-feedback label ~ .form-control-feedback {
  top: 27px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 20px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus,
  .btn.focus,
  .btn:active:focus,
  .btn:active.focus,
  .btn.active:focus,
  .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active,
  .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus,
  .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover,
    .btn-default:active:focus,
    .btn-default:active.focus,
    .btn-default.active:hover,
    .btn-default.active:focus,
    .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled,
  .btn-default.disabled:hover,
  .btn-default.disabled:focus,
  .btn-default.disabled.focus,
  .btn-default.disabled:active,
  .btn-default.disabled.active,
  .btn-default[disabled],
  .btn-default[disabled]:hover,
  .btn-default[disabled]:focus,
  .btn-default[disabled].focus,
  .btn-default[disabled]:active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus,
  .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover,
    .btn-primary:active:focus,
    .btn-primary:active.focus,
    .btn-primary.active:hover,
    .btn-primary.active:focus,
    .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled,
  .btn-primary.disabled:hover,
  .btn-primary.disabled:focus,
  .btn-primary.disabled.focus,
  .btn-primary.disabled:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled],
  .btn-primary[disabled]:hover,
  .btn-primary[disabled]:focus,
  .btn-primary[disabled].focus,
  .btn-primary[disabled]:active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus,
  .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover,
    .btn-success:active:focus,
    .btn-success:active.focus,
    .btn-success.active:hover,
    .btn-success.active:focus,
    .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled,
  .btn-success.disabled:hover,
  .btn-success.disabled:focus,
  .btn-success.disabled.focus,
  .btn-success.disabled:active,
  .btn-success.disabled.active,
  .btn-success[disabled],
  .btn-success[disabled]:hover,
  .btn-success[disabled]:focus,
  .btn-success[disabled].focus,
  .btn-success[disabled]:active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus,
  .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover,
    .btn-info:active:focus,
    .btn-info:active.focus,
    .btn-info.active:hover,
    .btn-info.active:focus,
    .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled,
  .btn-info.disabled:hover,
  .btn-info.disabled:focus,
  .btn-info.disabled.focus,
  .btn-info.disabled:active,
  .btn-info.disabled.active,
  .btn-info[disabled],
  .btn-info[disabled]:hover,
  .btn-info[disabled]:focus,
  .btn-info[disabled].focus,
  .btn-info[disabled]:active,
  .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus,
  .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover,
    .btn-warning:active:focus,
    .btn-warning:active.focus,
    .btn-warning.active:hover,
    .btn-warning.active:focus,
    .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled,
  .btn-warning.disabled:hover,
  .btn-warning.disabled:focus,
  .btn-warning.disabled.focus,
  .btn-warning.disabled:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled],
  .btn-warning[disabled]:hover,
  .btn-warning[disabled]:focus,
  .btn-warning[disabled].focus,
  .btn-warning[disabled]:active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus,
  .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover,
    .btn-danger:active:focus,
    .btn-danger:active.focus,
    .btn-danger.active:hover,
    .btn-danger.active:focus,
    .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled,
  .btn-danger.disabled:hover,
  .btn-danger.disabled:focus,
  .btn-danger.disabled.focus,
  .btn-danger.disabled:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled],
  .btn-danger[disabled]:hover,
  .btn-danger[disabled]:focus,
  .btn-danger[disabled].focus,
  .btn-danger[disabled]:active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link,
  .btn-link:active,
  .btn-link.active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent; }
  .btn-link:hover,
  .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover,
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
.btn-block {
  display: block;
  width: 100%; }
.btn-block + .btn-block {
  margin-top: 5px; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }
.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }
.collapse {
  display: none; }
  .collapse.in {
    display: block; }
tr.collapse.in {
  display: table-row; }
tbody.collapse.in {
  display: table-row-group; }
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }
.dropup,
.dropdown {
  position: relative; }
.dropdown-toggle:focus {
  outline: 0; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }
.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }
.dropdown-menu-right {
  left: auto;
  right: 0; }
.dropdown-menu-left {
  left: 0;
  right: auto; }
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../sass/lib/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../sass/lib/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../sass/lib/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../sass/lib/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../sass/lib/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../sass/lib/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.glyphicon-asterisk:before {
  content: "\2a"; }
.glyphicon-plus:before {
  content: "\2b"; }
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }
.glyphicon-minus:before {
  content: "\2212"; }
.glyphicon-cloud:before {
  content: "\2601"; }
.glyphicon-envelope:before {
  content: "\2709"; }
.glyphicon-pencil:before {
  content: "\270f"; }
.glyphicon-glass:before {
  content: "\e001"; }
.glyphicon-music:before {
  content: "\e002"; }
.glyphicon-search:before {
  content: "\e003"; }
.glyphicon-heart:before {
  content: "\e005"; }
.glyphicon-star:before {
  content: "\e006"; }
.glyphicon-star-empty:before {
  content: "\e007"; }
.glyphicon-user:before {
  content: "\e008"; }
.glyphicon-film:before {
  content: "\e009"; }
.glyphicon-th-large:before {
  content: "\e010"; }
.glyphicon-th:before {
  content: "\e011"; }
.glyphicon-th-list:before {
  content: "\e012"; }
.glyphicon-ok:before {
  content: "\e013"; }
.glyphicon-remove:before {
  content: "\e014"; }
.glyphicon-zoom-in:before {
  content: "\e015"; }
.glyphicon-zoom-out:before {
  content: "\e016"; }
.glyphicon-off:before {
  content: "\e017"; }
.glyphicon-signal:before {
  content: "\e018"; }
.glyphicon-cog:before {
  content: "\e019"; }
.glyphicon-trash:before {
  content: "\e020"; }
.glyphicon-home:before {
  content: "\e021"; }
.glyphicon-file:before {
  content: "\e022"; }
.glyphicon-time:before {
  content: "\e023"; }
.glyphicon-road:before {
  content: "\e024"; }
.glyphicon-download-alt:before {
  content: "\e025"; }
.glyphicon-download:before {
  content: "\e026"; }
.glyphicon-upload:before {
  content: "\e027"; }
.glyphicon-inbox:before {
  content: "\e028"; }
.glyphicon-play-circle:before {
  content: "\e029"; }
.glyphicon-repeat:before {
  content: "\e030"; }
.glyphicon-refresh:before {
  content: "\e031"; }
.glyphicon-list-alt:before {
  content: "\e032"; }
.glyphicon-lock:before {
  content: "\e033"; }
.glyphicon-flag:before {
  content: "\e034"; }
.glyphicon-headphones:before {
  content: "\e035"; }
.glyphicon-volume-off:before {
  content: "\e036"; }
.glyphicon-volume-down:before {
  content: "\e037"; }
.glyphicon-volume-up:before {
  content: "\e038"; }
.glyphicon-qrcode:before {
  content: "\e039"; }
.glyphicon-barcode:before {
  content: "\e040"; }
.glyphicon-tag:before {
  content: "\e041"; }
.glyphicon-tags:before {
  content: "\e042"; }
.glyphicon-book:before {
  content: "\e043"; }
.glyphicon-bookmark:before {
  content: "\e044"; }
.glyphicon-print:before {
  content: "\e045"; }
.glyphicon-camera:before {
  content: "\e046"; }
.glyphicon-font:before {
  content: "\e047"; }
.glyphicon-bold:before {
  content: "\e048"; }
.glyphicon-italic:before {
  content: "\e049"; }
.glyphicon-text-height:before {
  content: "\e050"; }
.glyphicon-text-width:before {
  content: "\e051"; }
.glyphicon-align-left:before {
  content: "\e052"; }
.glyphicon-align-center:before {
  content: "\e053"; }
.glyphicon-align-right:before {
  content: "\e054"; }
.glyphicon-align-justify:before {
  content: "\e055"; }
.glyphicon-list:before {
  content: "\e056"; }
.glyphicon-indent-left:before {
  content: "\e057"; }
.glyphicon-indent-right:before {
  content: "\e058"; }
.glyphicon-facetime-video:before {
  content: "\e059"; }
.glyphicon-picture:before {
  content: "\e060"; }
.glyphicon-map-marker:before {
  content: "\e062"; }
.glyphicon-adjust:before {
  content: "\e063"; }
.glyphicon-tint:before {
  content: "\e064"; }
.glyphicon-edit:before {
  content: "\e065"; }
.glyphicon-share:before {
  content: "\e066"; }
.glyphicon-check:before {
  content: "\e067"; }
.glyphicon-move:before {
  content: "\e068"; }
.glyphicon-step-backward:before {
  content: "\e069"; }
.glyphicon-fast-backward:before {
  content: "\e070"; }
.glyphicon-backward:before {
  content: "\e071"; }
.glyphicon-play:before {
  content: "\e072"; }
.glyphicon-pause:before {
  content: "\e073"; }
.glyphicon-stop:before {
  content: "\e074"; }
.glyphicon-forward:before {
  content: "\e075"; }
.glyphicon-fast-forward:before {
  content: "\e076"; }
.glyphicon-step-forward:before {
  content: "\e077"; }
.glyphicon-eject:before {
  content: "\e078"; }
.glyphicon-chevron-left:before {
  content: "\e079"; }
.glyphicon-chevron-right:before {
  content: "\e080"; }
.glyphicon-plus-sign:before {
  content: "\e081"; }
.glyphicon-minus-sign:before {
  content: "\e082"; }
.glyphicon-remove-sign:before {
  content: "\e083"; }
.glyphicon-ok-sign:before {
  content: "\e084"; }
.glyphicon-question-sign:before {
  content: "\e085"; }
.glyphicon-info-sign:before {
  content: "\e086"; }
.glyphicon-screenshot:before {
  content: "\e087"; }
.glyphicon-remove-circle:before {
  content: "\e088"; }
.glyphicon-ok-circle:before {
  content: "\e089"; }
.glyphicon-ban-circle:before {
  content: "\e090"; }
.glyphicon-arrow-left:before {
  content: "\e091"; }
.glyphicon-arrow-right:before {
  content: "\e092"; }
.glyphicon-arrow-up:before {
  content: "\e093"; }
.glyphicon-arrow-down:before {
  content: "\e094"; }
.glyphicon-share-alt:before {
  content: "\e095"; }
.glyphicon-resize-full:before {
  content: "\e096"; }
.glyphicon-resize-small:before {
  content: "\e097"; }
.glyphicon-exclamation-sign:before {
  content: "\e101"; }
.glyphicon-gift:before {
  content: "\e102"; }
.glyphicon-leaf:before {
  content: "\e103"; }
.glyphicon-fire:before {
  content: "\e104"; }
.glyphicon-eye-open:before {
  content: "\e105"; }
.glyphicon-eye-close:before {
  content: "\e106"; }
.glyphicon-warning-sign:before {
  content: "\e107"; }
.glyphicon-plane:before {
  content: "\e108"; }
.glyphicon-calendar:before {
  content: "\e109"; }
.glyphicon-random:before {
  content: "\e110"; }
.glyphicon-comment:before {
  content: "\e111"; }
.glyphicon-magnet:before {
  content: "\e112"; }
.glyphicon-chevron-up:before {
  content: "\e113"; }
.glyphicon-chevron-down:before {
  content: "\e114"; }
.glyphicon-retweet:before {
  content: "\e115"; }
.glyphicon-shopping-cart:before {
  content: "\e116"; }
.glyphicon-folder-close:before {
  content: "\e117"; }
.glyphicon-folder-open:before {
  content: "\e118"; }
.glyphicon-resize-vertical:before {
  content: "\e119"; }
.glyphicon-resize-horizontal:before {
  content: "\e120"; }
.glyphicon-hdd:before {
  content: "\e121"; }
.glyphicon-bullhorn:before {
  content: "\e122"; }
.glyphicon-bell:before {
  content: "\e123"; }
.glyphicon-certificate:before {
  content: "\e124"; }
.glyphicon-thumbs-up:before {
  content: "\e125"; }
.glyphicon-thumbs-down:before {
  content: "\e126"; }
.glyphicon-hand-right:before {
  content: "\e127"; }
.glyphicon-hand-left:before {
  content: "\e128"; }
.glyphicon-hand-up:before {
  content: "\e129"; }
.glyphicon-hand-down:before {
  content: "\e130"; }
.glyphicon-circle-arrow-right:before {
  content: "\e131"; }
.glyphicon-circle-arrow-left:before {
  content: "\e132"; }
.glyphicon-circle-arrow-up:before {
  content: "\e133"; }
.glyphicon-circle-arrow-down:before {
  content: "\e134"; }
.glyphicon-globe:before {
  content: "\e135"; }
.glyphicon-wrench:before {
  content: "\e136"; }
.glyphicon-tasks:before {
  content: "\e137"; }
.glyphicon-filter:before {
  content: "\e138"; }
.glyphicon-briefcase:before {
  content: "\e139"; }
.glyphicon-fullscreen:before {
  content: "\e140"; }
.glyphicon-dashboard:before {
  content: "\e141"; }
.glyphicon-paperclip:before {
  content: "\e142"; }
.glyphicon-heart-empty:before {
  content: "\e143"; }
.glyphicon-link:before {
  content: "\e144"; }
.glyphicon-phone:before {
  content: "\e145"; }
.glyphicon-pushpin:before {
  content: "\e146"; }
.glyphicon-usd:before {
  content: "\e148"; }
.glyphicon-gbp:before {
  content: "\e149"; }
.glyphicon-sort:before {
  content: "\e150"; }
.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }
.glyphicon-sort-by-order:before {
  content: "\e153"; }
.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }
.glyphicon-sort-by-attributes:before {
  content: "\e155"; }
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }
.glyphicon-unchecked:before {
  content: "\e157"; }
.glyphicon-expand:before {
  content: "\e158"; }
.glyphicon-collapse-down:before {
  content: "\e159"; }
.glyphicon-collapse-up:before {
  content: "\e160"; }
.glyphicon-log-in:before {
  content: "\e161"; }
.glyphicon-flash:before {
  content: "\e162"; }
.glyphicon-log-out:before {
  content: "\e163"; }
.glyphicon-new-window:before {
  content: "\e164"; }
.glyphicon-record:before {
  content: "\e165"; }
.glyphicon-save:before {
  content: "\e166"; }
.glyphicon-open:before {
  content: "\e167"; }
.glyphicon-saved:before {
  content: "\e168"; }
.glyphicon-import:before {
  content: "\e169"; }
.glyphicon-export:before {
  content: "\e170"; }
.glyphicon-send:before {
  content: "\e171"; }
.glyphicon-floppy-disk:before {
  content: "\e172"; }
.glyphicon-floppy-saved:before {
  content: "\e173"; }
.glyphicon-floppy-remove:before {
  content: "\e174"; }
.glyphicon-floppy-save:before {
  content: "\e175"; }
.glyphicon-floppy-open:before {
  content: "\e176"; }
.glyphicon-credit-card:before {
  content: "\e177"; }
.glyphicon-transfer:before {
  content: "\e178"; }
.glyphicon-cutlery:before {
  content: "\e179"; }
.glyphicon-header:before {
  content: "\e180"; }
.glyphicon-compressed:before {
  content: "\e181"; }
.glyphicon-earphone:before {
  content: "\e182"; }
.glyphicon-phone-alt:before {
  content: "\e183"; }
.glyphicon-tower:before {
  content: "\e184"; }
.glyphicon-stats:before {
  content: "\e185"; }
.glyphicon-sd-video:before {
  content: "\e186"; }
.glyphicon-hd-video:before {
  content: "\e187"; }
.glyphicon-subtitles:before {
  content: "\e188"; }
.glyphicon-sound-stereo:before {
  content: "\e189"; }
.glyphicon-sound-dolby:before {
  content: "\e190"; }
.glyphicon-sound-5-1:before {
  content: "\e191"; }
.glyphicon-sound-6-1:before {
  content: "\e192"; }
.glyphicon-sound-7-1:before {
  content: "\e193"; }
.glyphicon-copyright-mark:before {
  content: "\e194"; }
.glyphicon-registration-mark:before {
  content: "\e195"; }
.glyphicon-cloud-download:before {
  content: "\e197"; }
.glyphicon-cloud-upload:before {
  content: "\e198"; }
.glyphicon-tree-conifer:before {
  content: "\e199"; }
.glyphicon-tree-deciduous:before {
  content: "\e200"; }
.glyphicon-cd:before {
  content: "\e201"; }
.glyphicon-save-file:before {
  content: "\e202"; }
.glyphicon-open-file:before {
  content: "\e203"; }
.glyphicon-level-up:before {
  content: "\e204"; }
.glyphicon-copy:before {
  content: "\e205"; }
.glyphicon-paste:before {
  content: "\e206"; }
.glyphicon-alert:before {
  content: "\e209"; }
.glyphicon-equalizer:before {
  content: "\e210"; }
.glyphicon-king:before {
  content: "\e211"; }
.glyphicon-queen:before {
  content: "\e212"; }
.glyphicon-pawn:before {
  content: "\e213"; }
.glyphicon-bishop:before {
  content: "\e214"; }
.glyphicon-knight:before {
  content: "\e215"; }
.glyphicon-baby-formula:before {
  content: "\e216"; }
.glyphicon-tent:before {
  content: "\26fa"; }
.glyphicon-blackboard:before {
  content: "\e218"; }
.glyphicon-bed:before {
  content: "\e219"; }
.glyphicon-apple:before {
  content: "\f8ff"; }
.glyphicon-erase:before {
  content: "\e221"; }
.glyphicon-hourglass:before {
  content: "\231b"; }
.glyphicon-lamp:before {
  content: "\e223"; }
.glyphicon-duplicate:before {
  content: "\e224"; }
.glyphicon-piggy-bank:before {
  content: "\e225"; }
.glyphicon-scissors:before {
  content: "\e226"; }
.glyphicon-bitcoin:before {
  content: "\e227"; }
.glyphicon-btc:before {
  content: "\e227"; }
.glyphicon-xbt:before {
  content: "\e227"; }
.glyphicon-yen:before {
  content: "\00a5"; }
.glyphicon-jpy:before {
  content: "\00a5"; }
.glyphicon-ruble:before {
  content: "\20bd"; }
.glyphicon-rub:before {
  content: "\20bd"; }
.glyphicon-scale:before {
  content: "\e230"; }
.glyphicon-ice-lolly:before {
  content: "\e231"; }
.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }
.glyphicon-education:before {
  content: "\e233"; }
.glyphicon-option-horizontal:before {
  content: "\e234"; }
.glyphicon-option-vertical:before {
  content: "\e235"; }
.glyphicon-menu-hamburger:before {
  content: "\e236"; }
.glyphicon-modal-window:before {
  content: "\e237"; }
.glyphicon-oil:before {
  content: "\e238"; }
.glyphicon-grain:before {
  content: "\e239"; }
.glyphicon-sunglasses:before {
  content: "\e240"; }
.glyphicon-text-size:before {
  content: "\e241"; }
.glyphicon-text-color:before {
  content: "\e242"; }
.glyphicon-text-background:before {
  content: "\e243"; }
.glyphicon-object-align-top:before {
  content: "\e244"; }
.glyphicon-object-align-bottom:before {
  content: "\e245"; }
.glyphicon-object-align-horizontal:before {
  content: "\e246"; }
.glyphicon-object-align-left:before {
  content: "\e247"; }
.glyphicon-object-align-vertical:before {
  content: "\e248"; }
.glyphicon-object-align-right:before {
  content: "\e249"; }
.glyphicon-triangle-right:before {
  content: "\e250"; }
.glyphicon-triangle-left:before {
  content: "\e251"; }
.glyphicon-triangle-bottom:before {
  content: "\e252"; }
.glyphicon-triangle-top:before {
  content: "\e253"; }
.glyphicon-console:before {
  content: "\e254"; }
.glyphicon-superscript:before {
  content: "\e255"; }
.glyphicon-subscript:before {
  content: "\e256"; }
.glyphicon-menu-left:before {
  content: "\e257"; }
.glyphicon-menu-right:before {
  content: "\e258"; }
.glyphicon-menu-down:before {
  content: "\e259"; }
.glyphicon-menu-up:before {
  content: "\e260"; }
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
.input-group-addon:first-child {
  border-right: 0; }
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.input-group-addon:last-child {
  border-left: 0; }
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover,
    .input-group-btn > .btn:focus,
    .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover,
  a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }
button.list-group-item {
  width: 100%;
  text-align: left; }
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover,
  a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover,
  a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover,
  a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover,
  a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }
.modal-open {
  overflow: hidden; }
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.75;
    filter: alpha(opacity=75); }
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }
.modal-header .close {
  margin-top: -2px; }
.modal-title {
  margin: 0;
  line-height: 1.42857; }
.modal-body {
  position: relative;
  padding: 15px; }
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before,
  .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }
.clearfix:after,
.media:after {
  content: "";
  display: table;
  clear: both; }
.align-left {
  text-align: left; }
.align-center {
  text-align: center; }
.align-right {
  text-align: right; }
.justify {
  text-align: justify; }
.float-left {
  float: left; }
.float-center {
  float: none;
  margin-left: auto;
  margin-right: auto; }
.float-right {
  float: right; }
.no-space {
  margin: 0;
  padding: 0; }
.space {
  margin: 1.5rem; }
.space-top {
  margin-top: 1.5rem; }
.space-right {
  margin-right: 1.5rem; }
.space-btm {
  margin-bottom: 1.5rem; }
.space-left {
  margin-left: 1.5rem; }
.bg-primary {
  background-color: #007BC3; }
.bg-secondary {
  background-color: #16f4d0; }
.bg-tertiary {
  background-color: #fcee21; }
.bg-grey {
  background-color: #a1acb5; }
.bg-grey-light {
  background-color: #ccc; }
.bg-grey-dark {
  background-color: #333; }
.bg-white {
  background-color: #fff; }
.text-primary {
  color: #007BC3; }
.text-secondary {
  color: #16f4d0; }
.text-tertiary {
  color: #fcee21; }
.text-grey {
  color: #a1acb5; }
.text-grey-light {
  color: #ccc; }
.text-white {
  color: #fff; }
.img-center {
  display: block;
  margin: 0 auto 1.5rem auto; }
.is-uppercase {
  text-transform: uppercase; }
.hide {
  display: none;
  visibility: hidden; }
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove default margin.
 */
body {
  margin: 0; }
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.5em; }
sub {
  bottom: -0.25em; }
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }
td,
th {
  padding: 0; }
/*@mixin box-sizing($box) {
  @include prefixer(box-sizing, $box, webkit moz spec);
  @warn "The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.";
}*/
@-ms-viewport {
  width: device-width;
  zoom: 1.0; }
@viewport {
  width: device-width;
  zoom: 1.0; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
article, aside, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, section, summary {
  display: block; }
*,
*:before,
*:after {
  box-sizing: border-box; }
html,
body {
  height: 100%; }
html {
  background: #fff;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }
audio:not([controls]) {
  display: none;
  height: 0; }
body {
  line-height: 1.5; }
ol, ul {
  list-style: none; }
a {
  background-color: transparent; }
a:focus {
  outline: thin dotted; }
a:active,
a:hover {
  outline: 0; }
blockquote, q {
  quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
iframe,
object,
embed {
  max-width: 100%; }
img {
  -ms-interpolation-mode: bicubic; }
svg:not(:root) {
  overflow: hidden; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; }
input[type="search"] {
  box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  @page {
    margin: 0.5cm; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
body {
  background-color: #F0F0F0; }
*, *:hover, *::before, *::after {
  /*@include transition-default(all);*/ }
.table__wrapper .mCSB_container, .table__wrapper .mCSB_dragger {
  /*@include transition(all 0s);*/ }
a:active, a:hover {
  outline: 0; }
html {
  font-size: 16px; }
body {
  font-family: "Segoe UI", san-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #898989; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", sans-serif;
  font-weight: normal; }
h1,
.h1 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: .9375rem;
  margin-bottom: .75rem; }
  @media screen and (min-width: 48rem) {
    h1,
    .h1 {
      font-size: 2.5rem;
      margin-top: 1.25rem;
      margin-bottom: 1rem; } }
  @media screen and (min-width: 64rem) {
    h1,
    .h1 {
      font-size: 3.375rem;
      line-height: 1.3;
      margin-top: 1.625rem;
      margin-bottom: 1.375rem; } }
h2,
.h2 {
  font-size: 1.688rem;
  margin-top: .8125rem;
  margin-bottom: .6875rem; }
  @media screen and (min-width: 48rem) {
    h2,
    .h2 {
      font-size: 1.875rem;
      margin-top: .9375rem;
      margin-bottom: .75rem; } }
h3,
.h3 {
  font-size: 1.688rem;
  margin-top: .8125rem;
  margin-bottom: .6875rem; }
h4,
.h4 {
  font-size: 1.5rem;
  margin-top: .75rem;
  margin-bottom: .625rem; }
h5,
.h5 {
  font-size: 1.375rem;
  margin-top: .6875rem;
  margin-bottom: .5625rem; }
h6,
.h6 {
  font-size: 1.25rem;
  margin-top: .625rem;
  margin-bottom: .5rem; }
p {
  margin-bottom: 1.5rem; }
.font-primary {
  font-family: "Segoe UI", san-serif; }
.font-secondary {
  font-family: "Lato", sans-serif; }
.lead {
  font-size: 1.125rem; }
small,
.text-small,
blockquote cite {
  font-size: .75rem; }
.text-muted {
  color: #a1acb5; }
strong {
  font-weight: bold; }
em,
cite,
dfn,
var {
  font-style: italic; }
a {
  text-decoration: none;
  word-wrap: break-word;
  color: #898989; }
a:hover {
  text-decoration: none;
  color: #005c92; }
a img {
  border: none;
  background: none; }
a:hover img {
  border: none;
  background: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }
hr {
  margin: 1.5rem auto;
  border: 0;
  border-top: 0.0625rem solid #ccc;
  border-bottom: 0 solid #fff; }
sub,
sup {
  position: relative;
  margin-left: .25rem;
  font-size: 85%;
  font-weight: bold;
  line-height: 0;
  vertical-align: baseline; }
sup {
  top: -.5rem; }
sub {
  bottom: -.25rem; }
abbr[title] {
  border-bottom: 0.0625rem dotted #333; }
mark {
  background-color: yellow;
  color: #333;
  padding: .25rem; }
blockquote {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  border-left: 0.25rem solid #007BC3;
  font-family: "Lato", sans-serif; }
  blockquote p:last-of-type {
    margin-bottom: .25rem; }
  blockquote cite {
    font-style: italic; }
figure {
  margin-bottom: 1.5rem; }
figcaption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: "Lato", sans-serif;
  font-size: .875rem;
  text-align: center;
  border-bottom: 0.0625rem solid #ccc; }
::-moz-selection {
  color: #fff;
  background: #007BC3; }
::selection {
  color: #fff;
  background: #007BC3; }
*, *:before, *:after {
  box-sizing: border-box; }
.wrap {
  max-width: 134.375rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }
#header {
  background-color: #fff;
  height: 55px;
  box-shadow: 0 0 3px #B0B0B0;
  margin-bottom: 10px;
  /*position: fixed;
    width: 100%;
    z-index: 5;*/ }
  #header .section {
    width: 32.39437%;
    float: left;
    margin-right: 1.40845%; }
    #header .section:nth-child(3n + 1) span {
      top: 15px;
      left: 5px;
      position: relative; }
    #header .section:nth-child(2) {
      text-align: center; }
    #header .section:nth-child(3) {
      float: right;
      margin-right: 0;
      text-align: right; }
      #header .section:nth-child(3) span {
        top: 15px;
        right: 10px;
        position: relative; }
  #header a {
    text-decoration: none; }
  #header .nav-screen__logout {
    float: right;
    width: 29px;
    top: 13px;
    right: -2px;
    position: relative; }
  #header .nav-screen__back {
    text-align: left;
    top: 13px;
    position: relative;
    width: 29px;
    left: -2px; }
  #header h1 {
    color: #007BC3;
    font-size: 24px;
    font-weight: 400;
    margin-top: 11px;
    line-height: 0.4em; }
  #header h2 {
    font-size: 15px;
    font-family: "Segoe UI";
    line-height: 0px;
    margin-top: 0px; }
/*.logo {
    float: left;
    line-height: 2rem;
    font-size: 1.5rem;
}
nav {
    float: right;
    li {
        list-style: none;
        float: left;
        margin-left: 1em;
        line-height: 2rem;
    }
}*/
#content {
  /*padding-top: 65px;
    z-index: 1;
    position: relative;*/
  padding-top: 10px; }
  #content .wrap {
    background-color: #F0F0F0; }
a.list-group-item, button.list-group-item {
  /*@include form-control-focus(#ccc);*/
  /*outline: 5px auto -webkit-focus-ring-color;*/ }
  a.list-group-item:focus, button.list-group-item:focus {
    /*background-color: #fff;*/
    /*box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.67);*/
    /*outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;*/
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.content__fullwidth, .content__sidebar {
  /*padding: 10px 20px;*/ }
  .content__fullwidth .nav, .content__sidebar .nav {
    /*@include span(1);*/
    display: none; }
  .content__fullwidth .nav__search-sort, .content__sidebar .nav__search-sort {
    /*@include span(24);*/ }
  .content__fullwidth #footer, .content__sidebar #footer {
    width: 100%;
    float: right;
    margin-right: 0; }
  .content__fullwidth .table__wrapper, .content__sidebar .table__wrapper {
    /*direction: rtl;*/
    max-height: 420px;
    overflow: auto;
    margin: 15px 0 20px; }
#selectPatientCategories .modal-body {
  /*section:last-child {
            @include span(last);
        }*/ }
  #selectPatientCategories .modal-body section {
    width: 26.66667%;
    float: left;
    margin-left: 3.33333%;
    margin-right: 3.33333%; }
  #selectPatientCategories .modal-body hr {
    margin-top: 0; }
  #selectPatientCategories .modal-body a.list-group-item.active, #selectPatientCategories .modal-body button.list-group-item.active {
    background-color: #0089FF;
    background-color: #0089FF; }
.content__fullwidth .content {
  width: 100%;
  float: right;
  margin-right: 0; }
.content__fullwidth .sidebar {
  display: none; }
.content__sidebar .content {
  width: 66.19718%;
  float: left;
  margin-right: 1.40845%; }
.content__sidebar .sidebar {
  width: 32.39437%;
  float: right;
  margin-right: 0; }
.nav__alphabet-sort ul {
  margin: 0px 13px; }
  .nav__alphabet-sort ul li {
    list-style: none;
    line-height: 1.4em;
    font-size: 0.9em;
    font-weight: 600; }
  .nav__alphabet-sort ul li.active {
    font-size: 1.1em; }
  .nav__alphabet-sort ul li.active a {
    color: #007BC3;
    font-weight: 700; }
.section {
  width: 32.39437%;
  float: left;
  margin-right: 1.40845%; }
  .section:nth-child(3n) {
    float: right;
    margin-right: 0;
    text-align: right; }
.inline-button {
  display: table-cell;
  padding: 0px 15px; }
code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  font-weight: normal;
  font-size: .875rem;
  color: #333; }
pre {
  margin: 0 0 1.5rem 0;
  padding: 1rem;
  background-color: #e6e6e6;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  -moz-tab-size: 2;
       tab-size: 2; }
code {
  padding: .25rem;
  background-color: #e6e6e6; }
pre code {
  padding: 0;
  background-color: transparent; }
.embed-wrap {
  position: relative;
  margin: 1.5rem auto;
  padding: 1.875rem 0 56.25% 0;
  width: 100%;
  height: 0;
  overflow: hidden; }
  .embed-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.pager {
  margin-bottom: 1.5rem;
  font-family: "Lato", sans-serif;
  text-align: center; }
  .pager li {
    margin: 0 0.5rem 0.5rem 0;
    display: inline-block; }
    .pager li:last-child {
      margin-right: 0; }
    .pager li:hover {
      background-color: #d6d6d6; }
    .pager li a {
      display: inline-block;
      padding: 0.25rem 0.75rem; }
    .pager li.pager--current {
      background-color: #007BC3; }
      .pager li.pager--current a {
        color: #fff; }
table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 1.5rem;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0; }
  table th,
  table tfoot td {
    text-align: left;
    font-weight: 700;
    font-family: "Lato", sans-serif; }
  table th,
  table td {
    padding: .625rem;
    vertical-align: top; }
.table thead > tr {
  border-bottom: 0.0625rem solid #ccc; }
.table--stripes tbody > tr:nth-child(odd) > td {
  background-color: #e6e6e6; }
.table--border-rows tr {
  border-bottom: 0.0625rem solid #ccc; }
.table--border-cells th,
.table--border-cells td {
  border: 0.0625rem solid #ccc; }
.table--condensed thead > tr {
  border-bottom: 0.0625rem solid #ccc; }
.table--condensed th,
.table--condensed td {
  padding: .25rem; }
.table--responsive {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  -webkit-overflow-scrolling: touch; }
  .table--responsive table {
    margin-bottom: .5rem; }
table {
  direction: ltr;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: 0px;
  /* correct offset on first border spacing if desired */
  /* TableSorter jQuery Plugin Style */ }
  table th {
    border: solid 1px #ddd;
    border-style: solid none;
    padding: 10px;
    background-color: #e1e1e1; }
  table th.sort-key::after {
    position: relative;
    top: 2px;
    left: 10px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #454545; }
  table th.sort-key.asc::after {
    content: "\e093";
    top: 3px;
    /*left: 20px;*/
    /*float: right;*/
    /*background-image: none;*/ }
  table th.sort-key.desc::after {
    content: "\e094";
    top: 3px;
    /*left: 20px;*/
    /*float: right;*/
    /*background-image: none;*/ }
  table td {
    border: solid 1px #ddd;
    min-width: 90px;
    border-style: solid none;
    padding: 15px;
    background-color: #FFF;
    transition: all 0.5s ease-in-out; }
  table td:first-child,
  table th:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #007BC3;
    font-weight: 600; }
  table td:first-child {
    font-size: 1.2em; }
  table td:last-child,
  table th:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
  table .alphabet-label td {
    background-color: #F0F0F0;
    border: 0px;
    padding: 0 0 0 10px;
    font-weight: 700;
    color: #898989;
    cursor: default; }
  table tr {
    cursor: pointer; }
    table tr a {
      color: #007BC3; }
    table tr .table-row__expanded-content {
      display: block;
      color: #898989;
      font-weight: 400;
      font-size: 16px;
      margin-top: 10px;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease-in-out; }
    table tr[data-state=enabled] {
      opacity: 1;
      transition: all 0.5s ease-in-out; }
    table tr[data-state=disabled] {
      opacity: 0.3;
      transition: all 0.5s ease-in-out; }
    table tr[data-display=collapsed] .table-row__expanded-content {
      visibility: hidden;
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: all 0.5s ease-in-out; }
    table tr[data-display=expanded] .table-row__expanded-content {
      visibility: visible;
      opacity: 1;
      max-height: 200px;
      transition: all 0.5s ease-in-out; }
    table tr[data-display=expanded] td:first-child {
      border-left: 8px solid;
      padding-right: 0px;
      transition: padding-right 0s, border-left 0.5s ease-in-out; }
    table tr[data-display=expanded] data-key {
      font-weight: 600; }
    table tr[data-display=expanded] td {
      background-color: #fff;
      transition: all 0.5s ease-in-out; }
  table.tablesorter thead .header {
    /*background-image: url(/js/lib/tablesorter/themes/blue/bg.gif);*/
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer; }
  table.tablesorter thead .headerSortUp {
    /*background-image: url(/js/lib/tablesorter/themes/blue/asc.gif);*/
    /*background-image: none;*/ }
  table.tablesorter thead .headerSortDown {
    /*background-image: url(/js/lib/tablesorter/themes/blue/desc.gif);*/
    /*background-image: none;*/ }
.media {
  display: block;
  margin-bottom: 1.5rem; }
.media__item {
  float: left;
  margin: 0 1.5rem 1.5rem 0; }
.media__item--reversed {
  float: right;
  margin-left: 1.5rem; }
.media__item img,
.media__item--reversed img {
  display: block; }
.media__body {
  overflow: hidden; }
  .media__body:last-child {
    margin-bottom: 0; }
.flag {
  display: table;
  width: 100%;
  margin-bottom: 1.5rem; }
.flag__item,
.flag__body {
  display: table-cell;
  vertical-align: middle; }
  .flag--top .flag__item,
  .flag--top .flag__body {
    vertical-align: top; }
  .flag--bottom .flag__item,
  .flag--bottom .flag__body {
    vertical-align: bottom; }
.flag__item {
  padding-right: 1.5rem; }
  .flag__item > img {
    display: block;
    max-width: none; }
  .flag--reversed .flag__item {
    padding-right: 0;
    padding-left: 1.5rem; }
.flag__body {
  width: 100%; }
  .flag__body p:last-of-type {
    margin-bottom: 0; }
 
    var listGroup = document.querySelectorAll('#selectPatientCategories .list-group');
    //console.log(listGroup);
    var cats = document.querySelectorAll('a.list-group-item');
    //console.log(cats);
    var counter = 1;
    // For each category list item
    var catIndex = 0, catLength = cats.length;
    for (; catIndex < catLength; catIndex++) {
        var thiscat = cats[catIndex];
        //console.log(listGroupIndex);
        // Click function on list item
        thiscat.addEventListener('click', function () {
            //console.log(thisListGroup);
            //Get the parent .list-group
            thisListGroup = this.parentElement;
            thisListGroupCats = thisListGroup.querySelectorAll('a.list-group-item');
            //console.log(thisListGroupCats);
            // For each category .list-group-item within this listGroup
            var listGroupIndex = 0, listGroupCatsLength = thisListGroupCats.length;
            for (; listGroupIndex < listGroupCatsLength; listGroupIndex++) {
                // Focus on just this .list-group being iterated
                rmThisCat = thisListGroupCats[listGroupIndex];
                rmThisCat.classList.remove('active');
            }
            // Activate the clicked .list-group-item
            this.classList.add('active');
            // Activate the next list group
            nextListGroup = listGroup[counter];
            nextListGroup.setAttribute('data-state', 'enabled');
            nextListGroupCats = nextListGroup.querySelectorAll('a.list-group-item');
            nextCatIndex = 0;
            console.log(nextListGroupCats);
            for (; nextCatIndex < nextListGroupCats.length; nextCatIndex++) {
                var nextCat = nextListGroupCats[nextCatIndex];
                nextCat.classList.remove('disabled');
            }
            // increment the counter
            counter++;
        }); // End click function
    }
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
IAMtheIAMpro
0viewers