/* line 10, app/assets/stylesheets/web.sass */
header, html body .intro {
  background: -webkit-linear-gradient(top, rgba(4, 4, 4, 0.81), #4fa0ca);
  background: -o-linear-gradient(bottom, rgba(4, 4, 4, 0.81), #4fa0ca);
  background: -moz-linear-gradient(bottom, rgba(4, 4, 4, 0.81), #4fa0ca);
  background: linear-gradient(to bottom, rgba(4, 4, 4, 0.81), #1d6e98);
}

/* line 10, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 26, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 37, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 44, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 50, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 54, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 69, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
sup {
  top: -0.5em;
}

/* line 72, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 79, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 108, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 113, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 118, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 125, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 135, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 139, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 143, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 155, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 162, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 167, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 171, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 176, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 182, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 188, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
  thead {
    display: table-header-group;
  }
  /* line 192, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 197, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 205, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 212, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 10, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
form {
  margin: 0 0 20px;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 21, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 33, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend small {
  font-size: 15px;
  color: #999;
}

/* line 40, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 47, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 55, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 64, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 94, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea {
  height: auto;
}

/* line 104, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

/* line 126, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.8);
}

/* line 135, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 144, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 155, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

/* line 163, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* line 170, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 176, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 188, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 198, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 204, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 83, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

/* line 86, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

/* line 89, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

/* line 224, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 229, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 236, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 243, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 250, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 261, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 262, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-small {
  width: 90px;
}

/* line 263, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-medium {
  width: 150px;
}

/* line 264, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-large {
  width: 210px;
}

/* line 265, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-xlarge {
  width: 270px;
}

/* line 266, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-xxlarge {
  width: 530px;
}

/* line 269, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 282, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 669, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 676, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 304, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls-row {
  *zoom: 1;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row:after {
  clear: both;
}

/* line 309, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 315, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 327, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 337, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 162, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 175, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 180, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

/* line 186, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 162, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 175, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 180, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* line 186, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 162, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 175, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 180, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

/* line 186, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 162, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 175, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 180, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

/* line 186, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 369, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 374, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 385, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-actions:after {
  clear: both;
}

/* line 399, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 404, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 409, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 422, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

/* line 431, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}

/* line 439, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 448, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 452, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* line 466, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 472, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 479, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 483, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 491, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 495, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 499, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 504, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 513, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 517, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 521, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 526, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 531, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 542, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
/* line 552, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 556, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 559, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 562, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 565, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 581, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 594, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 598, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 605, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 612, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 621, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 632, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 637, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 652, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 659, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 666, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 671, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 681, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

/* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 7, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 11, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 15, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 34, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 41, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 64, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 70, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 75, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

/* line 88, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 99, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 111, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 117, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.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: default;
}

/* line 128, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open {
  *z-index: 1000;
}

/* line 133, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 140, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 151, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 163, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}

/* line 169, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 178, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 182, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* line 189, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 194, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 203, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 216, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* line 221, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 227, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 237, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 244, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 9, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

/* line 18, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 29, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 39, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker > div {
  display: none;
}

/* line 42, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker table {
  width: 100%;
  margin: 0;
  font-size: 90%;
}

/* line 47, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}

/* line 53, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 57, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td.day.disabled {
  color: #eee;
}

/* line 60, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}

/* line 64, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td.today {
  background-color: #dddddd;
  font-weight: bold;
}

/* line 68, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #0088cc;
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 75, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active.active:hover,
.datepicker td.active.disabled,
.datepicker td.active.disabled:hover,
.datepicker td.active[disabled],
.datepicker td.active[disabled]:hover {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 90, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active.active:hover {
  background-color: #005580;
}

/* line 96, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}

/* line 105, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td span:hover {
  background: #eeeeee;
}

/* line 108, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td span.active {
  color: #ffffff;
  background-color: #0088cc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 113, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 122, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #005580;
}

/* line 126, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td span.old {
  color: #999999;
}

/* line 129, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker th.switch {
  width: 145px;
}

/* line 132, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}

/* line 136, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker thead tr:first-child th {
  cursor: pointer;
}

/* line 139, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 142, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 9, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.clearfix {
  *zoom: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 19, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.clearfix:after {
  clear: both;
}

/* line 23, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 31, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 40, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 3000;
}

/* line 49, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 61, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 72, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 77, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 82, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}

/* line 87, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget > ul > li {
  background-color: transparent;
}

/* line 89, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget > ul > li:hover {
  background-color: transparent;
}

/* line 94, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}

/* line 106, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}

/* line 110, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 114, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 119, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
}

/* line 125, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 130, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
  color: #999;
}

/* line 134, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
  color: #ffffff;
  background-color: #0088cc;
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 141, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td.active:hover:hover, .bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active.active:hover, .bootstrap-datetimepicker-widget td.active.disabled, .bootstrap-datetimepicker-widget td.active.disabled:hover, .bootstrap-datetimepicker-widget td.active[disabled], .bootstrap-datetimepicker-widget td.active[disabled]:hover {
  color: #fff;
  background-color: #0088cc;
}

/* line 146, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active.active:hover {
  background-color: #005580;
}

/* line 150, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}

/* line 156, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 169, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span:hover {
  background-color: #eeeeee;
}

/* line 173, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch:hover {
  background-color: #eeeeee;
}

/* line 177, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span.active {
  color: #ffffff;
  background-color: #0088cc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 183, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span.active:hover, .bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active, .bootstrap-datetimepicker-widget td span.active.disabled, .bootstrap-datetimepicker-widget td span.active[disabled] {
  color: #fff;
  background-color: #0088cc;
}

/* line 188, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active {
  background-color: #005580;
}

/* line 192, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span.old {
  color: #999;
}

/* line 196, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}

/* line 202, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}

/* line 206, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}

/* line 210, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}

/* line 216, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}

/* line 220, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 224, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 231, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}

/* line 236, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}

/*!
* Colorpicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
/* line 9, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(/assets/veviutils-inputs/saturation-cd78d9f1f95a9a2cc825b4155723ddf1011e093bd3bd09d30ff7f41604b6f7f8.png);
  cursor: crosshair;
  float: left;
}

/* line 16, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

/* line 29, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 38, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-hue, .colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

/* line 46, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-hue i, .colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

/* line 57, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-hue {
  background-image: url(/assets/veviutils-inputs/hue-fbb3734647e97382f15bed3b8343b86cf79f80f952a8a83afe2b591bfe705de9.png);
}

/* line 60, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-alpha {
  background-image: url(/assets/veviutils-inputs/alpha-957a71f62e8990e1641f44f69f8a906974ca00b9ddd3d17e4abaf159a66e377b.png);
  display: none;
}

/* line 64, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px !important;
  min-width: 120px;
  margin-top: 1px;
}

/* line 72, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker:before, .colorpicker:after {
  display: table;
  content: "";
}

/* line 76, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker:after {
  clear: both;
}

/* line 79, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 90, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker div {
  position: relative;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker.alpha {
  min-width: 140px;
}

/* line 106, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}

/* line 109, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(/assets/veviutils-inputs/alpha-957a71f62e8990e1641f44f69f8a906974ca00b9ddd3d17e4abaf159a66e377b.png);
  background-position: 0 100%;
}

/* line 116, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-color div {
  height: 10px;
}

/* line 119, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.input-append.color .add-on i, .input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 1, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-wrapper {
  overflow-y: auto;
  max-height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}

/* line 15, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

/* line 19, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

/* line 24, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 30, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

/* line 38, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #333;
  list-style: none;
  margin: 0;
}

/* line 47, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

/* line 51, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #0088cc;
  color: #fff;
}

/* line 58, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

/* line 63, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

/* line 70, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 4, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.
      More Info : http://www.quirksmode.org/css/box.html
    */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 25, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 26px;
  color: #333;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  /*
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, $$veviutils-select-background));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
    */
}

/* line 58, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ccc;
}

/* line 74, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 78, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

/* line 90, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 95, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/assets/veviutils-inputs/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat right top;
  cursor: pointer;
  outline: 0;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 116, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 121, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 139, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-top: 0;
}

/* line 157, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 0;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 173, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 177, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #ccc;
  width: auto;
}

/* line 182, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  background-clip: padding-box;
  background: #eee;
}

/* line 202, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container .select2-choice .select2-arrow:hover {
  background-color: #dddddd;
}

/* line 207, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #ccc;
}

/* line 216, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/veviutils-inputs/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 0 1px;
}

/* line 223, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 227, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 240, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 0;
}

/* line 264, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
}

/* line 274, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-search input.select2-active {
  background: #fff url(/assets/veviutils-inputs/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%;
}

/* line 282, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
}

/* line 291, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
}

/* line 307, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
}

/* line 319, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 324, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 328, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 332, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 336, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
/* line 348, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 358, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 363, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 368, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 374, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 378, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 392, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 393, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 394, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 395, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 396, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 397, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 398, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 400, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-highlighted {
  background: #3271d4;
  color: #fff;
}

/* line 405, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 410, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 414, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #333;
}

/* line 419, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 431, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 437, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: none;
  cursor: default;
}

/* line 443, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 447, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/veviutils-inputs/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%;
}

/* line 451, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 455, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 462, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 469, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 475, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 482, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}

/* line 500, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 504, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 508, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 512, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
}

/* line 519, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 523, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 527, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 533, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  background: transparent !important;
}

/* line 547, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/assets/veviutils-inputs/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100% !important;
}

/* line 551, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 555, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #ccc;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}

/* line 585, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 590, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #dbdbdb;
}

/* line 597, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/assets/veviutils-inputs/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) right top no-repeat;
}

/* line 609, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 614, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 618, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 623, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 626, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 631, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ccc;
  cursor: default;
}

/* line 638, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ccc;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 645, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 651, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 656, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 670, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-display-none {
  display: none;
}

/* line 674, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
  .select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
    background-image: url(/assets/veviutils-inputs/select2x2-e682f64b4fa50a0bd189766a50cd778db4e8529b30302af6305c7df1e40bf442.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 695, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/* line 1, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/date_input.scss */
.bootstrap-timepicker {
  position: relative;
  overflow: visible;
}

/* line 5, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/date_input.scss */
.bootstrap-timepicker > input {
  width: 50px;
}

/* line 7, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/date_input.scss */
.bootstrap-timepicker > input.invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 10, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/date_input.scss */
.bootstrap-timepicker > input.invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 19, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/date_input.scss */
.bootstrap-timepicker span.add-on, .bootstrap-datepicker span.add-on {
  cursor: pointer;
}

/* line 2, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/forms.scss */
.form-tabs {
  margin-bottom: 5px;
}

/* line 6, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/forms.scss */
.form-tabs a i {
  display: none;
}

/* line 9, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/forms.scss */
.form-tabs a.error {
  color: #b94a48;
}

/* line 11, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/forms.scss */
.form-tabs a.error i {
  display: inline-block;
  margin-right: 2px;
}

/* line 2, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/select.scss */
.select-colored {
  color: white;
  border: 1px solid white;
  padding: 0px 5px !important;
}

/* line 9, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/select.scss */
.select-icon {
  display: inline-block;
  border: 1px solid white;
  padding: 1px;
  margin-right: 2px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
  background-color: #5897fb;
}

/* line 19, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/select.scss */
.select-icon img {
  width: 100%;
  vertical-align: middle;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/assets/open-sans/OpenSans-Light-webfont-f4192962bc255acb914b9027ae817683725664a82ff7012fdfb9341877639416.eot);
  src: url(/assets/open-sans/OpenSans-Light-webfont-f4192962bc255acb914b9027ae817683725664a82ff7012fdfb9341877639416.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans/OpenSans-Light-webfont-43adc7e6213dedd89e703e73d28e0cb3283dcfa3b15b1ff87ab9b7b4f4d8678f.woff) format("woff"), url(/assets/open-sans/OpenSans-Light-webfont-7522453e39a3a09ea940500d343fe6d5a973d0bf662ca094b211849feabc1c60.ttf) format("truetype"), url(/assets/open-sans/OpenSans-Light-webfont-1017c6d02f9b72de8af798b096ddda4db6ce9fdd5f7ab066e8f0f836513f7630.svg#OpenSansLight) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/assets/open-sans/OpenSans-LightItalic-webfont-7a29ae9738f01ba6c7e948802874942c67985392ecfc6c4cf4bd383d23b23097.eot);
  src: url(/assets/open-sans/OpenSans-LightItalic-webfont-7a29ae9738f01ba6c7e948802874942c67985392ecfc6c4cf4bd383d23b23097.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans/OpenSans-LightItalic-webfont-fe7902a68b950b70c122faa2cbe94f7a7c78494c90aa8060ff22b538e7fd8d25.woff) format("woff"), url(/assets/open-sans/OpenSans-LightItalic-webfont-329bda803bb3c377e458a697f746f561559ad6fd05d0a194841dcc62bf5b68ef.ttf) format("truetype"), url(/assets/open-sans/OpenSans-LightItalic-webfont-325c3aad287f5ec53efc86893e5543514b237e9ea1162de253a0d3824738ad96.svg#OpenSansLightItalic) format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/assets/open-sans/OpenSans-Bold-webfont-86246378fa31732794d8e78e4ef1df4fdaa6e5c25c6dcc3aa8f4cd2372b4c321.eot);
  src: url(/assets/open-sans/OpenSans-Bold-webfont-86246378fa31732794d8e78e4ef1df4fdaa6e5c25c6dcc3aa8f4cd2372b4c321.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans/OpenSans-Bold-webfont-9063208012d45b40e095d90eb8d0c4a3377a5e1490546f226cf62e3ed41a15a1.woff) format("woff"), url(/assets/open-sans/OpenSans-Bold-webfont-786469780707ff3c0732885fa0df7f9088634d29760fa2f7105f31522a981f78.ttf) format("truetype"), url(/assets/open-sans/OpenSans-Bold-webfont-2338873f330561a77baf39187883fd6c5c1586fd24d146fcae702225258dbe7b.svg#OpenSansBold) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/assets/open-sans/OpenSans-BoldItalic-webfont-88e29414828a86b6ee40a87c07664080059d8fa8a9477060007843d867f9a955.eot);
  src: url(/assets/open-sans/OpenSans-BoldItalic-webfont-88e29414828a86b6ee40a87c07664080059d8fa8a9477060007843d867f9a955.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans/OpenSans-BoldItalic-webfont-b3dd3429d9bd0615890ba35da5cc1bc0e1e61ac59cd64a38acd8990e52928a54.woff) format("woff"), url(/assets/open-sans/OpenSans-BoldItalic-webfont-c7cd37e677ff185932a808b4e385a9a596518af50dc4f55298118f197ee83076.ttf) format("truetype"), url(/assets/open-sans/OpenSans-BoldItalic-webfont-1310db37b9c35495bd783826770ca3e149f00a2dc3cf783271b7e4f51428bd17.svg#OpenSansBoldItalic) format("svg");
  font-weight: bold;
  font-style: italic;
}

/* line 1, app/assets/stylesheets/web/index.sass */
html {
  font-family: 'Open Sans';
}

/* line 3, app/assets/stylesheets/web/index.sass */
html body {
  box-sizing: border-box;
  color: white;
  margin: 0;
}

/* line 10, app/assets/stylesheets/web/index.sass */
html body div {
  padding: 10pt;
}

/* line 13, app/assets/stylesheets/web/index.sass */
html body > div {
  padding: 0;
}

/* line 15, app/assets/stylesheets/web/index.sass */
html body .intro {
  top: 0%;
  line-height: 2em;
  width: 100%;
  vertical-align: top;
  position: relative;
}

/* line 22, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza {
  margin: 0 12.5% 5% 12.5%;
  padding-top: 2%;
  *zoom: 1;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
html body .intro .cabeza:before, html body .intro .cabeza:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
html body .intro .cabeza:after {
  clear: both;
}

/* line 27, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza .logo {
  float: left;
  width: 15%;
  padding: 10pt 0;
}

/* line 32, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza .logo img {
  width: 100%;
}

/* line 37, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul {
  margin: 0;
  padding: 10pt 0;
  text-align: right;
}

/* line 43, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul a {
  text-decoration: none;
  font-size: 11pt;
  color: #4fa0ca;
  font-weight: 600;
}

/* line 48, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul a:hover {
  color: white;
}

/* line 50, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul a.tel {
  background-image: url(/assets/web/tel-9b5d21906b7ab7c4fab9ba6680b51f5e1d2611157a983dea36d2505c80982d83.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-bottom: 5px;
  height: 20px;
  background-position: 0 0;
}

/* line 58, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li {
  display: inline-block;
  margin-left: 3%;
}

/* line 62, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.idioma a {
  display: block;
}

/* line 64, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.idioma a:hover {
  color: white;
}

/* line 66, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.idioma ul {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  display: none;
  position: absolute;
}

/* line 74, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.idioma ul li {
  display: block;
  margin-left: 0;
  background-color: #4fa0ca;
  padding: 2px 8px;
}

/* line 80, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.idioma:hover ul {
  display: block;
}

/* line 83, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.idioma:hover ul li a {
  color: white;
}

/* line 85, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.idioma:hover ul li a:hover {
  color: #f0f0f0;
}

/* line 88, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.country-menu {
  position: relative;
}

/* line 90, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.country-menu > a {
  text-transform: uppercase;
}

/* line 92, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.country-menu img {
  height: 16px;
  margin-right: 2px;
}

/* line 95, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.country-menu ul {
  display: none;
}

/* line 97, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.country-menu ul li {
  display: block;
}

/* line 100, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.country-menu:hover ul {
  position: absolute;
  right: 0;
  display: block;
  max-height: 250px;
  min-width: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: white transparent;
  scrollbar-width: auto;
  background-color: #4fa0ca;
}

/* line 111, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.country-menu:hover ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* line 114, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.country-menu:hover ul::-webkit-scrollbar-track {
  background: transparent;
}

/* line 116, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.country-menu:hover ul::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: white;
  border-radius: 2px;
  border: 0;
}

/* line 121, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.country-menu:hover ul li {
  display: block;
  text-align: left;
}

/* line 124, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.country-menu:hover ul li a {
  display: block;
  color: white;
}

/* line 127, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.country-menu:hover ul li a:hover {
  color: black;
}

/* line 132, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.registro a {
  background-color: #4fa0ca;
  border: 2pt solid #4fa0ca;
  padding: 3pt;
  color: white;
}

/* line 139, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.registro:hover {
  background-color: white;
}

/* line 141, app/assets/stylesheets/web/index.sass */
html body .intro .cabeza ul li.registro:hover a {
  background-color: white;
  text-decoration: none;
  color: #4fa0ca;
}

/* line 146, app/assets/stylesheets/web/index.sass */
html body .intro > img {
  width: 40%;
  margin-left: 5%;
  vertical-align: top;
}

/* line 151, app/assets/stylesheets/web/index.sass */
html body .intro .texto {
  vertical-align: center;
  display: inline-block;
  width: 35%;
  margin-left: 12.5%;
}

/* line 157, app/assets/stylesheets/web/index.sass */
html body .intro .texto h1 {
  margin-top: 0%;
}

/* line 159, app/assets/stylesheets/web/index.sass */
html body .intro .texto p {
  font-size: 14pt;
  text-align: left;
  margin-bottom: 10%;
  margin-top: 5%;
}

/* line 166, app/assets/stylesheets/web/index.sass */
html body .intro .texto a.prueba {
  border-radius: 3pt;
  font-weight: 600;
  color: white;
  background-color: coral;
  border: 1pt solid white;
  padding: 10pt;
  text-decoration: none;
  margin-bottom: 10px;
}

/* line 176, app/assets/stylesheets/web/index.sass */
html body .intro .texto a.prueba:hover {
  background-color: white;
  text-decoration: none;
  color: #4fa0ca;
}

/* line 181, app/assets/stylesheets/web/index.sass */
html body .intro .texto .advertisement {
  position: absolute;
  right: 5px;
  bottom: 0;
}

/* line 186, app/assets/stylesheets/web/index.sass */
html body .intro .texto .advertisement h4 {
  font-size: 90%;
  text-align: center;
  margin-bottom: 0;
}

/* line 191, app/assets/stylesheets/web/index.sass */
html body .intro .texto .advertisement ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

/* line 196, app/assets/stylesheets/web/index.sass */
html body .intro .texto .advertisement ul li {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}

/* line 201, app/assets/stylesheets/web/index.sass */
html body .intro .vacio {
  margin-top: 5%;
}

/* line 204, app/assets/stylesheets/web/index.sass */
html body .iconos1 {
  color: #095a84;
  width: 100%;
  background: white;
}

/* line 210, app/assets/stylesheets/web/index.sass */
html body .iconos1 ul {
  width: 75%;
  margin-left: 12.5%;
  padding: 0;
}

/* line 214, app/assets/stylesheets/web/index.sass */
html body .iconos1 ul > li {
  width: 20%;
  margin-top: 5%;
  margin-bottom: 5%;
  vertical-align: top;
  display: inline-block;
  margin-left: 2.5%;
  margin-right: 2.5%;
  text-align: justify;
}

/* line 224, app/assets/stylesheets/web/index.sass */
html body .iconos1 ul > li h4 {
  text-align: center;
}

/* line 226, app/assets/stylesheets/web/index.sass */
html body .iconos1 ul > li p {
  text-align: center;
  line-height: 1.5em;
}

/* line 229, app/assets/stylesheets/web/index.sass */
html body .iconos1 ul > li img {
  margin-left: 40%;
  width: 25%;
  margin-bottom: 10%;
}

/* line 234, app/assets/stylesheets/web/index.sass */
html body .iconos2 {
  background: rgba(79, 160, 202, 0.3);
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding-top: 5%;
}

/* line 240, app/assets/stylesheets/web/index.sass */
html body .iconos2 h1 {
  text-align: center;
}

/* line 242, app/assets/stylesheets/web/index.sass */
html body .iconos2 h3 {
  text-align: center;
  margin-bottom: 3%;
}

/* line 246, app/assets/stylesheets/web/index.sass */
html body .iconos2 > ul {
  display: inline-block;
  margin-bottom: 5%;
}

/* line 249, app/assets/stylesheets/web/index.sass */
html body .iconos2 > ul > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

/* line 254, app/assets/stylesheets/web/index.sass */
html body .iconos2 > ul > li ul {
  width: 80%;
  margin-left: 13%;
  margin-right: 0;
}

/* line 258, app/assets/stylesheets/web/index.sass */
html body .iconos2 > ul > li ul > li {
  margin-bottom: 2%;
  vertical-align: top;
  display: block;
  margin-left: 5%;
}

/* line 264, app/assets/stylesheets/web/index.sass */
html body .iconos2 > ul > li ul > li div {
  padding: 0;
}

/* line 266, app/assets/stylesheets/web/index.sass */
html body .iconos2 > ul > li ul > li div h3 {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
}

/* line 270, app/assets/stylesheets/web/index.sass */
html body .iconos2 > ul > li ul > li div > img {
  margin-top: 2%;
  margin-right: 3%;
  width: 7%;
}

/* line 274, app/assets/stylesheets/web/index.sass */
html body .iconos2 > ul > li ul > li p {
  margin-top: 0;
  margin-left: 12%;
  line-height: 1.5em;
}

/* line 278, app/assets/stylesheets/web/index.sass */
html body .iconos2 > ul li.image {
  text-align: center;
  margin-right: 0;
  margin-top: 2%;
}

/* line 282, app/assets/stylesheets/web/index.sass */
html body .iconos2 > ul li.image > img {
  width: 70%;
  margin-left: 5%;
}

/* line 285, app/assets/stylesheets/web/index.sass */
html body .comprar {
  margin-top: 7.5%;
  text-align: center;
}

/* line 288, app/assets/stylesheets/web/index.sass */
html body .comprar a.comprar {
  font-size: 20pt;
  border-radius: 3pt;
  font-weight: 800;
  color: white;
  background-color: coral;
  border: 1pt solid white;
  padding: 10pt;
  padding-left: 10%;
  padding-right: 10%;
  text-decoration: none;
  margin-bottom: 10px;
}

/* line 302, app/assets/stylesheets/web/index.sass */
html body .comprar a.comprar:hover {
  border: 1pt solid #095a84;
  background-color: white;
  text-decoration: none;
  color: #4fa0ca;
}

/* line 307, app/assets/stylesheets/web/index.sass */
html body .iconos3 {
  padding-top: 5%;
  color: #095a84;
  width: 100%;
  background: white;
}

/* line 313, app/assets/stylesheets/web/index.sass */
html body .iconos3 h2 {
  text-align: center;
}

/* line 315, app/assets/stylesheets/web/index.sass */
html body .iconos3 h2.final {
  margin-bottom: 5%;
}

/* line 317, app/assets/stylesheets/web/index.sass */
html body .iconos3 h3 {
  text-align: center;
}

/* line 319, app/assets/stylesheets/web/index.sass */
html body .iconos3 ul {
  width: 75%;
  border-radius: 3pt;
  margin-left: 12.5%;
  margin-bottom: 5%;
  vertical-align: center;
  padding: 0;
  background: rgba(79, 160, 202, 0.3);
}

/* line 327, app/assets/stylesheets/web/index.sass */
html body .iconos3 ul > li {
  width: 28.3%;
  margin-top: 2.5%;
  vertical-align: top;
  display: inline-block;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

/* line 337, app/assets/stylesheets/web/index.sass */
html body .iconos3 ul > li div h4 {
  vertical-align: top;
  display: inline-block;
}

/* line 340, app/assets/stylesheets/web/index.sass */
html body .iconos3 ul > li div > img {
  margin-top: 5%;
  margin-right: 3%;
  width: 15%;
}

/* line 344, app/assets/stylesheets/web/index.sass */
html body .iconos3 ul > li div p {
  margin-top: 0;
  margin-left: 20%;
  line-height: 1.5em;
}

/* line 349, app/assets/stylesheets/web/index.sass */
html body .comprar2 {
  margin-bottom: 5%;
  text-align: center;
}

/* line 352, app/assets/stylesheets/web/index.sass */
html body .comprar2 a.comprar {
  font-size: 20pt;
  border-radius: 3pt;
  font-weight: 800;
  color: white;
  background-color: coral;
  border: 1pt solid white;
  padding: 10pt;
  padding-left: 10%;
  padding-right: 10%;
  text-decoration: none;
  margin-bottom: 10px;
}

/* line 366, app/assets/stylesheets/web/index.sass */
html body .comprar2 a.comprar:hover {
  border: 1pt solid #095a84;
  background-color: white;
  text-decoration: none;
  color: #4fa0ca;
}

/* line 371, app/assets/stylesheets/web/index.sass */
html body .frases {
  padding-top: 5%;
  padding-bottom: 5%;
  color: #095a84;
  width: 100%;
  background: rgba(79, 160, 202, 0.3);
}

/* line 378, app/assets/stylesheets/web/index.sass */
html body .frases h2 {
  text-align: center;
  width: 60%;
  padding-top: 10pt;
  padding-bottom: 20pt;
  margin-left: 20%;
  margin-bottom: 0%;
  border-top-left-radius: 3pt;
  border-top-right-radius: 3pt;
  border-bottom: 0;
}

/* line 388, app/assets/stylesheets/web/index.sass */
html body .frases ul {
  width: 60%;
  margin-left: 17.5%;
  margin-bottom: 0%;
  margin-top: 0%;
  border-radius: 3pt;
  padding: 2.5%;
  background: white;
}

/* line 396, app/assets/stylesheets/web/index.sass */
html body .frases ul > li {
  width: 40%;
  vertical-align: top;
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
}

/* line 404, app/assets/stylesheets/web/index.sass */
html body .frases ul > li h3 {
  vertical-align: top;
  display: inline-block;
}

/* line 407, app/assets/stylesheets/web/index.sass */
html body .frases ul > li p {
  margin-top: 0;
  line-height: 1.5em;
}

/* line 1, app/assets/stylesheets/web/header.sass */
header {
  border-bottom: 1pt solid rgba(79, 160, 202, 0.7);
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 85%;
  color: white;
  font-weight: bold;
  padding: 15pt 7.5% 15pt 7.5%;
  *zoom: 1;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
header:before, header:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
header:after {
  clear: both;
}

/* line 19, app/assets/stylesheets/web/header.sass */
header a {
  font-family: sans-serif;
  text-decoration: none;
  font-size: 11pt;
  color: #4fa0ca;
}

/* line 25, app/assets/stylesheets/web/header.sass */
header a.tel {
  background-image: url(/assets/web/tel-9b5d21906b7ab7c4fab9ba6680b51f5e1d2611157a983dea36d2505c80982d83.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-bottom: 5px;
  height: 20px;
  background-position: 0 0;
}

/* line 34, app/assets/stylesheets/web/header.sass */
header a:hover {
  color: white;
}

/* line 38, app/assets/stylesheets/web/header.sass */
header .logo {
  float: left;
  width: 15%;
  padding: 10pt 0;
}

/* line 43, app/assets/stylesheets/web/header.sass */
header .logo img {
  width: 100%;
}

/* line 48, app/assets/stylesheets/web/header.sass */
header ul {
  margin: 0;
  padding: 10pt 0;
  text-align: right;
}

/* line 53, app/assets/stylesheets/web/header.sass */
header ul li {
  display: inline-block;
  margin-left: 4%;
}

/* line 56, app/assets/stylesheets/web/header.sass */
header ul li.idioma {
  line-height: 2em;
  position: relative;
}

/* line 59, app/assets/stylesheets/web/header.sass */
header ul li.idioma a {
  display: block;
}

/* line 61, app/assets/stylesheets/web/header.sass */
header ul li.idioma a:hover {
  color: white;
}

/* line 63, app/assets/stylesheets/web/header.sass */
header ul li.idioma ul {
  width: 150%;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  display: none;
  top: 100%;
  left: 0;
  position: absolute;
}

/* line 72, app/assets/stylesheets/web/header.sass */
header ul li.idioma ul li {
  display: block;
  margin-left: 0;
  background-color: #4fa0ca;
  padding: 2px 8px;
}

/* line 79, app/assets/stylesheets/web/header.sass */
header ul li.idioma:hover ul {
  display: block;
}

/* line 82, app/assets/stylesheets/web/header.sass */
header ul li.idioma:hover ul li a {
  color: white;
}

/* line 84, app/assets/stylesheets/web/header.sass */
header ul li.idioma:hover ul li a:hover {
  color: #f0f0f0;
}

/* line 87, app/assets/stylesheets/web/header.sass */
header ul li.country-menu {
  position: relative;
}

/* line 89, app/assets/stylesheets/web/header.sass */
header ul li.country-menu > a {
  text-transform: uppercase;
}

/* line 91, app/assets/stylesheets/web/header.sass */
header ul li.country-menu img {
  height: 16px;
  margin-right: 2px;
}

/* line 94, app/assets/stylesheets/web/header.sass */
header ul li.country-menu ul {
  display: none;
}

/* line 96, app/assets/stylesheets/web/header.sass */
header ul li.country-menu ul li {
  display: block;
}

/* line 99, app/assets/stylesheets/web/header.sass */
header ul li.country-menu:hover ul {
  position: absolute;
  right: 0;
  display: block;
  max-height: 250px;
  min-width: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: white transparent;
  scrollbar-width: auto;
  background-color: #4fa0ca;
}

/* line 110, app/assets/stylesheets/web/header.sass */
header ul li.country-menu:hover ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* line 113, app/assets/stylesheets/web/header.sass */
header ul li.country-menu:hover ul::-webkit-scrollbar-track {
  background: transparent;
}

/* line 115, app/assets/stylesheets/web/header.sass */
header ul li.country-menu:hover ul::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: white;
  border-radius: 2px;
  border: 0;
}

/* line 120, app/assets/stylesheets/web/header.sass */
header ul li.country-menu:hover ul li {
  display: block;
  text-align: left;
  padding: 5px;
  margin-bottom: 5px;
}

/* line 125, app/assets/stylesheets/web/header.sass */
header ul li.country-menu:hover ul li a {
  display: block;
  color: white;
}

/* line 128, app/assets/stylesheets/web/header.sass */
header ul li.country-menu:hover ul li a:hover {
  color: black;
}

/* line 130, app/assets/stylesheets/web/header.sass */
header ul li.registro {
  background-color: #4fa0ca;
  border: 2pt solid #4fa0ca;
  padding: 3pt;
}

/* line 134, app/assets/stylesheets/web/header.sass */
header ul li.registro a {
  color: white;
}

/* line 137, app/assets/stylesheets/web/header.sass */
header ul li.registro:hover {
  background-color: white;
}

/* line 139, app/assets/stylesheets/web/header.sass */
header ul li.registro:hover a {
  text-decoration: none;
  color: #4fa0ca;
}

/* line 1, app/assets/stylesheets/web/who.sass */
.quienes {
  margin-top: 10%;
  color: #095a84;
  align-content: center;
  width: 60%;
  margin-left: 20%;
  margin-bottom: 40px;
}

/* line 8, app/assets/stylesheets/web/who.sass */
.quienes h1 {
  text-align: center;
  margin-bottom: 7%;
}

/* line 11, app/assets/stylesheets/web/who.sass */
.quienes .image {
  width: 60%;
  margin: 0 auto 40px auto;
}

/* line 14, app/assets/stylesheets/web/who.sass */
.quienes .image.small {
  width: 50%;
}

/* line 19, app/assets/stylesheets/web/who.sass */
.tabla_quienes ul {
  width: 70%;
  margin-top: 5%;
  margin-left: 15%;
  margin-bottom: 5%;
  color: #095a84;
  align-content: center;
  padding: 0;
}

/* line 27, app/assets/stylesheets/web/who.sass */
.tabla_quienes ul li {
  vertical-align: top;
  width: 20%;
  margin-left: 5%;
  align-content: center;
  text-align: center;
  display: inline-block;
}

/* line 34, app/assets/stylesheets/web/who.sass */
.tabla_quienes ul li h4.esp {
  margin-top: 0;
}

/* line 36, app/assets/stylesheets/web/who.sass */
.tabla_quienes ul li a {
  font-family: sans-serif;
  text-decoration: none;
  font-size: 11pt;
  color: #4fa0ca;
}

/* line 41, app/assets/stylesheets/web/who.sass */
.tabla_quienes ul li p.dir {
  margin: 0;
}

/* line 43, app/assets/stylesheets/web/who.sass */
.tabla_quienes ul li img {
  text-align: center;
  width: 20%;
  margin-bottom: 5%;
}

/* line 1, app/assets/stylesheets/web/requirements.sass */
.requisitos {
  margin-top: 10%;
  margin-bottom: 10%;
  align-content: center;
  width: 50%;
  margin-left: 25%;
  color: #095a84;
}

/* line 8, app/assets/stylesheets/web/requirements.sass */
.requisitos p.nivel1 {
  color: #095a84;
}

/* line 10, app/assets/stylesheets/web/requirements.sass */
.requisitos p.nivel2 {
  color: rgba(9, 90, 132, 0.7);
}

/* line 1, app/assets/stylesheets/web/security.sass */
.politicas {
  margin-top: 10%;
  margin-bottom: 10%;
  color: #095a84;
  align-content: center;
  width: 50%;
  margin-left: 25%;
}

/* line 9, app/assets/stylesheets/web/security.sass */
.politicas .iso-certificate {
  *zoom: 1;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.politicas .iso-certificate:before, .politicas .iso-certificate:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.politicas .iso-certificate:after {
  clear: both;
}

/* line 11, app/assets/stylesheets/web/security.sass */
.politicas .iso-certificate .certificate {
  width: 90px;
  float: left;
  margin-right: 10px;
  margin-top: -20px;
}

/* line 17, app/assets/stylesheets/web/security.sass */
.politicas h1 {
  text-align: center;
  margin-bottom: 7%;
}

/* line 20, app/assets/stylesheets/web/security.sass */
.politicas h2 {
  margin-top: 5%;
}

/* line 23, app/assets/stylesheets/web/security.sass */
.politicas ul li {
  margin-bottom: 2%;
}

/* line 26, app/assets/stylesheets/web/security.sass */
.politicas a {
  text-decoration: none;
  color: #24a2de;
}

/* line 29, app/assets/stylesheets/web/security.sass */
.politicas a:hover {
  color: coral;
}

/* line 1, app/assets/stylesheets/web/faq.sass */
.preguntas {
  margin-top: 10%;
  color: #095a84;
  align-content: center;
  width: 50%;
  margin-left: 25%;
}

/* line 7, app/assets/stylesheets/web/faq.sass */
.preguntas p {
  margin-bottom: 5%;
}

/* line 9, app/assets/stylesheets/web/faq.sass */
.preguntas h1 {
  text-align: center;
  margin-bottom: 7%;
}

/* line 1, app/assets/stylesheets/web/register.sass */
.clinic-register {
  color: white;
  background: #4fa0ca;
  margin: 125px auto 30px auto;
  align-content: center;
  width: 60%;
  border-radius: 5pt;
}

/* line 3, app/assets/stylesheets/web/register.sass */
.clinic-register div {
  margin: 0;
}

/* line 13, app/assets/stylesheets/web/register.sass */
.clinic-register form#new_register_form {
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/web/register.sass */
.clinic-register .help-inline {
  color: yellow !important;
}

/* line 18, app/assets/stylesheets/web/register.sass */
.clinic-register .privacy {
  margin-top: 20px;
}

/* line 20, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register {
  padding: 20pt;
  border-radius: 5pt;
}

/* line 25, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register input[type="text"], .clinic-register .container.register input[type="password"], .clinic-register .container.register select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 25px;
  height: 35px;
  font-size: 120%;
  width: 300px;
  margin-bottom: 0px;
}

/* line 34, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 25px;
  background-image: url(/assets/web/arrow-96653a8f45270889c89e657d5942e6e61811c3fcd52440f974d3f4a66873c66e.png);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 280px center;
  margin-bottom: 0px;
}

/* line 44, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register select::-ms-expand {
  display: none;
}

/* line 47, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register input[type="checkbox"] {
  text-align: left;
}

/* line 50, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register [type="submit"] {
  width: 35%;
  height: 25px;
  margin-bottom: 0px;
}

/* line 55, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .col-lg-12.mx-auto.text-center {
  text-align: center;
}

/* line 57, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .step {
  margin-top: 25px;
}

/* line 59, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .step > .contents {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 7%;
}

/* line 63, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .title {
  display: inline-block;
  width: 100%;
}

/* line 66, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .title .description {
  margin-bottom: 50px;
  margin-left: 2.5%;
  font-weight: bold;
  font-size: 14pt;
  display: inline-block;
}

/* line 72, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .url {
  font-size: 130%;
}

/* line 74, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .number {
  display: inline-block;
  background: #095a84;
  width: 40px;
  height: 40px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  font-size: 21pt;
}

/* line 83, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .name {
  margin-bottom: 15px;
}

/* line 86, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .name select[multiple] {
  width: 400px;
}

/* line 89, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .name input {
  box-shadow: none;
}

/* line 91, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .name input:focus {
  box-shadow: none;
}

/* line 94, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register div {
  margin-bottom: 0;
  padding: 0%;
}

/* line 100, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .row .col2 div > input {
  width: 25%;
}

/* line 103, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register h1 {
  text-align: center;
  margin-bottom: 15px;
}

/* line 107, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans {
  *zoom: 1;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clinic-register .container.register .plans:before, .clinic-register .container.register .plans:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clinic-register .container.register .plans:after {
  clear: both;
}

/* line 109, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .country-menu {
  position: relative;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 114, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .country-menu > a {
  text-decoration: none;
  color: white;
}

/* line 118, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .country-menu img {
  height: 16px;
  margin-right: 2px;
}

/* line 121, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .country-menu ul {
  display: none;
}

/* line 123, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .country-menu ul li {
  display: block;
}

/* line 126, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .country-menu:hover ul {
  margin: 0;
  position: absolute;
  left: 0;
  display: block;
  max-height: 250px;
  min-width: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: white transparent;
  scrollbar-width: auto;
  background-color: #4fa0ca;
  padding: 2px;
}

/* line 139, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .country-menu:hover ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* line 142, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .country-menu:hover ul::-webkit-scrollbar-track {
  background: transparent;
}

/* line 144, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .country-menu:hover ul::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: white;
  border-radius: 2px;
  border: 0;
}

/* line 149, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .country-menu:hover ul li {
  display: block;
  text-align: left;
  padding: 5px;
  margin: 0 0 5px 0;
}

/* line 154, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .country-menu:hover ul li a {
  display: block;
  color: white;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .country-menu:hover ul li a:hover {
  color: black;
}

/* line 160, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .plan {
  width: 230px;
  margin: auto 0.5%;
  float: left;
}

/* line 165, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .plan.free {
  float: none;
}

/* line 168, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .plan a {
  margin: 10px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  background-color: white;
  padding: 10px;
  display: block;
  width: 90%;
  min-height: 50px;
  color: black;
  text-decoration: none;
}

/* line 181, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .plan a .price {
  padding: 5px;
  color: #666;
}

/* line 185, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .plan a:hover {
  text-decoration: none;
}

/* line 188, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .plan a.active {
  background-image: url(/assets/icons/checked-f8c7a58ecaf03cad39a264b292bd31620a4f8576e1e09cfe45819b6d2fe92b14.svg);
  background-repeat: no-repeat;
  background-position: 95% 10px;
  background-color: coral;
  color: white;
}

/* line 196, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .plans .plan a.active .price {
  color: white;
}

/* line 199, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .small {
  font-size: 80%;
  margin-left: 10%;
}

/* line 203, app/assets/stylesheets/web/register.sass */
.clinic-register .container.register .small ul a {
  color: white;
}

/* line 206, app/assets/stylesheets/web/register.sass */
.clinic-register .agree {
  margin-top: 40px;
  margin-left: 15px;
}

/* line 209, app/assets/stylesheets/web/register.sass */
.clinic-register .agree a {
  color: white;
}

/* line 213, app/assets/stylesheets/web/register.sass */
.clinic-register .submit {
  text-align: center;
}

/* line 215, app/assets/stylesheets/web/register.sass */
.clinic-register .submit button {
  margin-top: 30px;
  font-size: 130%;
  font-family: 'Open Sans';
  border-radius: 3pt;
  font-weight: 600;
  color: white;
  background-color: coral;
  border: 1pt solid white;
  height: auto !important;
  padding: 20pt;
  text-decoration: none;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 230, app/assets/stylesheets/web/register.sass */
.clinic-register .submit button:hover {
  background-color: white;
  text-decoration: none;
  color: #4fa0ca;
  border: 1pt solid white;
}

/* line 237, app/assets/stylesheets/web/register.sass */
.clinic-register .registered {
  padding: 15% !important;
  margin-top: 150px !important;
  margin-bottom: 50px !important;
}

/* line 243, app/assets/stylesheets/web/register.sass */
.select-icon {
  display: inline-block;
  padding: 1px;
  margin-right: 2px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
}

/* line 253, app/assets/stylesheets/web/register.sass */
.select-icon img {
  width: 100%;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/web/footer.sass */
footer {
  font-size: 10pt;
  width: 100%;
  background: #dddddd;
  color: #444;
  border-top: 1pt solid rgba(79, 160, 202, 0.7);
}

/* line 7, app/assets/stylesheets/web/footer.sass */
footer ul.grupos {
  margin-left: 10%;
  width: 80%;
}

/* line 10, app/assets/stylesheets/web/footer.sass */
footer ul.grupos > li {
  display: inline-block;
  width: 20%;
  margin-left: 5%;
  vertical-align: top;
  list-style: none;
}

/* line 16, app/assets/stylesheets/web/footer.sass */
footer ul.grupos > li ul {
  padding: 0;
  list-style: none;
}

/* line 19, app/assets/stylesheets/web/footer.sass */
footer ul.grupos > li ul > li {
  margin-bottom: 5%;
}

/* line 22, app/assets/stylesheets/web/footer.sass */
footer ul.grupos > li ul a {
  margin-top: 50px;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 10pt;
  color: #4fa0ca;
}

/* line 28, app/assets/stylesheets/web/footer.sass */
footer ul.grupos > li ul a:hover {
  color: #095a84;
}

/* line 30, app/assets/stylesheets/web/footer.sass */
footer ul.grupos > li ul img {
  margin-right: 2.5%;
  margin-left: 2.5%;
  width: 15%;
}

/* line 35, app/assets/stylesheets/web/footer.sass */
footer ul.grupos > li .social a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 38, app/assets/stylesheets/web/footer.sass */
footer p.final {
  padding: 10pt;
  color: #444;
  font-size: 8pt;
  text-align: center;
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/web/conditions.sass */
.condiciones {
  margin-top: 10%;
  margin-bottom: 10%;
  align-content: center;
  width: 50%;
  margin-left: 25%;
  color: #095a84;
}

/* line 8, app/assets/stylesheets/web/conditions.sass */
.condiciones p.nivel1 {
  color: #095a84;
}

/* line 10, app/assets/stylesheets/web/conditions.sass */
.condiciones p.nivel2 {
  color: rgba(9, 90, 132, 0.7);
}

@media (max-width: 1670px) {
  /* line 4, app/assets/stylesheets/web/responsive.sass */
  html body header {
    width: 90%;
    padding: 15px 5%;
  }
  /* line 8, app/assets/stylesheets/web/responsive.sass */
  html body header ul li {
    margin-left: 25px;
  }
  /* line 11, app/assets/stylesheets/web/responsive.sass */
  html body .intro .cabeza {
    max-width: 1350px;
    margin: 0 auto;
  }
}

@media (max-width: 1550px) {
  /* line 26, app/assets/stylesheets/web/responsive.sass */
  html body .intro .texto p {
    line-height: 1.5em;
  }
  /* line 29, app/assets/stylesheets/web/responsive.sass */
  html body .clinic-register {
    width: 80%;
  }
}

@media (max-width: 1280px) {
  /* line 36, app/assets/stylesheets/web/responsive.sass */
  html body header .idioma {
    display: none;
  }
  /* line 41, app/assets/stylesheets/web/responsive.sass */
  html body .intro .cabeza .idioma {
    display: none;
  }
  /* line 44, app/assets/stylesheets/web/responsive.sass */
  html body .intro .texto p {
    line-height: 1.5em;
    font-size: 12pt;
  }
  /* line 47, app/assets/stylesheets/web/responsive.sass */
  html body .intro > img {
    margin-bottom: 5%;
  }
  /* line 54, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li {
    width: 100%;
  }
  /* line 56, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li ul {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  /* line 60, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li ul > li {
    display: inline-block;
    width: 40%;
  }
  /* line 64, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul li.image {
    text-align: center;
    margin-right: 0;
    margin-top: 2%;
  }
  /* line 68, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul li.image > img {
    width: 65%;
    margin-left: 5%;
  }
  /* line 77, app/assets/stylesheets/web/responsive.sass */
  html body .iconos3 ul > li div > img {
    margin-right: 100%;
  }
  /* line 79, app/assets/stylesheets/web/responsive.sass */
  html body .iconos3 ul > li div p {
    margin-left: 0;
  }
  /* line 81, app/assets/stylesheets/web/responsive.sass */
  html body .condiciones {
    margin-top: 12%;
  }
  /* line 83, app/assets/stylesheets/web/responsive.sass */
  html body .politicas {
    margin-top: 12%;
  }
  /* line 86, app/assets/stylesheets/web/responsive.sass */
  html body .preguntas {
    margin-top: 12%;
  }
  /* line 88, app/assets/stylesheets/web/responsive.sass */
  html body .quienes {
    margin-top: 12%;
  }
  /* line 92, app/assets/stylesheets/web/responsive.sass */
  html body .tabla_quienes ul li {
    width: 40%;
  }
  /* line 94, app/assets/stylesheets/web/responsive.sass */
  html body .tabla_quienes ul li img {
    width: 12.5%;
  }
  /* line 96, app/assets/stylesheets/web/responsive.sass */
  html body .requisitos {
    margin-top: 12%;
  }
  /* line 98, app/assets/stylesheets/web/responsive.sass */
  html body .aviso {
    margin-top: 12%;
  }
  /* line 101, app/assets/stylesheets/web/responsive.sass */
  html body footer ul.grupos {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  /* line 105, app/assets/stylesheets/web/responsive.sass */
  html body footer ul.grupos > li {
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-align: center;
  }
  /* line 110, app/assets/stylesheets/web/responsive.sass */
  html body .clinic-register {
    width: 90%;
  }
  /* line 112, app/assets/stylesheets/web/responsive.sass */
  html body .plans {
    width: 80%;
  }
}

@media (max-width: 1000px) {
  /* line 120, app/assets/stylesheets/web/responsive.sass */
  html body header ul li:nth-child(2) {
    display: none;
  }
  /* line 122, app/assets/stylesheets/web/responsive.sass */
  html body header ul li:nth-child(3) {
    display: none;
  }
  /* line 124, app/assets/stylesheets/web/responsive.sass */
  html body header ul li:nth-child(4) {
    display: none;
  }
  /* line 126, app/assets/stylesheets/web/responsive.sass */
  html body header ul .country-menu {
    display: none;
  }
  /* line 129, app/assets/stylesheets/web/responsive.sass */
  html body .intro .cabeza {
    margin: 0 5% 5% 5%;
  }
  /* line 133, app/assets/stylesheets/web/responsive.sass */
  html body .intro .cabeza .country-menu {
    display: none;
  }
  /* line 138, app/assets/stylesheets/web/responsive.sass */
  html body .intro .texto {
    margin-left: 5%;
  }
  /* line 141, app/assets/stylesheets/web/responsive.sass */
  html body .intro > img {
    width: 40%;
    margin-left: 10%;
  }
  /* line 146, app/assets/stylesheets/web/responsive.sass */
  html body .iconos1 ul {
    width: 90%;
    margin-left: 5%;
  }
  /* line 150, app/assets/stylesheets/web/responsive.sass */
  html body .iconos1 ul > li p {
    font-size: 10pt;
  }
  /* line 152, app/assets/stylesheets/web/responsive.sass */
  html body .iconos1 ul > li img {
    margin-left: 35%;
    width: 30%;
  }
  /* line 157, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul {
    padding: 0;
  }
  /* line 161, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li ul > li {
    width: 42.5%;
  }
  /* line 164, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li ul > li div > img {
    width: 10%;
  }
  /* line 166, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li ul > li p {
    font-size: 11pt;
  }
  /* line 170, app/assets/stylesheets/web/responsive.sass */
  html body .iconos3 ul {
    width: 85%;
    margin-left: 7.5%;
  }
  /* line 176, app/assets/stylesheets/web/responsive.sass */
  html body .iconos3 ul > li div > img p {
    font-size: 11pt;
  }
  /* line 181, app/assets/stylesheets/web/responsive.sass */
  html body .frases ul {
    width: 80%;
    margin-left: 7.5%;
  }
  /* line 185, app/assets/stylesheets/web/responsive.sass */
  html body .frases ul > li p {
    font-size: 11pt;
  }
  /* line 187, app/assets/stylesheets/web/responsive.sass */
  html body .condiciones {
    margin-left: 10%;
    width: 80%;
    margin-top: 17%;
  }
  /* line 191, app/assets/stylesheets/web/responsive.sass */
  html body .politicas {
    margin-left: 10%;
    width: 80%;
    margin-top: 17%;
  }
  /* line 195, app/assets/stylesheets/web/responsive.sass */
  html body .preguntas {
    margin-left: 10%;
    width: 80%;
    margin-top: 17%;
  }
  /* line 199, app/assets/stylesheets/web/responsive.sass */
  html body .quienes {
    margin-left: 10%;
    width: 80%;
    margin-top: 17%;
  }
  /* line 203, app/assets/stylesheets/web/responsive.sass */
  html body .requisitos {
    margin-left: 10%;
    width: 80%;
    margin-top: 17%;
  }
  /* line 207, app/assets/stylesheets/web/responsive.sass */
  html body .aviso {
    margin-left: 10%;
    width: 80%;
    margin-top: 17%;
  }
  /* line 212, app/assets/stylesheets/web/responsive.sass */
  html body .clinic-register {
    width: 95%;
  }
  /* line 215, app/assets/stylesheets/web/responsive.sass */
  html body .plans {
    width: 95%;
  }
}

@media (max-width: 850px) {
  /* line 222, app/assets/stylesheets/web/responsive.sass */
  html body header .logo {
    float: none;
    text-align: center;
    width: 40%;
    margin: 5pt auto;
  }
  /* line 231, app/assets/stylesheets/web/responsive.sass */
  html body header ul {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  /* line 237, app/assets/stylesheets/web/responsive.sass */
  html body header ul li:nth-child(7) {
    display: none;
  }
  /* line 241, app/assets/stylesheets/web/responsive.sass */
  html body .intro .cabeza img {
    width: 20%;
  }
  /* line 244, app/assets/stylesheets/web/responsive.sass */
  html body .intro .cabeza ul li:nth-child(2) {
    display: none;
  }
  /* line 246, app/assets/stylesheets/web/responsive.sass */
  html body .intro .cabeza ul li:nth-child(3) {
    display: none;
  }
  /* line 248, app/assets/stylesheets/web/responsive.sass */
  html body .intro .cabeza ul li:nth-child(4) {
    display: none;
  }
  /* line 250, app/assets/stylesheets/web/responsive.sass */
  html body .intro > img {
    margin-bottom: 15%;
  }
  /* line 256, app/assets/stylesheets/web/responsive.sass */
  html body .iconos1 ul > li img {
    margin-left: 40%;
    width: 35%;
    margin-bottom: 10%;
  }
  /* line 268, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li ul > li div > img {
    width: 12%;
  }
  /* line 270, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li ul > li p {
    margin-top: 0;
    margin-left: 12%;
    line-height: 1.5em;
  }
  /* line 278, app/assets/stylesheets/web/responsive.sass */
  html body .iconos3 ul > li div > img {
    width: 20%;
  }
  /* line 283, app/assets/stylesheets/web/responsive.sass */
  html body .clinic-register {
    margin-top: 150pt;
  }
  /* line 287, app/assets/stylesheets/web/responsive.sass */
  html body .clinic-register .container.register .plans .plan {
    width: 180px;
    margin: auto 0.5%;
    float: left;
  }
  /* line 291, app/assets/stylesheets/web/responsive.sass */
  html body .plans {
    margin-top: 150pt;
    font-size: 90%;
  }
}

@media (max-width: 720px) {
  /* line 298, app/assets/stylesheets/web/responsive.sass */
  html body .intro {
    background: -webkit-linear-gradient(top, rgba(4, 4, 4, 0.81), #4fa0ca);
    background: -o-linear-gradient(bottom, rgba(4, 4, 4, 0.81), #4fa0ca);
    background: -moz-linear-gradient(bottom, rgba(4, 4, 4, 0.81), #4fa0ca);
    background: linear-gradient(to bottom, rgba(4, 4, 4, 0.81), #1d6e98);
  }
  /* line 308, app/assets/stylesheets/web/responsive.sass */
  html body .intro .cabeza .logo {
    float: none;
    text-align: center;
    width: 40%;
    margin: 20pt auto;
  }
  /* line 317, app/assets/stylesheets/web/responsive.sass */
  html body .intro .cabeza ul {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  /* line 323, app/assets/stylesheets/web/responsive.sass */
  html body .intro .cabeza ul li:nth-child(7) {
    display: none;
  }
  /* line 325, app/assets/stylesheets/web/responsive.sass */
  html body .intro .texto {
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding: 0;
    padding-bottom: 20pt;
  }
  /* line 332, app/assets/stylesheets/web/responsive.sass */
  html body .intro .texto h1 {
    font-size: 21pt;
    margin-bottom: 10%;
  }
  /* line 335, app/assets/stylesheets/web/responsive.sass */
  html body .intro .texto p {
    display: none;
  }
  /* line 338, app/assets/stylesheets/web/responsive.sass */
  html body .intro .texto .advertisement {
    position: static;
  }
  /* line 341, app/assets/stylesheets/web/responsive.sass */
  html body .intro > img {
    display: none;
  }
  /* line 344, app/assets/stylesheets/web/responsive.sass */
  html body .intro .vacio {
    display: none;
  }
  /* line 348, app/assets/stylesheets/web/responsive.sass */
  html body .iconos1 ul {
    width: 90%;
    margin-left: 5%;
  }
  /* line 351, app/assets/stylesheets/web/responsive.sass */
  html body .iconos1 ul > li {
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
  }
  /* line 355, app/assets/stylesheets/web/responsive.sass */
  html body .iconos1 ul > li img {
    margin-left: 37.5%;
    width: 25%;
    margin-bottom: 0;
  }
  /* line 361, app/assets/stylesheets/web/responsive.sass */
  html body .iconos3 ul > li {
    text-align: center;
  }
  /* line 364, app/assets/stylesheets/web/responsive.sass */
  html body .iconos3 ul > li div > img {
    margin-left: 40%;
    margin-right: 40%;
  }
  /* line 367, app/assets/stylesheets/web/responsive.sass */
  html body .iconos3 ul > li p {
    display: none;
  }
  /* line 370, app/assets/stylesheets/web/responsive.sass */
  html body .condiciones {
    margin-top: 20%;
  }
  /* line 372, app/assets/stylesheets/web/responsive.sass */
  html body .politicas {
    margin-top: 20%;
  }
  /* line 375, app/assets/stylesheets/web/responsive.sass */
  html body .preguntas {
    margin-top: 20%;
  }
  /* line 377, app/assets/stylesheets/web/responsive.sass */
  html body .quienes {
    margin-top: 20%;
  }
  /* line 379, app/assets/stylesheets/web/responsive.sass */
  html body .requisitos {
    margin-top: 20%;
  }
  /* line 381, app/assets/stylesheets/web/responsive.sass */
  html body .aviso {
    margin-top: 20%;
  }
  /* line 386, app/assets/stylesheets/web/responsive.sass */
  html body footer ul.grupos > li {
    width: 40%;
  }
}

@media (max-width: 550px) {
  /* line 393, app/assets/stylesheets/web/responsive.sass */
  html body header ul {
    width: 100%;
    padding-left: 0;
  }
  /* line 397, app/assets/stylesheets/web/responsive.sass */
  html body .iconos1 ul {
    width: 90%;
    margin-left: 5%;
  }
  /* line 400, app/assets/stylesheets/web/responsive.sass */
  html body .iconos1 ul > li {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  /* line 404, app/assets/stylesheets/web/responsive.sass */
  html body .iconos1 ul > li img {
    margin-left: 42.5%;
    width: 15%;
    margin-bottom: 0;
  }
  /* line 409, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 {
    margin-bottom: 10%;
  }
  /* line 413, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li ul {
    margin-bottom: 5%;
  }
  /* line 417, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li ul > li div h3 {
    width: 100%;
  }
  /* line 419, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li ul > li div img {
    width: 17.5%;
    margin-left: 42.5%;
  }
  /* line 422, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li ul > li p {
    display: none;
  }
  /* line 427, app/assets/stylesheets/web/responsive.sass */
  html body .iconos3 ul > li {
    text-align: center;
    width: 100%;
  }
  /* line 431, app/assets/stylesheets/web/responsive.sass */
  html body .iconos3 ul > li div > img {
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
  }
  /* line 435, app/assets/stylesheets/web/responsive.sass */
  html body .iconos3 ul > li p {
    display: none;
  }
  /* line 438, app/assets/stylesheets/web/responsive.sass */
  html body .frases {
    display: none;
  }
  /* line 440, app/assets/stylesheets/web/responsive.sass */
  html body .condiciones {
    margin-top: 35%;
  }
  /* line 442, app/assets/stylesheets/web/responsive.sass */
  html body .politicas {
    margin-top: 35%;
  }
  /* line 445, app/assets/stylesheets/web/responsive.sass */
  html body .preguntas {
    margin-top: 35%;
  }
  /* line 447, app/assets/stylesheets/web/responsive.sass */
  html body .quienes {
    margin-top: 250px;
  }
  /* line 451, app/assets/stylesheets/web/responsive.sass */
  html body .tabla_quienes ul li {
    width: 90%;
    margin-bottom: 10%;
  }
  /* line 454, app/assets/stylesheets/web/responsive.sass */
  html body .tabla_quienes ul li img {
    width: 12.5%;
  }
  /* line 456, app/assets/stylesheets/web/responsive.sass */
  html body .requisitos {
    margin-top: 35%;
  }
  /* line 458, app/assets/stylesheets/web/responsive.sass */
  html body .aviso {
    margin-top: 35%;
  }
  /* line 462, app/assets/stylesheets/web/responsive.sass */
  html body footer ul.grupos > li {
    width: 95%;
  }
}

@media (max-width: 450px) {
  /* line 469, app/assets/stylesheets/web/responsive.sass */
  html body header .logo {
    width: 60%;
  }
  /* line 473, app/assets/stylesheets/web/responsive.sass */
  html body .intro .cabeza .logo {
    width: 60%;
  }
  /* line 478, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 h1 {
    font-size: 20pt;
    margin-bottom: 10%;
  }
  /* line 483, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li > img {
    display: none;
  }
  /* line 486, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li > ul > li {
    margin-top: 10%;
  }
  /* line 489, app/assets/stylesheets/web/responsive.sass */
  html body .iconos2 > ul > li > ul > li div > img {
    width: 25%;
    margin-left: 32.5%;
  }
  /* line 494, app/assets/stylesheets/web/responsive.sass */
  html body .iconos3 h2 {
    margin-bottom: 0%;
  }
  /* line 497, app/assets/stylesheets/web/responsive.sass */
  html body .clinic-register {
    margin-top: 180pt;
  }
}

/* line 2, app/assets/stylesheets/web/access_form.scss */
.access-form {
  color: black;
}

/* line 6, app/assets/stylesheets/web/access_form.scss */
.access-form div {
  padding: 0;
}

/* line 12, app/assets/stylesheets/web/access_form.scss */
.access-form form .nick .url {
  font-size: 110%;
}

/* line 16, app/assets/stylesheets/web/access_form.scss */
.access-form form .nick .text input {
  width: 200px;
}

/* line 22, app/assets/stylesheets/web/access_form.scss */
.access-form form .error {
  color: red;
}

/* line 26, app/assets/stylesheets/web/access_form.scss */
.access-form form .submit {
  margin-top: 30px;
}

/* line 29, app/assets/stylesheets/web/access_form.scss */
.access-form form .submit .left {
  float: left;
}

/* line 32, app/assets/stylesheets/web/access_form.scss */
.access-form form .submit .right {
  float: right;
}

/* line 36, app/assets/stylesheets/web/access_form.scss */
.access-form form .submit button {
  font-family: 'Open Sans';
  border-radius: 3pt;
  font-weight: 600;
  color: white;
  background-color: coral;
  border: 1pt solid white;
  padding: 10pt;
  text-decoration: none;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 48, app/assets/stylesheets/web/access_form.scss */
.access-form form .submit button:hover {
  background-color: white;
  text-decoration: none;
  color: #4fa0ca;
  border: 1pt solid black;
}

/* line 56, app/assets/stylesheets/web/access_form.scss */
.access-form form .submit button, .access-form form .submit a.button {
  font-family: 'Open Sans';
  border-radius: 3pt;
  font-weight: 600;
  color: white;
  background-color: coral;
  border: 1pt solid white;
  padding: 10pt;
  text-decoration: none;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 68, app/assets/stylesheets/web/access_form.scss */
.access-form form .submit button:hover, .access-form form .submit a.button:hover {
  background-color: white;
  text-decoration: none;
  color: #4fa0ca;
  border: 1pt solid black;
}

/* line 6, app/assets/stylesheets/web/modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}

/* line 15, app/assets/stylesheets/web/modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 18, app/assets/stylesheets/web/modal.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 24, app/assets/stylesheets/web/modal.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

/* line 38, app/assets/stylesheets/web/modal.scss */
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
  display: none;
}

/* line 43, app/assets/stylesheets/web/modal.scss */
.modal.fade.in {
  top: 10%;
}

/* line 45, app/assets/stylesheets/web/modal.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 49, app/assets/stylesheets/web/modal.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 51, app/assets/stylesheets/web/modal.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 58, app/assets/stylesheets/web/modal.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 65, app/assets/stylesheets/web/modal.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 69, app/assets/stylesheets/web/modal.scss */
main > .access-form {
  max-width: 500px;
  margin: 200px auto 50px auto;
}

/* line 1, app/assets/stylesheets/web/plans.sass */
.plans {
  margin: 125px auto 30px auto;
  align-content: center;
  width: 70%;
  border-radius: 5pt;
  color: #4fa0ca;
}

/* line 8, app/assets/stylesheets/web/plans.sass */
.plans h1 {
  text-align: center;
}

/* line 11, app/assets/stylesheets/web/plans.sass */
.plans table {
  width: 100%;
  border-collapse: collapse;
}

/* line 15, app/assets/stylesheets/web/plans.sass */
.plans table .note {
  vertical-align: super;
  font-size: 10px;
  font-weight: normal;
  margin-left: 2px;
}

/* line 22, app/assets/stylesheets/web/plans.sass */
.plans table thead tr {
  border-bottom: 2px solid #4fa0ca;
}

/* line 25, app/assets/stylesheets/web/plans.sass */
.plans table thead th.plan {
  background-color: #4fa0ca;
  color: white;
  padding: 5px;
  text-align: center;
}

/* line 33, app/assets/stylesheets/web/plans.sass */
.plans table thead th.plan .title {
  padding: 0;
}

/* line 36, app/assets/stylesheets/web/plans.sass */
.plans table thead th.plan .price {
  padding: 0;
  font-size: 100%;
}

/* line 44, app/assets/stylesheets/web/plans.sass */
.plans table tbody tr {
  font-size: 90%;
  border-bottom: 1px solid #4fa0ca;
}

/* line 47, app/assets/stylesheets/web/plans.sass */
.plans table tbody tr:last-child {
  border-bottom: 2px solid #4fa0ca;
}

/* line 49, app/assets/stylesheets/web/plans.sass */
.plans table tbody tr.title {
  font-size: 120%;
  font-weight: bold;
}

/* line 53, app/assets/stylesheets/web/plans.sass */
.plans table tbody td {
  padding: 6px;
  text-align: center;
}

/* line 57, app/assets/stylesheets/web/plans.sass */
.plans table tbody td:first-child {
  text-align: left;
}

/* line 60, app/assets/stylesheets/web/plans.sass */
.plans table tbody td.standard {
  color: #aaaaaa;
  font-weight: bold;
}

/* line 63, app/assets/stylesheets/web/plans.sass */
.plans table tbody td.premium {
  color: #4fa0ca;
  font-weight: bold;
}

/* line 66, app/assets/stylesheets/web/plans.sass */
.plans table tbody td.soon {
  color: #2e3133;
  font-weight: bold;
}

/* line 70, app/assets/stylesheets/web/plans.sass */
.plans .footnotes {
  margin-top: 40pt;
  font-size: 80%;
}

/* line 2, app/assets/stylesheets/web/cookies.scss */
#cookie-warning .cookie-pad {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* line 12, app/assets/stylesheets/web/cookies.scss */
#cookie-warning .cookie-content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: white;
  border-top: 2px solid coral;
  z-index: 100000;
}

/* line 22, app/assets/stylesheets/web/cookies.scss */
#cookie-warning .cookie-content .info {
  margin-bottom: 15px;
  font-size: 105%;
  color: #111111;
}

/* line 28, app/assets/stylesheets/web/cookies.scss */
#cookie-warning .cookie-content .small {
  float: left;
}

/* line 30, app/assets/stylesheets/web/cookies.scss */
#cookie-warning .cookie-content .small a {
  font-size: 90%;
  color: #444444;
}

/* line 33, app/assets/stylesheets/web/cookies.scss */
#cookie-warning .cookie-content .small a:hover {
  color: black;
}

/* line 38, app/assets/stylesheets/web/cookies.scss */
#cookie-warning .cookie-content .ok {
  float: right;
}

/* line 41, app/assets/stylesheets/web/cookies.scss */
#cookie-warning .cookie-content .ok form {
  margin-bottom: 0;
}

/* line 45, app/assets/stylesheets/web/cookies.scss */
#cookie-warning .cookie-content .ok input {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3pt;
  font-weight: 600;
  color: white;
  background-color: coral;
  border: 1pt solid white;
  padding: 10pt;
  text-decoration: none;
  margin-bottom: 10px;
}

/* line 58, app/assets/stylesheets/web/cookies.scss */
#cookie-warning .cookie-content .ok input:hover, #cookie-warning .cookie-content .ok input:focus {
  background-color: white;
  text-decoration: none;
  color: #4fa0ca;
}

@media (max-width: 550px) {
  /* line 75, app/assets/stylesheets/web/cookies.scss */
  #cookie-warning .cookie-content {
    padding: 10px;
    font-size: 12px;
  }
}

/* line 3, app/assets/stylesheets/web/certified.scss */
.certified {
  height: 64px;
  background-image: url(/assets/web/certified-c589d91bc8291aa7bc044adb7d3a6e451f231975e30d2f2263bfabe0779ab2ea.svg);
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 80px;
  margin-top: -40px;
  margin-bottom: 20px;
}

/* line 12, app/assets/stylesheets/web/certified.scss */
.certified .name {
  margin: 5px 0;
  padding: 0;
  font-size: 130%;
  text-align: left;
}

/* line 18, app/assets/stylesheets/web/certified.scss */
.certified .number {
  padding: 0;
  font-size: 90%;
  text-align: left;
}

/* line 22, app/assets/stylesheets/web/certified.scss */
.certified .number a {
  color: white;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/web/certified.scss */
.certified .number a:hover {
  text-decoration: underline;
}

@media (max-width: 1280px) {
  /* line 35, app/assets/stylesheets/web/certified.scss */
  .certified .name {
    font-size: 100%;
  }
}

@media (max-width: 720px) {
  /* line 42, app/assets/stylesheets/web/certified.scss */
  .certified {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
