/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

































 */

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

.mb-1 {
  margin-bottom: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

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

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

.p15 {
  padding: 15px !important;
}

.caret.z-a {
  border-top: 0 dotted;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000000;
  border-left: 4px solid transparent;
}

.table-fixed-layout {
  table-layout: fixed;
}

.table.table-without-striped tbody > tr > td {
  border-top: 0;
}

.table.table-border-less tbody > tr > th,
.table.table-border-less tbody > tr > td {
  border-top-width: 0;
}

tr.ui-sortable-helper {
  display: table;

  td {
    border-top-width: 0px !important;
  }
}

.handle {
  cursor: move;
}

[class^='load-more-'] {
  text-align: center;
}

[class^='load-more-'] .spinner {
  opacity: 1;
  width: auto;
  font-size: 24px;
}

[class^='load-more-'] ul.pagination {
  display: none;
}

[class^='load-more-'] .pagination {
  text-align: center;
  width: 100%;
}

.media-label {
  line-height: 32px;
}

td.update-tenant-info {
  padding: 20px 0 !important;
  border-top: 0px solid #dddddd !important;
}

.update-label-media input[type='text'] {
  width: 250px;
  float: left;
  margin-right: 10px;
}

.select2-container .select2-selection--single {
  height: 34px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #cccccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px !important;
}

.dropdown-menu .medias-list,
.dropdown-menu .document-templates-list,
.dropdown-menu .media-list-dropdown {
  min-width: 300px !important;
}

.signature-list-dropdown {
  min-width: 300px !important;
}

.category-header .checkbox.checkbox-inline {
  float: left;
  margin-top: -10px;
}

ul.emoticon-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.emoticon-list li {
  width: 7.18%;
  min-width: 75px;
  height: 70px;
  float: left;
  text-align: center;
  cursor: pointer;
  font-size: 40px;
  border: 1px solid;
  border: 1px solid lightblue;
  margin: 3px;
}

ul.emoticon-list li[data-name="rainbow_flag"] {
  width: 125px;
}

ul.emoticon-list li[data-title^="eye_"],
ul.emoticon-list li[data-title^="couple_"],
ul.emoticon-list li[data-title^="kiss_"],
ul.emoticon-list li[data-title^="family_"] {
  width: auto;
}

ul.emoticon-list li span {
  margin-left: -32px;
}

ul.emoticon-list li .checkbox {
  margin: 7px 7px 0px;
  float: left;
}

ul.emoticon-list li .checkbox label {
  padding-left: 0px;
}

.empty-emoticons {
  display: none;
}

.ml-10 {
  margin-left: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.clipboard-btn {
  cursor: pointer;
}

.clipboard-btn i:hover {
  color: #428bca;
}

.multiselect-container.dropdown-menu {
  padding-bottom: 10px !important;
}

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

.modal-dialog.modal-sm {
  min-width: 350px;
}

.modal-dialog-centered {
  min-height: calc(100% - (1.75rem * 2));
  display: flex;
  align-items: center;
}

.btn-group > button.dropdown-toggle.schedule-messages-dropdown {
  border-color: #357ebd !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

#scheduled-date {
  cursor: not-allowed;
  background-color: #ffffff;
}

@media screen and (min-width: 992px) {
  .modal-dialog.modal-lg {
    min-width: 950px;
  }
}

.custom-url-text button {
  margin-left: 20px;
  margin-top: 2px;
}

.form-control.survey-custom-url {
  float: left;
  width: 150px;
  height: 30px;
  margin-left: 3px;
  margin-right: 3px;
}

.no-text-decoration {
  text-decoration: none !important;
}

.blue-color {
  color: blue;
}

.clinic-report {
  display: block;
  margin-left: 20px;
}

.signature {
  margin: 0 auto;
  padding: 25px;
}

.custom-disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.text-right-direction {
  direction: rtl;
  text-align: initial !important
}

/* Styles to center the message horizontally and vertically */
.redirect-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.redirect-message h3 {
  text-align: center;
}

.copy-icon {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #BBB;
  transition: all 0.3s ease;
}

.copy-icon:hover {
  color: #428bca;
}

.tooltip-text {
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  font-family: Helvetica, sans-serif;
  font-size: 12px
}

.copy-icon:active {
  transform: scale(1.1);
}

.toast-top-right {
  top: 70px !important;
  right: 30px !important;
}

.gray-color {
  color: #808080;
}

#opt-out-report-results {
  padding: 15px;
}

.opt-out-csv-download-link {
  margin-top: -10px;
  margin-right: 25px;
  float: right;
}

.reports-page .nav > li > a{
  padding: 10px 11px;
}
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
 .toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

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

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

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

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

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

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.container:after {
  clear: both;
}

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

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

.row:after {
  clear: both;
}

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

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

.table-bordered {
  border: 1px solid #dddddd;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

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

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

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

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;
}

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

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

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

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

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

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-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;
}

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

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-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;
}

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

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-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;
}

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

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-half-block{
  width: 50%;
  margin: 10px;
  padding: 10px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/glyphicons-halflings-regular.eot);
  src: url(/assets/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/assets/glyphicons-halflings-regular.woff) format('woff'), url(/assets/glyphicons-halflings-regular.ttf) format('truetype'), url(/assets/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

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

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

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

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

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

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

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

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

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

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

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

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

.tabbable:after {
  clear: both;
}

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

.tabbable:after {
  clear: both;
}

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

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

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

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

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

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

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

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

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

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

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

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

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

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

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

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

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

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

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

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

.pager:after {
  clear: both;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

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

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

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

.label-info {
  background-color: #5bc0de;
}

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

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #d9534f;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

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

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

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

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

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

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

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

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.media,
.media .media {
  margin-top: 15px;
}

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

.media-object {
  display: block;
}

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

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

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

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

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

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

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

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

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

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

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

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

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

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

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

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: justify;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

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

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

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

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

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

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.affix {
  position: fixed;
}

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

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

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

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

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

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

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

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

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

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

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

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

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

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

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

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

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

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

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

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

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

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

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

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

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

body {
  overflow-y: scroll;
}

body.modal-open {
  overflow-y: scroll;
  margin: 0;
}
.modal {
  overflow: auto;
}
/* line 5, app/assets/stylesheets/legacy/home.css.scss */
.message-status-card {
  /*min-height: 230px;
	max-height: 230px;*/
  padding-left: 9px !important;
  padding-right: 8px !important;
}

/* line 11, app/assets/stylesheets/legacy/home.css.scss */
.mg10 {
  margin-top: 10px;
}
/* line 1, app/assets/stylesheets/legacy/layout.css.scss */
.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
}

/* line 5, app/assets/stylesheets/legacy/layout.css.scss */
.grey-nav {
  background-color: rgba(242, 242, 242, 0.38);
  border-color: rgba(242, 242, 242, 0.38);
}

/* line 9, app/assets/stylesheets/legacy/layout.css.scss */
.navbar-right {
  margin-top: 0px;
}

/* line 12, app/assets/stylesheets/legacy/layout.css.scss */
.logo-image {
  width: 140px;
  height: 23px !important;
}

/* line 16, app/assets/stylesheets/legacy/layout.css.scss */
.navbar-collapse .navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}

/* line 19, app/assets/stylesheets/legacy/layout.css.scss */
.card {
  background-color: #F2F2F2;
  border-radius: 4px;
  padding: 20px;
}

/* line 24, app/assets/stylesheets/legacy/layout.css.scss */
.tenant-user-card {
  background-color: #ffffff;
  padding: 10px;
}

/* line 29, app/assets/stylesheets/legacy/layout.css.scss */
.status-badges {
  margin-top: 9px;
}

/* line 33, app/assets/stylesheets/legacy/layout.css.scss */
.custom-divider {
  border-bottom: 1px solid #e4e4e4;
}

/* line 37, app/assets/stylesheets/legacy/layout.css.scss */
.custom-navbar {
  padding-left: 0px !important;
  padding-right: 0px !important;
  white-space: nowrap;
}

/* line 43, app/assets/stylesheets/legacy/layout.css.scss */
.expand-width {
  padding-right: 0px !important;
}

/* line 47, app/assets/stylesheets/legacy/layout.css.scss */
.vertical-bottom {
  padding-top: 8px;
}

/* line 51, app/assets/stylesheets/legacy/layout.css.scss */
.vertical-top {
  margin-top: -10px !important;
}

/* line 55, app/assets/stylesheets/legacy/layout.css.scss */
#top-margin {
  margin-top: 1%;
}

/* line 60, app/assets/stylesheets/legacy/layout.css.scss */
.contents .nav-tabs > li > a {
  color: #555555;
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0;
}

/* line 68, app/assets/stylesheets/legacy/layout.css.scss */
.contents .nav-tabs > li.active > a, .contents .nav-tabs > li.active > a:hover, .contents .nav-tabs > li.active > a:focus {
  color: #428bca;
  cursor: pointer;
  background-color: #ffffff;
  border: 0;
  border-bottom: 3px;
  border-style: solid;
  border-bottom-color: #428bca;
}

/* line 79, app/assets/stylesheets/legacy/layout.css.scss */
.tenant-tooltip {
  color: #a6a6a6 !important;
}

/* line 83, app/assets/stylesheets/legacy/layout.css.scss */
.tenant-tooltip + .tooltip > .tooltip-inner {
  max-width: 300px;
  width: 300px;
  color: black;
  background: #bfbfbf;
}

/* line 89, app/assets/stylesheets/legacy/layout.css.scss */
.tenant-tooltip + .tooltip > .tooltip-arrow {
  border-bottom-color: #bfbfbf;
}

/* line 91, app/assets/stylesheets/legacy/layout.css.scss */
.hms-tooltip {
  padding: 5px;
}

/* line 95, app/assets/stylesheets/legacy/layout.css.scss */
.hms-tooltip + .tooltip > .tooltip-inner {
  max-width: 400px;
  width: 400px;
  color: black;
  word-spacing: normal;
  background: #bfbfbf;
}

/* line 102, app/assets/stylesheets/legacy/layout.css.scss */
.hms-tooltip + .tooltip > .tooltip-arrow {
  border-bottom-color: #bfbfbf;
}

/* line 105, app/assets/stylesheets/legacy/layout.css.scss */
.login-card {
  margin-top: 10%;
  background-color: rgba(242, 242, 242, 0.66);
  border-radius: 8px;
  padding: 20px;
}

/* line 112, app/assets/stylesheets/legacy/layout.css.scss */
.family-members-checkbox {
  margin-top: -30px !important;
}

/* line 116, app/assets/stylesheets/legacy/layout.css.scss */
.edit-out-of-office-label > a,
.user-chat-templates > a {
  padding: 0 !important;
  color: #428bca !important;
}

/* line 122, app/assets/stylesheets/legacy/layout.css.scss */
.edit-out-of-office-label > a:hover,
.edit-out-of-office-label > a:focus,
.user-chat-templates > a:hover,
.user-chat-templates > a:focus {
  color: #2a6496 !important;
  text-decoration: underline !important;
  background-color: transparent !important;
}

/* line 133, app/assets/stylesheets/legacy/layout.css.scss */
#split_to_segments_block .alert.alert-info {
  padding: 5px;
  margin-bottom: 0;
  border: none;
  color: black;
}

/* line 141, app/assets/stylesheets/legacy/layout.css.scss */
.sign-in {
  max-width: 450px;
  margin: 0 auto;
  margin-top: 7%;
  background-color: rgba(253, 253, 253, 0.66);
  border-radius: 8px;
  padding: 20px 5px;
  border: 1px solid #eaeaea;
}

/* line 151, app/assets/stylesheets/legacy/layout.css.scss */
.sign-in input {
  margin-bottom: 10px;
}

/* line 155, app/assets/stylesheets/legacy/layout.css.scss */
.sign-in .form-title {
  background-color: transparent;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 162, app/assets/stylesheets/legacy/layout.css.scss */
.page-options-card {
  margin-top: 5px;
  background-color: #dae6ff;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
}

/* line 169, app/assets/stylesheets/legacy/layout.css.scss */
.btn-old {
  background-color: #797979;
  color: white;
}

/* line 175, app/assets/stylesheets/legacy/layout.css.scss */
.btn-old:hover, .btn-old:focus, .btn-old:active, .btn-old.active {
  background-color: #797979;
  color: white;
  border-color: #848788;
}

/* line 181, app/assets/stylesheets/legacy/layout.css.scss */
.btn-green {
  background-color: #00ab6b;
  color: white;
}

/* line 186, app/assets/stylesheets/legacy/layout.css.scss */
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
  background-color: #00ab6b;
  color: white;
  border-color: #029A61;
}

/* line 192, app/assets/stylesheets/legacy/layout.css.scss */
.survey-help {
  text-decoration: underline !important;
}

/* line 196, app/assets/stylesheets/legacy/layout.css.scss */
.greyish {
  color: #59595a;
  font-size: 12px;
}

/* line 201, app/assets/stylesheets/legacy/layout.css.scss */
.footer-heading.greyish {
  font-size: 13px;
}

/* line 205, app/assets/stylesheets/legacy/layout.css.scss */
.login-card-ie8 {
  border: 1px solid;
  margin-top: 10%;
  background-color: rgba(242, 242, 242, 0.38);
  border-radius: 8px;
  padding: 20px;
}

/* line 213, app/assets/stylesheets/legacy/layout.css.scss */
.out-of-office-notification {
  color: #ffffff;
  background-color: #428bca;
  font-size: 15px;
}

/* line 218, app/assets/stylesheets/legacy/layout.css.scss */
.out-of-office-notification b {
  text-transform: uppercase;
}

/* line 223, app/assets/stylesheets/legacy/layout.css.scss */
.out-of-office-view-settings {
  color: #ffffff;
  text-decoration: underline;
  padding-left: 35px;
}

/* line 229, app/assets/stylesheets/legacy/layout.css.scss */
a.out-of-office-view-settings:hover, a.out-of-office-view-settings:focus {
  color: #dddddd;
}

/* line 233, app/assets/stylesheets/legacy/layout.css.scss */
.invitation-card {
  background-color: #F2F2F2;
}

/* line 237, app/assets/stylesheets/legacy/layout.css.scss */
.navbar-header {
  /*margin-left: 5%;
}

.header-navbar-right{
  margin-right: 4% !important;
}
.new-invitation-card{
  background-color: #F2F2F2;
}

 #error_explanation {
    /*color: #f00;*/
  color: #b94a48;
}

/* line 251, app/assets/stylesheets/legacy/layout.css.scss */
.navbar-header ul {
  list-style: none;
  margin: 0 0 18px 0;
}

/* line 256, app/assets/stylesheets/legacy/layout.css.scss */
.field_with_errors {
  color: #b94a48;
}

/* line 258, app/assets/stylesheets/legacy/layout.css.scss */
.field_with_errors input {
  border-color: #b94a48;
}

/* line 263, app/assets/stylesheets/legacy/layout.css.scss */
.field_with_errors {
  display: inline;
}

/* line 265, app/assets/stylesheets/legacy/layout.css.scss */
.field_with_errors .message {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px;
  color: #EAC954;
  background: #353628;
  border-radius: 4px;
}

/* line 275, app/assets/stylesheets/legacy/layout.css.scss */
.field_with_errors .message:before {
  content: "";
  position: absolute;
  top: -15px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #353628 transparent;
}

/* line 289, app/assets/stylesheets/legacy/layout.css.scss */
.custom-icons img {
  width: 28px;
}

/* line 292, app/assets/stylesheets/legacy/layout.css.scss */
.custom-icons img:hover {
  transform: scale(1.1);
}

/* line 298, app/assets/stylesheets/legacy/layout.css.scss */
.custom-icons.csv-img img {
  width: 30px;
}

/* line 304, app/assets/stylesheets/legacy/layout.css.scss */
.custom-icons-for-assign img {
  width: 18px;
}

/* line 309, app/assets/stylesheets/legacy/layout.css.scss */
.two-way-chat h4 {
  margin-top: 2px;
}

/* line 312, app/assets/stylesheets/legacy/layout.css.scss */
.nav.nav-pills .glyphicon {
  top: 9px;
  font-size: 28px;
}

/* line 316, app/assets/stylesheets/legacy/layout.css.scss */
.nav-pills > li.active > a .glyphicon {
  color: #000;
}

/* line 320, app/assets/stylesheets/legacy/layout.css.scss */
.sidebar-nav a {
  color: black;
}

/* line 324, app/assets/stylesheets/legacy/layout.css.scss */
body {
  background-size: cover !important;
}

/* line 327, app/assets/stylesheets/legacy/layout.css.scss */
.tt-hint {
  height: 100%;
}

/* line 330, app/assets/stylesheets/legacy/layout.css.scss */
.twitter-typeahead {
  display: flex !important;
}

/* line 333, app/assets/stylesheets/legacy/layout.css.scss */
.flex {
  display: flex !important;
}

/* line 336, app/assets/stylesheets/legacy/layout.css.scss */
.hint-text {
  font-size: 14px !important;
  color: #5F5F5F;
}

/* line 340, app/assets/stylesheets/legacy/layout.css.scss */
.h2-height {
  height: 40px;
}

/* line 344, app/assets/stylesheets/legacy/layout.css.scss */
.upper-pagination ul {
  margin-bottom: 10px;
}

/* line 349, app/assets/stylesheets/legacy/layout.css.scss */
.below-pagination ul {
  margin-top: 0px;
}

/* line 353, app/assets/stylesheets/legacy/layout.css.scss */
#by_name {
  width: 100%;
}

/* line 359, app/assets/stylesheets/legacy/layout.css.scss */
#admin-card {
  min-height: 146px;
  max-height: 146px;
  overflow: auto;
}

/* line 364, app/assets/stylesheets/legacy/layout.css.scss */
#user-card {
  min-height: 146px;
  max-height: 146px;
  overflow: auto;
}

/* line 369, app/assets/stylesheets/legacy/layout.css.scss */
.remove-link {
  text-decoration: none !important;
}

/* line 373, app/assets/stylesheets/legacy/layout.css.scss */
.footer {
  width: 100%;
  height: 60px;
}

@media screen and (min-width: 1360px) {
  /* line 379, app/assets/stylesheets/legacy/layout.css.scss */
  .footer {
    position: absolute;
    bottom: 0;
  }
}

/* line 385, app/assets/stylesheets/legacy/layout.css.scss */
caption {
  text-align: center;
  font-weight: bolder;
  font-size: 18px;
}

/* line 390, app/assets/stylesheets/legacy/layout.css.scss */
#top-padding {
  margin-top: 7%;
}

/* line 393, app/assets/stylesheets/legacy/layout.css.scss */
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 400, app/assets/stylesheets/legacy/layout.css.scss */
.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* line 405, app/assets/stylesheets/legacy/layout.css.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 409, app/assets/stylesheets/legacy/layout.css.scss */
.mb-8 {
  margin-bottom: 8px !important;
}

/* line 413, app/assets/stylesheets/legacy/layout.css.scss */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 417, app/assets/stylesheets/legacy/layout.css.scss */
.mb-25 {
  margin-bottom: 25px !important;
}

/* line 421, app/assets/stylesheets/legacy/layout.css.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 426, app/assets/stylesheets/legacy/layout.css.scss */
.two-way-div .pagination {
  margin: 0px 0px 0px 0px !important;
}

/* line 430, app/assets/stylesheets/legacy/layout.css.scss */
.display-right {
  float: right;
}

/* line 433, app/assets/stylesheets/legacy/layout.css.scss */
.green-divider {
  border-top: 1px solid #66E66F !important;
}

/* line 437, app/assets/stylesheets/legacy/layout.css.scss */
#custom_alert_message {
  margin: 30px auto 30px 30px;
}

/* line 441, app/assets/stylesheets/legacy/layout.css.scss */
.badge {
  background-color: #428BCA;
}

/* line 447, app/assets/stylesheets/legacy/layout.css.scss */
.navbar.navbar-default {
  background-color: #F2F2F2;
}

/* line 450, app/assets/stylesheets/legacy/layout.css.scss */
.navbar-default .navbar-nav > li > a {
  color: #505050;
}

/* line 453, app/assets/stylesheets/legacy/layout.css.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #000000;
}

/* line 456, app/assets/stylesheets/legacy/layout.css.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: inherit;
  border-bottom: 3px solid #000000;
  height: 50px;
}

/* line 463, app/assets/stylesheets/legacy/layout.css.scss */
a.navbar-brand {
  padding: 13px 30px 0 17px;
  margin-left: 0;
}

/* line 468, app/assets/stylesheets/legacy/layout.css.scss */
.bold-black {
  font-weight: bold;
  color: #000 !important;
}

/* line 473, app/assets/stylesheets/legacy/layout.css.scss */
.turbolinks-progress-bar {
  height: 2px;
  background-color: #000;
}

/* line 478, app/assets/stylesheets/legacy/layout.css.scss */
.layout-margin {
  margin: auto;
  max-width: 1180px;
}

/* line 483, app/assets/stylesheets/legacy/layout.css.scss */
.layout-margin.top-nav {
  max-width: 1420px;
}

/* line 487, app/assets/stylesheets/legacy/layout.css.scss */
.default-page-margin {
  margin-bottom: 50px;
}

/* line 491, app/assets/stylesheets/legacy/layout.css.scss */
.inside {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 496, app/assets/stylesheets/legacy/layout.css.scss */
.title-height {
  min-height: 55px;
}

/* line 500, app/assets/stylesheets/legacy/layout.css.scss */
.btn-group > .btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 505, app/assets/stylesheets/legacy/layout.css.scss */
.btn.margin-right {
  margin-right: 20px;
}

/* line 509, app/assets/stylesheets/legacy/layout.css.scss */
.btn.margin-top {
  margin-top: 20px;
}

/* line 513, app/assets/stylesheets/legacy/layout.css.scss */
.margin-top-medium {
  margin-top: 10px;
}

/* line 517, app/assets/stylesheets/legacy/layout.css.scss */
.link-side-top {
  margin-right: -130px;
  margin-top: -27px;
}

/* line 522, app/assets/stylesheets/legacy/layout.css.scss */
.btn.custom-width {
  width: 90px;
}

/* line 526, app/assets/stylesheets/legacy/layout.css.scss */
.group-desc {
  font-size: 13px;
  color: #696969;
}

/* line 531, app/assets/stylesheets/legacy/layout.css.scss */
.row.row-with-margin {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 536, app/assets/stylesheets/legacy/layout.css.scss */
.text-green {
  color: #008000;
}

/* line 540, app/assets/stylesheets/legacy/layout.css.scss */
.text-gray {
  color: #808080;
}

/* line 544, app/assets/stylesheets/legacy/layout.css.scss */
.grey-button {
  background-color: #FAFAFA;
  border-color: #ADADAD;
}

/* line 549, app/assets/stylesheets/legacy/layout.css.scss */
.fa-1x {
  font-size: 1.1em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 555, app/assets/stylesheets/legacy/layout.css.scss */
.navbar.bottom-nav {
  background-color: #D6ECFF;
  border-top: 1px #424242 solid;
  border-bottom: 1px #424242 solid;
}

/* line 559, app/assets/stylesheets/legacy/layout.css.scss */
.navbar.bottom-nav ul.navbar-nav {
  background-color: #D6ECFF;
  min-width: 100px;
}

/* line 562, app/assets/stylesheets/legacy/layout.css.scss */
.navbar.bottom-nav ul.navbar-nav li.back, .navbar.bottom-nav ul.navbar-nav li.next, .navbar.bottom-nav ul.navbar-nav li.message-group-props > .tl {
  background-color: #D6ECFF;
}

/* line 566, app/assets/stylesheets/legacy/layout.css.scss */
.navbar.bottom-nav ul.navbar-right {
  background-color: #D6ECFF;
}

/* line 571, app/assets/stylesheets/legacy/layout.css.scss */
.triangle-cover {
  z-index: 1;
  float: right;
  width: 0;
  height: 0;
  border-top: 29px solid rgba(0, 0, 0, 0);
  border-bottom: 29px solid rgba(0, 0, 0, 0);
  border-left: 29px solid #FFFFFF;
  position: inherit;
}

/* line 582, app/assets/stylesheets/legacy/layout.css.scss */
.triangle {
  float: right;
  width: 0;
  height: 0;
  margin-left: -34px;
  z-index: 10;
  border-top: 29px solid rgba(0, 0, 0, 0);
  border-bottom: 29px solid rgba(0, 0, 0, 0);
  border-left: 29px solid #D6ECFF;
  position: inherit;
}

/* line 594, app/assets/stylesheets/legacy/layout.css.scss */
.navbar.bottom-nav ul.center-float {
  margin-left: 3%;
}

/* line 598, app/assets/stylesheets/legacy/layout.css.scss */
.navbar.bottom-nav li.message-group-props {
  display: flex;
  margin-left: -24px;
  background-color: #D6ECFF;
}

/* line 602, app/assets/stylesheets/legacy/layout.css.scss */
.navbar.bottom-nav li.message-group-props .tl {
  min-width: 265px;
  padding-left: 40px;
  padding-top: 11px;
  height: 58px;
  margin-right: 5px;
}

/* line 611, app/assets/stylesheets/legacy/layout.css.scss */
.navbar.bottom-nav .nav > li > a {
  padding: 19px;
}

/* line 616, app/assets/stylesheets/legacy/layout.css.scss */
li.message-group-props.active .tl {
  background-color: #428BCA !important;
  color: #FFF;
  height: 50px;
}

/* line 621, app/assets/stylesheets/legacy/layout.css.scss */
li.message-group-props.active .group-desc {
  color: #FFF;
}

/* line 624, app/assets/stylesheets/legacy/layout.css.scss */
li.message-group-props.active .triangle {
  border-left-color: #428BCA;
}

/* line 629, app/assets/stylesheets/legacy/layout.css.scss */
.bottom-nav-margin {
  margin-bottom: 100px;
}

/* line 632, app/assets/stylesheets/legacy/layout.css.scss */
.small-text {
  font-size: 10px !important;
}

/* line 635, app/assets/stylesheets/legacy/layout.css.scss */
.border-top-zero {
  border-top: 0;
}

/* line 638, app/assets/stylesheets/legacy/layout.css.scss */
.block {
  display: inline-block;
}

/* line 641, app/assets/stylesheets/legacy/layout.css.scss */
.full-width {
  width: 100%;
}

/* line 644, app/assets/stylesheets/legacy/layout.css.scss */
.search-input {
  position: relative;
  max-width: 300px;
}

/* line 648, app/assets/stylesheets/legacy/layout.css.scss */
.twitter-typeahead {
  font-size: 14px !important;
}

/* line 651, app/assets/stylesheets/legacy/layout.css.scss */
.float-padding {
  padding-top: 3px;
}

/* line 654, app/assets/stylesheets/legacy/layout.css.scss */
.title-margin {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 659, app/assets/stylesheets/legacy/layout.css.scss */
.filter-margin {
  margin-top: 15px;
}

/* line 663, app/assets/stylesheets/legacy/layout.css.scss */
.fa-margin {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 667, app/assets/stylesheets/legacy/layout.css.scss */
.text-danger {
  color: #b94a48 !important;
}

/* line 670, app/assets/stylesheets/legacy/layout.css.scss */
.italic-heading {
  font-style: italic;
  color: #6D6D6D;
}

/* line 674, app/assets/stylesheets/legacy/layout.css.scss */
#response-section-div {
  overflow: hidden !important;
}

/* line 677, app/assets/stylesheets/legacy/layout.css.scss */
.days-dropdown {
  min-width: 150px;
}

/* line 680, app/assets/stylesheets/legacy/layout.css.scss */
td.grey-border {
  border-right: 1px solid #F9F9F9 !important;
}

/* line 684, app/assets/stylesheets/legacy/layout.css.scss */
td.grey-background {
  background-color: #F9F9F9;
}

/* line 688, app/assets/stylesheets/legacy/layout.css.scss */
#participant-chat-table {
  border-bottom: 1px solid #dddddd;
}

/* line 692, app/assets/stylesheets/legacy/layout.css.scss */
.tt-menu {
  width: 100%;
  padding: 5px;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -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 708, app/assets/stylesheets/legacy/layout.css.scss */
.tt-menu .tt-suggestion {
  display: block;
  padding: 5px 10px;
  background-color: #FFF;
}

/* line 713, app/assets/stylesheets/legacy/layout.css.scss */
.tt-menu .tt-suggestion.tt-cursor {
  color: #FFF;
  background-color: #429de1;
}

/* line 717, app/assets/stylesheets/legacy/layout.css.scss */
.tt-menu .tt-suggestion:hover {
  color: #FFF;
  background-color: #429de1;
}

/* line 723, app/assets/stylesheets/legacy/layout.css.scss */
input.form-control.typeahead.tt-hint {
  left: 2px !important;
  color: #bbb !important;
}

/* line 728, app/assets/stylesheets/legacy/layout.css.scss */
.bootstrap-table .dashboard-table.table > thead > tr > th,
.bootstrap-table .report-table.table > thead > tr > th {
  vertical-align: bottom !important;
  border-bottom: 2px solid #ddd !important;
}

/* line 734, app/assets/stylesheets/legacy/layout.css.scss */
.fixed-table-container .dashboard-table thead th,
.fixed-table-container .dashboard-table tbody td {
  border-left: none !important;
}

/* line 740, app/assets/stylesheets/legacy/layout.css.scss */
.fixed-table-container {
  border: none !important;
}

/* line 744, app/assets/stylesheets/legacy/layout.css.scss */
.bootstrap-table .dashboard-table.table tbody tr:hover td,
.bootstrap-table .dashboard-table.table tbody tr:hover th {
  background-color: transparent !important;
}

/* line 750, app/assets/stylesheets/legacy/layout.css.scss */
.fixed-table-container thead th .sortable {
  background-position: left !important;
  padding-left: 30px !important;
}

/* line 755, app/assets/stylesheets/legacy/layout.css.scss */
td.sortable-td {
  padding-left: 30px !important;
}

/* line 759, app/assets/stylesheets/legacy/layout.css.scss */
.add-multiple-ques-link {
  color: black;
  font-weight: bold;
}

/* line 764, app/assets/stylesheets/legacy/layout.css.scss */
.add-multiple-ques-link::before {
  margin-right: 5px;
}

/* line 768, app/assets/stylesheets/legacy/layout.css.scss */
.add-multiple-ques-link:hover {
  color: black;
  text-decoration: none;
}

/* line 773, app/assets/stylesheets/legacy/layout.css.scss */
.dropdown-menu.user-profile-details {
  min-width: 365px;
  padding: 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

/* line 783, app/assets/stylesheets/legacy/layout.css.scss */
.dropdown-menu.user-profile-details .checkbox {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 788, app/assets/stylesheets/legacy/layout.css.scss */
.dropdown-menu.user-profile-details .divider {
  margin: 0;
}

/* line 792, app/assets/stylesheets/legacy/layout.css.scss */
.dropdown-menu.user-profile-details .list-label {
  margin-top: 10px;
  margin-bottom: 8px;
}

/* line 799, app/assets/stylesheets/legacy/layout.css.scss */
.row.user-name-info {
  line-height: 34px;
}

/* line 802, app/assets/stylesheets/legacy/layout.css.scss */
.row.user-name-info label {
  margin-bottom: 0;
}

/* line 806, app/assets/stylesheets/legacy/layout.css.scss */
.row.user-name-info .user-action {
  padding-left: 0;
}

/* line 808, app/assets/stylesheets/legacy/layout.css.scss */
.row.user-name-info .user-action a {
  float: right;
}

/* line 812, app/assets/stylesheets/legacy/layout.css.scss */
.row.user-email-info {
  line-height: 34px;
}

/* line 815, app/assets/stylesheets/legacy/layout.css.scss */
.row.user-email-info label {
  margin-bottom: 0;
}

/* line 819, app/assets/stylesheets/legacy/layout.css.scss */
.row.user-email-info a {
  float: right;
}

/* line 823, app/assets/stylesheets/legacy/layout.css.scss */
.row.user-email-info .user-email {
  color: grey;
}

/* line 828, app/assets/stylesheets/legacy/layout.css.scss */
.logout-link {
  float: right;
  font-weight: bold;
}

/* line 833, app/assets/stylesheets/legacy/layout.css.scss */
.form-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
  margin-top: 3%;
}

/* line 840, app/assets/stylesheets/legacy/layout.css.scss */
.form-signin .form-signin-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 845, app/assets/stylesheets/legacy/layout.css.scss */
.form-signin .form-title {
  background-color: #e6e6e6;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 852, app/assets/stylesheets/legacy/layout.css.scss */
.form-signin .form-control:focus {
  z-index: 2;
}

/* line 853, app/assets/stylesheets/legacy/layout.css.scss */
.form-signin input {
  margin-bottom: 10px;
}

/* line 856, app/assets/stylesheets/legacy/layout.css.scss */
.report-frequency-info {
  display: block;
  padding: 6px 0px;
  color: #808080;
}

/* line 862, app/assets/stylesheets/legacy/layout.css.scss */
.table.report_users thead > tr > th, .table.schedule-report-list thead.schedule-report-list-thead > tr > th {
  border-bottom: none;
}

/* line 866, app/assets/stylesheets/legacy/layout.css.scss */
.table.report_users {
  margin-top: 10px;
  margin-left: -5px;
  margin-bottom: 0;
}

/* line 872, app/assets/stylesheets/legacy/layout.css.scss */
.table.schedule-report-list {
  margin-left: -8px;
}

/* line 876, app/assets/stylesheets/legacy/layout.css.scss */
.table.report_users tbody > tr > td {
  border-top: none;
  padding: 2px 8px;
}

/* line 881, app/assets/stylesheets/legacy/layout.css.scss */
.table.schedule-report-list tbody.schedule-report-list-tbody > tr > td {
  border-top: none;
}

/* line 885, app/assets/stylesheets/legacy/layout.css.scss */
.alert.notification {
  margin-bottom: 0;
  border: none;
  border-radius: initial;
  padding: 0;
}

/* line 891, app/assets/stylesheets/legacy/layout.css.scss */
.alert.notification span.notification-body, .alert.notification button.notification-close {
  display: inline-block;
}

/* line 895, app/assets/stylesheets/legacy/layout.css.scss */
.alert.notification span.notification-body {
  padding: 9px;
}

/* line 899, app/assets/stylesheets/legacy/layout.css.scss */
.alert.notification button.notification-close {
  padding: 7px 15px;
}

/* line 903, app/assets/stylesheets/legacy/layout.css.scss */
.alert.notification span.notification-image img {
  height: 28px;
  margin-top: -3px;
}

/* line 909, app/assets/stylesheets/legacy/layout.css.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 914, app/assets/stylesheets/legacy/layout.css.scss */
.padding-bottom-7 {
  padding-bottom: 7px;
}

/* line 918, app/assets/stylesheets/legacy/layout.css.scss */
.margin-right-30 {
  margin-right: 30px;
}

/* line 922, app/assets/stylesheets/legacy/layout.css.scss */
.limit-language-selection {
  margin-top: -23px !important;
  padding-top: 0 !important;
  margin-left: 15px !important;
}

/* line 927, app/assets/stylesheets/legacy/layout.css.scss */
.limit-language-selection label::after {
  top: 2px !important;
}

/* line 932, app/assets/stylesheets/legacy/layout.css.scss */
.mw-650 {
  width: 650px !important;
}

/* line 936, app/assets/stylesheets/legacy/layout.css.scss */
.mw-100 {
  width: 100% !important;
}

/* line 940, app/assets/stylesheets/legacy/layout.css.scss */
.w-51 {
  width: 51% !important;
}

/* line 944, app/assets/stylesheets/legacy/layout.css.scss */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 949, app/assets/stylesheets/legacy/layout.css.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 954, app/assets/stylesheets/legacy/layout.css.scss */
.ml-5 {
  margin-left: 25px !important;
}

/* line 958, app/assets/stylesheets/legacy/layout.css.scss */
.mr-5 {
  margin-right: 25px !important;
}

/* line 962, app/assets/stylesheets/legacy/layout.css.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 966, app/assets/stylesheets/legacy/layout.css.scss */
.mb-5 {
  margin-bottom: 30px !important;
}

/* line 970, app/assets/stylesheets/legacy/layout.css.scss */
.mb-05 {
  margin-bottom: 5px !important;
}

/* line 974, app/assets/stylesheets/legacy/layout.css.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 978, app/assets/stylesheets/legacy/layout.css.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 982, app/assets/stylesheets/legacy/layout.css.scss */
.mr-10 {
  margin-right: 10px !important;
}

/* line 986, app/assets/stylesheets/legacy/layout.css.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 990, app/assets/stylesheets/legacy/layout.css.scss */
.hauto {
  height: auto !important;
}

/* line 994, app/assets/stylesheets/legacy/layout.css.scss */
.mt-3 {
  margin-top: 15px !important;
}

/* line 998, app/assets/stylesheets/legacy/layout.css.scss */
.mt-25 {
  margin-top: 25px !important;
}

/* line 1002, app/assets/stylesheets/legacy/layout.css.scss */
.mt-35 {
  margin-top: 35px !important;
}

/* line 1006, app/assets/stylesheets/legacy/layout.css.scss */
.ml-1 {
  margin-left: 5px !important;
}

/* line 1010, app/assets/stylesheets/legacy/layout.css.scss */
.ml-15 {
  margin-left: 15px !important;
}

/* line 1014, app/assets/stylesheets/legacy/layout.css.scss */
.mr-1 {
  margin-right: 5px !important;
}

/* line 1018, app/assets/stylesheets/legacy/layout.css.scss */
.mt-m8 {
  margin-top: -8px;
}

/* line 1022, app/assets/stylesheets/legacy/layout.css.scss */
.ml-12 {
  margin-left: 12px !important;
}

/* line 1026, app/assets/stylesheets/legacy/layout.css.scss */
.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* line 1031, app/assets/stylesheets/legacy/layout.css.scss */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 1036, app/assets/stylesheets/legacy/layout.css.scss */
.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 1041, app/assets/stylesheets/legacy/layout.css.scss */
.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 1046, app/assets/stylesheets/legacy/layout.css.scss */
.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

/* line 1051, app/assets/stylesheets/legacy/layout.css.scss */
.py-6 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* line 1056, app/assets/stylesheets/legacy/layout.css.scss */
.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* line 1061, app/assets/stylesheets/legacy/layout.css.scss */
.mr-15 {
  margin-right: 15px !important;
}

/* line 1065, app/assets/stylesheets/legacy/layout.css.scss */
.mr-25 {
  margin-right: 25px !important;
}

/* line 1069, app/assets/stylesheets/legacy/layout.css.scss */
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* line 1074, app/assets/stylesheets/legacy/layout.css.scss */
.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* line 1079, app/assets/stylesheets/legacy/layout.css.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 1083, app/assets/stylesheets/legacy/layout.css.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 1087, app/assets/stylesheets/legacy/layout.css.scss */
.pl-6 {
  padding-left: 30px !important;
}

/* line 1091, app/assets/stylesheets/legacy/layout.css.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 1095, app/assets/stylesheets/legacy/layout.css.scss */
.pb-2 {
  padding-bottom: 10px !important;
}

/* line 1099, app/assets/stylesheets/legacy/layout.css.scss */
.pb-3 {
  padding-bottom: 15px !important;
}

/* line 1103, app/assets/stylesheets/legacy/layout.css.scss */
.mt-5 {
  margin-top: 5px;
}

/* line 1107, app/assets/stylesheets/legacy/layout.css.scss */
.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 1112, app/assets/stylesheets/legacy/layout.css.scss */
.bg-grey {
  background-color: #F2F2F2;
}

/* line 1117, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox label.checkbox-label {
  left: 40px !important;
  top: -16px !important;
}

/* line 1122, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox {
  padding-left: 20px;
}

/* line 1124, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

/* line 1128, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

/* line 1142, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

/* line 1154, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox.checkbox-primary input[type="checkbox"] {
  opacity: 0;
}

/* line 1156, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1160, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

/* line 1163, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

/* line 1165, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

/* line 1168, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

/* line 1170, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox.checkbox-inline {
  margin-top: 0;
}

/* line 1173, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}

/* line 1176, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 1179, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 1182, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 1185, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 1188, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 1191, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 1194, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 1197, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 1200, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 1203, app/assets/stylesheets/legacy/layout.css.scss */
.adjusted-checkbox label:before,
.adjusted-checkbox label:after {
  top: -15px !important;
}

/* line 1208, app/assets/stylesheets/legacy/layout.css.scss */
.adjusted-checkbox {
  padding-left: 15px !important;
}

/* line 1213, app/assets/stylesheets/legacy/layout.css.scss */
.auto-reply-responses .adjusted-checkbox label:after {
  margin-left: -21px !important;
}

/* line 1218, app/assets/stylesheets/legacy/layout.css.scss */
.border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

/* line 1223, app/assets/stylesheets/legacy/layout.css.scss */
.appointment-bg-color, .survey-title-bg-color {
  padding: 2px 12px !important;
}

/* line 1227, app/assets/stylesheets/legacy/layout.css.scss */
.message-origin, .scheduler-setup, .message-values {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 25px auto;
}

/* line 1234, app/assets/stylesheets/legacy/layout.css.scss */
.scheduler-function .primary-info {
  padding: 5px 20px;
  margin: 15px auto;
}

/* line 1239, app/assets/stylesheets/legacy/layout.css.scss */
.scheduler-function .panel-title {
  position: absolute;
  margin-top: -16px;
  margin-bottom: 0;
  padding: 0 15px;
  background: #ffffff;
  font-size: 14px;
}

/* line 1248, app/assets/stylesheets/legacy/layout.css.scss */
.send-settings-checkbox.checkbox label::before {
  margin-top: 2px !important;
}

/* line 1252, app/assets/stylesheets/legacy/layout.css.scss */
.send-settings-checkbox.checkbox label::after {
  padding-top: 3px !important;
}

/* line 1256, app/assets/stylesheets/legacy/layout.css.scss */
.survey-description {
  color: #ffffff;
  background-color: #468cc8;
  border-color: #468cc8;
  border-radius: unset;
}

/* line 1263, app/assets/stylesheets/legacy/layout.css.scss */
.survey_questions {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 1268, app/assets/stylesheets/legacy/layout.css.scss */
.survey-public-url {
  font-size: 14px;
  padding: 14px;
}

/* line 1272, app/assets/stylesheets/legacy/layout.css.scss */
.web-survey-header {
  padding: 0;
}

/* line 1276, app/assets/stylesheets/legacy/layout.css.scss */
.survey-questions-page {
  margin-bottom: 30px;
}

/* line 1280, app/assets/stylesheets/legacy/layout.css.scss */
.survey-answers-reports {
  padding: 15px 0;
}

/* line 1286, app/assets/stylesheets/legacy/layout.css.scss */
.survey-answers-reports .panel-default .panel-heading {
  border-color: transparent;
}

/* line 1292, app/assets/stylesheets/legacy/layout.css.scss */
.sort-layout {
  border: none;
  background-color: #e0e0e0;
}

/* line 1297, app/assets/stylesheets/legacy/layout.css.scss */
.blank_slate {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 3px;
  border: 1px dashed #DADADA;
  color: #AAA;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
}

/* line 1307, app/assets/stylesheets/legacy/layout.css.scss */
.blank_slate h2 {
  margin-top: 10px;
  font-size: 26px;
}

@media screen and (max-width: 576px) {
  /* line 1314, app/assets/stylesheets/legacy/layout.css.scss */
  .sign-in {
    border: none;
  }
}

/* line 1320, app/assets/stylesheets/legacy/layout.css.scss */
#loading_chats_indicator {
  position: relative;
  display: block;
  padding: 8px;
  background-color: aliceblue;
  border-radius: 5px;
}

/* line 1329, app/assets/stylesheets/legacy/layout.css.scss */
#staff_message .complete, #staff_message .show-more {
  display: none;
}

/* line 1332, app/assets/stylesheets/legacy/layout.css.scss */
#staff_message .show-more {
  color: #428bca;
  padding: 3px;
  cursor: pointer;
  font-weight: bold;
}

/* line 1339, app/assets/stylesheets/legacy/layout.css.scss */
.but-width {
  width: 97px;
}

/* line 1343, app/assets/stylesheets/legacy/layout.css.scss */
.align {
  padding-top: 16px !important;
  font-weight: bold;
  font-size: 20px;
}

/* line 1349, app/assets/stylesheets/legacy/layout.css.scss */
.tenant-width {
  width: 280px;
}

/* line 1354, app/assets/stylesheets/legacy/layout.css.scss */
.dashboard-table-two .tenant-name {
  min-width: 240px;
}

/* line 1357, app/assets/stylesheets/legacy/layout.css.scss */
.dashboard-table-two .tenant-notes-field, .dashboard-table-two .tenant-large-fields {
  min-width: 300px;
}

/* line 1361, app/assets/stylesheets/legacy/layout.css.scss */
.dashboard-table-two .tenant-checkbox-fields {
  min-width: 370px;
}

/* line 1363, app/assets/stylesheets/legacy/layout.css.scss */
.dashboard-table-two .tenant-checkbox-fields .checkbox {
  margin-right: 0;
}

/* line 1368, app/assets/stylesheets/legacy/layout.css.scss */
.dashboard-table-two .tenant-date {
  min-width: 180px;
}

/* line 1372, app/assets/stylesheets/legacy/layout.css.scss */
.dashboard-table-two .tenant-single-checkbox-field {
  margin-top: -20px;
}

/* line 1376, app/assets/stylesheets/legacy/layout.css.scss */
.dashboard-table-two .tenant-radio-fields {
  min-width: 250px;
}

/* line 1380, app/assets/stylesheets/legacy/layout.css.scss */
.dashboard-table-two .astric {
  min-width: 30px;
}

/* line 1384, app/assets/stylesheets/legacy/layout.css.scss */
.dashboard-table-two .tenant-mid-fields {
  min-width: 150px;
}

/* line 1389, app/assets/stylesheets/legacy/layout.css.scss */
.tenant-expiration-date {
  min-width: 180px;
}

/* line 1393, app/assets/stylesheets/legacy/layout.css.scss */
.tenant-usages {
  min-width: 260px;
  max-width: 270px;
}

/* line 1398, app/assets/stylesheets/legacy/layout.css.scss */
.tenant-id {
  min-width: 30px;
}

/* line 1402, app/assets/stylesheets/legacy/layout.css.scss */
#change-tenant-edit-col {
  font-size: 14px;
}

/* line 1406, app/assets/stylesheets/legacy/layout.css.scss */
.generate-tenant-edit, .update-all-tanants-account .save-updates {
  width: 100%;
}

/* line 1410, app/assets/stylesheets/legacy/layout.css.scss */
#list_default_tenants_view {
  margin-top: -5px;
}

/* line 1414, app/assets/stylesheets/legacy/layout.css.scss */
.bullet div::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ec912c;
  border-radius: 100px;
  margin-top: 11px;
  margin-left: -12px;
}

/* line 1426, app/assets/stylesheets/legacy/layout.css.scss */
.custom-no-send-times {
  margin-bottom: 30px;
}

/* line 1428, app/assets/stylesheets/legacy/layout.css.scss */
.custom-no-send-times .send-settings-checkbox.checkbox label::before {
  margin-top: -10px !important;
}

/* line 1432, app/assets/stylesheets/legacy/layout.css.scss */
.custom-no-send-times .send-settings-checkbox.checkbox label::after {
  top: -12px;
}

/* line 1436, app/assets/stylesheets/legacy/layout.css.scss */
.custom-no-send-times .message-group-custom-no-send-times-body {
  margin-top: 25px;
}

/* line 1441, app/assets/stylesheets/legacy/layout.css.scss */
.track-survey, .appear-in-chat-survey {
  font-weight: normal;
}

/* line 1446, app/assets/stylesheets/legacy/layout.css.scss */
.web-survey-report label {
  font-weight: bold !important;
}

/* line 1451, app/assets/stylesheets/legacy/layout.css.scss */
table.table.report-table td.blank {
  border-top: none !important;
}

/* line 1455, app/assets/stylesheets/legacy/layout.css.scss */
.filter-actions.edit {
  padding-top: 5px;
}

/* line 1459, app/assets/stylesheets/legacy/layout.css.scss */
.badge.badge-subject {
  color: #333333 !important;
  margin-top: 7px !important;
}

/* line 1464, app/assets/stylesheets/legacy/layout.css.scss */
.label-secondary {
  background-color: #6c757d;
}

/* Start toggle */
/* line 1469, app/assets/stylesheets/legacy/layout.css.scss */
.custom-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
  margin-bottom: unset;
}

/* line 1477, app/assets/stylesheets/legacy/layout.css.scss */
.custom-switch input {
  display: none;
}

/* line 1479, app/assets/stylesheets/legacy/layout.css.scss */
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #808080;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

/* line 1492, app/assets/stylesheets/legacy/layout.css.scss */
.switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

/* line 1505, app/assets/stylesheets/legacy/layout.css.scss */
input:checked + .switch-slider {
  background-color: #2ab934;
}

/* line 1509, app/assets/stylesheets/legacy/layout.css.scss */
input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 1513, app/assets/stylesheets/legacy/layout.css.scss */
input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
  left: -17px;
}

/*------ ADDED CSS ---------*/
/* line 1521, app/assets/stylesheets/legacy/layout.css.scss */
.switch-slider:after {
  content: 'OFF';
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 60%;
  font-size: 11px;
}

/* line 1533, app/assets/stylesheets/legacy/layout.css.scss */
input:checked + .switch-slider:after {
  content: 'ON';
  left: 30%;
}

/*--------- END --------*/
/* line 1541, app/assets/stylesheets/legacy/layout.css.scss */
.checkbox-mt-26 {
  margin-top: -26px !important;
}

/* line 1545, app/assets/stylesheets/legacy/layout.css.scss */
.dropzone {
  width: 100%;
  border: 2px dashed rgba(0, 0, 0, 0.3) !important;
}

/* line 1549, app/assets/stylesheets/legacy/layout.css.scss */
.dropzone .dz-remove {
  text-decoration: none !important;
  margin-top: 5px !important;
  padding: 4px 12px !important;
}

/* line 1555, app/assets/stylesheets/legacy/layout.css.scss */
.dropzone .dz-message.add-more {
  display: block !important;
}

/* line 1560, app/assets/stylesheets/legacy/layout.css.scss */
.dropzone.question {
  text-align: center;
}

/* line 1564, app/assets/stylesheets/legacy/layout.css.scss */
.upload-file.title {
  padding: 10px;
  color: dimgrey;
  font-size: 16px;
}

/* line 1570, app/assets/stylesheets/legacy/layout.css.scss */
.upload-file.required-fields {
  padding: 10px;
  color: #4cae4c;
  font-size: 16px;
}

/* line 1577, app/assets/stylesheets/legacy/layout.css.scss */
.dropdown.header-profile .multiselect.dropdown-toggle {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 1596, app/assets/stylesheets/legacy/layout.css.scss */
.dropdown.header-profile .multiselect-container.dropdown-menu .checkbox {
  margin: 0 !important;
}

/* line 1603, app/assets/stylesheets/legacy/layout.css.scss */
.survey_questions .radio.md-radio label {
  height: auto !important;
}

/* line 1608, app/assets/stylesheets/legacy/layout.css.scss */
.view-media-files {
  top: 50%;
  left: 50%;
}

/* line 1613, app/assets/stylesheets/legacy/layout.css.scss */
.ltr-direction {
  direction: ltr;
}

/* line 1617, app/assets/stylesheets/legacy/layout.css.scss */
.rtl-direction {
  direction: rtl;
}

/* line 1621, app/assets/stylesheets/legacy/layout.css.scss */
.disabled-actions {
  pointer-events: none;
  opacity: 0.4;
}

/* line 1626, app/assets/stylesheets/legacy/layout.css.scss */
li.tenant-name {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 1630, app/assets/stylesheets/legacy/layout.css.scss */
li.tenant-name .badge {
  color: #428bca;
  background-color: #ffffff;
}

/* line 1636, app/assets/stylesheets/legacy/layout.css.scss */
.special-characters-body {
  font-size: 18px;
}

/* line 1640, app/assets/stylesheets/legacy/layout.css.scss */
.special-character {
  background-color: #ffa500;
  font-weight: bold;
  padding: 2px;
}

/* line 1646, app/assets/stylesheets/legacy/layout.css.scss */
.special-characters-footer {
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 18px;
}

/* line 1651, app/assets/stylesheets/legacy/layout.css.scss */
.special-characters-footer .color-box {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #ffa500;
  position: absolute;
  left: 155px;
  top: -3px;
}

/* line 1662, app/assets/stylesheets/legacy/layout.css.scss */
.text-note.sms .note.danger {
  color: #ff0000;
}

/* line 1666, app/assets/stylesheets/legacy/layout.css.scss */
.copy-to-clipboard {
  background-color: #e0e0e0;
}

/* line 1670, app/assets/stylesheets/legacy/layout.css.scss */
.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/* line 1674, app/assets/stylesheets/legacy/layout.css.scss */
.two-fa {
  max-width: 630px;
  margin: 0 auto;
  margin-top: 7%;
  background-color: rgba(253, 253, 253, 0.66);
  border-radius: 8px;
  padding: 20px 5px;
  border: 1px solid #eaeaea;
}

/* line 1683, app/assets/stylesheets/legacy/layout.css.scss */
.two-fa .panel {
  background-color: transparent;
  border: none;
}

/* line 1689, app/assets/stylesheets/legacy/layout.css.scss */
.chat-opted-out {
  color: red;
  margin-left: 10px;
}

/* line 1694, app/assets/stylesheets/legacy/layout.css.scss */
.config-filename-help {
  border: 1px solid grey;
  border-radius: 5px;
  padding: 10px;
}

/* line 1700, app/assets/stylesheets/legacy/layout.css.scss */
.c-md-13 {
  width: 13%;
}

/* line 1704, app/assets/stylesheets/legacy/layout.css.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 1709, app/assets/stylesheets/legacy/layout.css.scss */
.badge-secondary {
  color: #fff;
  background-color: #6d8ba6;
}

/* line 1714, app/assets/stylesheets/legacy/layout.css.scss */
.bage-br-5 {
  border-radius: 5px;
}

/* line 1718, app/assets/stylesheets/legacy/layout.css.scss */
.multiselect.dropdown-toggle {
  border-radius: 4px !important;
}

/* line 1723, app/assets/stylesheets/legacy/layout.css.scss */
.table .th-inner.sortable,
.table .sortable-td {
  padding-left: 20px !important;
}

/* line 1728, app/assets/stylesheets/legacy/layout.css.scss */
.table th.sequence-number {
  width: 10px !important;
}

/* line 1731, app/assets/stylesheets/legacy/layout.css.scss */
.table th.sequence-number .th-inner.sortable {
  padding-left: 0px !important;
  padding-right: 10px !important;
}

/* line 1738, app/assets/stylesheets/legacy/layout.css.scss */
.dropzone .dz-preview .dz-progress {
  border: solid 2px white !important;
  background: #D2042D !important;
  border-radius: 5px !important;
  height: 18px !important;
}

/* line 1745, app/assets/stylesheets/legacy/layout.css.scss */
.otp-page {
  margin: auto;
  max-width: 400px;
  width: auto;
  display: block;
  text-align: center;
}

/* line 1753, app/assets/stylesheets/legacy/layout.css.scss */
.otp-input-fields {
  margin: auto;
  background-color: white;
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 30px 40px;
}

/* line 1762, app/assets/stylesheets/legacy/layout.css.scss */
.otp-input-fields input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #428bca;
  text-align: center;
  outline: none;
  font-size: 21px;
  box-shadow: 0 0 2px #428bca inset;
  /* Firefox */
}

/* line 1772, app/assets/stylesheets/legacy/layout.css.scss */
.otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1779, app/assets/stylesheets/legacy/layout.css.scss */
.otp-input-fields input[type=number] {
  -moz-appearance: textfield;
}

/* line 1782, app/assets/stylesheets/legacy/layout.css.scss */
.otp-input-fields input:focus {
  border-width: 2px;
  border-color: #357ebd;
  font-size: 20px;
}

/* line 1790, app/assets/stylesheets/legacy/layout.css.scss */
.otp-error-message {
  color: red;
}

/* line 1794, app/assets/stylesheets/legacy/layout.css.scss */
.prt-blue {
  background-color: #98F5FF !important;
}

/* line 1798, app/assets/stylesheets/legacy/layout.css.scss */
#participant-next-button {
  position: fixed;
  top: 15px;
  left: 15px;
}

/* line 1804, app/assets/stylesheets/legacy/layout.css.scss */
.alert-info {
  background-color: white !important;
}

/* line 1808, app/assets/stylesheets/legacy/layout.css.scss */
.md-modal {
  width: 80%;
}

/* line 1812, app/assets/stylesheets/legacy/layout.css.scss */
#training_docs_links_form {
  border: 1px dashed #009578;
  border-radius: 5px;
  margin-top: 15px;
}

/* line 1816, app/assets/stylesheets/legacy/layout.css.scss */
#training_docs_links_form table {
  margin-bottom: 0 !important;
}

/* line 1822, app/assets/stylesheets/legacy/layout.css.scss */
.scheduler-summary-table th {
  border: 1px solid #dddddd !important;
}

/* line 1825, app/assets/stylesheets/legacy/layout.css.scss */
.scheduler-summary-table td {
  border-left: 1px solid #dddddd !important;
  border-right: 1px solid #dddddd !important;
}

/* line 1831, app/assets/stylesheets/legacy/layout.css.scss */
.navbar-fixed-bottom.bottom-nav {
  margin-right: 0px !important;
}

/* line 1835, app/assets/stylesheets/legacy/layout.css.scss */
.select2-selection__rendered {
  font-weight: normal;
}

/* line 1839, app/assets/stylesheets/legacy/layout.css.scss */
.dropzone .dz-preview .dz-error-message {
  top: 50px !important;
}
/* line 4, app/assets/stylesheets/legacy/tenants.css.scss */
.tenant-message-group-card {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px;
}

/* line 10, app/assets/stylesheets/legacy/tenants.css.scss */
.public-facing-page .remove-left-padding {
  padding-left: 0px;
}

/* line 13, app/assets/stylesheets/legacy/tenants.css.scss */
.public-facing-page .remove-right-padding {
  padding-right: 0px;
}

/* line 16, app/assets/stylesheets/legacy/tenants.css.scss */
.public-facing-page .text-danger {
  font-style: italic;
  padding-left: 10px;
}

/* line 22, app/assets/stylesheets/legacy/tenants.css.scss */
#tenant_api_key {
  font-weight: bold;
  margin-left: 10px;
  padding: 8px;
  border: 1px solid black;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  /* line 31, app/assets/stylesheets/legacy/tenants.css.scss */
  #VoiceModal .modal-dialog {
    width: auto;
    max-width: 650px;
  }
  /* line 38, app/assets/stylesheets/legacy/tenants.css.scss */
  #RecordModal .modal-dialog {
    width: auto;
    max-width: 65%;
  }
  /* line 45, app/assets/stylesheets/legacy/tenants.css.scss */
  #TestModal .modal-dialog {
    width: auto;
    max-width: 65%;
  }
}

/* line 53, app/assets/stylesheets/legacy/tenants.css.scss */
.center-align-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

/* line 61, app/assets/stylesheets/legacy/tenants.css.scss */
.voice-page .activated {
  border: 2px solid blue !important;
}

/* line 66, app/assets/stylesheets/legacy/tenants.css.scss */
#delete_texting_history, .delete-all-participants {
  width: 190px;
}

/* line 70, app/assets/stylesheets/legacy/tenants.css.scss */
#join_texting_program_tab {
  margin-left: 20px;
}

/* line 74, app/assets/stylesheets/legacy/tenants.css.scss */
#update_program_status_tab {
  margin-top: 10px;
  margin-left: 20px;
}

/* line 79, app/assets/stylesheets/legacy/tenants.css.scss */
#buddy_texting_sections > li > a {
  color: black;
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: bold;
}

/* line 89, app/assets/stylesheets/legacy/tenants.css.scss */
#buddy_texting_sections > li.active > a {
  color: #428bca;
  cursor: pointer;
  background-color: #ffffff;
  border: 0;
  border-bottom: 3px;
  border-style: solid;
  border-bottom-color: #428bca;
}

/* line 99, app/assets/stylesheets/legacy/tenants.css.scss */
.uploader-action-label {
  display: block;
  width: 100%;
  height: 34px;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

/* line 110, app/assets/stylesheets/legacy/tenants.css.scss */
#tenant_form .radio-inline,
#tenant_form .checkbox-inline,
#tenant_form .checkbox {
  padding-top: initial;
}

/* line 118, app/assets/stylesheets/legacy/tenants.css.scss */
.filter-accounts .multiselect-container,
.filter-status .multiselect-container {
  min-width: 220px;
}

/* line 122, app/assets/stylesheets/legacy/tenants.css.scss */
.filter-accounts .multiselect,
.filter-status .multiselect {
  border-radius: 4px !important;
  background-color: #e0e0e0;
  border: none;
}

/* line 126, app/assets/stylesheets/legacy/tenants.css.scss */
.filter-accounts .multiselect .caret,
.filter-status .multiselect .caret {
  margin-left: 20px;
}

/* line 131, app/assets/stylesheets/legacy/tenants.css.scss */
.filter-accounts .multiselect:hover,
.filter-accounts .multiselect:focus,
.filter-status .multiselect:hover,
.filter-status .multiselect:focus {
  background-color: #ebebeb;
}

/* line 136, app/assets/stylesheets/legacy/tenants.css.scss */
.filter-accounts .btn-group,
.filter-accounts .form-control,
.filter-status .btn-group,
.filter-status .form-control {
  vertical-align: top;
}

/* line 142, app/assets/stylesheets/legacy/tenants.css.scss */
.show-tenant-info.disabled {
  color: #428bca;
  font-weight: bold;
  opacity: 1;
}

/* line 148, app/assets/stylesheets/legacy/tenants.css.scss */
.scheduler-license-input {
  display: inline;
  width: auto !important;
}

/* line 153, app/assets/stylesheets/legacy/tenants.css.scss */
.search-input input {
  vertical-align: top;
}

/* line 158, app/assets/stylesheets/legacy/tenants.css.scss */
.line_items .line_item {
  display: inline-block;
  border-bottom: 1px solid lightgray;
}

/* line 164, app/assets/stylesheets/legacy/tenants.css.scss */
.line_items .line_item > .indexes h5 {
  line-height: 45px;
}

/* line 170, app/assets/stylesheets/legacy/tenants.css.scss */
.line_items .line_item > .card-box .description {
  color: gray;
}

/* line 174, app/assets/stylesheets/legacy/tenants.css.scss */
.line_items .line_item > .card-box .panel-collapse {
  padding: 0 12px 10px !important;
}

/* line 178, app/assets/stylesheets/legacy/tenants.css.scss */
.line_items .line_item > .card-box .card-body {
  color: gray;
}

/* line 185, app/assets/stylesheets/legacy/tenants.css.scss */
.tenant-invoices-group .modal-backdrop > .spinner {
  width: 100%;
  text-align: center;
  color: white;
  margin-top: 350px;
  font-size: 24px;
  display: none;
}

/* line 194, app/assets/stylesheets/legacy/tenants.css.scss */
.tenant-invoices-group .modal-backdrop.in > .spinner {
  opacity: 1;
  display: block;
}
/* line 5, app/assets/stylesheets/legacy/users.css.scss */
#user_invite_link,
#user_password_link {
  opacity: 0;
  position: absolute;
}
/* line 4, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-group-show {
  margin-bottom: 40px;
}

/* line 8, app/assets/stylesheets/legacy/message_groups.css.scss */
.send-settings .radio {
  display: block;
  padding-left: 20px;
  vertical-align: middle;
}

/* line 15, app/assets/stylesheets/legacy/message_groups.css.scss */
#ResponseModal .checkbox {
  margin-top: 6px;
}

/* line 20, app/assets/stylesheets/legacy/message_groups.css.scss */
.active-choice {
  padding-top: 9px;
  padding-left: 0px;
}

/* line 24, app/assets/stylesheets/legacy/message_groups.css.scss */
.remove-right-padding {
  padding-right: 0px;
}

/* line 28, app/assets/stylesheets/legacy/message_groups.css.scss */
.lp-0 {
  padding-left: 0px;
}

/* line 31, app/assets/stylesheets/legacy/message_groups.css.scss */
.btn-select {
  background-color: #f2f2f2;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 30px;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 46, app/assets/stylesheets/legacy/message_groups.css.scss */
.btn-select:hover, .btn-select:focus {
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/legacy/message_groups.css.scss */
.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 55, app/assets/stylesheets/legacy/message_groups.css.scss */
.no-margin {
  margin: 0 !important;
}

/* line 58, app/assets/stylesheets/legacy/message_groups.css.scss */
.back-grey {
  background-color: #f2f2f2;
}

/* line 62, app/assets/stylesheets/legacy/message_groups.css.scss */
.back-grey.automated-saparator {
  margin: 20px;
}

/* line 65, app/assets/stylesheets/legacy/message_groups.css.scss */
.margin-left-right-minus {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 70, app/assets/stylesheets/legacy/message_groups.css.scss */
.margin-left-right-plus {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 75, app/assets/stylesheets/legacy/message_groups.css.scss */
.bottom-margin {
  margin-bottom: 20px;
}

/* line 79, app/assets/stylesheets/legacy/message_groups.css.scss */
.top-margin {
  margin-top: 20px;
}

/* line 83, app/assets/stylesheets/legacy/message_groups.css.scss */
.group_select {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #428bca;
}

/* line 89, app/assets/stylesheets/legacy/message_groups.css.scss */
.hr_margin {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 94, app/assets/stylesheets/legacy/message_groups.css.scss */
.text_align_right {
  text-align: right;
}

/* line 98, app/assets/stylesheets/legacy/message_groups.css.scss */
.group_text_margin {
  margin: 5px 0 0;
}

/* line 102, app/assets/stylesheets/legacy/message_groups.css.scss */
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

/* line 111, app/assets/stylesheets/legacy/message_groups.css.scss */
#upload-continue-btn.active, #map-continue-btn.active {
  cursor: progress;
  margin-left: -12px;
}

/* line 116, app/assets/stylesheets/legacy/message_groups.css.scss */
.ajax-button.active,
.report-btn.active,
.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 123, app/assets/stylesheets/legacy/message_groups.css.scss */
.spinner.active,
.ajax-button.active .spinner,
#upload-continue-btn.active .spinner,
#map-continue-btn.active .spinner,
.report-btn.active .spinner,
.chat-report-btn.active .spinner,
.session-report-btn.active .spinner,
.generate-tenant-apis.active .spinner,
.generate-summary-report-btn.active .spinner {
  opacity: 1;
  width: auto;
}

/* line 135, app/assets/stylesheets/legacy/message_groups.css.scss */
.margin-top {
  margin-top: 20px;
}

/* line 138, app/assets/stylesheets/legacy/message_groups.css.scss */
#message_group_messages_attributes_0_name {
  margin-top: 0;
}

/* line 141, app/assets/stylesheets/legacy/message_groups.css.scss */
.checkbox-group {
  height: 42px;
}

/* line 144, app/assets/stylesheets/legacy/message_groups.css.scss */
.checkbox-group .checkbox input[type="checkbox"] {
  height: 20px;
  width: 20px;
}

/* line 148, app/assets/stylesheets/legacy/message_groups.css.scss */
.checkbox-group .checkbox label .text {
  margin-top: 4px;
  margin-left: 5px;
  display: block;
}

/* line 153, app/assets/stylesheets/legacy/message_groups.css.scss */
.link-side-top-checkbox {
  margin-right: -112px;
  margin-top: -45px;
}

/* line 157, app/assets/stylesheets/legacy/message_groups.css.scss */
.margin-col-4-left {
  margin-left: 35%;
}

/* line 160, app/assets/stylesheets/legacy/message_groups.css.scss */
.with-height {
  height: 40px;
}

/* line 163, app/assets/stylesheets/legacy/message_groups.css.scss */
.group_links {
  text-decoration: none !important;
}

/* line 167, app/assets/stylesheets/legacy/message_groups.css.scss */
.group_links:hover {
  text-decoration: none !important;
}

/* line 171, app/assets/stylesheets/legacy/message_groups.css.scss */
#save-sub-group-choices .tooltip-inner {
  max-width: 500px;
  width: 500px;
  text-align: justify;
}

/* line 176, app/assets/stylesheets/legacy/message_groups.css.scss */
#message_group_form .tooltip-inner {
  max-width: 500px;
  width: 500px;
  text-align: justify;
}

/* line 181, app/assets/stylesheets/legacy/message_groups.css.scss */
.merge_tags .tooltip-inner {
  max-width: 500px;
  width: 500px;
  text-align: justify;
}

/* line 187, app/assets/stylesheets/legacy/message_groups.css.scss */
.twitter-typeahead input#by_msg_name.tt-input,
.twitter-typeahead input#by_survey_name.tt-input {
  border-radius: 4px 0 0 4px;
}

/* line 192, app/assets/stylesheets/legacy/message_groups.css.scss */
.search-clear {
  position: absolute;
  right: 52px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #CCC;
}

/* line 204, app/assets/stylesheets/legacy/message_groups.css.scss */
.input-group.without-search {
  display: block;
}

/* line 206, app/assets/stylesheets/legacy/message_groups.css.scss */
.input-group.without-search .search-clear {
  right: 10px;
}

/* line 210, app/assets/stylesheets/legacy/message_groups.css.scss */
.input-group.without-search .form-control:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 215, app/assets/stylesheets/legacy/message_groups.css.scss */
.input-group.without-search .input-group-btn {
  display: none;
}

/* line 220, app/assets/stylesheets/legacy/message_groups.css.scss */
#message_group_search_form .search-box {
  min-width: unset;
  width: auto;
}

/* line 225, app/assets/stylesheets/legacy/message_groups.css.scss */
.padding-top {
  padding-top: 20px;
}

/* line 231, app/assets/stylesheets/legacy/message_groups.css.scss */
table.message-group tr td {
  padding: 0;
  border-top: initial;
}

/* line 235, app/assets/stylesheets/legacy/message_groups.css.scss */
table.message-group tr td.active {
  background: none;
}

/* line 238, app/assets/stylesheets/legacy/message_groups.css.scss */
table.message-group tr td.time {
  padding-left: 25px;
}

/* line 242, app/assets/stylesheets/legacy/message_groups.css.scss */
table.message-group tr td.time select {
  margin-top: -6px;
  width: 120px;
}

/* line 253, app/assets/stylesheets/legacy/message_groups.css.scss */
.input-group .icon-addon .form-control {
  border-radius: 0;
}

/* line 257, app/assets/stylesheets/legacy/message_groups.css.scss */
.icon-addon {
  position: relative;
  color: #555;
  display: block;
}

/* line 263, app/assets/stylesheets/legacy/message_groups.css.scss */
.icon-addon:after,
.icon-addon:before {
  display: table;
  content: " ";
}

/* line 269, app/assets/stylesheets/legacy/message_groups.css.scss */
.icon-addon:after {
  clear: both;
}

/* line 274, app/assets/stylesheets/legacy/message_groups.css.scss */
.icon-addon .glyphicon,
.icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}

/* line 287, app/assets/stylesheets/legacy/message_groups.css.scss */
.icon-addon.addon-lg .form-control {
  line-height: 1.33;
  height: 46px;
  font-size: 18px;
  padding: 10px 16px 10px 40px;
}

/* line 294, app/assets/stylesheets/legacy/message_groups.css.scss */
.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
  font-size: 18px;
  margin-left: 0;
  left: 11px;
  top: 4px;
}

/* line 302, app/assets/stylesheets/legacy/message_groups.css.scss */
.icon-addon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}

/* line 309, app/assets/stylesheets/legacy/message_groups.css.scss */
.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
  color: #2580db;
}

/* line 316, app/assets/stylesheets/legacy/message_groups.css.scss */
.select-clinics label {
  font-weight: inherit;
}

/* line 320, app/assets/stylesheets/legacy/message_groups.css.scss */
.recipients-list {
  display: inline-block;
  width: 47.4%;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #337ab7;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 2.5px;
  margin-left: 2.5px;
}

/* line 338, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-preprocessor-actions {
  padding: 5px;
}

/* line 342, app/assets/stylesheets/legacy/message_groups.css.scss */
.upload-configration-template {
  margin-left: -25px;
  margin-right: -25px;
}

/* line 347, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-preprocessor-upload-file {
  margin-left: 5px;
  margin-top: 8px;
  text-align: right;
}

/* line 353, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-group-label {
  margin-top: 5px;
}

/* line 357, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-group-title {
  color: gray;
}

/* line 361, app/assets/stylesheets/legacy/message_groups.css.scss */
table.message-component tr td {
  border: none;
}

/* line 365, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-translate {
  padding: 0 0 20px;
}

/* line 369, app/assets/stylesheets/legacy/message_groups.css.scss */
hr.divider-line {
  margin: 0 -85px 15px;
}

/* line 373, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-states {
  font-size: 13px;
}

/* line 375, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-states .message-steps {
  font-size: 18px;
}

/* line 380, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-header-title {
  margin-top: 5px;
  padding: 8px 15px;
  font-size: 16px;
}

/* line 386, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-states .active {
  color: #428bca;
}

/* line 390, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-group-actions {
  padding: 7px 15px;
}

/* line 394, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-states .nav-tabs {
  border: none;
}

/* line 398, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-states .nav-tabs > li.active > a, .message-states .nav-tabs > li.active > a:hover, .message-states .nav-tabs > li.active > a:focus {
  color: #428bca;
  cursor: pointer;
  background-color: #ffffff;
  border: 0;
}

/* line 405, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-states .nav-tabs > li > a {
  color: #555555;
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0;
}

/* line 413, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-states .nav-tabs > li > a:hover, .message-states .nav-tabs > li > a:focus {
  color: #428bca;
  background-color: #ffffff;
}

/* line 418, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-group-form {
  margin-top: 10px;
}

/* line 421, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-group-form .message-header {
  padding: 0 15px;
}

/* line 426, app/assets/stylesheets/legacy/message_groups.css.scss */
.disabled {
  pointer-events: none;
  cursor: default;
  color: gray;
}

/* line 431, app/assets/stylesheets/legacy/message_groups.css.scss */
.disabled.confirm-action, .disabled.submit-btn {
  color: white;
}

/* line 437, app/assets/stylesheets/legacy/message_groups.css.scss */
.bottom-nav-button {
  margin: 13px !important;
  padding: 6px 12px !important;
  min-width: 80px;
}

/* line 443, app/assets/stylesheets/legacy/message_groups.css.scss */
.bottom-nav-button.btn-success {
  color: #ffffff !important;
}

/* line 447, app/assets/stylesheets/legacy/message_groups.css.scss */
.bottom-nav-button.btn-success:hover, .bottom-nav-button.btn-success:focus, .bottom-nav-button.btn-success:active, .bottom-nav-button.btn-success.active {
  color: #ffffff !important;
  background-color: #47a447 !important;
  border-color: #398439 !important;
}

/* line 453, app/assets/stylesheets/legacy/message_groups.css.scss */
.btn-secondary {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

/* line 459, app/assets/stylesheets/legacy/message_groups.css.scss */
.btn-secondary:hover {
  color: #fff !important;
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
}

/* line 465, app/assets/stylesheets/legacy/message_groups.css.scss */
.remove-no-send-days {
  padding: 5px 0 5px 16px;
}

/* line 469, app/assets/stylesheets/legacy/message_groups.css.scss */
.rule-based-message-checkbox.checkbox label::before {
  top: -12px !important;
}

/* line 473, app/assets/stylesheets/legacy/message_groups.css.scss */
.rule-based-message-checkbox.checkbox label::after {
  margin-top: -12px !important;
}

/* line 477, app/assets/stylesheets/legacy/message_groups.css.scss */
.clinic-closed-time-range {
  margin-top: 25px;
}

/* line 483, app/assets/stylesheets/legacy/message_groups.css.scss */
.clinic_closed_part .md-radio label {
  font-weight: normal;
}

/* line 487, app/assets/stylesheets/legacy/message_groups.css.scss */
.clinic_closed_part .margin-bottom-20 {
  margin-bottom: 20px;
}

/* line 492, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-options {
  font-size: 24px;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 500;
}

/* line 498, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-options a.active {
  color: #000000;
  text-decoration: none;
  cursor: auto;
}

/* line 505, app/assets/stylesheets/legacy/message_groups.css.scss */
.upload-options {
  font-size: 24px;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 500;
}

/* line 511, app/assets/stylesheets/legacy/message_groups.css.scss */
.upload-options a {
  padding-bottom: 10px;
}

/* line 515, app/assets/stylesheets/legacy/message_groups.css.scss */
.upload-options a.upload {
  color: #000000;
}

/* line 519, app/assets/stylesheets/legacy/message_groups.css.scss */
.upload-options a.active {
  text-decoration: none;
  cursor: auto;
  background-color: inherit;
  border-bottom: 3px solid #428bca;
  pointer-events: none;
}

/* line 527, app/assets/stylesheets/legacy/message_groups.css.scss */
.upload-options a.support {
  color: #ff0000;
}

/* line 532, app/assets/stylesheets/legacy/message_groups.css.scss */
.drop-zone__prompt.support {
  color: #ff0000;
}

/* line 537, app/assets/stylesheets/legacy/message_groups.css.scss */
.upload-options a:hover,
.upload-options a:focus {
  text-decoration: none;
}

/* line 542, app/assets/stylesheets/legacy/message_groups.css.scss */
.upload-options a.upload:hover,
.upload-options a.upload:focus {
  color: #373434;
}

/* line 547, app/assets/stylesheets/legacy/message_groups.css.scss */
.upload-options a.support:hover,
.upload-options a.support:focus {
  color: #ce1e1e;
}

/* line 553, app/assets/stylesheets/legacy/message_groups.css.scss */
.sub-message-options {
  margin-left: 15px;
}

/* line 556, app/assets/stylesheets/legacy/message_groups.css.scss */
.sub-message-options a.active {
  color: #000000;
  text-decoration: none;
  cursor: auto;
}

/* line 562, app/assets/stylesheets/legacy/message_groups.css.scss */
.sub-message-options.title-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 568, app/assets/stylesheets/legacy/message_groups.css.scss */
.btn-primary.survey {
  border-radius: 4px !important;
}

/* line 573, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-dashboard .tenant-dashboard-summary {
  padding: 0;
}

/* line 578, app/assets/stylesheets/legacy/message_groups.css.scss */
.automated-messages {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 585, app/assets/stylesheets/legacy/message_groups.css.scss */
#shorten-confirmation .modal-footer {
  text-align: center !important;
  margin-top: 0 !important;
  border-top: none !important;
  margin-bottom: 10px !important;
}

/* line 590, app/assets/stylesheets/legacy/message_groups.css.scss */
#shorten-confirmation .modal-footer .btn {
  padding: 6px 35px;
}

/* line 591, app/assets/stylesheets/legacy/message_groups.css.scss */
#shorten-confirmation .modal-footer .shorten-link {
  margin-right: 20px;
}

/* line 592, app/assets/stylesheets/legacy/message_groups.css.scss */
#shorten-confirmation .modal-footer .keep-link-url {
  margin-left: 20px;
}

/* line 596, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-group-checkbox {
  display: none;
  float: left;
  margin-top: 12px !important;
  margin-left: -25px !important;
}

/* line 603, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-group-checkbox:checked,
.message-groups:hover .message-group-checkbox,
.message-gours-list.checkbox-selected .message-group-checkbox {
  display: block;
}

/* line 609, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-groups-search-list .multi-selection-actions,
.message-groups-search-list.checkbox-selected .filter-actions {
  display: none;
}

/* line 614, app/assets/stylesheets/legacy/message_groups.css.scss */
.message-groups-search-list .filter-actions,
.message-groups-search-list.checkbox-selected .multi-selection-actions {
  display: block;
}

/* line 619, app/assets/stylesheets/legacy/message_groups.css.scss */
.message_groups_list .archived a {
  color: gray;
}

/* line 624, app/assets/stylesheets/legacy/message_groups.css.scss */
.multi-selection-actions .list-group {
  width: 300px;
}

/* line 628, app/assets/stylesheets/legacy/message_groups.css.scss */
.multi-selection-actions .list-group-item {
  border: 0 solid transparent;
  cursor: pointer;
}

/* line 633, app/assets/stylesheets/legacy/message_groups.css.scss */
.multi-selection-actions .list-group .list-group-item:last-child {
  border-top: 1px solid #dddddd;
}

/* line 637, app/assets/stylesheets/legacy/message_groups.css.scss */
.multi-selection-actions .badge-blank {
  color: black;
  background-color: white;
}

/* line 642, app/assets/stylesheets/legacy/message_groups.css.scss */
.multi-selection-actions .folder-actions {
  display: none;
}

/* line 646, app/assets/stylesheets/legacy/message_groups.css.scss */
.multi-selection-actions .list-group-item:hover .folder-actions {
  display: block;
}

/* line 650, app/assets/stylesheets/legacy/message_groups.css.scss */
.multi-selection-actions .list-group-item > a.folder-actions {
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  float: right;
  clear: none;
}

/* line 660, app/assets/stylesheets/legacy/message_groups.css.scss */
.multi-selection-actions .list-group-item > a.list-group-item-name {
  clear: none;
  padding: 0;
  display: inline-block;
}

/* line 666, app/assets/stylesheets/legacy/message_groups.css.scss */
.multi-selection-actions .list-group-item > a:hover {
  color: #428bca;
  background-color: transparent;
}

/* line 671, app/assets/stylesheets/legacy/message_groups.css.scss */
.multi-selection-actions .form-control {
  float: left;
  width: 42%;
}

/* line 676, app/assets/stylesheets/legacy/message_groups.css.scss */
.multi-selection-actions input[type="submit"] {
  margin-left: 5px;
}

/* line 681, app/assets/stylesheets/legacy/message_groups.css.scss */
.checkbox.send-priority-checkbox {
  margin-bottom: 10px;
}
/* line 1, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone_box {
  padding: 15px;
  display: block;
  margin: 10px 35px;
  border-radius: 10px;
  text-align: center;
}

/* line 9, app/assets/stylesheets/legacy/uploads.css.scss */
.modal-header {
  text-align: left;
}

/* line 13, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone {
  width: 500px;
  min-height: 197px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 1px dashed #009578;
  background-color: #F2F2F2;
  border-radius: 10px;
  margin: 0 auto;
  display: inline-table;
}

/* line 33, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone.disabled {
  pointer-events: none;
  cursor: default;
}

/* line 38, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone--over {
  border-style: solid;
}

/* line 42, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone__input {
  display: none !important;
}

/* line 46, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone__prompt {
  margin-top: 55px;
  display: inline-block;
}

/* line 51, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone__thumb {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  position: relative;
  margin-bottom: 5px;
  background-color: #595e68;
}

/* line 62, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone .drop-zone__thumb:last-child {
  margin-bottom: 0;
}

/* line 66, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 8px;
  left: 35px;
  right: 0;
  padding: 5px;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 82, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone__thumb > i.fa-file {
  color: #428aca;
  font-size: 50px;
  margin: 24px;
}

/* line 88, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone__thumb > i.fa-close,
.drop-zone__thumb > i.fa-trash-o,
.drop-zone__thumb > i.fa-times-circle {
  position: absolute;
  top: 0px;
  right: 2px;
  color: #f7002c;
  font-size: 28px;
}

/* line 98, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone__thumb > a {
  position: absolute;
  top: 9.5px;
  left: 8px;
  height: 26px;
}

/* line 105, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone__thumb > a > svg {
  border-radius: 25px;
  border: 1px solid white;
  color: white;
  font-size: 28px;
  pointer-events: none;
}

/* line 113, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone.right-close-btn .drop-zone__thumb::after {
  left: 8px;
  right: 35px;
}

/* line 118, app/assets/stylesheets/legacy/uploads.css.scss */
.drop-zone.right-close-btn .drop-zone__thumb > a {
  left: auto;
  right: 8px;
}

@media (max-width: 961px) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  /* line 125, app/assets/stylesheets/legacy/uploads.css.scss */
  .drop-zone {
    width: 100%;
    display: inline-table;
  }
  /* line 130, app/assets/stylesheets/legacy/uploads.css.scss */
  .drop-zone__thumb {
    width: 100%;
    height: 100px;
  }
  /* line 135, app/assets/stylesheets/legacy/uploads.css.scss */
  .drop-zone__thumb > i.fa-file {
    font-size: 36px;
    margin: 19px 0;
  }
}

/* line 141, app/assets/stylesheets/legacy/uploads.css.scss */
#file-list,
#preprocessor-file-list {
  min-height: 300px;
  overflow-y: auto;
}

/* line 147, app/assets/stylesheets/legacy/uploads.css.scss */
#supported-files {
  width: 75%;
  margin: 10px auto;
  text-align: center;
}

/* line 154, app/assets/stylesheets/legacy/uploads.css.scss */
#file-upload-form .modal-dialog {
  padding: 0;
}

/* line 157, app/assets/stylesheets/legacy/uploads.css.scss */
#file-upload-form .modal-dialog .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2, app/assets/stylesheets/legacy/participants.css.scss */
.tenant-user-card .pagination {
  margin: 0px !important;
}

/* line 6, app/assets/stylesheets/legacy/participants.css.scss */
table#participant-chat-table tbody tr.parent-row.active td {
  background-color: #FFF;
}

/* line 9, app/assets/stylesheets/legacy/participants.css.scss */
.bg-success {
  background-color: #FAFAFA;
}

/* line 12, app/assets/stylesheets/legacy/participants.css.scss */
.bg-error {
  background-color: #FFE5E5;
}

/* line 20, app/assets/stylesheets/legacy/participants.css.scss */
.info-bar {
  padding: 20px;
  margin: 20px auto;
  border-radius: 2px;
  max-width: 400px;
}

/* line 27, app/assets/stylesheets/legacy/participants.css.scss */
.setting-exit-btn {
  position: absolute;
  border: 1px solid grey;
  color: grey;
  left: 70%;
  padding: 7px 35px;
}

/* line 35, app/assets/stylesheets/legacy/participants.css.scss */
#searchclear {
  position: absolute;
  right: 52px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #CCC;
}

/* line 47, app/assets/stylesheets/legacy/participants.css.scss */
.assign_default_img,
.assign_selected_img,
.assign_current_user_img,
.assign_current_user_img2 {
  width: 20px;
  height: 20px;
}

/* line 55, app/assets/stylesheets/legacy/participants.css.scss */
.chat_note_content {
  display: inline-block;
  border: 1px solid #8c8c8c;
  border-radius: 7px;
  margin-right: 5px;
  text-align: center;
  background: white;
}

/* line 64, app/assets/stylesheets/legacy/participants.css.scss */
.chat_conversation_label {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #888888ad;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

/* line 71, app/assets/stylesheets/legacy/participants.css.scss */
.chat_conversation_label span {
  width: 25%;
  background: #fff;
  padding: 0 25px;
  color: #888888ad;
  font-weight: bold;
}

/* line 79, app/assets/stylesheets/legacy/participants.css.scss */
.chat_note_content p {
  background: white;
  padding: 4px;
  margin: 5px;
}

/* line 85, app/assets/stylesheets/legacy/participants.css.scss */
.form-control.note-content {
  height: 32px !important;
}

/* line 89, app/assets/stylesheets/legacy/participants.css.scss */
#chat-section-tabs > li > a {
  color: black;
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0;
}

/* line 97, app/assets/stylesheets/legacy/participants.css.scss */
#chat-section-tabs > li.active > a {
  color: #666666;
  cursor: pointer;
  background-color: #ffffff;
  border: 0;
  border-bottom: 3px;
  border-style: solid;
  border-bottom-color: #428bca;
}

/* line 107, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-search-btn,
#mobile_send_multiple_recipients,
.chat-back-button,
.mobile-participant-chat-button,
.mobile-participant-info-button {
  cursor: pointer;
}

/* line 115, app/assets/stylesheets/legacy/participants.css.scss */
#searchclear:hover {
  color: #D06262;
}

/* line 118, app/assets/stylesheets/legacy/participants.css.scss */
.float-padding #searchclear {
  margin-top: 13px;
}

/* line 121, app/assets/stylesheets/legacy/participants.css.scss */
table.table-bordered tbody.less-padding td {
  padding: 3px 8px !important;
}

/* line 125, app/assets/stylesheets/legacy/participants.css.scss */
th.no-border, td.no-border {
  border: 1px solid #FFF !important;
}

/* line 129, app/assets/stylesheets/legacy/participants.css.scss */
th.no-top-border {
  border: 1px solid #FFF !important;
  border-bottom: 1px solid #DDDDDD !important;
}

/* line 134, app/assets/stylesheets/legacy/participants.css.scss */
th.text-message {
  min-width: 280px;
}

/* line 138, app/assets/stylesheets/legacy/participants.css.scss */
th.send {
  width: 110px;
}

/* line 143, app/assets/stylesheets/legacy/participants.css.scss */
th.th-min-width {
  min-width: 120px;
}

/* line 147, app/assets/stylesheets/legacy/participants.css.scss */
th.time-info {
  width: 145px;
}

/* line 151, app/assets/stylesheets/legacy/participants.css.scss */
.info .name {
  font-size: 13px;
  color: #696969;
}

/* line 156, app/assets/stylesheets/legacy/participants.css.scss */
.last-text-message {
  font-size: 14px !important;
}

/* line 160, app/assets/stylesheets/legacy/participants.css.scss */
td.right-border {
  border-right: 1px solid #dddddd !important;
}

/* line 164, app/assets/stylesheets/legacy/participants.css.scss */
.padding-left-zero {
  padding-left: 0 !important;
}

/* line 168, app/assets/stylesheets/legacy/participants.css.scss */
.padding-right-zero {
  padding-right: 0 !important;
}

/* line 172, app/assets/stylesheets/legacy/participants.css.scss */
.lite-border {
  border: 1px solid #dddddd;
}

/* line 176, app/assets/stylesheets/legacy/participants.css.scss */
.block-content {
  padding: 15px;
  border-left: none;
}

/* line 181, app/assets/stylesheets/legacy/participants.css.scss */
.lite-border-left {
  border-left: 1px solid #dddddd;
}

/* line 185, app/assets/stylesheets/legacy/participants.css.scss */
.lite-border-right {
  border-right: 1px solid #dddddd;
}

/* line 189, app/assets/stylesheets/legacy/participants.css.scss */
.border-left-zero {
  border-left: none;
}

/* line 193, app/assets/stylesheets/legacy/participants.css.scss */
.border-right-zero {
  border-right: none;
}

/* line 197, app/assets/stylesheets/legacy/participants.css.scss */
.chat-box-height {
  overflow: auto;
}

/* line 201, app/assets/stylesheets/legacy/participants.css.scss */
.chat-box-height::-webkit-scrollbar {
  display: none;
}

/* line 205, app/assets/stylesheets/legacy/participants.css.scss */
.texting-table {
  margin-bottom: 0;
  border-collapse: initial;
}

/* line 210, app/assets/stylesheets/legacy/participants.css.scss */
.row.chat-list {
  margin-top: -15px;
}

/* line 214, app/assets/stylesheets/legacy/participants.css.scss */
.chat-devider {
  margin-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 221, app/assets/stylesheets/legacy/participants.css.scss */
.selectable-row {
  cursor: pointer;
}

/* line 226, app/assets/stylesheets/legacy/participants.css.scss */
.selectable-row.selected td.grey-background {
  border: 1px solid #428BCA !important;
  background-color: #428BCA;
  color: #FFF;
}

/* line 230, app/assets/stylesheets/legacy/participants.css.scss */
.selectable-row.selected td.grey-background .name {
  color: #FFF;
}

/* line 233, app/assets/stylesheets/legacy/participants.css.scss */
.selectable-row.selected td.grey-background .assigned-user-name {
  background-color: #484d51;
}

/* line 238, app/assets/stylesheets/legacy/participants.css.scss */
.bottom_margin {
  margin-bottom: 10px;
}

/* line 241, app/assets/stylesheets/legacy/participants.css.scss */
.border_hide {
  border-right: 1px solid #ffffff !important;
}

/* line 244, app/assets/stylesheets/legacy/participants.css.scss */
.contact_search {
  margin-top: 20px;
}

/* line 248, app/assets/stylesheets/legacy/participants.css.scss */
.participant-chats .filter-button {
  padding: 7px;
  padding-left: 0;
}

/* line 253, app/assets/stylesheets/legacy/participants.css.scss */
.twitter-typeahead input#by_name.tt-input {
  border-radius: 4px 0 0 4px;
}

/* line 261, app/assets/stylesheets/legacy/participants.css.scss */
.btn-default.search-btn {
  background-color: #e0e0e0;
}

/* line 265, app/assets/stylesheets/legacy/participants.css.scss */
.row.more-padding {
  padding: 0 21px;
}

/* line 269, app/assets/stylesheets/legacy/participants.css.scss */
.conversation-heading {
  margin: 0 10px;
}

/* line 273, app/assets/stylesheets/legacy/participants.css.scss */
.main-wrapper {
  padding: 16px;
}

/* line 277, app/assets/stylesheets/legacy/participants.css.scss */
.send-text {
  position: fixed;
  display: block;
  bottom: 0;
  width: 33%;
  background: #FFF;
  padding: 10px 0;
}

/* line 286, app/assets/stylesheets/legacy/participants.css.scss */
.participant-chats {
  bottom: -40px !important;
  margin-bottom: 0 !important;
}

/* line 289, app/assets/stylesheets/legacy/participants.css.scss */
.participant-chats .tenant-user-card {
  padding: 10px 0 0;
}

/* line 299, app/assets/stylesheets/legacy/participants.css.scss */
.chat-image {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -85px;
}

/* line 307, app/assets/stylesheets/legacy/participants.css.scss */
.add-participant {
  padding-right: 25px;
}

/* line 309, app/assets/stylesheets/legacy/participants.css.scss */
.add-participant a {
  background-color: #e0e0e0;
  border: none;
}

/* line 315, app/assets/stylesheets/legacy/participants.css.scss */
.date-input.input-group-addon {
  vertical-align: middle;
}

/* line 319, app/assets/stylesheets/legacy/participants.css.scss */
.participant-filter-panel {
  font-size: 14px !important;
  padding: 0 !important;
}

/* line 323, app/assets/stylesheets/legacy/participants.css.scss */
.participant-title {
  color: #333333;
}

/* line 327, app/assets/stylesheets/legacy/participants.css.scss */
.history-message h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Mobile CSS */
/* line 334, app/assets/stylesheets/legacy/participants.css.scss */
.new-message-chat-header {
  font-size: 17px;
}

/* line 336, app/assets/stylesheets/legacy/participants.css.scss */
.new-message-chat-header td {
  padding: 17px !important;
  border-top: none !important;
}

/* line 342, app/assets/stylesheets/legacy/participants.css.scss */
.cancel-send-new-message {
  float: right;
  font-weight: bold;
}

/* line 347, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-conversation {
  position: relative;
  z-index: 1000;
  width: 100%;
  background-color: #F2F2F2;
  display: table;
  content: " ";
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

/* line 356, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-conversation .title-white {
  color: white;
}

/* line 360, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-conversation .mobile-search-icon {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  float: right;
  font-size: 1.5em !important;
  -webkit-text-stroke: .8px #f3f3f2;
}

/* line 371, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-conversation #chat-media {
  background-color: red !important;
}

/* line 375, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-conversation .group-filter {
  width: auto !important;
  color: #000000 !important;
  background-color: transparent !important;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 16px;
  padding-right: 20px;
}

/* line 398, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-conversation .group-filter .user-text {
  padding-right: 3px;
  font-weight: bold;
}

/* line 403, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-conversation .group-filter .fa-angle-down {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  margin-left: 0;
  float: right;
  margin-top: -5px;
  -webkit-margin-before: -5px;
}

/* line 415, app/assets/stylesheets/legacy/participants.css.scss */
.mobile.fa-pencil-square-o {
  cursor: pointer;
  margin-top: 10px !important;
  font-size: 1.5em !important;
  color: #000000;
  float: right !important;
  margin-right: 5px !important;
}

/* line 424, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-group.form-control {
  display: initial;
  width: initial;
  height: 30px;
  margin-top: 5px;
}

/* line 430, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-search.search-input {
  width: 100%;
  max-width: none;
}

/* line 435, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-conversation.table, #two_way_chat_contents table {
  margin-bottom: 0;
}

/* line 439, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-chat-icon {
  margin-top: 8px;
}

/* line 443, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-chat-icon.participant-chat-button {
  transform: scaleX(-1);
  color: #9E9E9E;
  font-size: 1.5em;
}

/* line 449, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-chat-icon.participant-chat-button.selected {
  color: #333333;
}

/* line 453, app/assets/stylesheets/legacy/participants.css.scss */
.chat-back-button .fa-arrow-left {
  font-size: 1.5em;
}

/* line 457, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-chat-icon.participant-info-button {
  color: #9E9E9E;
  font-size: 1.5em;
}

/* line 462, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-chat-icon.participant-info-button.selected {
  color: #333333;
}

/* line 466, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-chat-send-button {
  height: 75px;
  position: fixed;
  bottom: 0%;
  width: 100%;
}

/* line 473, app/assets/stylesheets/legacy/participants.css.scss */
#customizeWebSurvey .modal-content {
  width: 100%;
}

/* line 477, app/assets/stylesheets/legacy/participants.css.scss */
#customizeWebSurvey .modal-body {
  padding: 10px;
}

/* line 482, app/assets/stylesheets/legacy/participants.css.scss */
.send-message-to-multiple-mobile .chat-send-button.mobile {
  border: none;
  background-color: transparent;
  padding-right: 0;
  color: #428bca;
}

/* line 490, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-recipients.mobile {
  border-bottom: 1px #A9A9A9 solid;
  min-height: 50px;
  margin-top: 5px;
}

/* line 494, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-recipients.mobile table {
  width: 100%;
}

/* line 496, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-recipients.mobile table .form-control {
  border: none;
  border-radius: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}

/* line 502, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-recipients.mobile table .form-control .token-input.tt-input {
  width: 100% !important;
}

/* line 507, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-recipients.mobile table p {
  padding: 6px 12px;
  font-weight: bold;
  margin-top: 6px;
}

/* line 513, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-recipients.mobile table .token {
  background-color: #cce7fd;
  color: #388bfc;
  border: 0;
}

/* line 522, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-chat-list .main-wrapper {
  padding-bottom: 0;
}

/* line 525, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-chat-send-button {
  background: white;
}

/* line 529, app/assets/stylesheets/legacy/participants.css.scss */
.text-bold {
  font-weight: bold;
}

/* line 533, app/assets/stylesheets/legacy/participants.css.scss */
.reply-to-participant {
  cursor: pointer;
}

/* line 537, app/assets/stylesheets/legacy/participants.css.scss */
.chat-send-button,
.send-button-new {
  height: 32px !important;
}

/* line 542, app/assets/stylesheets/legacy/participants.css.scss */
.chat-text-area, .mobile-chat-text-area {
  resize: none !important;
  overflow: hidden !important;
  padding-left: 10px;
}

/* line 548, app/assets/stylesheets/legacy/participants.css.scss */
.user-chat-section .tt-menu,
#send-response-to-multiple-form span.twitter-typeahead .tt-menu {
  top: auto !important;
  bottom: 100% !important;
}

/* line 554, app/assets/stylesheets/legacy/participants.css.scss */
.tt-menu {
  background-color: white !important;
}

/* line 558, app/assets/stylesheets/legacy/participants.css.scss */
.select-group-on-participant {
  width: 100% !important;
}

/* line 562, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-participant-list {
  overflow: auto;
  position: absolute;
  top: 108px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

/* line 571, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-chat-text-area {
  border: none;
  box-shadow: none !important;
  height: 45px !important;
}

/* line 577, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-hr {
  border-top: 1px solid #A9A9A9;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 583, app/assets/stylesheets/legacy/participants.css.scss */
.chat-send-button.mobile {
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: bold;
}

/* line 589, app/assets/stylesheets/legacy/participants.css.scss */
.settings-button {
  width: 90px;
  border-radius: 4px !important;
  background-color: #e0e0e0;
  border: none;
}

/* line 594, app/assets/stylesheets/legacy/participants.css.scss */
.settings-button .caret {
  position: absolute;
  top: 15px;
  right: 15px;
}

/* line 601, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-menu.settings-list {
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 609, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-menu.settings-list .checkbox {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 614, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-menu.settings-list .divider {
  margin: 0;
}

/* line 618, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-menu.settings-list .form-group.phone-number {
  margin-left: 20px;
}

/* line 622, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-menu.settings-list .list-label {
  margin-top: 10px;
  margin-bottom: 8px;
}

/* line 629, app/assets/stylesheets/legacy/participants.css.scss */
.assign-dropdown, .dropdown-toggle.group-filter {
  width: 100%;
  text-align: left;
}

/* line 632, app/assets/stylesheets/legacy/participants.css.scss */
.assign-dropdown .caret, .dropdown-toggle.group-filter .caret {
  float: right;
  margin-top: -12px;
  -webkit-margin-before: 8px;
}

/* line 639, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-menu.dropdown-user-list {
  width: 100%;
  max-height: 400px;
  overflow: auto;
}

/* CSS for Chat box */
/* line 647, app/assets/stylesheets/legacy/participants.css.scss */
.talk-bubble {
  margin: 5px;
  display: inline-block;
  position: relative;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}

/* line 656, app/assets/stylesheets/legacy/participants.css.scss */
.bubble-left {
  background-color: #edf8ff;
}

/* line 660, app/assets/stylesheets/legacy/participants.css.scss */
.bubble-right {
  background-color: #f3f3f3;
}

/* line 664, app/assets/stylesheets/legacy/participants.css.scss */
.round {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 671, app/assets/stylesheets/legacy/participants.css.scss */
.tri-right.left-top:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -11px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 15px solid;
  border-color: #edf8ff transparent transparent transparent;
}

/* line 685, app/assets/stylesheets/legacy/participants.css.scss */
.tri-right.right-top:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -11px;
  top: 0px;
  bottom: auto;
  border: 15px solid;
  border-color: #f3f3f3 transparent transparent transparent;
}

/* talk bubble contents */
/* line 700, app/assets/stylesheets/legacy/participants.css.scss */
.talktext {
  padding: 8px 1em;
  text-align: left;
  line-height: 1.5em;
}

/* line 705, app/assets/stylesheets/legacy/participants.css.scss */
.talktext p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

/* line 710, app/assets/stylesheets/legacy/participants.css.scss */
.chat-timeline {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  color: #737373;
}

/* line 717, app/assets/stylesheets/legacy/participants.css.scss */
.timeline-right {
  margin-right: 10px;
}

/* line 721, app/assets/stylesheets/legacy/participants.css.scss */
.timeline-left {
  margin-left: 10px;
}

/* line 725, app/assets/stylesheets/legacy/participants.css.scss */
.selected-participant-list {
  padding: 15px 8px 15px 16px !important;
}

/* line 729, app/assets/stylesheets/legacy/participants.css.scss */
.assign-to-user {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

/* line 733, app/assets/stylesheets/legacy/participants.css.scss */
.select-all-participants {
  margin: 0 !important;
}

/* line 737, app/assets/stylesheets/legacy/participants.css.scss */
.participant-checkbox {
  width: 45px !important;
  height: 32px;
  padding: 3px;
  -webkit-padding-before: 1px;
}

/* line 744, app/assets/stylesheets/legacy/participants.css.scss */
.contact-time-details {
  font-size: 13px;
}

/* line 748, app/assets/stylesheets/legacy/participants.css.scss */
.chat-col-4 {
  width: 25%;
}

/* line 752, app/assets/stylesheets/legacy/participants.css.scss */
.chat-col-5 {
  width: 50%;
}

/* line 756, app/assets/stylesheets/legacy/participants.css.scss */
.chat-col-3 {
  width: 25%;
}

/* line 760, app/assets/stylesheets/legacy/participants.css.scss */
.name.last-chat-time {
  position: absolute;
  right: 1px;
  margin-right: 5px;
  margin-top: 2px;
  font-size: 12px;
  padding: 0 10px;
  -webkit-margin-before: 3px;
}

/* line 770, app/assets/stylesheets/legacy/participants.css.scss */
.name.mobile-last-chat-time {
  position: absolute;
  right: 5px;
  padding: 0 10px;
  color: #808080;
  font-weight: bold;
}

/* line 778, app/assets/stylesheets/legacy/participants.css.scss */
td.participant-td {
  padding: 8px 15px !important;
}

/* line 782, app/assets/stylesheets/legacy/participants.css.scss */
table.mobile-conversation tbody tr.conversation-header td,
table.mobile-conversation tbody tr.conversation-chat-header td {
  border-top: none !important;
  padding: 9px 8px !important;
}

/* line 788, app/assets/stylesheets/legacy/participants.css.scss */
.mobile.participant-phone {
  color: #4e4e4e;
}

/* line 792, app/assets/stylesheets/legacy/participants.css.scss */
.selectable-row.reply-to-participant.selected .name.last-chat-time {
  background-color: #428bca;
}

/* line 796, app/assets/stylesheets/legacy/participants.css.scss */
.participant-list-block {
  display: inline-block;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

/* line 804, app/assets/stylesheets/legacy/participants.css.scss */
.last-text-message.unread-chat {
  font-weight: bold;
  color: #4e4c4c;
}

/* line 809, app/assets/stylesheets/legacy/participants.css.scss */
.participant-list-block.unread-chat {
  font-weight: bold;
}

/* line 813, app/assets/stylesheets/legacy/participants.css.scss */
.selectable-row.reply-to-participant.selected .checkmark {
  background-color: transparent;
}

/* Checkbox css*/
/* Customize the label (the container) */
/* line 819, app/assets/stylesheets/legacy/participants.css.scss */
.custom-container {
  position: relative;
  padding-left: 15px;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
/* line 832, app/assets/stylesheets/legacy/participants.css.scss */
.custom-container input {
  position: absolute;
  opacity: 0;
}

/* Create a custom checkbox */
/* line 838, app/assets/stylesheets/legacy/participants.css.scss */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 13px;
  width: 13px;
  border-radius: 3px;
  background-color: #f7f7f7;
  border: 1px solid #a9a9a9;
  cursor: auto;
}

/* line 850, app/assets/stylesheets/legacy/participants.css.scss */
.participant-checkbox .custom-container {
  margin-bottom: 10px;
  -webkit-margin-after: 8px;
}

/* On mouse-over, add a grey background color */
/* line 855, app/assets/stylesheets/legacy/participants.css.scss */
.custom-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/* line 860, app/assets/stylesheets/legacy/participants.css.scss */
.custom-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 865, app/assets/stylesheets/legacy/participants.css.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 872, app/assets/stylesheets/legacy/participants.css.scss */
.custom-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 877, app/assets/stylesheets/legacy/participants.css.scss */
.custom-container .checkmark:after {
  left: 3px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 889, app/assets/stylesheets/legacy/participants.css.scss */
.selected-participant-list .custom-container {
  left: 5px;
  top: -6px;
  cursor: auto;
}

/* line 895, app/assets/stylesheets/legacy/participants.css.scss */
.divider-header, .msg-divider-header {
  padding: 3px 20px;
  background-color: #e5e5e5;
  margin: 5px auto;
}

/* line 901, app/assets/stylesheets/legacy/participants.css.scss */
.msg-divider-header {
  padding: 7px 20px;
}

/* line 905, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-title {
  padding: 3px 20px;
  margin: 3px auto;
  cursor: initial;
}

/* line 911, app/assets/stylesheets/legacy/participants.css.scss */
#response-section-div.two-way-chat-section {
  overflow: initial !important;
}

/* line 915, app/assets/stylesheets/legacy/participants.css.scss */
.participant-information .dropdown-menu.dropdown-user-list {
  max-height: none;
  overflow: initial;
}

/* line 920, app/assets/stylesheets/legacy/participants.css.scss */
.participant-info-section .dropdown-menu.dropdown-user-list {
  max-height: none;
  overflow: initial;
}

/* Start Custom dropdown list */
/* line 927, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-submenu {
  position: relative;
}

/* line 931, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px 4px;
  border-radius: 4px;
  cursor: pointer;
}

/* line 943, app/assets/stylesheets/legacy/participants.css.scss */
.search-media-container {
  padding: 0 5px;
}

/* line 948, app/assets/stylesheets/legacy/participants.css.scss */
.media-options .dropdown-submenu > .dropdown-menu,
.signature-options .dropdown-submenu > .dropdown-menu {
  left: 100%;
  right: auto;
  top: auto;
  bottom: -6px;
}

/* line 956, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-search > .search-user {
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
  margin-top: -6px;
}

/* line 963, app/assets/stylesheets/legacy/participants.css.scss */
li.dropdown-search {
  margin-bottom: 5px;
}

/* line 965, app/assets/stylesheets/legacy/participants.css.scss */
li.dropdown-search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 971, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 975, app/assets/stylesheets/legacy/participants.css.scss */
.assign-to-users .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}

/* line 979, app/assets/stylesheets/legacy/participants.css.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: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 993, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-submenu.active > a:after {
  border-width: 5px 5px 0px 5px;
  border-top-color: #ccc;
  border-left-color: transparent;
}

/* line 999, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* line 1003, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-submenu.active:hover > a:after {
  border-left-color: transparent;
  border-top-color: #fff;
}

/* line 1008, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 1012, app/assets/stylesheets/legacy/participants.css.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 1020, app/assets/stylesheets/legacy/participants.css.scss */
.media-option,
.signature-option {
  cursor: pointer;
}

/* End Custom dropdown list */
/* line 1027, app/assets/stylesheets/legacy/participants.css.scss */
.participant-select-alerts {
  padding: 5px;
  border: none;
  border-radius: initial;
  margin: 10px -15px 0 -15px;
  color: #000000;
  background-color: #feface;
}

/* line 1036, app/assets/stylesheets/legacy/participants.css.scss */
.select-all-participants-link, .de-select-all-participants-link {
  color: black;
  text-decoration: underline;
}

/* line 1041, app/assets/stylesheets/legacy/participants.css.scss */
.mobile-participant-list.mobile-app-chat {
  top: 57px;
}

/* line 1046, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-multiple-recipients #participant-typeahead-tokenfield {
  width: 100% !important;
}

/* line 1050, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-multiple-recipients .send-to-recipients {
  border-bottom: 1px #ddd solid;
  min-height: 47px;
}

/* line 1053, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-multiple-recipients .send-to-recipients .form-control {
  border: none;
  border-radius: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1060, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-multiple-recipients .send-to-recipients .token {
  background-color: #cce7fd;
  color: #388bfc;
  border: 0;
}

/* line 1066, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-multiple-recipients .send-to-recipients .tokenfield.focus {
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1072, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-multiple-recipients .chat-text-message {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

/* line 1079, app/assets/stylesheets/legacy/participants.css.scss */
#send_multiple_recipients {
  cursor: pointer;
  margin-top: 4px;
  color: #7a7979;
}

/* line 1085, app/assets/stylesheets/legacy/participants.css.scss */
#send_multiple_recipients.active {
  color: #6495ed;
}

/* line 1089, app/assets/stylesheets/legacy/participants.css.scss */
#send_multiple_recipients:hover,
#send_multiple_recipients:focus {
  color: #222121;
}

/* line 1094, app/assets/stylesheets/legacy/participants.css.scss */
.chat-number-filter {
  width: 15%;
}

/* line 1098, app/assets/stylesheets/legacy/participants.css.scss */
.border-left-1 {
  border-left: 2px solid #a9a9a982;
}

/* line 1104, app/assets/stylesheets/legacy/participants.css.scss */
.chat-number-filter button.multiselect,
.chat-filter-participants button.multiselect {
  border-radius: 4px !important;
  border: none !important;
  color: #808080;
}

/* line 1108, app/assets/stylesheets/legacy/participants.css.scss */
.chat-number-filter button.multiselect .caret,
.chat-filter-participants button.multiselect .caret {
  margin-left: 5px;
}

/* line 1112, app/assets/stylesheets/legacy/participants.css.scss */
.chat-number-filter .multiselect-container,
.chat-filter-participants .multiselect-container {
  min-width: 220px;
}

/* line 1115, app/assets/stylesheets/legacy/participants.css.scss */
.chat-number-filter .btn-group.open,
.chat-number-filter .dropdown-toggle,
.chat-number-filter .btn:active,
.chat-number-filter .btn.active,
.chat-filter-participants .btn-group.open,
.chat-filter-participants .dropdown-toggle,
.chat-filter-participants .btn:active,
.chat-filter-participants .btn.active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 1124, app/assets/stylesheets/legacy/participants.css.scss */
.chat-filter-participants {
  width: 15%;
  padding-left: 3px !important;
  padding-right: 3px !important;
}

/* line 1130, app/assets/stylesheets/legacy/participants.css.scss */
#cancel_send_new_message {
  cursor: pointer;
  color: #888;
  margin: 8px 0;
}

/* line 1136, app/assets/stylesheets/legacy/participants.css.scss */
.chat-contact-settings, .chat-group-dropdown {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.428571429;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0;
  font-weight: bold;
  color: #333333;
}

/* line 1155, app/assets/stylesheets/legacy/participants.css.scss */
.chat-contact-settings {
  background-color: transparent !important;
  height: 25px;
  margin-bottom: 15px;
  color: #808080;
}

/* line 1162, app/assets/stylesheets/legacy/participants.css.scss */
.chat-group-dropdown {
  padding: 10px 15px;
  color: #555555;
}

/* line 1167, app/assets/stylesheets/legacy/participants.css.scss */
.chat-group-dropdown.btn:active,
.chat-group-dropdown.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1175, app/assets/stylesheets/legacy/participants.css.scss */
.chat-contact-settings .fa-angle-down,
.chat-group-dropdown .fa-angle-down,
.chat-contact-settings .fa-angle-up {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  margin-left: 0;
  float: right;
  margin-top: -5px;
  -webkit-margin-before: -5px;
}

/* line 1187, app/assets/stylesheets/legacy/participants.css.scss */
.chat-contact-info {
  width: 100%;
  border-bottom: 2px solid #eeeeee;
  color: #808080;
}

/* line 1193, app/assets/stylesheets/legacy/participants.css.scss */
.close-chat-contact-settings {
  font-size: 30px;
}

/* line 1197, app/assets/stylesheets/legacy/participants.css.scss */
.translate-section {
  margin: 10px;
}

/* line 1199, app/assets/stylesheets/legacy/participants.css.scss */
.translate-section a {
  display: block;
}

/* line 1204, app/assets/stylesheets/legacy/participants.css.scss */
.translate-text-message {
  display: inline-block;
  text-align: left;
  color: #428bca;
  margin-bottom: 0 !important;
  padding: 10px 0 0;
}

/* line 1212, app/assets/stylesheets/legacy/participants.css.scss */
.chat-sending {
  padding: 0px;
  color: #A9A9A8;
}

/* line 1217, app/assets/stylesheets/legacy/participants.css.scss */
.auto-m {
  margin: auto;
}

/* line 1221, app/assets/stylesheets/legacy/participants.css.scss */
.model-chat-sending {
  margin-right: 15px !important;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1227, app/assets/stylesheets/legacy/participants.css.scss */
.translate-chat-button {
  font-size: 13px;
}

/* line 1231, app/assets/stylesheets/legacy/participants.css.scss */
.translate-chat-button.disabled {
  color: #808080;
}

/* line 1236, app/assets/stylesheets/legacy/participants.css.scss */
.user-actions ul.dropdown-menu {
  max-height: 400px;
  min-width: 250px;
  overflow: auto;
}

/* line 1243, app/assets/stylesheets/legacy/participants.css.scss */
.chat-list-filter {
  display: inline-block;
  position: relative;
  min-height: 1px;
}

/* line 1248, app/assets/stylesheets/legacy/participants.css.scss */
.chat-list-filter .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}

/* line 1253, app/assets/stylesheets/legacy/participants.css.scss */
.chat-list-filter .btn {
  color: #428bca;
  font-weight: bold;
  font-size: 14px;
  background-color: transparent;
}

/* line 1258, app/assets/stylesheets/legacy/participants.css.scss */
.chat-list-filter .btn .caret {
  margin-left: 5px;
  border-top: 5px solid #428bca;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

/* line 1266, app/assets/stylesheets/legacy/participants.css.scss */
.chat-list-filter .btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 1272, app/assets/stylesheets/legacy/participants.css.scss */
.chat-list-filter .btn:hover,
.chat-list-filter .btn:focus,
.sort-layout:hover,
.sort-layout:hover {
  background-color: #ebebeb;
}

/* line 1279, app/assets/stylesheets/legacy/participants.css.scss */
.chat-page-headers {
  min-height: 42px;
}

/* line 1284, app/assets/stylesheets/legacy/participants.css.scss */
.chat-send-options button, .chat-send-options a.close-chat, .chat-send-options a.assign-to-me, .chat-send-options .send-button-new {
  border-radius: 4px !important;
  border: none;
}

/* line 1288, app/assets/stylesheets/legacy/participants.css.scss */
.chat-send-options .close-chat, .chat-send-options .send-and-close, .chat-send-options .assign-to-me {
  background-color: #e0e0e0;
}

/* line 1292, app/assets/stylesheets/legacy/participants.css.scss */
.chat-send-options .btn-default:hover,
.chat-send-options .btn-default:focus,
.chat-send-options .btn-default:active,
.chat-send-options .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 1304, app/assets/stylesheets/legacy/participants.css.scss */
.chat-page-headers .chat-page-tabs .dropdown-menu {
  min-width: 180px !important;
  width: auto !important;
}

/* line 1310, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-menu.assign-user-list-dropdown {
  left: 100%;
  right: auto;
}

/* line 1316, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-menu .user-select-clinic {
  position: relative;
  border: none;
  left: 0;
  margin-top: 0px;
  box-shadow: none;
}

/* line 1322, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-menu .user-select-clinic li a.assign-to-user-link, .dropdown-menu .user-select-clinic li.dropdown-title {
  padding: 3px 20px 3px 30px;
}

/* line 1327, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-menu .dropdown-submenu.active .user-select-clinic {
  display: block;
}

/* line 1332, app/assets/stylesheets/legacy/participants.css.scss */
.archived-message-link {
  font-size: 18px;
  padding: 0 20px;
}

/* line 1337, app/assets/stylesheets/legacy/participants.css.scss */
.participant-information::-webkit-scrollbar {
  display: none;
}

/* line 1341, app/assets/stylesheets/legacy/participants.css.scss */
.participant-information {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 1349, app/assets/stylesheets/legacy/participants.css.scss */
.chat-participant-subject, .participant-translate-language, .assign-chat-dropdown {
  width: auto;
  padding: 0;
  display: inline;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: none;
  transition: none;
  vertical-align: unset;
  height: 20px;
}

/* line 1362, app/assets/stylesheets/legacy/participants.css.scss */
.chat-participant-subject:focus, .participant-translate-language:focus, .assign-chat-dropdown:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 1367, app/assets/stylesheets/legacy/participants.css.scss */
.assign-chats {
  display: inline;
}

/* line 1369, app/assets/stylesheets/legacy/participants.css.scss */
.assign-chats .assign-dropdown {
  width: auto;
  padding: 0;
  display: inline;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: none;
  transition: none;
  vertical-align: unset;
}

/* line 1380, app/assets/stylesheets/legacy/participants.css.scss */
.assign-chats .assign-dropdown .caret {
  margin-left: 5px;
}

/* line 1384, app/assets/stylesheets/legacy/participants.css.scss */
.assign-chats .assign-dropdown:hover {
  background-color: transparent;
  border-color: transparent;
}

/* line 1390, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-toggle.btn-default.assign-dropdown {
  background-color: transparent;
  border-color: transparent;
}

/* line 1395, app/assets/stylesheets/legacy/participants.css.scss */
.translation-title {
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 2px;
}

/* line 1401, app/assets/stylesheets/legacy/participants.css.scss */
.translate-switch {
  height: 25px;
}

/* line 1405, app/assets/stylesheets/legacy/participants.css.scss */
.chat-send-options.white-text #mms_message {
  color: #fff;
}

/* line 1409, app/assets/stylesheets/legacy/participants.css.scss */
.chat-send-options.black-text #mms_message {
  color: #222;
}

/* line 1413, app/assets/stylesheets/legacy/participants.css.scss */
.fileUpload {
  text-align: left;
}

/* line 1417, app/assets/stylesheets/legacy/participants.css.scss */
.contact-suggestion.inactive {
  color: #a9a9a9 !important;
}

/* Custom Dropdown for user profile */
/* line 1422, app/assets/stylesheets/legacy/participants.css.scss */
.dd-button {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 30px 5px 10px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 400;
}

/* line 1432, app/assets/stylesheets/legacy/participants.css.scss */
.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
}

/* line 1445, app/assets/stylesheets/legacy/participants.css.scss */
.dd-button:hover {
  background-color: #eeeeee;
}

/* line 1449, app/assets/stylesheets/legacy/participants.css.scss */
.dd-input {
  display: none;
}

/* line 1453, app/assets/stylesheets/legacy/participants.css.scss */
.dd-menu {
  position: absolute;
  top: 100%;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

/* line 1469, app/assets/stylesheets/legacy/participants.css.scss */
.dd-input + .dd-menu {
  display: none;
}

/* line 1473, app/assets/stylesheets/legacy/participants.css.scss */
.dd-input:checked + .dd-menu {
  display: block;
}

/* line 1477, app/assets/stylesheets/legacy/participants.css.scss */
.dd-menu li {
  padding: 2px 20px;
  white-space: nowrap;
  font-weight: normal;
  cursor: auto;
}

/* line 1484, app/assets/stylesheets/legacy/participants.css.scss */
.dd-menu li:hover {
  background-color: #f6f6f6;
}

/* line 1489, app/assets/stylesheets/legacy/participants.css.scss */
#user-profiles .dd-button {
  padding: 0px 30px 0px 0px;
}

/* line 1492, app/assets/stylesheets/legacy/participants.css.scss */
#user-profiles .dd-button:hover {
  background-color: transparent;
}

/* line 1497, app/assets/stylesheets/legacy/participants.css.scss */
.upload-mms-file {
  display: none !important;
  visibility: hidden !important;
}

/* line 1502, app/assets/stylesheets/legacy/participants.css.scss */
.chat-image-button {
  cursor: pointer;
  margin: auto 5px;
}

/* line 1507, app/assets/stylesheets/legacy/participants.css.scss */
.chat-image-button:hover,
.chat-image-button:focus {
  filter: brightness(0.5);
}

/* line 1512, app/assets/stylesheets/legacy/participants.css.scss */
.attached-mms-file {
  display: inline-block;
}

/* line 1516, app/assets/stylesheets/legacy/participants.css.scss */
#remove-attached-mms-file {
  cursor: pointer;
  top: 3px;
  padding: 5px;
}

/* line 1522, app/assets/stylesheets/legacy/participants.css.scss */
#remove-attached-mms-file:hover,
#remove-attached-mms-file:focus {
  color: #cd5c5c;
}

/* line 1527, app/assets/stylesheets/legacy/participants.css.scss */
.empty-web-surveys,
.empty-chat-templates {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 1539, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-recipients .tenant-chat-numbers {
  width: 140px;
}

/* line 1543, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-recipients .send-from {
  padding: 6px 12px 5px;
}

/* line 1547, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-recipients .send-to {
  padding: 0px 12px 6px;
}

/* line 1551, app/assets/stylesheets/legacy/participants.css.scss */
.send-to-recipients .send-to.not-from {
  padding: 6px 12px;
}

/* line 1556, app/assets/stylesheets/legacy/participants.css.scss */
.chat-template-dropup-menu ul.dropdown-menu,
.survey-dropup-menu ul.dropdown-menu {
  max-height: 500px;
}

/* line 1561, app/assets/stylesheets/legacy/participants.css.scss */
#template-with-category .chat-template-dropup-menu ul.dropdown-menu,
.survey-dropup-menu ul.dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
  min-width: 190px;
}

/* line 1568, app/assets/stylesheets/legacy/participants.css.scss */
#categories-template dropdown-menu.dropdown-right {
  max-height: 500px;
}

/* line 1572, app/assets/stylesheets/legacy/participants.css.scss */
#categories-template::-webkit-scrollbar {
  display: none;
}

/* line 1576, app/assets/stylesheets/legacy/participants.css.scss */
#categories-template {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
}

/* line 1581, app/assets/stylesheets/legacy/participants.css.scss */
.category-css {
  padding: 10px 6px;
  display: flex;
  justify-content: space-between;
}

/* line 1586, app/assets/stylesheets/legacy/participants.css.scss */
.scrollable-categories {
  overflow-y: auto;
}

/* line 1590, app/assets/stylesheets/legacy/participants.css.scss */
.dropdown-right {
  margin: 0 19rem;
  overflow-y: auto;
}

/* line 1595, app/assets/stylesheets/legacy/participants.css.scss */
.btn-group-inline {
  position: relative;
  vertical-align: middle;
}

/* line 1600, app/assets/stylesheets/legacy/participants.css.scss */
.claim-arrow-div {
  position: absolute;
  right: 1px;
  margin-top: 2px;
  font-size: 12px;
  padding: 0 10px;
  -webkit-margin-before: 3px;
}

/* line 1607, app/assets/stylesheets/legacy/participants.css.scss */
.claim-arrow-div img:hover,
.claim-arrow-div img:focus {
  filter: drop-shadow(0px 0px 1px black);
}

/* line 1613, app/assets/stylesheets/legacy/participants.css.scss */
.assigned-user-name {
  position: absolute;
  float: right !important;
  width: 22px;
  height: 22px;
  right: 40px;
  font-size: 12px;
  padding: 3px;
  background-color: #428BCA;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  z-index: 2;
}

/* line 1628, app/assets/stylesheets/legacy/participants.css.scss */
.tooltip {
  position: fixed;
}

/* line 1632, app/assets/stylesheets/legacy/participants.css.scss */
.tooltip-inner {
  max-width: 100% !important;
}

/* line 1636, app/assets/stylesheets/legacy/participants.css.scss */
.tooltip > .tooltip-inner {
  padding: 8px;
}

/* line 1640, app/assets/stylesheets/legacy/participants.css.scss */
.search-participants {
  width: 23%;
  min-width: auto !important;
}

/* line 1643, app/assets/stylesheets/legacy/participants.css.scss */
.search-participants .form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1649, app/assets/stylesheets/legacy/participants.css.scss */
.search-participants .glyphicon-search {
  color: #428bca;
  font-size: 17px;
}

/* line 1655, app/assets/stylesheets/legacy/participants.css.scss */
.search-participants .twitter-typeahead .tt-menu {
  min-width: 210px;
}

/* line 1656, app/assets/stylesheets/legacy/participants.css.scss */
.search-participants .twitter-typeahead .typeahead:hover,
.search-participants .twitter-typeahead .typeahead:focus {
  border-bottom: 1px solid #428BCA;
  border-radius: unset !important;
}

/* line 1663, app/assets/stylesheets/legacy/participants.css.scss */
.search-participants #searchclear {
  right: 25px !important;
}

/* line 1667, app/assets/stylesheets/legacy/participants.css.scss */
.search-participants .chat-search-button {
  background: transparent !important;
  border: none;
  padding: 0;
}

/* line 1673, app/assets/stylesheets/legacy/participants.css.scss */
.search-participants .chat-search-button:focus {
  outline: none;
}

/* line 1677, app/assets/stylesheets/legacy/participants.css.scss */
.search-participants .chat-search-button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1682, app/assets/stylesheets/legacy/participants.css.scss */
.search-participants .glyphicon-search:hover {
  color: #097fe4;
  font-size: 19px;
}

/* line 1689, app/assets/stylesheets/legacy/participants.css.scss */
.multiselect-container .multiselect-reset .input-group {
  width: 95% !important;
}

/* line 1693, app/assets/stylesheets/legacy/participants.css.scss */
li.custom-multiselect-all > a > label {
  font-weight: bold !important;
}

/* line 1697, app/assets/stylesheets/legacy/participants.css.scss */
#templateLanguageDropdown,
#new-chat-language-dropdown {
  margin: 3px;
  border: none;
  background: transparent;
  box-shadow: 0px 0px;
  width: auto;
  display: inline-block;
}

/* line 1707, app/assets/stylesheets/legacy/participants.css.scss */
#scheduled_message_count {
  cursor: pointer;
}

/* line 1711, app/assets/stylesheets/legacy/participants.css.scss */
.emoji-button,
.emoji {
  font-size: 36px !important;
}

/* line 1716, app/assets/stylesheets/legacy/participants.css.scss */
.emoji-dropdown {
  height: 32px;
  margin-top: -20px;
  margin-left: -5px;
}

/* line 1722, app/assets/stylesheets/legacy/participants.css.scss */
.emoji-dropdown .emoji-button {
  height: 0px;
  padding: 0px 12px;
}

/* line 1727, app/assets/stylesheets/legacy/participants.css.scss */
ul.emoji-list {
  padding: 5px;
  width: 312px;
  height: 294px;
  overflow-y: scroll;
}

/* line 1734, app/assets/stylesheets/legacy/participants.css.scss */
ul.emoji-list.sm {
  height: 194px;
}

/* line 1738, app/assets/stylesheets/legacy/participants.css.scss */
ul.emoji-list li {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

/* line 1746, app/assets/stylesheets/legacy/participants.css.scss */
ul.emoji-list li.search-emoji {
  width: 100%;
  height: 34px;
}

/* line 1751, app/assets/stylesheets/legacy/participants.css.scss */
.search-emoji-text.form-control {
  border-radius: 25px;
}

/* line 1755, app/assets/stylesheets/legacy/participants.css.scss */
.btn-transparent {
  border: 0;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* line 1761, app/assets/stylesheets/legacy/participants.css.scss */
#scheduled-message-list .modal-body {
  height: 464px;
  overflow-y: scroll;
}

@media only screen and (max-width: 1024px) {
  /* line 1767, app/assets/stylesheets/legacy/participants.css.scss */
  .participant-chat-list,
.participant-info {
    max-width: 325px;
  }
  /* line 1772, app/assets/stylesheets/legacy/participants.css.scss */
  .chat-list {
    height: calc(100vh - 400px) !important;
    height: -webkit-calc(100vh - 400px) !important;
    height: -moz-calc(100vh - 400px) !important;
  }
  /* line 1778, app/assets/stylesheets/legacy/participants.css.scss */
  .chat-box-height,
.participant-list-scrollbar,
.block-content {
    height: calc(100vh - 215px) !important;
    height: -webkit-calc(100vh - 215px) !important;
    height: -moz-calc(100vh - 215px) !important;
  }
  /* line 1786, app/assets/stylesheets/legacy/participants.css.scss */
  .participant-information {
    height: calc(100vh - 245px) !important;
    height: -webkit-calc(100vh - 245px) !important;
    height: -moz-calc(100vh - 245px) !important;
  }
}

/* line 1793, app/assets/stylesheets/legacy/participants.css.scss */
.text-section {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
}

@media only screen and (min-width: 1025px) {
  /* line 1801, app/assets/stylesheets/legacy/participants.css.scss */
  .participant-chat-list,
.participant-info {
    max-width: 325px;
  }
  /* line 1806, app/assets/stylesheets/legacy/participants.css.scss */
  .block-content {
    width: calc(100% - 650px);
    width: -webkit-calc(100% - 650px) !important;
    width: -moz-calc(100% - 650px) !important;
  }
  /* line 1812, app/assets/stylesheets/legacy/participants.css.scss */
  .chat-list {
    height: calc(100vh - 340px) !important;
    height: -webkit-calc(100vh - 340px) !important;
    height: -moz-calc(100vh - 340px) !important;
  }
  /* line 1818, app/assets/stylesheets/legacy/participants.css.scss */
  .chat-box-height,
.participant-list-scrollbar,
.block-content {
    height: calc(100vh - 145px) !important;
    height: -webkit-calc(100vh - 145px) !important;
    height: -moz-calc(100vh - 145px) !important;
  }
  /* line 1826, app/assets/stylesheets/legacy/participants.css.scss */
  .participant-information {
    height: calc(100vh - 175px) !important;
    height: -webkit-calc(100vh - 175px) !important;
    height: -moz-calc(100vh - 175px) !important;
  }
}

/* line 1833, app/assets/stylesheets/legacy/participants.css.scss */
.ai-response-actions,
.ai-response-actions-new {
  position: absolute;
  margin-top: -28px;
  right: 15px;
  opacity: 0;
}

/* line 1841, app/assets/stylesheets/legacy/participants.css.scss */
.ai-response-actions-new {
  right: 25px !important;
}

/* line 1845, app/assets/stylesheets/legacy/participants.css.scss */
.edit-ai-assistant-reply,
.send-ai-assistant-reply,
.send-ai-assistant-reply-new,
.edit-ai-assistant-reply-new {
  cursor: pointer;
  padding: 0 5px;
  font-size: 15px;
}

/* line 1854, app/assets/stylesheets/legacy/participants.css.scss */
.edit-ai-assistant-reply:hover,
.send-ai-assistant-reply:hover,
.edit-ai-assistant-reply-new:hover,
.send-ai-assistant-reply-new:hover {
  transform: scale(1.1);
}

/* line 1861, app/assets/stylesheets/legacy/participants.css.scss */
.ai-assistant-reply:hover ~ .ai-response-actions,
.ai-assistant-reply-new:hover ~ .ai-response-actions-new,
.ai-response-actions:hover,
.ai-response-actions-new:hover {
  opacity: 1;
}

/* line 1868, app/assets/stylesheets/legacy/participants.css.scss */
.ai-assistant-reply.form-control,
.ai-assistant-reply-new.form-control {
  min-height: 34px !important;
  height: auto !important;
}

/* line 1874, app/assets/stylesheets/legacy/participants.css.scss */
.ai-assistant-reply-new,
.ai-assistant-reply {
  background-color: #F6F6F6;
  border-color: #66afe9;
}

/* line 1880, app/assets/stylesheets/legacy/participants.css.scss */
.esign-scrollbar {
  max-height: 450px;
  overflow-y: auto;
}

/* line 1885, app/assets/stylesheets/legacy/participants.css.scss */
.search-signature-container {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  padding: 10px 5px !important;
}
/* line 3, app/assets/stylesheets/legacy/messages.css.scss */
.inner-table tr td {
  border-top: 0px !important;
}

/* line 9, app/assets/stylesheets/legacy/messages.css.scss */
.script-choice label {
  font-weight: normal;
}

/* line 12, app/assets/stylesheets/legacy/messages.css.scss */
.script-choice i.fa {
  color: #bbb;
  margin-left: 5px;
}

/* line 18, app/assets/stylesheets/legacy/messages.css.scss */
.voice-gender select {
  max-width: 200px;
}

/* line 23, app/assets/stylesheets/legacy/messages.css.scss */
.message-retry select {
  max-width: 60px;
}

/* line 27, app/assets/stylesheets/legacy/messages.css.scss */
.message-retry #tenant_voice_script_redial_in {
  max-width: 85px;
}

/* line 31, app/assets/stylesheets/legacy/messages.css.scss */
.table.survey-choices-table th, .table.survey-choices-table td {
  border: none;
}

/* line 33, app/assets/stylesheets/legacy/messages.css.scss */
.table.survey-choices-table th .survey-choice-index, .table.survey-choices-table td .survey-choice-index {
  margin-top: 7px;
}

/* line 38, app/assets/stylesheets/legacy/messages.css.scss */
.survey-edit-container {
  max-width: 1320px;
}

/* line 42, app/assets/stylesheets/legacy/messages.css.scss */
.message-auto-replies .remove_nested_fields {
  margin-top: 15px;
}

/* line 46, app/assets/stylesheets/legacy/messages.css.scss */
.message-auto-replies .fields {
  margin-bottom: 20px;
}

/* line 50, app/assets/stylesheets/legacy/messages.css.scss */
.response-to-profile {
  margin-top: 15px;
}

/* line 54, app/assets/stylesheets/legacy/messages.css.scss */
.switch-message-reply-options:focus,
.switch-message-reply-options:hover {
  text-decoration: none !important;
}

/* line 60, app/assets/stylesheets/legacy/messages.css.scss */
.remaining-character-div #remaining {
  color: #000000;
}

/* line 65, app/assets/stylesheets/legacy/messages.css.scss */
.text-note.text-muted {
  margin-top: 10px;
}
/* line 1, app/assets/stylesheets/legacy/send_messages.css.scss */
.long-error {
  white-space: pre-wrap;
}

/* line 5, app/assets/stylesheets/legacy/send_messages.css.scss */
.progress-section .progress {
  margin-bottom: 0px;
}

/* line 9, app/assets/stylesheets/legacy/send_messages.css.scss */
.success-marker {
  /*height:15px;*/
  white-space: nowrap;
  width: 15px;
  background-color: #5cb85c;
}

/* line 15, app/assets/stylesheets/legacy/send_messages.css.scss */
.warning-marker {
  width: 15px;
  white-space: nowrap;
  background-color: #f0ad4e;
}

/* line 20, app/assets/stylesheets/legacy/send_messages.css.scss */
.danger-marker {
  width: 15px;
  white-space: nowrap;
  background-color: #d9534f;
}

/* line 25, app/assets/stylesheets/legacy/send_messages.css.scss */
#response-section-div {
  overflow: auto;
}

/* line 29, app/assets/stylesheets/legacy/send_messages.css.scss */
.send-message-index .pagination {
  margin: 10px 0;
}

/* line 34, app/assets/stylesheets/legacy/send_messages.css.scss */
#response-section-div .help-block {
  font-size: 12px;
}

/* line 37, app/assets/stylesheets/legacy/send_messages.css.scss */
#response-section-div .chat-msgs {
  padding: 0px;
  margin: auto;
}

/* line 41, app/assets/stylesheets/legacy/send_messages.css.scss */
#response-section-div .modal-footer {
  padding: 19px 35px 20px;
  margin-top: 0px;
}

/* line 45, app/assets/stylesheets/legacy/send_messages.css.scss */
#response-section-div .modal-body {
  padding-bottom: 10px;
}

/* line 49, app/assets/stylesheets/legacy/send_messages.css.scss */
#chat-section {
  overflow-y: auto;
}

/* line 53, app/assets/stylesheets/legacy/send_messages.css.scss */
.dashboard_new_group {
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

/* line 57, app/assets/stylesheets/legacy/send_messages.css.scss */
.large-font {
  font-size: 16px;
}

/* line 61, app/assets/stylesheets/legacy/send_messages.css.scss */
.summary {
  padding: 15px;
  background-color: #F2F2F2;
  text-align: center;
  display: block;
  margin: 10px 33px;
  border-radius: 6px;
}

/* line 68, app/assets/stylesheets/legacy/send_messages.css.scss */
.summary .inline-block {
  display: inline-block;
}

/* line 71, app/assets/stylesheets/legacy/send_messages.css.scss */
.summary .heading {
  font-size: 18px;
}

/* line 74, app/assets/stylesheets/legacy/send_messages.css.scss */
.summary .values {
  font-size: 24px;
  color: #428bca;
  margin-top: -12px;
}

/* line 79, app/assets/stylesheets/legacy/send_messages.css.scss */
.summary select.form-control {
  max-width: 150px;
  float: right;
}

/* line 85, app/assets/stylesheets/legacy/send_messages.css.scss */
.col-md-12.info-box {
  border: 1px solid #DDD;
  border-radius: 6px;
  padding: 16px;
}

/* line 91, app/assets/stylesheets/legacy/send_messages.css.scss */
.message-info {
  display: inline-block;
  cursor: auto;
  font-size: 16px;
}

/* line 95, app/assets/stylesheets/legacy/send_messages.css.scss */
.message-info .message-container {
  padding: 15px 0;
  border-top: 1px solid #DDD;
}

/* line 102, app/assets/stylesheets/legacy/send_messages.css.scss */
.message-info.first .message-container {
  border-top: none;
}

/* line 107, app/assets/stylesheets/legacy/send_messages.css.scss */
.label-danger {
  background-color: #999 !important;
}

/* line 111, app/assets/stylesheets/legacy/send_messages.css.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #999 !important;
}

/* line 116, app/assets/stylesheets/legacy/send_messages.css.scss */
.message-info.contacts {
  display: inline-block;
  cursor: auto;
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #DDD;
}

/* line 126, app/assets/stylesheets/legacy/send_messages.css.scss */
.message_groups_list h4,
.message-groups-search-list h4 {
  font-size: 16px;
}

/* line 129, app/assets/stylesheets/legacy/send_messages.css.scss */
.message_groups_list h2.custom-divider,
.message-groups-search-list h2.custom-divider {
  margin: 10px 20px;
}

/* line 134, app/assets/stylesheets/legacy/send_messages.css.scss */
hr.divider {
  margin: 0;
  margin-top: -7px;
  border-color: #DDD;
}

/* line 140, app/assets/stylesheets/legacy/send_messages.css.scss */
.heading-margin {
  margin-bottom: 24px;
}

/* line 144, app/assets/stylesheets/legacy/send_messages.css.scss */
.inline-block {
  display: inline-block;
}

/* line 148, app/assets/stylesheets/legacy/send_messages.css.scss */
.dashboard-info-box .message-wrapper.expand {
  max-height: inherit;
}

/* line 152, app/assets/stylesheets/legacy/send_messages.css.scss */
.dashboard-info-box .view-more {
  text-align: center;
}

/* line 154, app/assets/stylesheets/legacy/send_messages.css.scss */
.dashboard-info-box .view-more .btn.btn-default.expand-all {
  position: relative;
  margin-top: -23px;
  padding: 2px 10px;
}

/* line 161, app/assets/stylesheets/legacy/send_messages.css.scss */
.light-gray {
  color: #696969;
}

/* line 165, app/assets/stylesheets/legacy/send_messages.css.scss */
span.message-count {
  color: #b1bbc4;
  font-weight: bold;
}

/* line 170, app/assets/stylesheets/legacy/send_messages.css.scss */
span.message-text {
  color: #7b7a7b;
  font-weight: bold;
}

/* line 175, app/assets/stylesheets/legacy/send_messages.css.scss */
.icon-padding {
  padding-left: 2px;
  padding-right: 5px;
}

/* line 180, app/assets/stylesheets/legacy/send_messages.css.scss */
.dashboard-icons {
  width: 75px;
  padding: 25px;
}

/* line 185, app/assets/stylesheets/legacy/send_messages.css.scss */
.connector {
  position: absolute;
  margin-top: -62px;
  margin-left: -8px;
}

/* line 190, app/assets/stylesheets/legacy/send_messages.css.scss */
.connector .chart line {
  stroke: #DDD;
  stroke-width: 1;
}

/* line 197, app/assets/stylesheets/legacy/send_messages.css.scss */
.message-desc {
  font-size: 15px;
  color: #696969;
}

/* line 202, app/assets/stylesheets/legacy/send_messages.css.scss */
.dashboard-button-part-1, .dashboard-button-part-2 {
  background-color: #e0e0e0;
  border: none;
}

/* line 207, app/assets/stylesheets/legacy/send_messages.css.scss */
.dashboard-button-part-2 {
  margin-left: 1px !important;
}

/* line 211, app/assets/stylesheets/legacy/send_messages.css.scss */
.status-icon {
  margin: -4px;
}

/* line 216, app/assets/stylesheets/legacy/send_messages.css.scss */
#dashboard .nav-tabs > li > a {
  color: #555555;
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0;
}

/* line 224, app/assets/stylesheets/legacy/send_messages.css.scss */
#dashboard .nav-tabs > li.active > a, #dashboard .nav-tabs > li.active > a:hover, #dashboard .nav-tabs > li.active > a:focus {
  color: #428bca;
  cursor: pointer;
  background-color: #ffffff;
  border: 0;
  border-bottom: 3px;
  border-style: solid;
  border-bottom-color: #428bca;
}

/* line 234, app/assets/stylesheets/legacy/send_messages.css.scss */
#dashboard #chat-section {
  min-height: 200px;
  max-height: 300px;
  height: inherit;
  padding: 10px;
}

/* line 242, app/assets/stylesheets/legacy/send_messages.css.scss */
.reply-header {
  width: 110px;
}

/* line 247, app/assets/stylesheets/legacy/send_messages.css.scss */
#dashboard a:hover, #dashboard a:focus {
  text-decoration: none;
}

/* line 252, app/assets/stylesheets/legacy/send_messages.css.scss */
.box-display {
  display: inline-box;
  display: -webkit-inline-box;
}

/* line 256, app/assets/stylesheets/legacy/send_messages.css.scss */
.box-display .back {
  width: 60px;
}

/* line 260, app/assets/stylesheets/legacy/send_messages.css.scss */
.box-display .back i {
  font-size: 70px;
  color: #d4d4d4;
  cursor: pointer;
}

/* line 266, app/assets/stylesheets/legacy/send_messages.css.scss */
.box-display .heading.message-name {
  margin-left: 100px;
}

/* line 270, app/assets/stylesheets/legacy/send_messages.css.scss */
.box-display .title-head {
  font-size: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

/* line 276, app/assets/stylesheets/legacy/send_messages.css.scss */
.box-display .subtitle-head {
  font-size: 18px;
}

/* line 281, app/assets/stylesheets/legacy/send_messages.css.scss */
.message-details {
  margin-top: 40px;
}

/* line 285, app/assets/stylesheets/legacy/send_messages.css.scss */
.message-progress-bar {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 290, app/assets/stylesheets/legacy/send_messages.css.scss */
.dashboard-table.outbox .message {
  width: 400px;
}

/* line 294, app/assets/stylesheets/legacy/send_messages.css.scss */
td.message-type-icons {
  position: absolute;
  padding-left: 16px !important;
  color: #e0e0e0;
  font-size: 18px !important;
}

/* line 301, app/assets/stylesheets/legacy/send_messages.css.scss */
.message-type-icons {
  font-size: 18px !important;
  color: #e0e0e0;
}

/* line 306, app/assets/stylesheets/legacy/send_messages.css.scss */
.outbox-body .glyphicon-comment,
.inbox-body .glyphicon-comment {
  color: #e0e0e0;
}

/* line 311, app/assets/stylesheets/legacy/send_messages.css.scss */
.outbox-body tr td:last-child,
.inbox-body tr td:last-child {
  width: 35%;
}

/* line 316, app/assets/stylesheets/legacy/send_messages.css.scss */
.selected-messages-count {
  display: inline;
  margin-left: 25px;
}

/* line 322, app/assets/stylesheets/legacy/send_messages.css.scss */
#add_to_contact_modal .modal-footer {
  padding: 20px;
  margin-top: 0px;
}

/* line 326, app/assets/stylesheets/legacy/send_messages.css.scss */
#add_to_contact_modal .modal-footer .btn:focus {
  outline: none !important;
}
/* line 4, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
#voice-script-table-edit {
  height: 400px;
  overflow: auto;
}

/* line 8, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
#voice-script-table-new {
  height: 400px;
  overflow: auto;
}

/* line 12, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.work-steps-headings {
  color: #4a7b0f !important;
  font-weight: bold;
  margin: 15px auto 10px;
}

/* line 17, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.voice-status-field {
  color: #4a7b0f !important;
}

/* line 20, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
#display-current-voice-msg-type-btn {
  pointer-events: none;
}

/* line 23, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.disable-link {
  pointer-events: none;
  color: grey;
}

/* line 28, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.test-script-page .form-group {
  margin-bottom: 20px !important;
}

/* line 33, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.recording-status div {
  padding: 10px;
  font-style: italic;
}

/* line 37, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.recording-status h4 {
  margin: 0;
}

/* line 40, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.recording-status .recording-done {
  background-color: #46b659;
  color: #FFFFFF;
}

/* line 44, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.recording-status .recording-pending {
  background-color: #f2f2f2;
}

/* line 49, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.voice-page label {
  margin: 5px auto;
}

/* line 52, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.voice-page textarea {
  margin-bottom: 10px;
}

/* line 55, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.voice-page .sub-label {
  color: #428bca;
  margin-left: 50px;
}

/* line 61, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.checkbox-label-div {
  margin: 15px auto 10px;
  font-size: 15px;
}

/* line 63, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.checkbox-label-div label {
  font-weight: normal;
}

/* line 68, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.fa-address-card.voice-script-icon {
  color: #bbb;
  position: absolute;
  top: 9px;
  right: 24px;
  font-size: 15px;
}

/* line 76, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.script-choice {
  margin-top: 20px;
}

/* line 80, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.tts-choice, .advanced-choice {
  padding: 0 10px 5px;
}

/* Custom Radio button */
@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}

/* line 105, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.md-radio {
  margin: 10px 0;
}

/* line 108, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.md-radio.md-radio-inline {
  display: inline-block;
}

/* line 112, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.md-radio input[type="radio"] {
  display: none;
}

/* line 114, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.md-radio input[type="radio"]:checked + label:before {
  border-color: #00bcd4;
  animation: ripple 0.2s linear forwards;
}

/* line 118, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}

/* line 123, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.md-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}

/* line 131, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .3s ease;
  transition-property: transform, border-color;
}

/* line 138, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}

/* line 145, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #00bcd4;
}

/* line 156, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
#tenant_voice_script_file {
  display: inline-block;
  margin: 10px 0 40px;
}

/* line 161, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.no-message-uploaded-page {
  margin: 10px 0 50px;
}

/* line 165, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
#audioLibraryModal .modal-title {
  font-weight: bold;
}

/* line 169, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.s3-last-modified-date, td.message-content {
  padding: 13px 8px !important;
}

/* line 173, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.s3-last-modified-date.audio {
  color: #5cb85c;
}

/* line 177, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.s3-last-modified-date.no-audio {
  color: #9d9893;
}

/* line 181, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.play-wav-file, .delete-audio, .upload-audio, .upload-audio-file, .download-audio {
  height: 30px;
  display: block;
}

/* line 186, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.play-wav-file.play-audio {
  background: url(/assets/ic_play_arrow_black_24dp_1x-3f570c5aec72f553ccf4e08eeb425d79f635d976e7d79fdb20e498ce46064160.png) no-repeat center;
}

/* line 190, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.play-wav-file.pause-audio {
  background: url(/assets/ic_pause_black_24dp_1x-fb283e21cae38d88015af64b56eef7dd4db6aae0d705279437ab56e25263e206.png) no-repeat center;
}

/* line 194, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.delete-audio {
  background: url(/assets/ic_delete_black_24dp_1x-0ff81f8e24b02b7db4283c0673e80d9caabaae0d8e2330c5ea498ec319c12e30.png) no-repeat center;
}

/* line 197, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.upload-audio,
.upload-audio-file {
  background: url(/assets/ic_file_upload_black_24dp_1x-3a67140a57f60cd31ffd3598cf4c02136a4d1439837d54b3eff795961d42040e.png) no-repeat center;
}

/* line 202, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.download-audio {
  background: url(/assets/ic_file_download_black_24dp_1x-c6e3d3dae47cb54627037b177898a45bf40f3a5c2c135a42ec16be588d02d4a0.png) no-repeat center;
}

/* line 206, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
table.audio-library, table.audio-library th {
  border: none !important;
}

/* line 210, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.removed-lb {
  border-left: none !important;
}

/* line 213, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.removed-rb {
  border-right: none !important;
}

/* line 217, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
#tenant_voice_script_file_audio,
#voice_recording_file_audio {
  display: none;
}

/* line 222, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.mb-3 {
  margin-bottom: 3px;
}

/* line 226, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.text-to-speech--multiple-voice-genders {
  margin-top: 15px;
}

/* line 228, app/assets/stylesheets/legacy/tenant_voice_scripts.css.scss */
.text-to-speech--multiple-voice-genders .checkbox label {
  color: #428bca !important;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
  padding-left: 10px;
}

.tt-dropdown-menu {
  text-align: left;
  width:100%;
  min-width: 160px;
  margin-top: 2px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(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,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 10px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #333333;
  border: 1px solid #66afe9;
  background-color: #F5A9E1;
  background-image: -moz-linear-gradient(top, #F2F2F2, #F2F2F2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F2F2F2), to(#F2F2F2));
  background-image: -webkit-linear-gradient(top, #F2F2F2, #F2F2F2);
  background-image: -o-linear-gradient(top, #F2F2F2, #F2F2F2);
  background-image: linear-gradient(to bottom, #F2F2F2, #F2F2F2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#F2F2F2', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}
.xdsoft_datetimepicker{
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #333333;
	display: block;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	padding: 8px;
	padding-left: 0px;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:none;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border:none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border:none !important;
}

.xdsoft_noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.xdsoft_noselect::selection { background: transparent; }
.xdsoft_noselect::-moz-selection { background: transparent; }
.xdsoft_datetimepicker.xdsoft_inline{
	display: inline-block;
	position: static;
	box-shadow: none;
}
.xdsoft_datetimepicker *{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0px;
	margin:0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker  .xdsoft_timepicker{
	display:none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker  .xdsoft_timepicker.active{
	display:block;
}
.xdsoft_datetimepicker .xdsoft_datepicker{
	width: 224px;
	float:left;
	margin-left:8px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker{
	width: 58px;
	float:left;
	text-align:center;
	margin-left:8px;
	margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_datepicker.active+.xdsoft_timepicker{
	margin-top:8px;
	margin-bottom:3px
}
.xdsoft_datetimepicker  .xdsoft_mounthpicker{
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker  .xdsoft_prev, .xdsoft_datetimepicker  .xdsoft_next,.xdsoft_datetimepicker  .xdsoft_today_button{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
}
.xdsoft_datetimepicker  .xdsoft_prev{
    float: left;
	background-position:-20px 0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button{
    float: left;
	background-position:-70px 0px;
	margin-left:5px;
}

.xdsoft_datetimepicker  .xdsoft_next{
    float: right;
	background-position:0px 0px;
}
.xdsoft_datetimepicker  .xdsoft_next:active,.xdsoft_datetimepicker  .xdsoft_prev:active{
}
.xdsoft_datetimepicker  .xdsoft_next,.xdsoft_datetimepicker  .xdsoft_prev ,.xdsoft_datetimepicker  .xdsoft_today_button{
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px none currentColor;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	outline: medium none currentColor;
	overflow: hidden;
	padding: 0px;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_next{
	float:none;
	background-position:-40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left:14px;
	margin-top:7px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev{
	background-position:-40px 0px;
	margin-bottom:7px;
	margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box{
	height:151px;
	overflow:hidden;
	border-bottom:1px solid #DDDDDD;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div{
	background: #F5F5F5;
	border-top:1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: center;
	border-collapse:collapse;
	cursor:pointer;
	border-bottom-width:0px;
	height:25px;
	line-height:25px;
}

.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div > div:first-child{
 border-top-width:0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button:hover,
.xdsoft_datetimepicker  .xdsoft_next:hover,
.xdsoft_datetimepicker  .xdsoft_prev:hover {
    opacity: 1;
}
.xdsoft_datetimepicker  .xdsoft_label{
	display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
	float:left;
	width:182px;
	text-align:center;
	cursor:pointer;
}
.xdsoft_datetimepicker  .xdsoft_label:hover{
	text-decoration:underline;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select{
	border:1px solid #ccc;
	position:absolute;
	display:block;
	right:0px;
	top:30px;
	z-index:101;
	display:none;
	background:#fff;
	max-height:160px;
	overflow-y:hidden;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_monthselect{right:-7px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_yearselect{right:2px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
	color: #fff;
    background: #ff8000;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option{
	padding:2px 10px 2px 5px; 
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
	background: #33AAFF;
	box-shadow: #178FE5 0px 1px 3px 0px inset;
	color:#fff;
	font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_month{
	width:90px;
	text-align:right;
}
.xdsoft_datetimepicker  .xdsoft_calendar{
	clear:both;
}
.xdsoft_datetimepicker  .xdsoft_year{
	width:56px;
}
.xdsoft_datetimepicker  .xdsoft_calendar table{
	border-collapse:collapse;
	width:100%;
	
}
.xdsoft_datetimepicker  .xdsoft_calendar td > div{
	padding-right:5px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	height: 25px;
}
.xdsoft_datetimepicker  .xdsoft_calendar td,.xdsoft_datetimepicker  .xdsoft_calendar th{
	width:14.2857142%;
	text-align:center;
	background: #F5F5F5;
	border:1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: right;
	padding:0px;
	border-collapse:collapse;
	cursor:pointer;
	height: 25px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	background: #F1F1F1;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_today{
	color:#33AAFF;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
	background: #33AAFF;
	box-shadow: #178FE5 0px 1px 3px 0px inset;
	color:#fff;
	font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker  .xdsoft_time_box >div >div.xdsoft_disabled{
	opacity:0.5;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{
	opacity:0.2;
}
.xdsoft_datetimepicker  .xdsoft_calendar td:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div:hover{
	color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover{
	color: inherit	!important;
    background: inherit !important;
    box-shadow: inherit !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor:default;
}
.xdsoft_datetimepicker  .xdsoft_copyright{ color:#ccc !important; font-size:10px;clear:both;float:none;margin-left:8px;}
.xdsoft_datetimepicker  .xdsoft_copyright a{ color:#eee !important;}
.xdsoft_datetimepicker  .xdsoft_copyright a:hover{ color:#aaa !important;}


.xdsoft_time_box{
	position:relative;
	border:1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller{
	background:#ccc !important;
	height:20px;
	border-radius:3px;
}
.xdsoft_scrollbar{
	position:absolute;
	width:7px;
	width:7px;
	right:0px;
	top:0px;
	bottom:0px;
	cursor:pointer;
}
.xdsoft_scroller_box{
position:relative;
}
@media print {
  /* line 2, app/assets/stylesheets/legacy/reports.css.scss */
  div.no-print {
    display: none;
  }
  /* line 5, app/assets/stylesheets/legacy/reports.css.scss */
  div.expand-width {
    visibility: hidden;
    height: 0px;
  }
  /* line 9, app/assets/stylesheets/legacy/reports.css.scss */
  div#teletask-logo {
    visibility: visible;
    margin-bottom: 10px;
  }
  /* line 15, app/assets/stylesheets/legacy/reports.css.scss */
  .report-page .borderless td, .report-page .borderless th {
    border: none;
  }
  /* line 18, app/assets/stylesheets/legacy/reports.css.scss */
  .report-page .totals {
    width: 45%;
    margin-left: 25%;
  }
  /* line 23, app/assets/stylesheets/legacy/reports.css.scss */
  .report-page .table-condensed td {
    padding: 0px;
    width: 100%;
  }
}

/* line 31, app/assets/stylesheets/legacy/reports.css.scss */
.report-page .borderless td, .report-page .borderless th {
  border: none;
}

/* line 35, app/assets/stylesheets/legacy/reports.css.scss */
.report-page .table-condensed td {
  padding: 0px;
  width: 60%;
}

/* line 42, app/assets/stylesheets/legacy/reports.css.scss */
#report-section-div {
  overflow: auto;
  border: 1px solid #e4e4e4;
}

/* line 46, app/assets/stylesheets/legacy/reports.css.scss */
.report_column {
  width: 15%;
}

/* line 50, app/assets/stylesheets/legacy/reports.css.scss */
.automated-report-info {
  margin-left: 15px;
  font-size: 14px;
}

/* line 55, app/assets/stylesheets/legacy/reports.css.scss */
.monthly-summary-report-label {
  padding-right: 15px;
}

/* line 59, app/assets/stylesheets/legacy/reports.css.scss */
.row.report-header {
  margin-bottom: 15px;
}

/* line 64, app/assets/stylesheets/legacy/reports.css.scss */
.report-search #searchclear {
  right: 10px !important;
}

/* line 68, app/assets/stylesheets/legacy/reports.css.scss */
.report-search .twitter-typeahead input#by_name.tt-input {
  border-radius: 4px;
}
/* line 1, app/assets/stylesheets/legacy/schedulers.css.scss */
.search-box {
  min-width: 219px;
}

/* line 6, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-function .xdsoft_mounthpicker {
  z-index: 1;
}

/* line 11, app/assets/stylesheets/legacy/schedulers.css.scss */
.search-top {
  position: relative;
  margin-left: 424px;
  padding-bottom: 15px;
}

/* line 17, app/assets/stylesheets/legacy/schedulers.css.scss */
.spinner-search-icon {
  margin-top: 6px;
}

/* line 21, app/assets/stylesheets/legacy/schedulers.css.scss */
.participant-detail-tooltip {
  color: #428bca !important;
}

/* line 25, app/assets/stylesheets/legacy/schedulers.css.scss */
.participant-detail-tooltip + .tooltip > .tooltip-inner {
  color: black;
  background: #bfbfbf;
}

/* line 29, app/assets/stylesheets/legacy/schedulers.css.scss */
.participant-detail-tooltip + .tooltip > .tooltip-arrow {
  border-bottom-color: #bfbfbf;
}

/* line 31, app/assets/stylesheets/legacy/schedulers.css.scss */
.new-participant-button {
  position: relative;
  height: 38px;
  margin-bottom: 1em;
}

/* line 37, app/assets/stylesheets/legacy/schedulers.css.scss */
.edit-scheduler-patient-btn {
  margin-left: 4px;
}

/* line 41, app/assets/stylesheets/legacy/schedulers.css.scss */
.patient-modal {
  width: 800px;
}

/* line 45, app/assets/stylesheets/legacy/schedulers.css.scss */
.family-appointment-dialog {
  width: 750px;
}

/* line 49, app/assets/stylesheets/legacy/schedulers.css.scss */
.edit-member-field {
  width: 124px !important;
}

/* line 53, app/assets/stylesheets/legacy/schedulers.css.scss */
.new-family-appointment-bt {
  margin-top: 24px;
}

/* line 57, app/assets/stylesheets/legacy/schedulers.css.scss */
.schedule_on_same_time_checkbox {
  margin-top: 32px;
}

/* line 61, app/assets/stylesheets/legacy/schedulers.css.scss */
.duration-field {
  width: 130px !important;
  margin-bottom: 4px;
}

/* line 66, app/assets/stylesheets/legacy/schedulers.css.scss */
.new-participant-button a:first-child {
  height: 2.1em;
  padding: .3em .6em;
  width: 100%;
}

/* line 72, app/assets/stylesheets/legacy/schedulers.css.scss */
#searchinput {
  width: 300px;
}

/* line 76, app/assets/stylesheets/legacy/schedulers.css.scss */
.search-button {
  position: relative;
  top: -34px;
  left: 297px;
}

/* line 82, app/assets/stylesheets/legacy/schedulers.css.scss */
.topnav {
  overflow: hidden;
}

/* line 86, app/assets/stylesheets/legacy/schedulers.css.scss */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 3px solid transparent;
}

/* line 97, app/assets/stylesheets/legacy/schedulers.css.scss */
.topnav a:hover {
  border-bottom: 3px solid #0FA0F5;
  color: #0FA0F5;
}

/* line 102, app/assets/stylesheets/legacy/schedulers.css.scss */
.topnav a.active {
  border-bottom: 3px solid blue;
}

/* line 106, app/assets/stylesheets/legacy/schedulers.css.scss */
#inpt-style {
  height: 30px;
  width: 142%;
}

/* line 111, app/assets/stylesheets/legacy/schedulers.css.scss */
.lab-right {
  padding-right: 54px;
}

/* line 115, app/assets/stylesheets/legacy/schedulers.css.scss */
.list-inline > li {
  padding-right: 0px;
}

/* line 119, app/assets/stylesheets/legacy/schedulers.css.scss */
#searchinput {
  width: 300px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

/* line 124, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-participant-search input#by_name.tt-input {
  border-radius: 4px;
}

/* line 128, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-participant-search span.twitter-typeahead {
  width: 100%;
}

/* line 132, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-participant-search li.tt-suggestion {
  cursor: pointer;
}

/* line 136, app/assets/stylesheets/legacy/schedulers.css.scss */
.searchcaret {
  position: absolute;
  margin-top: -18px;
  right: 0;
  margin-right: 16px;
}

/* line 143, app/assets/stylesheets/legacy/schedulers.css.scss */
#scheduler_searchclear {
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #CCC;
}

/* line 155, app/assets/stylesheets/legacy/schedulers.css.scss */
.typeahead-search-spinner {
  position: absolute;
  display: none;
  right: 58px;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
  font-size: 20px;
  color: #333333;
}

/* line 167, app/assets/stylesheets/legacy/schedulers.css.scss */
.search-filter {
  color: #3276b1;
  position: absolute;
  right: -4px;
  transform: translate(-50%);
  top: 28%;
  font-size: 12px;
}

/* line 176, app/assets/stylesheets/legacy/schedulers.css.scss */
#scheduler_searchclear:hover {
  color: #D06262;
}

/* line 180, app/assets/stylesheets/legacy/schedulers.css.scss */
#scheduler_patient_search {
  padding: 6px 30px !important;
}

/* line 184, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-participant-search .typeahead.tt-hint {
  padding: 6px 28px !important;
}

/* line 188, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-participant-search {
  position: relative;
  margin-bottom: 5px !important;
}

/* line 193, app/assets/stylesheets/legacy/schedulers.css.scss */
#scheduler_search_icon {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  color: #a2a2a2;
}

/* line 203, app/assets/stylesheets/legacy/schedulers.css.scss */
.table.patient-info-table tbody > tr.participant > td {
  border-top: none;
  padding: 2px 8px;
  color: #696969;
}

/* line 209, app/assets/stylesheets/legacy/schedulers.css.scss */
#appointment_form .control-label, .control-label.dim-gray,
.md-radio label.dim-gray {
  color: #696969 !important;
}

/* line 214, app/assets/stylesheets/legacy/schedulers.css.scss */
.fc-apt-status {
  float: right;
}

/* line 218, app/assets/stylesheets/legacy/schedulers.css.scss */
.fc-event-header, .fc-title {
  padding: 2px;
  font-weight: bold;
}

/* line 223, app/assets/stylesheets/legacy/schedulers.css.scss */
.fc-event-header.no-status {
  background-color: #D3D3D3;
}

/* line 227, app/assets/stylesheets/legacy/schedulers.css.scss */
.fc-event-header.checked-in {
  background-color: #008000;
}

/* line 231, app/assets/stylesheets/legacy/schedulers.css.scss */
.fc-event-header.missed {
  background-color: #FFA500;
}

/* line 235, app/assets/stylesheets/legacy/schedulers.css.scss */
.fc-event-header.confirmed {
  background-color: #0000ff;
}

/* line 239, app/assets/stylesheets/legacy/schedulers.css.scss */
.fc-event-header.cancelled {
  background-color: #d9534f;
}

/* line 243, app/assets/stylesheets/legacy/schedulers.css.scss */
.fc-event-header.checked-out {
  background-color: #777;
}

/* line 247, app/assets/stylesheets/legacy/schedulers.css.scss */
.fc-event-header.rescheduled {
  background-color: #33cc33;
}

/* line 251, app/assets/stylesheets/legacy/schedulers.css.scss */
.label-missed {
  background-color: #FFA500;
}

/* line 255, app/assets/stylesheets/legacy/schedulers.css.scss */
.label-checked-in {
  background-color: #008000;
}

/* line 259, app/assets/stylesheets/legacy/schedulers.css.scss */
.label-checked-out {
  background-color: #777;
}

/* line 263, app/assets/stylesheets/legacy/schedulers.css.scss */
.label-confirmed {
  background-color: #0000ff;
}

/* line 267, app/assets/stylesheets/legacy/schedulers.css.scss */
.label-cancelled {
  background-color: #d9534f;
}

/* line 271, app/assets/stylesheets/legacy/schedulers.css.scss */
.label-rescheduled {
  background-color: #33cc33;
}

/* line 275, app/assets/stylesheets/legacy/schedulers.css.scss */
.fc-apt-type {
  padding: 2px;
}

/* line 279, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-search-form {
  margin-left: 19% !important;
  width: 56% !important;
}

/* line 284, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-table {
  width: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 293, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-table caption + thead.scheduler tr:first-child th.scheduler-th,
.scheduler-table colgroup + thead.scheduler tr:first-child th.scheduler-th,
.scheduler-table thead.scheduler:first-child tr:first-child th.scheduler-th,
.scheduler-table colgroup + thead.scheduler tr:first-child td {
  border-top: 0;
}

/* line 300, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-table thead.scheduler > tr > th.scheduler-th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 305, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-table thead.scheduler > tr > th,
.scheduler-table tbody.scheduler > tr > td.scheduler-td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 314, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-table thead.scheduler th,
.scheduler-table tbody.scheduler td.scheduler-td {
  vertical-align: middle;
  box-sizing: border-box;
}

/* line 320, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-table thead.scheduler th {
  text-align: left;
}

/* line 325, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-patient .modal-header {
  border: none;
  padding-bottom: 0;
}

/* line 329, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-patient .modal-body {
  padding-top: 0 !important;
}

/* line 333, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-patient .btn-primary {
  margin: 0 5px;
}

/* line 338, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-patient .searched-patient.table th, .scheduler-patient .searched-patient.table td {
  border: none;
}

/* line 342, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-patient .searched-patient.table td {
  padding: 0 8px;
}

/* line 346, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-patient .searched-patient.table .view-more td {
  padding: 8px;
}

/* line 352, app/assets/stylesheets/legacy/schedulers.css.scss */
.patient-suggestion.tt-suggestion {
  border-bottom: 1px solid #dddddd;
  padding: 8px 10px;
}

/* line 357, app/assets/stylesheets/legacy/schedulers.css.scss */
.patient-suggestion.tt-suggestion:last-child {
  border: none;
}

/* line 361, app/assets/stylesheets/legacy/schedulers.css.scss */
.patient-suggestion.tt-suggestion span.suggestion-list {
  width: 24.433333%;
  display: inline-block;
}

/* line 366, app/assets/stylesheets/legacy/schedulers.css.scss */
.patient-suggestion-label {
  color: #696969;
}

/* line 370, app/assets/stylesheets/legacy/schedulers.css.scss */
.table.searched-patient label {
  color: #696969;
}

/* line 374, app/assets/stylesheets/legacy/schedulers.css.scss */
.sbtn {
  height: 2.1em;
  padding: .3em .6em;
}

/* line 379, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheduler-htop {
  position: relative;
  height: 38px;
  margin-bottom: 1em;
}

/* line 385, app/assets/stylesheets/legacy/schedulers.css.scss */
.check-in-appt-btn, .check-out-appt-btn {
  border-color: #7cc576;
}

/* line 389, app/assets/stylesheets/legacy/schedulers.css.scss */
.fc-time-grid-event.blocked-time {
  border-radius: 10px;
  border: none;
  opacity: 1;
}

/* line 395, app/assets/stylesheets/legacy/schedulers.css.scss */
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2px !important;
}

/* line 399, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheckbox {
  height: 34px;
  padding: 6px 12px;
}

/* line 404, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheckbox label {
  margin-right: 8px;
}

/* line 408, app/assets/stylesheets/legacy/schedulers.css.scss */
.scheckbox .checkbox {
  margin-top: -5px;
}

/* line 412, app/assets/stylesheets/legacy/schedulers.css.scss */
.form-group.scheduler-clinics {
  margin-bottom: 5px !important;
}

/* line 416, app/assets/stylesheets/legacy/schedulers.css.scss */
#staff_message {
  color: #000000;
}

/* line 420, app/assets/stylesheets/legacy/schedulers.css.scss */
#submit_blocked_time {
  outline: unset;
}

/* line 424, app/assets/stylesheets/legacy/schedulers.css.scss */
.new-appointment,
#family-appointment-button,
#list_patient_appointments {
  margin: 0 !important;
  border: none;
}

/* line 431, app/assets/stylesheets/legacy/schedulers.css.scss */
.new-appointment.with-family, #list_patient_appointments.with-family {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 436, app/assets/stylesheets/legacy/schedulers.css.scss */
#family-appointment-button, #family_appointments_list {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
}

/* line 443, app/assets/stylesheets/legacy/schedulers.css.scss */
.patient-appointments-list .pagination {
  margin: 0 !important;
}

/* line 448, app/assets/stylesheets/legacy/schedulers.css.scss */
.table-appt.table-hover tbody tr:hover {
  cursor: pointer;
}

/* line 452, app/assets/stylesheets/legacy/schedulers.css.scss */
.event-selected {
  border: 2px solid #000000 !important;
}
/* line 5, app/assets/stylesheets/legacy/settings.css.scss */
#h_role {
  display: none;
}

/* line 9, app/assets/stylesheets/legacy/settings.css.scss */
.auto-reply .checkbox {
  padding-left: 75px;
}

/* line 15, app/assets/stylesheets/legacy/settings.css.scss */
.multiselect-container .checkbox {
  padding-left: 40px !important;
}

/* line 20, app/assets/stylesheets/legacy/settings.css.scss */
.format-text {
  vertical-align: middle;
  line-height: 85px;
}

/* line 25, app/assets/stylesheets/legacy/settings.css.scss */
.settings-tab .nav > li > a {
  padding: 10px 10px !important;
}

/* line 29, app/assets/stylesheets/legacy/settings.css.scss */
.add-clinic {
  margin-right: 20px;
}

/* line 33, app/assets/stylesheets/legacy/settings.css.scss */
#AddClinicModal .help-block {
  margin: 0px !important;
}

/* line 36, app/assets/stylesheets/legacy/settings.css.scss */
#AddClinicModal label {
  margin-bottom: 0px !important;
}

/* line 40, app/assets/stylesheets/legacy/settings.css.scss */
.drag-icon-css {
  color: #adadad;
  padding: 5px;
}

/* line 45, app/assets/stylesheets/legacy/settings.css.scss */
.merge-tag-header {
  width: 9.666666666666664% !important;
}

/* line 49, app/assets/stylesheets/legacy/settings.css.scss */
#user_data_sortable thead th,
#user_data_sortable tbody td {
  border-left: none !important;
}

/* line 55, app/assets/stylesheets/legacy/settings.css.scss */
.clinic-card .help-block {
  margin: 0px !important;
}

/* line 58, app/assets/stylesheets/legacy/settings.css.scss */
.clinic-card label {
  margin-bottom: 0px !important;
}

/* line 63, app/assets/stylesheets/legacy/settings.css.scss */
.horizontal-padding {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 68, app/assets/stylesheets/legacy/settings.css.scss */
.margin-bottom {
  margin-bottom: 15px;
}

/* line 73, app/assets/stylesheets/legacy/settings.css.scss */
.bootstrap-switch {
  width: 128px !important;
}

/* line 75, app/assets/stylesheets/legacy/settings.css.scss */
.bootstrap-switch .bootstrap-switch-container {
  width: 190px !important;
}

/* line 77, app/assets/stylesheets/legacy/settings.css.scss */
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off {
  width: 62px !important;
}

/* line 81, app/assets/stylesheets/legacy/settings.css.scss */
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-label {
  width: 63px !important;
}

/* line 86, app/assets/stylesheets/legacy/settings.css.scss */
.table_settings {
  margin-bottom: 0px;
  border: 0px hidden;
}

/* line 91, app/assets/stylesheets/legacy/settings.css.scss */
.pending-invite {
  background-color: grey;
}

/* line 95, app/assets/stylesheets/legacy/settings.css.scss */
.profile-settings.table td {
  border: 0;
}

/* line 100, app/assets/stylesheets/legacy/settings.css.scss */
.option-list .option {
  display: flex;
}

/* line 101, app/assets/stylesheets/legacy/settings.css.scss */
.option-list .option .text-primary {
  line-height: 2.4;
}

/* line 108, app/assets/stylesheets/legacy/settings.css.scss */
.inline-block {
  display: inline-block;
}

/* line 112, app/assets/stylesheets/legacy/settings.css.scss */
.left-padding-35 {
  padding-left: 35px;
}

/* line 116, app/assets/stylesheets/legacy/settings.css.scss */
#print_template_button {
  margin-top: 20px;
}

/* line 120, app/assets/stylesheets/legacy/settings.css.scss */
tr.ui-sortable-helper {
  display: table;
}

/* line 123, app/assets/stylesheets/legacy/settings.css.scss */
tr.ui-sortable-helper td {
  border-top: 0px solid #dddddd !important;
}

/* line 128, app/assets/stylesheets/legacy/settings.css.scss */
#response_templates_btn {
  margin-left: 30px;
}

/* line 132, app/assets/stylesheets/legacy/settings.css.scss */
.handle {
  cursor: move;
}

/* line 137, app/assets/stylesheets/legacy/settings.css.scss */
#content-options.dropdown-menu {
  left: 15px;
  bottom: 100%;
  top: auto;
  width: 235px;
  padding: 15px;
}

/* line 145, app/assets/stylesheets/legacy/settings.css.scss */
#content-options .disabled {
  user-select: none;
  color: gray;
}

/* line 150, app/assets/stylesheets/legacy/settings.css.scss */
#content-options .dropdown-menu {
  height: 190px;
  overflow-y: auto;
}

/* line 155, app/assets/stylesheets/legacy/settings.css.scss */
#content-options .dropdown-submenu > .dropdown-menu {
  right: auto;
  left: 100%;
  bottom: 0%;
  top: auto;
}
/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #337ab7;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.11.1
 * https://github.com/wenzhixin/bootstrap-table/
 */

.bootstrap-table .table {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse !important;
    border-radius: 1px;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
    padding: 8px;
}

.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
    border-right: 2px solid transparent;
}

.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
    border-right: none;
}

.fixed-table-container {
    position: relative;
    clear: both;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.fixed-table-container.table-no-bordered {
    border: 1px solid transparent;
}

.fixed-table-footer,
.fixed-table-header {
    overflow: hidden;
}

.fixed-table-footer {
    border-top: 1px solid #dddddd;
}

.fixed-table-body {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}

.fixed-table-container table {
    width: 100%;
}

.fixed-table-container thead th {
    height: 0;
    padding: 0;
    margin: 0;
    border-left: 1px solid #dddddd;
}

.fixed-table-container thead th:focus {
    outline: 0 solid transparent;
}

.fixed-table-container thead th:first-child {
    border-left: none;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fixed-table-container thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.fixed-table-container thead th .both {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC');
}

.fixed-table-container thead th .asc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==');
}

.fixed-table-container thead th .desc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ');
}

.fixed-table-container th.detail {
    width: 30px;
}

.fixed-table-container tbody td {
    border-left: 1px solid #dddddd;
}

.fixed-table-container tbody tr:first-child td {
    border-top: none;
}

.fixed-table-container tbody td:first-child {
    border-left: none;
}

/* the same color with .active */
.fixed-table-container tbody .selected td {
    background-color: #f5f5f5;
}

.fixed-table-container .bs-checkbox {
    text-align: center;
}

.fixed-table-container .bs-checkbox .th-inner {
    padding: 8px 0;
}

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
    margin: 0 auto !important;
}

.fixed-table-container .no-records-found {
    text-align: center;
}

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-pagination div.pagination .pagination {
    margin: 0;
}

.fixed-table-pagination .pagination a {
    padding: 6px 12px;
    line-height: 1.428571429;
}

.fixed-table-pagination .pagination-info {
    line-height: 34px;
    margin-right: 5px;
}

.fixed-table-pagination .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.fixed-table-pagination .dropup .dropdown-menu {
    margin-bottom: 0;
}

.fixed-table-pagination .page-list {
    display: inline-block;
}

.fixed-table-toolbar .columns-left {
    margin-right: 5px;
}

.fixed-table-toolbar .columns-right {
    margin-left: 5px;
}

.fixed-table-toolbar .columns label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 34px;
}

.fixed-table-pagination li.disabled a {
    pointer-events: none;
    cursor: default;
}

.fixed-table-loading {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    text-align: center;
}

.fixed-table-body .card-view .title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    text-align: left !important;
}

/* support bootstrap 2 */
.fixed-table-body thead th .th-inner {
    box-sizing: border-box;
}

.table th, .table td {
    vertical-align: middle;
    box-sizing: border-box;
}

.fixed-table-toolbar .dropdown-menu {
    text-align: left;
    max-height: 300px;
    overflow: auto;
}

.fixed-table-toolbar .btn-group > .btn-group {
    display: inline-block;
    margin-left: -1px !important;
}

.fixed-table-toolbar .btn-group > .btn-group > .btn {
    border-radius: 0;
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bootstrap-table .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}

/* support bootstrap 3 */
.bootstrap-table .table thead > tr > th {
    padding: 0;
    margin: 0;
}

.bootstrap-table .fixed-table-footer tbody > tr > td {
    padding: 0 !important;
}

.bootstrap-table .fixed-table-footer .table {
    border-bottom: none;
    border-radius: 0;
    padding: 0 !important;
}

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

/* calculate scrollbar width */
p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

/* for get correct heights  */
.fixed-table-toolbar:after, .fixed-table-pagination:after {
    content: "";
    display: block;
    clear: both;
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }
/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
@-webkit-keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
@-moz-keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
@keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
.tokenfield {
  height: auto;
  min-height: 34px;
  padding-bottom: 0px;
}
.tokenfield.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tokenfield .token {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: -1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default;
}
.tokenfield .token:hover {
  border-color: #b9b9b9;
}
.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8);
}
.tokenfield .token.duplicate {
  border-color: #ebccd1;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.tokenfield .token.invalid {
  background: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px dotted #d9534f;
}
.tokenfield .token.invalid.active {
  background: #ededed;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top;
}
.tokenfield .token .close {
  font-family: Arial;
  display: inline-block;
  line-height: 100%;
  font-size: 1.1em;
  line-height: 1.49em;
  margin-left: 5px;
  float: none;
  height: 100%;
  vertical-align: top;
  padding-right: 4px;
}
.tokenfield .token-input {
  background: none;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: 20px;
  padding: 0;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  /* IE6-9 */
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.tokenfield.disabled .token-input {
  cursor: not-allowed;
}
.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #d9d9d9;
}
.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.has-warning .tokenfield.focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error .tokenfield.focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-success .tokenfield.focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.tokenfield.input-sm,
.input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0px;
}
.input-group-sm .token,
.tokenfield.input-sm .token {
  height: 20px;
  margin-bottom: 4px;
}
.input-group-sm .token-input,
.tokenfield.input-sm .token-input {
  height: 18px;
  margin-bottom: 5px;
}
.tokenfield.input-lg,
.input-group-lg .tokenfield {
  height: auto;
  min-height: 45px;
  padding-bottom: 4px;
}
.input-group-lg .token,
.tokenfield.input-lg .token {
  height: 25px;
}
.input-group-lg .token-label,
.tokenfield.input-lg .token-label {
  line-height: 23px;
}
.input-group-lg .token .close,
.tokenfield.input-lg .token .close {
  line-height: 1.3em;
}
.input-group-lg .token-input,
.tokenfield.input-lg .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top;
}
.tokenfield.rtl {
  direction: rtl;
  text-align: right;
}
.tokenfield.rtl .token {
  margin: -1px 0 5px 5px;
}
.tokenfield.rtl .token .token-label {
  padding-left: 0px;
  padding-right: 4px;
}
span.multiselect-native-select{position:relative}span.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container .multiselect-reset .input-group{width:93%}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
/* line 1, app/assets/stylesheets/legacy/closed_clinics.css.scss */
.shift-up {
  margin-top: -25px;
}
/* line 2, app/assets/stylesheets/legacy/sub_groups.css.scss */
.uploading-status table {
  width: 100%;
  background-color: white !important;
  margin-bottom: 0px;
}

/* line 8, app/assets/stylesheets/legacy/sub_groups.css.scss */
.import-info {
  margin-top: 6%;
  font-size: 13px;
}

/* line 12, app/assets/stylesheets/legacy/sub_groups.css.scss */
.light-green-text {
  color: #3BBB44;
}

/* line 16, app/assets/stylesheets/legacy/sub_groups.css.scss */
.group-edit-button {
  margin-top: 30px;
}

/* line 20, app/assets/stylesheets/legacy/sub_groups.css.scss */
.group-texting-code-edit-button {
  margin-top: 7px;
}

/* line 24, app/assets/stylesheets/legacy/sub_groups.css.scss */
.group-save-button {
  margin-top: 25px;
}

/* line 28, app/assets/stylesheets/legacy/sub_groups.css.scss */
.group-contacts {
  margin-top: 15px;
  margin-bottom: 20px;
}

/* line 32, app/assets/stylesheets/legacy/sub_groups.css.scss */
.group-label-info {
  padding-left: 15px;
}

/* line 35, app/assets/stylesheets/legacy/sub_groups.css.scss */
.radio-group-set {
  margin-left: 10px;
}

/* line 38, app/assets/stylesheets/legacy/sub_groups.css.scss */
.radio-group label {
  margin-bottom: 10px;
  font-weight: normal;
  margin-left: 5px;
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/legacy/sub_groups.css.scss */
.selection-details .title {
  font-weight: bold;
}

/* line 48, app/assets/stylesheets/legacy/sub_groups.css.scss */
.selection-details .description {
  margin-bottom: 20px;
}

/* line 52, app/assets/stylesheets/legacy/sub_groups.css.scss */
.selection-link label {
  font-weight: normal;
  font-size: 13px;
  color: #428bca;
  margin-left: 25px;
  cursor: pointer;
}

/* line 59, app/assets/stylesheets/legacy/sub_groups.css.scss */
.imports {
  margin-left: 25px;
  font-size: 13px;
}

/* line 63, app/assets/stylesheets/legacy/sub_groups.css.scss */
.file-select-label {
  display: -webkit-inline-box;
  display: flex;
}

/* line 66, app/assets/stylesheets/legacy/sub_groups.css.scss */
.file-select-label .help-block {
  margin: 0 10px;
  font-size: 13px;
}

/* line 71, app/assets/stylesheets/legacy/sub_groups.css.scss */
.no-padding-left {
  padding-left: 0;
}

/* line 74, app/assets/stylesheets/legacy/sub_groups.css.scss */
.upload-type-info {
  padding: 5px;
}

/* line 78, app/assets/stylesheets/legacy/sub_groups.css.scss */
.remove-border-radius {
  border-radius: 0;
}

/* line 82, app/assets/stylesheets/legacy/sub_groups.css.scss */
.remove-border-right-radius {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 86, app/assets/stylesheets/legacy/sub_groups.css.scss */
.remove-border-left-radius {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 91, app/assets/stylesheets/legacy/sub_groups.css.scss */
.group-participants-count {
  color: #0b5d75;
}

/* line 95, app/assets/stylesheets/legacy/sub_groups.css.scss */
.row.group-name, .row.group-access, .row.group-auto-response, .row.automated-uploads {
  border-bottom: 1px solid #eeeeee;
}

/* line 98, app/assets/stylesheets/legacy/sub_groups.css.scss */
.row.group-name,
.row.group-access,
.row.group-auto-response,
.row.data-download,
.row.automated-uploads {
  padding-bottom: 10px;
}

/* line 106, app/assets/stylesheets/legacy/sub_groups.css.scss */
.row.group-access,
.row.group-auto-response,
.row.data-download {
  padding-top: 15px;
}

/* line 112, app/assets/stylesheets/legacy/sub_groups.css.scss */
.preprocessor-upload-file {
  margin-left: -18px;
  margin-top: 8px;
  text-align: right;
}

/* line 117, app/assets/stylesheets/legacy/sub_groups.css.scss */
.uploader-advanced-settings label {
  margin-bottom: 10px;
}

/* line 120, app/assets/stylesheets/legacy/sub_groups.css.scss */
.preprocessor-checkbox {
  margin-top: 10px !important;
}

/* line 123, app/assets/stylesheets/legacy/sub_groups.css.scss */
.optional-upload-field {
  margin-top: -3px;
}

/* line 127, app/assets/stylesheets/legacy/sub_groups.css.scss */
.additional-languages-list .option,
.msg-groups-list .option,
.preferences-list .option,
.priority-list .option {
  display: flex;
}

/* line 134, app/assets/stylesheets/legacy/sub_groups.css.scss */
.remove-language,
.remove-priority,
.preferences-list .remove-pref {
  padding-top: 5px;
}

/* line 140, app/assets/stylesheets/legacy/sub_groups.css.scss */
.modal-dialog.modal-language {
  width: 800px;
}

/* line 144, app/assets/stylesheets/legacy/sub_groups.css.scss */
.modal-dialog.modal-large {
  width: 1000px;
}

/* line 148, app/assets/stylesheets/legacy/sub_groups.css.scss */
.preprocessor-actions {
  padding: 9px;
  margin-bottom: 0;
}

/* line 153, app/assets/stylesheets/legacy/sub_groups.css.scss */
.label.filtered-label {
  font-size: 11px;
  padding: .2em .6em .2em;
}

/* line 158, app/assets/stylesheets/legacy/sub_groups.css.scss */
.calculate-contacts input.btn {
  margin-right: 25px;
}

/* line 162, app/assets/stylesheets/legacy/sub_groups.css.scss */
.add-new-rule-button {
  margin-left: -15px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* line 173, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 176, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

/* line 181, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 183, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 185, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 187, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 189, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 191, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 193, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/* line 204, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 210, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 212, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 214, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 218, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 220, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 222, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 228, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 234, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 236, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 238, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 251, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 254, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 256, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 259, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 262, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 264, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 268, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 276, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 284, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 286, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 292, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 299, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 309, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 313, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 320, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 327, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 333, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 348, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 361, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 363, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 366, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 387, ../../shared/bundle/ruby/3.2.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 140px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .drp-calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .drp-calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .drp-calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 8px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .drp-calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .drp-calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }
/* line 2, app/assets/stylesheets/legacy/style.css.scss */
.show-text-value {
  line-height: 32px;
}

/* line 5, app/assets/stylesheets/legacy/style.css.scss */
.show-text-value .edit-text-value {
  margin-left: 10px;
}

/* line 11, app/assets/stylesheets/legacy/style.css.scss */
.text-editable-form input[type="text"] {
  width: 70%;
  display: initial;
}
