/********************************************************************************
 * Reset
 ********************************************************************************/
/* line 5, app/assets/stylesheets/reset.scss */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  font-weight: normal;
}

/* line 14, app/assets/stylesheets/reset.scss */
body {
  font-family: TheSaB5, 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
  line-height: 1.2 !important;
  background-color: white;
}

/* line 20, app/assets/stylesheets/reset.scss */
ol, ul {
  list-style: none;
}

/* line 24, app/assets/stylesheets/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 28, app/assets/stylesheets/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

/* line 33, app/assets/stylesheets/reset.scss */
a {
  text-decoration: none;
}

/* line 37, app/assets/stylesheets/reset.scss */
a img {
  border: 0;
}

/* line 41, app/assets/stylesheets/reset.scss */
input, img, label, button {
  vertical-align: middle;
}

/* remember to define focus styles! */
/* line 46, app/assets/stylesheets/reset.scss */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
/* line 51, app/assets/stylesheets/reset.scss */
ins {
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/reset.scss */
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 60, app/assets/stylesheets/reset.scss */
table {
  border-spacing: 0;
}
/* line 6, app/assets/stylesheets/assignment_statuses.scss */
.color_cell {
  width: 50px;
}

/* line 11, app/assets/stylesheets/assignment_statuses.scss */
.order_button {
  background: url(/assets/order_icon-c3a77a8fa4ca4868c913d77b33686d7576188dfa05cfb486dbe0c3d9ad01c167.png) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
}
/* line 5, app/assets/stylesheets/assignments.scss */
.comment_box {
  margin: 20px 0px;
}

/* line 9, app/assets/stylesheets/assignments.scss */
.comment_box .username {
  color: #001155;
  font-size: 14px;
}

/* line 14, app/assets/stylesheets/assignments.scss */
.comment_box .date {
  color: #666666 !important;
  font-size: 11px;
  margin-left: 10px;
  white-space: nowrap;
}

/* line 21, app/assets/stylesheets/assignments.scss */
.comment_box .content {
  color: #333333 !important;
  font-size: 13px;
}

/* line 26, app/assets/stylesheets/assignments.scss */
.comment_box .site_action {
  margin-top: -29px;
  float: right;
}

/* line 31, app/assets/stylesheets/assignments.scss */
.comment_box p {
  margin-bottom: 3px;
  word-wrap: break-word;
  margin-top: 0px;
}

/* line 37, app/assets/stylesheets/assignments.scss */
.comment_box p:last-child {
  margin-left: 10px;
}

/* line 41, app/assets/stylesheets/assignments.scss */
.comment_textarea {
  max-width: 100% !important;
  max-height: 200px;
  min-width: 100%;
  min-height: 100px;
  margin-top: 5px !important;
}

/* line 49, app/assets/stylesheets/assignments.scss */
.horizontal_separator {
  height: 1px;
  width: 80%;
  margin: 20px auto;
  background-color: #dcdcdc;
}

/* line 56, app/assets/stylesheets/assignments.scss */
.modScForm .new_assignment_comment .field {
  width: 100%;
}

/* line 60, app/assets/stylesheets/assignments.scss */
.noshadow {
  box-shadow: none !important;
}

/* line 64, app/assets/stylesheets/assignments.scss */
.assignment_timetable {
  width: calc(100% - 9px);
  table-layout: fixed;
  margin-top: 20px;
  margin-left: 11px;
}

/* line 71, app/assets/stylesheets/assignments.scss */
.assignment_timetable > thead {
  border: 0px;
}

/* line 75, app/assets/stylesheets/assignments.scss */
.assignment_timetable > thead > tr {
  border-bottom: 1px solid rgba(181, 181, 181, 0.5);
}

/* line 79, app/assets/stylesheets/assignments.scss */
.assignment_timetable > thead > tr > th {
  margin: 0px;
  padding: 0px;
}

/* line 84, app/assets/stylesheets/assignments.scss */
.assignment_timetable > thead > tr > th > span {
  display: inline-block;
  font-size: 9px;
  line-height: 1;
  margin-left: -11px;
  position: relative;
  text-align: center;
  text-shadow: 0 0 1px #999999;
  width: 22px;
  color: #666666;
}

/* line 96, app/assets/stylesheets/assignments.scss */
.superscript {
  font-size: 85%;
  vertical-align: top;
}

/* line 101, app/assets/stylesheets/assignments.scss */
.assignment_timetable > tbody > tr > td {
  margin: 0px;
  padding: 0px;
  height: 40px;
}

/* line 107, app/assets/stylesheets/assignments.scss */
.assignment_timetable > tbody > tr > td.highlighted {
  background-color: #11AAFF;
}

/* line 111, app/assets/stylesheets/assignments.scss */
.assignment_timetable > tbody > tr > td > .timeline {
  height: 1px;
  widht: 100%;
  background-color: rgba(181, 181, 181, 0.5);
  position: relative;
  top: -19px;
}

/* line 119, app/assets/stylesheets/assignments.scss */
.fullhour {
  border-left: 1px solid rgba(181, 181, 181, 0.5);
}

/* line 131, app/assets/stylesheets/assignments.scss */
.hour30:before {
  content: "";
  position: relative;
  top: -11px;
  border-right: 1px solid rgba(181, 181, 181, 0.3);
  font-size: 15px;
}

/* line 143, app/assets/stylesheets/assignments.scss */
p {
  font-size: 14px;
}

/* line 147, app/assets/stylesheets/assignments.scss */
small {
  font-size: 70% !important;
}

/* line 151, app/assets/stylesheets/assignments.scss */
.timelinehour30 {
  margin-top: -20px;
}

/* line 155, app/assets/stylesheets/assignments.scss */
.details_table a {
  color: #11AAFF !important;
}

/* line 159, app/assets/stylesheets/assignments.scss */
.graymodule {
  background-color: #eeeeee;
  box-shadow: 0 0 5px #666 inset;
  position: relative;
  margin-top: 40px;
  border-radius: 10px;
}

/* line 167, app/assets/stylesheets/assignments.scss */
.timeline_date_wrapper {
  font-size: 10px;
  height: 100%;
  line-height: 1;
  overflow: visible;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 1px;
}

/* line 178, app/assets/stylesheets/assignments.scss */
.timeline_date {
  margin-bottom: 1px;
  margin-left: -15px;
}

/* line 183, app/assets/stylesheets/assignments.scss */
.timeline_date_separator {
  background-color: #dd1122;
  box-shadow: 0 0 1px 0;
  height: 105%;
  margin-top: 3px;
  width: 2px;
}

/* line 191, app/assets/stylesheets/assignments.scss */
.separator_gradient {
  background-color: #eee;
  box-shadow: 0 0 5px #333 inset;
  color: #aaa;
  font-size: 15px;
  font-weight: bold;
  height: 100%;
  margin-left: 15px;
  padding-top: 16px;
  position: absolute;
  text-align: center;
  top: 0;
  width: calc(100% / 8 - 100% / 16);
  z-index: 100;
}

/* line 207, app/assets/stylesheets/assignments.scss */
.gradientleft {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  border-radius: 10px 0 0 10px;
  z-index: 101;
  background: #eeeeee;
  background: -moz-linear-gradient(left, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #eeeeee), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=1 );
}

/* line 225, app/assets/stylesheets/assignments.scss */
.gradientright {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  border-radius: 0 10px 10px 0;
  z-index: 101;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0.5) 50%, #eeeeee 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(247, 247, 247, 0.5)), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0.5) 50%, #eeeeee 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0.5) 50%, #eeeeee 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0.5) 50%, #eeeeee 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0.5) 50%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1 );
}

/* line 243, app/assets/stylesheets/assignments.scss */
div.marked-for-close {
  border-radius: 5px 5px 0 0;
  margin-bottom: 0px;
  padding: 0px;
  position: relative;
  z-index: 0;
}

/* line 251, app/assets/stylesheets/assignments.scss */
.marked-for-close > a {
  height: 100%;
  width: 100%;
  padding: 15px;
  background-color: #ccc;
  border-radius: 5px 5px 0 0;
  color: #015 !important;
  font-size: 13pt;
  display: block;
  transition: all 0.3s;
  text-align: center;
}

/* line 264, app/assets/stylesheets/assignments.scss */
.marked-for-close > a:hover {
  box-shadow: 0 0 6px #666 inset;
  font-size: 12.7pt;
  background-color: #cdcdcd;
  cursor: pointer;
  text-decoration: none;
}

/* line 272, app/assets/stylesheets/assignments.scss */
.module.info {
  border-radius: 5px;
  box-shadow: none;
  padding: 10px;
}

/* line 278, app/assets/stylesheets/assignments.scss */
.module.info > span {
  display: block;
  font-size: 12pt;
  text-align: center;
  width: 100%;
}

/* line 285, app/assets/stylesheets/assignments.scss */
.module.closed {
  background-color: #ddd;
}

/* line 289, app/assets/stylesheets/assignments.scss */
.module.marked_for_close {
  background: repeating-linear-gradient(45deg, #dfdfdf, #dfdfdf 10px, #eeeeee 10px, #eeeeee 20px);
}

/* line 299, app/assets/stylesheets/assignments.scss */
.rapportBox {
  margin: -23px 5% 20px;
  text-align: center;
  width: 90%;
  z-index: -1;
  overflow: hidden;
  height: auto;
}

/* line 308, app/assets/stylesheets/assignments.scss */
.rapportBox > a {
  padding: 10px;
  display: block;
  color: #1af;
  background-color: #eeeeee;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 0px 5px #666 inset;
  transition: all 0.3s;
}

/* line 318, app/assets/stylesheets/assignments.scss */
.rapportBox > a:active {
  background-color: #dddddd;
}

/* line 322, app/assets/stylesheets/assignments.scss */
.rapportBox > a > .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-heigt: 13px;
  color: #1af;
  transition: all 0.3s;
}

/* line 331, app/assets/stylesheets/assignments.scss */
.rapportBox > a:hover > .name {
  color: #015;
}

/* line 335, app/assets/stylesheets/assignments.scss */
.rapportBox > a > .fileIcon {
  display: inline-block;
  background: url(/assets/file-c448e9187c1524e8e3695c6390c50b9600793667c2a146b19df17bb29cba4c9d.png) no-repeat 0px 0px;
  background-size: cover;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  transition: all 0.3s;
}

/* line 345, app/assets/stylesheets/assignments.scss */
.rapportBox > a:hover > .fileIcon {
  background: url(/assets/file_hover-3b0e6d97ad85fd15b060a09d01eba75bd4d02284c715552d4cbc7cfb2cf5d79d.png) no-repeat 0px 0px;
  background-size: cover;
}

/* line 350, app/assets/stylesheets/assignments.scss */
.uploadForm {
  margin-bottom: 0 !important;
  margin-top: -12px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 100px;
}

/* line 359, app/assets/stylesheets/assignments.scss */
.uploadForm .fileUpload {
  display: block;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

/* line 369, app/assets/stylesheets/assignments.scss */
.uploadForm .upload {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 383, app/assets/stylesheets/assignments.scss */
.gallary div.smallWidth {
  width: 40%;
}

/* line 386, app/assets/stylesheets/assignments.scss */
.imageContainer:hover .delete-cross {
  transform: scale(1);
}

/* line 389, app/assets/stylesheets/assignments.scss */
.delete-cross {
  background-color: #999;
  border-radius: 1000px;
  display: block;
  height: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -9px;
  top: 6px;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  width: 18px;
}

/* line 404, app/assets/stylesheets/assignments.scss */
.delete-cross:hover {
  text-decoration: none;
  background-color: #aaa;
}

/* line 409, app/assets/stylesheets/assignments.scss */
.delete-cross > span {
  color: #ddd;
  display: block;
  font-size: 16px;
  height: 100%;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

/* line 420, app/assets/stylesheets/assignments.scss */
.newListSelOpen > .newListWrapper > ul.newList > li.newListOptionTitle {
  font-weight: bold;
  padding-left: 10px;
}

/* line 425, app/assets/stylesheets/assignments.scss */
.newListSelOpen > .newListWrapper > ul.newList > li.newListOptionTitle > ul > li > a {
  padding-left: 10px;
}

/* line 430, app/assets/stylesheets/assignments.scss */
.products-table {
  margin-bottom: 0px !important;
}

/* line 435, app/assets/stylesheets/assignments.scss */
.products-table > tbody > tr:hover {
  background-color: transparent !important;
  cursor: auto !important;
}

/* line 440, app/assets/stylesheets/assignments.scss */
.products-table h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 445, app/assets/stylesheets/assignments.scss */
.products-table > tbody > tr:nth-child(2) > td {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

/* line 450, app/assets/stylesheets/assignments.scss */
.products-table > tbody > tr:nth-child(3) > td {
  padding-top: 16px;
}

/* line 454, app/assets/stylesheets/assignments.scss */
.products-table > tbody > tr > td {
  border-top: none !important;
}

/* line 458, app/assets/stylesheets/assignments.scss */
.products-table tr:not(:first-child) td:first-child, .products-table tr:not(:nth-child(3)) td:first-child {
  text-align: right;
  vertical-align: middle;
}

/* line 463, app/assets/stylesheets/assignments.scss */
.products-table tr:first-child td:nth-child(2), .products-table tr:nth-child(3) td:nth-child(2) {
  text-align: right;
  vertical-align: middle;
}

@media print {
  /* line 469, app/assets/stylesheets/assignments.scss */
  .scs-pageheader {
    display: none;
  }
  /* line 472, app/assets/stylesheets/assignments.scss */
  .scs-pagefooter {
    display: none;
  }
  /* line 475, app/assets/stylesheets/assignments.scss */
  .area_container {
    padding-top: 0px;
  }
  /* line 478, app/assets/stylesheets/assignments.scss */
  .site_action {
    display: none;
  }
  /* line 481, app/assets/stylesheets/assignments.scss */
  .pager {
    display: none !important;
  }
  /* line 487, app/assets/stylesheets/assignments.scss */
  table * {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  /* line 494, app/assets/stylesheets/assignments.scss */
  table thead .tablesorter-headerRow .sort_img {
    display: none;
  }
  /* line 497, app/assets/stylesheets/assignments.scss */
  table thead .tablesorter-headerRow th:last-child {
    display: none;
  }
  /* line 501, app/assets/stylesheets/assignments.scss */
  table thead .tablesorter-filter-row {
    display: none;
  }
  /* line 507, app/assets/stylesheets/assignments.scss */
  table tbody tr .table-link[href]:after {
    content: none !important;
  }
  /* line 510, app/assets/stylesheets/assignments.scss */
  table tbody tr td {
    padding: 2px 2px !important;
  }
  /* line 513, app/assets/stylesheets/assignments.scss */
  table tbody tr td:last-child {
    display: none;
  }
  /* line 516, app/assets/stylesheets/assignments.scss */
  table tbody tr:nth-child(odd) {
    background-color: #dedede !important;
  }
}
/* line 6, app/assets/stylesheets/customers.scss */
.assignments_list {
  width: 100%;
  table-layout: fixed;
}

/* line 11, app/assets/stylesheets/customers.scss */
.assignments_list > tbody {
  transition: all 0.3s;
}

/* line 15, app/assets/stylesheets/customers.scss */
.assignments_list > tbody:hover {
  background-color: rgba(200, 200, 200, 0.3);
}

/* line 19, app/assets/stylesheets/customers.scss */
.assignments_list > tbody > tr > td {
  padding: 5px;
}

/* line 23, app/assets/stylesheets/customers.scss */
.assignments_list > tbody > tr:first-child > td:first-child {
  padding-left: 15px;
}

/* line 27, app/assets/stylesheets/customers.scss */
.assignments_list > tbody > tr:nth-child(2) > td {
  padding-top: 0px;
  line-height: 1;
}

/* line 32, app/assets/stylesheets/customers.scss */
.assignments_list > tbody > tr > td:last-child {
  min-width: 40px;
  text-align: right;
  padding-right: 15px;
}

/* line 38, app/assets/stylesheets/customers.scss */
.small_button {
  height: 30px;
  width: 20px;
}

/* line 43, app/assets/stylesheets/customers.scss */
.noSidePadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 48, app/assets/stylesheets/customers.scss */
.action_export {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  width: 55px;
  padding: 2px;
  z-index: 1000;
}

/* line 57, app/assets/stylesheets/customers.scss */
.action_export .action_head .action_button_download {
  background-image: url(/assets/btn_download-92f1067624b45398015d19894969c9d3ae0bb6a435148aba921433886f22836b.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  border: none;
  margin: auto;
}

/* line 66, app/assets/stylesheets/customers.scss */
.action_export .action_body {
  display: none;
}

/* line 73, app/assets/stylesheets/customers.scss */
.action_export:hover .action_head:hover {
  cursor: pointer;
}

/* line 76, app/assets/stylesheets/customers.scss */
.action_export:hover .action_head .action_button_download {
  background-image: url(/assets/btn_download_hover-b5f0b92396cd1d0a31bd0264294b85b154e167cdaf83b88cce1299520d4207bc.png);
}

/* line 86, app/assets/stylesheets/customers.scss */
.action_export.active > * {
  -webkit-box-shadow: 4px 4px 12px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 12px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 12px -1px rgba(0, 0, 0, 0.3);
  -webkit-animation: fadeInFromNone 0.3s ease-out;
  -moz-animation: fadeInFromNone 0.3s ease-out;
  -o-animation: fadeInFromNone 0.3s ease-out;
  animation: fadeInFromNone 0.3s ease-out;
}

/* line 97, app/assets/stylesheets/customers.scss */
.action_export.active .action_head {
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 101, app/assets/stylesheets/customers.scss */
.action_export.active .action_head .action_button_download {
  background-image: url(/assets/btn_download_hover-b5f0b92396cd1d0a31bd0264294b85b154e167cdaf83b88cce1299520d4207bc.png);
}

/* line 105, app/assets/stylesheets/customers.scss */
.action_export.active .action_body {
  display: block;
  position: absolute;
  width: 210px;
  left: -125px;
  margin-top: 0px;
  background-color: white;
  padding: 25px;
  z-index: 1000;
  border-radius: 5px;
}

/* line 119, app/assets/stylesheets/customers.scss */
.dismiss_view {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(181, 181, 181, 0.2);
  -webkit-animation: fadeInFromNone 0.3s ease-out;
  -moz-animation: fadeInFromNone 0.3s ease-out;
  -o-animation: fadeInFromNone 0.3s ease-out;
  animation: fadeInFromNone 0.3s ease-out;
}

/* line 133, app/assets/stylesheets/customers.scss */
.text_middle {
  display: inline-block;
  vertical-align: top;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* BUTTONS */
/* line 4, vendor/assets/stylesheets/form.css.scss */
.scs-form .standardSubmitBtn button {
  display: block;
  margin-bottom: 0;
}

/* line 9, vendor/assets/stylesheets/form.css.scss */
.scs-form div.standardSubmitBtn {
  display: inline-block;
}

/* line 13, vendor/assets/stylesheets/form.css.scss */
.scs-form a.primary-button,
.scs-form a.secondary-button {
  display: inline-block;
}

/* line 18, vendor/assets/stylesheets/form.css.scss */
.scs-form .verticalButtons span,
.scs-form .verticalButtons a {
  float: left;
}

/* line 23, vendor/assets/stylesheets/form.css.scss */
.scs-form .verticalButtons span,
.scs-form .verticalButtons a,
.scs-form .verticalButtons input,
.scs-form .verticalButtons div {
  display: block;
  clear: both;
}

/* form - general */
/* line 33, vendor/assets/stylesheets/form.css.scss */
.scs-form div.field {
  display: block;
  position: relative;
  width: 540px;
  overflow: visible;
}

/* line 40, vendor/assets/stylesheets/form.css.scss */
.ui-dialog .scs-form div.field {
  width: 96%;
}

/* line 43, vendor/assets/stylesheets/form.css.scss */
.scs-form div.field table {
  width: 100%;
}

/* line 47, vendor/assets/stylesheets/form.css.scss */
.scs-form .field > span.inputField {
  display: block;
  padding-right: 8px;
  /* compensates the padding-left & -right & border of the field because of its 100% width */
}

/* line 52, vendor/assets/stylesheets/form.css.scss */
.scs-form div.field > img.field-hint {
  position: absolute;
  right: -20px;
  margin-top: 4px;
}

/* line 58, vendor/assets/stylesheets/form.css.scss */
.scs-form .label,
.scs-form label {
  display: block;
  margin: 0 0 3px 0;
  padding: 0;
  color: #333;
}

/* line 65, vendor/assets/stylesheets/form.css.scss */
.scs-form .error label,
.scs-form .error .label {
  color: #dd1122;
}

/* line 70, vendor/assets/stylesheets/form.css.scss */
.scs-form .error .custom-radio label {
  color: #dd1122;
}

/* line 74, vendor/assets/stylesheets/form.css.scss */
.scs-form .error .radio .fullLengthLabel {
  color: #dd1122;
  display: inline;
}

/* line 79, vendor/assets/stylesheets/form.css.scss */
.scs-form .radio .error .fullLengthLabel {
  color: #dd1122;
  display: inline;
}

/* line 84, vendor/assets/stylesheets/form.css.scss */
.scs-form .error span.error {
  display: block;
  padding-bottom: 17px;
  color: #dd1122;
}

/* line 90, vendor/assets/stylesheets/form.css.scss */
.scs-form .fullLengthError {
  float: left;
  width: 460px;
  color: #DD1122;
  padding-bottom: 17px;
  display: inline;
}

/* line 98, vendor/assets/stylesheets/form.css.scss */
.scs-form .headingError {
  color: #dd1122;
  display: block;
  margin-bottom: 17px;
  border-style: solid;
  border-width: 1px 0;
  padding: 11px 11px 11px 30px;
  background: url(/images/form-global-error-message.png) no-repeat left 11px transparent;
}

/* line 108, vendor/assets/stylesheets/form.css.scss */
.statusSuccessful {
  background: url(/images/form-success.png) no-repeat left 10px transparent;
  padding: 12px 30px;
  color: #00cc00;
  border: 1px solid #00cc00;
  border-left: none;
  border-right: none;
  line-height: 1.1;
}

/* buttons */
/* line 120, vendor/assets/stylesheets/form.css.scss */
.scs-form > div.end div.field {
  /* button-area */
  display: block;
}

/* line 124, vendor/assets/stylesheets/form.css.scss */
.scs-form div.verticalButtons {
  margin-bottom: 6px;
}

/* line 128, vendor/assets/stylesheets/form.css.scss */
.scs-form .buttonstrip > .right {
  position: relative;
  left: 10px;
  float: right;
}

/* fields - general */
/* line 138, vendor/assets/stylesheets/form.css.scss */
.scs-form .field input,
.scs-form .field select,
.scs-form .field textarea,
.scs-form .dropdown .field .newListSelected .selectedTxt {
  margin: 0 20px 10px 0;
  padding: 3px 3px 4px 3px;
  width: 100%;
  border: 1px solid #f2f2f2;
  border-top-color: #c2c2c2;
  border-left-color: #c2c2c2;
  background-color: #f8f8f8;
  /* border-radius */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 13px;
  color: #015;
}

/* line 157, vendor/assets/stylesheets/form.css.scss */
.scs-form .dropdown .field .newListSelected .newListWrapper > UL.newList {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}

/* line 162, vendor/assets/stylesheets/form.css.scss */
.scs-form .field input:focus,
.scs-form .field textarea:focus {
  border-top-color: #4e9be9;
  border-right-color: #e4eef7;
  border-bottom-color: #e4eef7;
  border-left-color: #4e9be9;
}

/* line 169, vendor/assets/stylesheets/form.css.scss */
.scs-accessibility-mode .scs-form .field input:focus,
.scs-accessibility-mode .scs-form .field textarea:focus {
  outline: #00f dotted 2px;
}

/* line 173, vendor/assets/stylesheets/form.css.scss */
.scs-form .error input,
.scs-form .error textarea,
.scs-form .dropdown .error .newListSelected .selectedTxt {
  border-top-color: #e66a73 !important;
  border-right-color: #f7c8cc !important;
  border-bottom-color: #f7c8cc !important;
  border-left-color: #e66a73 !important;
  background-color: #fadcde;
}

/* line 182, vendor/assets/stylesheets/form.css.scss */
.ui-dialog .scs-form .field input,
.ui-dialog .scs-form .field textarea,
.ui-dialog .scs-form .dropdown .field .newListSelected .selectedTxt {
  margin-right: 0;
}

/* line 188, vendor/assets/stylesheets/form.css.scss */
.scs-form .field input.disabled,
.scs-form .field textarea.disabled {
  color: #015;
  /* opacity (cross-browser) */
  opacity: .60;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=60);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=60)";
  /* IE 8 */
  -khtml-opacity: .60;
  /* Safari 1.x */
  -moz-opacity: .60;
  /* FF lt 1.5, Netscape */
}

/* line 199, vendor/assets/stylesheets/form.css.scss */
.scs-form .field .placeholder {
  color: #bbb;
}

/* fields in two column layout */
/* line 206, vendor/assets/stylesheets/form.css.scss */
.scs-form .twofields .field > div,
.scs-form .multifield .field > div {
  float: left;
}

/* line 211, vendor/assets/stylesheets/form.css.scss */
.scs-form .field > div.percent20 {
  width: 20%;
}

/* line 214, vendor/assets/stylesheets/form.css.scss */
.scs-form .field > div.percent30 {
  width: 30%;
}

/* line 217, vendor/assets/stylesheets/form.css.scss */
.scs-form .field > div.percent40 {
  width: 40%;
}

/* line 220, vendor/assets/stylesheets/form.css.scss */
.scs-form .field > div.percent50 {
  width: 50%;
}

/* line 223, vendor/assets/stylesheets/form.css.scss */
.scs-form .field > div.percent60 {
  width: 60%;
}

/* line 226, vendor/assets/stylesheets/form.css.scss */
.scs-form .field > div.percent70 {
  width: 70%;
}

/* line 229, vendor/assets/stylesheets/form.css.scss */
.scs-form .field > div.percent80 {
  width: 80%;
}

/* line 233, vendor/assets/stylesheets/form.css.scss */
.scs-form .twofields .field > div > span.inputField,
.scs-form .multifield .field > div > span.inputField {
  /* the second one */
  display: block;
  padding: 0 8px 0 5px;
  /* compensates the padding-left & -right & border of the field because of its 100% width AND includes half of the space between the two fields */
}

/* line 238, vendor/assets/stylesheets/form.css.scss */
.scs-form .twofields .field > label + div > span.inputField {
  /* the first one */
  padding: 0 13px 0 0;
  /* compensates the padding-left & -right & border of the field because of its 100% width AND includes half of the space between the two fields */
}

/* line 241, vendor/assets/stylesheets/form.css.scss */
.scs-form .multifield .field > label + div > span.inputField {
  /* the first one */
  padding-left: 0;
  /* compensates the padding-left & -right & border of the field because of its 100% width AND includes half of the space between the two fields */
}

/* fields - date picker */
/* line 248, vendor/assets/stylesheets/form.css.scss */
.scs-form .date .field span.inputField {
  padding-right: 34px;
}

/* line 251, vendor/assets/stylesheets/form.css.scss */
.scs-form .date .field span.inputField input {
  display: block;
}

/* line 254, vendor/assets/stylesheets/form.css.scss */
.scs-form .date .field span.inputField img.ui-datepicker-trigger {
  position: absolute;
  right: 0;
  margin-top: -34px;
  cursor: pointer;
  cursor: hand;
}

/* line 262, vendor/assets/stylesheets/form.css.scss */
.ui-datepicker {
  display: none;
  margin: 0 0 0 -1px;
  background: white;
  color: #015;
  font-size: 13px;
  width: 165px;
  padding: 4px 8px;
  border: 1px solid #f1f1f1;
  /* box-shadow */
  -webkit-box-shadow: #d1d1d1 0 3px 3px;
  -moz-box-shadow: #d1d1d1 0 3px 3px;
  box-shadow: #d1d1d1 0 3px 3px;
  /* border-radius */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 281, vendor/assets/stylesheets/form.css.scss */
.ui-datepicker .ui-datepicker-unselectable {
  color: #bbb;
  /* opacity (cross-browser) */
  opacity: 1;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=100);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* IE 8 */
  -khtml-opacity: 1;
  /* Safari 1.x */
  -moz-opacity: 1;
  /* FF lt 1.5, Netscape */
}

/* line 291, vendor/assets/stylesheets/form.css.scss */
.ui-datepicker .ui-datepicker-current-day,
.ui-datepicker a.ui-state-default {
  color: #015;
}

/* line 296, vendor/assets/stylesheets/form.css.scss */
.ui-datepicker a:focus,
.ui-datepicker a:hover,
.ui-datepicker a:active,
.ui-datepicker a.ui-state-active {
  color: #2d90ec;
}

/* line 303, vendor/assets/stylesheets/form.css.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  font-size: 9px;
}

/* line 308, vendor/assets/stylesheets/form.css.scss */
.ui-datepicker .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/images/ui-icons_0073ea_256x240.png);
}

/* line 312, vendor/assets/stylesheets/form.css.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

/* line 315, vendor/assets/stylesheets/form.css.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

/* line 318, vendor/assets/stylesheets/form.css.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}

/* line 321, vendor/assets/stylesheets/form.css.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  cursor: hand;
}

/* fields - richtext option */
/* line 330, vendor/assets/stylesheets/form.css.scss */
.richtextoption > .field,
.richtextoption div.custom-radio,
.richtextoption div.custom-checkbox,
.richtextoption label {
  display: block !important;
}

/* line 337, vendor/assets/stylesheets/form.css.scss */
.richtextoption label {
  position: relative;
  padding-right: 0 !important;
  color: #015;
}

/* line 342, vendor/assets/stylesheets/form.css.scss */
.richtextoption label.checked *,
.richtextoption label:hover,
.richtextoption label.focus {
  color: #2d90ec;
}

/* line 348, vendor/assets/stylesheets/form.css.scss */
.richtextoption label .imageContainer {
  float: left;
  margin-right: 20px;
  width: 180px;
}

/* line 354, vendor/assets/stylesheets/form.css.scss */
.richtextoption label .textContainer {
  margin-left: 200px;
}

/* line 357, vendor/assets/stylesheets/form.css.scss */
.richtextoption label.noImage .textContainer {
  margin-left: 0;
}

/* line 361, vendor/assets/stylesheets/form.css.scss */
.richtextoption label .richTextOptionPrice {
  position: absolute;
  top: 0;
  left: 0;
  width: 780px;
  text-align: right;
}

/* fields - captcha */
/* line 370, vendor/assets/stylesheets/form.css.scss */
.scs-form .captchaField {
  padding-right: 8px;
  /* compensates the padding-left & -right & border of the field because of its 100% width */
}

/* line 374, vendor/assets/stylesheets/form.css.scss */
.scs-form .captchaField > a {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
}

/* line 380, vendor/assets/stylesheets/form.css.scss */
.scs-form .captchaField a.cap_refresh {
  top: 15px;
  background: url(/images/refresh.png) no-repeat scroll 0 0;
}

/* line 384, vendor/assets/stylesheets/form.css.scss */
.scs-form .captchaField a.cap_audio {
  top: 37px;
  background: url(/images/sound.png) no-repeat scroll 0 0;
}

/* line 388, vendor/assets/stylesheets/form.css.scss */
.scs-form .captchaField a.cap_image {
  top: 37px;
  background: url(/images/text.png) no-repeat scroll 0 0;
}

/* line 392, vendor/assets/stylesheets/form.css.scss */
.scs-form .captchaField a.cap_help {
  top: 59px;
  background: url(/images/help.png) no-repeat scroll 0 0;
}

/* line 397, vendor/assets/stylesheets/form.css.scss */
.scs-form .captchaField #recaptcha_image {
  /* margin:0 22px 5px 0; /* --> caused layout-problems */
  width: auto !important;
}

/* fields - custom radio buttons & check boxes */
/* line 406, vendor/assets/stylesheets/form.css.scss */
.scs-form .custom-radio label {
  background: transparent url(/images/buttons-radio-off.png) no-repeat;
}

/* line 410, vendor/assets/stylesheets/form.css.scss */
.scs-form .custom-radio label.checked {
  background: transparent url(/images/buttons-radio-on.png) no-repeat;
}

/* line 414, vendor/assets/stylesheets/form.css.scss */
.scs-form .custom-checkbox label {
  background: transparent url(/images/buttons-checkbox-off.png) no-repeat;
}

/* line 418, vendor/assets/stylesheets/form.css.scss */
.scs-form .custom-checkbox label.checked {
  background: transparent url(/images/buttons-checkbox-on.png) no-repeat;
}

/* used on e-commerce configuration page (abo selection) */
/* line 423, vendor/assets/stylesheets/form.css.scss */
#configurationcontainer label .chf-price,
.scs-form .custom-radio label .chf-price,
.scs-form .custom-checkbox label .chf-price {
  background: transparent url(/images/vertical-chf-medium.png) no-repeat 0 8px;
  padding-left: 10px;
}

/* line 429, vendor/assets/stylesheets/form.css.scss */
#configurationcontainer label.checked .chf-price,
.scs-form .custom-radio label.checked .chf-price,
.scs-form .custom-checkbox label.checked .chf-price {
  background-image: url(/images/vertical-chf-medium-blue.png);
}

/* line 435, vendor/assets/stylesheets/form.css.scss */
.scs-form .verticalButtons div.custom-radio,
.scs-form .verticalButtons div.custom-checkbox,
.scs-form .verticalButtons div.form_icon,
.scs-form .verticalButtons label.radio,
.scs-form .verticalButtons label.checkbox,
.scs-form .verticalButtons input.radio,
.scs-form .verticalButtons input.checkbox {
  display: block;
}

/* line 445, vendor/assets/stylesheets/form.css.scss */
.scs-form div.custom-radio,
.scs-form div.custom-checkbox {
  padding: 3px 0 0 0;
}

/* line 450, vendor/assets/stylesheets/form.css.scss */
.scs-form .verticalButtons div.custom-radio,
.scs-form .verticalButtons div.custom-checkbox {
  padding: 0;
}

/* line 455, vendor/assets/stylesheets/form.css.scss */
.scs-form .verticalButtons .custom-radio label,
.scs-form .verticalButtons .custom-checkbox label,
.scs-form .verticalButtons label.radio,
.scs-form .verticalButtons label.checkbox {
  padding: 1px 0 1px 22px;
}

/* line 462, vendor/assets/stylesheets/form.css.scss */
.scs-form div.custom-radio,
.scs-form div.custom-checkbox {
  display: inline-block;
}

/* line 467, vendor/assets/stylesheets/form.css.scss */
.scs-form .custom-radio input,
.scs-form .custom-checkbox input,
.scs-form input.radio,
.scs-form input.checkbox,
.scs-form input[type="radio"],
.scs-form input[type="checkbox"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 13px;
}

/* line 479, vendor/assets/stylesheets/form.css.scss */
.scs-form .custom-radio input,
.scs-form .custom-checkbox input,
.scs-form input.radio,
.scs-form input.checkbox {
  position: absolute;
  margin: 0;
  padding: 0;
  /* invisible, but clickable - opacity (cross-browser) */
  opacity: 0;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* IE 8 */
  -khtml-opacity: .0;
  /* Safari 1.x */
  -moz-opacity: .0;
  /* FF lt 1.5, Netscape */
}

/* line 494, vendor/assets/stylesheets/form.css.scss */
.scs-form .custom-radio label,
.scs-form .custom-checkbox label,
.scs-form label.radio,
.scs-form label.checkbox,
.scs-form input[type="radio"] + label,
.scs-form input[type="checkbox"] + label {
  display: inline-block;
  padding: 1px 37px 11px 22px;
  color: #015;
}

/* line 505, vendor/assets/stylesheets/form.css.scss */
.scs-abo-teaser .scs-form .custom-radio label,
.scs-abo-teaser .scs-form .custom-checkbox label,
.scs-abo-teaser .scs-form label.radio,
.scs-abo-teaser .scs-form label.checkbox {
  padding-right: 0;
}

/* line 512, vendor/assets/stylesheets/form.css.scss */
.scs-form .custom-radio label.checked,
.scs-form .custom-checkbox label.checked,
.scs-form .custom-radio label.focus,
.scs-form .custom-checkbox label.focus,
.scs-form .custom-radio label:hover,
.scs-form .custom-checkbox label:hover,
.scs-form label.radio.checked,
.scs-form label.checkbox.checked,
.scs-form label.radio.focus,
.scs-form label.checkbox.focus,
.scs-form label.radio:hover,
.scs-form label.checkbox:hover {
  color: #2d90ec;
}

/* line 526, vendor/assets/stylesheets/form.css.scss */
.scs-accessibility-mode .scs-form .custom-radio label.focus,
.scs-accessibility-mode .scs-form .custom-checkbox label.focus,
.scs-accessibility-mode .scs-form label.radio.focus,
.scs-accessibility-mode .scs-form label.checkbox.focus {
  outline: #00f dotted 2px;
}

/* line 533, vendor/assets/stylesheets/form.css.scss */
.scs-form div.field table div.custom-radio {
  padding: 0;
}

/* line 537, vendor/assets/stylesheets/form.css.scss */
.scs-form div.field table div.custom-radio label {
  padding: 0 0 0 22px;
}

/* fields - custom dropdown (select) */
/* line 543, vendor/assets/stylesheets/form.css.scss */
.scs-form .newListSelected {
  padding-right: 8px;
  /* compensates the padding-left & -right & border of the field because of its 100% width */
}

/* line 547, vendor/assets/stylesheets/form.css.scss */
.scs-form .dropdown .newListSelected .arrow .selectedTxt {
  background: #F8F8F8 url(/assets/dropdown-bg-654cae2e4128681ed2d37839660baeaa39840246a747eac4463183554b512086.png) no-repeat right top;
  behavior: url(/assets/pie-a30cc059d7a2e35ddf28050ec66258cf58572acfffb0eef1e23d9e2f7cd118cd.htc);
  /* url is relative to the html doc and not to the css */
  color: #2d90ec;
}

/* line 552, vendor/assets/stylesheets/form.css.scss */
.scs-form .newListSelected.newListSelOpen .arrow .selectedTxt {
  background-color: #fff;
  background-position: right -86px;
  border-color: transparent;
  /* border-radius */
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  /* box-shadow */
  -webkit-box-shadow: #ccc 0 0 5px;
  -moz-box-shadow: #ccc 0 0 5px;
  box-shadow: #ccc 0 0 5px;
}

/* line 566, vendor/assets/stylesheets/form.css.scss */
.scs-form .newListSelected .newListWrapper {
  position: absolute !important;
  z-index: 999999;
  margin: -10px 0 0 -5px;
  padding: 0 5px 5px;
  overflow: hidden;
}

/* line 574, vendor/assets/stylesheets/form.css.scss */
.scs-form .newListSelected .newList {
  list-style-type: none;
  background: #fff;
  border: 1px solid #fff;
  /* box-shadow */
  -webkit-box-shadow: #ccc 0 0 5px;
  -moz-box-shadow: #ccc 0 0 5px;
  box-shadow: #ccc 0 0 5px;
  /* border-radius */
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  behavior: url(/assets/pie-a30cc059d7a2e35ddf28050ec66258cf58572acfffb0eef1e23d9e2f7cd118cd.htc);
  /* url is relative to the html doc and not to the css */
}

/* line 589, vendor/assets/stylesheets/form.css.scss */
.scs-form .newListSelected .newList li.hiLite {
  display: none;
}

/* line 593, vendor/assets/stylesheets/form.css.scss */
.scs-form .newListSelected .newList a {
  display: block;
  padding: 4px 3px 5px;
  color: #015;
}

/* line 598, vendor/assets/stylesheets/form.css.scss */
.scs-form .newListSelected .newList a:focus,
.scs-form .newListSelected .newList a:hover {
  text-decoration: none;
  color: #2d90ec;
}

/* line 604, vendor/assets/stylesheets/form.css.scss */
.scs-form .newListSelected .arrow {
  /* required for pie */
  position: relative;
  z-index: 0;
}

/* line 608, vendor/assets/stylesheets/form.css.scss */
.scs-form .newListSelected .newList.pie_first-child {
  /* required for pie */
  margin-top: -1px;
}

/* line 612, vendor/assets/stylesheets/form.css.scss */
.wizinfo {
  overflow: hidden;
  padding: 30px 0 18px;
}

/* line 617, vendor/assets/stylesheets/form.css.scss */
.wizinfo li {
  display: block;
  float: left;
  padding: 0 30px;
  text-align: center;
  background: url(/images/wizpage-line.png) repeat-x 50% 28px;
  max-width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 629, vendor/assets/stylesheets/form.css.scss */
.wizinfo li.first {
  padding-left: 0;
}

/* line 633, vendor/assets/stylesheets/form.css.scss */
.wizinfo li.last {
  padding-right: 0;
}

/* line 637, vendor/assets/stylesheets/form.css.scss */
.wizpage-bullet {
  display: block;
  height: 28px;
  background: url(/images/wizpage-step.png) no-repeat 50% 50%;
  position: relative;
  z-index: 2;
}

/* line 645, vendor/assets/stylesheets/form.css.scss */
.selected .wizpage-bullet {
  background-image: url(/images/wizpage-step-active.png);
}

/* line 647, vendor/assets/stylesheets/form.css.scss */
.wizpage-bullet span {
  display: none;
  text-indent: -10000px;
}

/* line 652, vendor/assets/stylesheets/form.css.scss */
.first .wizpage-bullet span, .last .wizpage-bullet span {
  display: block;
  position: absolute;
  top: 0;
  height: 18px;
  width: 100px;
  background: #fff;
  z-index: -1;
}

/* line 662, vendor/assets/stylesheets/form.css.scss */
.first .wizpage-bullet span {
  right: 50%;
  margin-right: 9px;
}

/* line 667, vendor/assets/stylesheets/form.css.scss */
.last .wizpage-bullet span {
  left: 50%;
  margin-left: 9px;
}
/*
 * FullCalendar v2.2.5 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
/*Custom Stylings
--------------------------------------------------------------------------------------------------*/
/* line 14, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-content {
  padding: 5px 3px 2px;
}

/* line 18, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-content > .fc-description {
  display: table-row;
  color: #888;
}

/* line 23, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-event-container > a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 30, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-event-container > a:hover {
  background-color: #cccccc !important;
}

/* line 34, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-content-skeleton > table > thead {
  border-bottom: 0px;
}

/* line 41, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-event {
  border-radius: 8px !important;
}

/* line 45, vendor/assets/stylesheets/fullcalendar.css.scss */
.event_default {
  background: #dddddd;
}

/* line 49, vendor/assets/stylesheets/fullcalendar.css.scss */
.event_closed {
  background: #cccccc;
}

/* line 53, vendor/assets/stylesheets/fullcalendar.css.scss */
.event_marked_for_close {
  background: repeating-linear-gradient(45deg, #dfdfdf, #dfdfdf 10px, #eeeeee 10px, #eeeeee 20px);
}

@-webkit-keyframes animateEvent {
  from {
    -webkit-transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes animateEvent {
  from {
    -moz-transform: scale(0.9);
  }
  to {
    -moz-transform: scale(1);
  }
}

@-o-keyframes animateEvent {
  from {
    -o-transform: scale(0.9);
  }
  to {
    -o-transform: scale(1);
  }
}

@keyframes animateEvent {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

/* line 83, vendor/assets/stylesheets/fullcalendar.css.scss */
.event-animation {
  -webkit-animation: animateEvent 0.2s 1;
  -moz-animation: animateEvent 0.2s 1;
  -o-animation: animateEvent 0.2s 1;
  animation: animateEvent 0.2s 1;
}

/*--------------------------------------------------------------------------------------------------*/
/* line 91, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 96, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-rtl {
  text-align: right;
}

/* line 100, vendor/assets/stylesheets/fullcalendar.css.scss */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 108, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}

/* line 118, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 122, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-unthemed hr,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

/* line 127, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

/* line 131, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-unthemed .fc-today {
  background: #CCEEFF;
}

/* line 135, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* line 141, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* line 147, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #ccc;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
/* line 156, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-icon {
  display: inline-block;
  font-size: 2em;
  line-height: .5em;
  height: .5em;
  /* will make the total height 1em */
  font-family: "Courier New", Courier, monospace;
}

/* line 164, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
}

/* line 169, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
}

/* line 174, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-icon-left-double-arrow:after {
  content: "\000AB";
}

/* line 178, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-icon-right-double-arrow:after {
  content: "\000BB";
}

/* line 182, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-icon-x:after {
  content: "\000D7";
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* line 190, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc button {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* Firefox has an annoying inner border */
/* line 208, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 210, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-state-default {
  /* non-theme */
  border: 1px solid #11AAFF;
}

/* line 214, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 219, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
/* line 226, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: .05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .1em;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 237, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-state-default {
  background-color: #fff;
  border-color: #ccc;
  color: #1af;
  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);
}

/* line 245, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #e6e6e6;
}

/* line 252, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-state-hover {
  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;
}

/* line 261, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-state-down,
.fc-state-active {
  background-color: #e6e6e6;
}

/* line 266, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-state-down {
  border-color: #adadad;
}

/* line 270, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-state-disabled {
  cursor: default !important;
  background-image: none;
  opacity: 0.65;
  color: #333333;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* line 283, vendor/assets/stylesheets/fullcalendar.css.scss */
.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...
*/
/* line 292, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

/* line 297, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
@-webkit-keyframes animatePopover {
  from {
    -webkit-transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes animatePopover {
  from {
    -moz-transform: scale(0.9);
  }
  to {
    -moz-transform: scale(1);
  }
}

@-o-keyframes animatePopover {
  from {
    -o-transform: scale(0.9);
  }
  to {
    -o-transform: scale(1);
  }
}

@keyframes animatePopover {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

/* line 325, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-popover {
  width: 20% !important;
  height: 50%;
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  -webkit-animation: animatePopover 0.2s 1;
  -moz-animation: animatePopover 0.2s 1;
  -o-animation: animatePopover 0.2s 1;
  animation: animatePopover 0.2s 1;
}

/* line 338, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-popover .fc-header {
  padding: 2px 4px;
  background: none !important;
}

/* line 343, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 347, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

/* line 351, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 356, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
/* line 363, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* line 368, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 25px;
  margin-top: 4px;
}

/* jqui themed */
/* line 375, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
/* line 383, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc hr {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-style: solid;
  border-width: 1px 0;
}

/* line 391, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-clear {
  clear: both;
}

/* line 395, vendor/assets/stylesheets/fullcalendar.css.scss */
.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;
}

/* line 406, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

/* line 410, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
/* line 418, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

/* line 426, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc th {
  text-align: center;
}

/* line 430, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 438, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
/* line 446, vendor/assets/stylesheets/fullcalendar.css.scss */
.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;
}

/* line 452, vendor/assets/stylesheets/fullcalendar.css.scss */
.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;
}

/* line 462, vendor/assets/stylesheets/fullcalendar.css.scss */
.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)
--------------------------------------------------------------------------------------------------*/
/* line 470, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-row {
  position: relative;
}

/* line 474, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
/* line 480, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

/* line 485, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

/* line 490, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

/* line 495, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 500, vendor/assets/stylesheets/fullcalendar.css.scss */
.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).
*/
/* line 509, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

/* line 515, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 519, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

/* line 529, vendor/assets/stylesheets/fullcalendar.css.scss */
.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
--------------------------------------------------------------------------------------------------*/
/* line 539, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 544, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 554, vendor/assets/stylesheets/fullcalendar.css.scss */
.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 */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
/* line 566, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* line 573, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

/* line 578, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* 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.
*/
/* line 590, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 597, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-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;
}

/* line 606, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-ltr .fc-day-grid-event.fc-not-end,
.fc-rtl .fc-day-grid-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;
}

/* line 615, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-day-grid-event > .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

/* line 620, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resize handle (outside of fc-content, so can go outside of bounds) */
/* line 626, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-day-grid-event .fc-resizer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
}

/* line 633, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-ltr .fc-day-grid-event .fc-resizer {
  right: -3px;
  cursor: e-resize;
}

/* line 638, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-rtl .fc-day-grid-event .fc-resizer {
  left: -3px;
  cursor: w-resize;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 649, vendor/assets/stylesheets/fullcalendar.css.scss */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 656, vendor/assets/stylesheets/fullcalendar.css.scss */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 660, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
/* line 666, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

/* line 670, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 675, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-more-popover .fc-event-container {
  padding: 4px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
/* line 682, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

/* line 687, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-toolbar .fc-left {
  float: left;
}

/* line 691, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-toolbar .fc-right {
  float: right;
}

/* line 695, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
/* line 700, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
/* line 706, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
/* line 712, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
/* line 718, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-toolbar button {
  position: relative;
}

/* line 722, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 727, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 731, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 736, vendor/assets/stylesheets/fullcalendar.css.scss */
.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 */
/* line 746, vendor/assets/stylesheets/fullcalendar.css.scss */
.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;
}

/* line 754, vendor/assets/stylesheets/fullcalendar.css.scss */
.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 */
/* line 765, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

/* line 772, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-basic-view tbody .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 */
/* line 778, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-row.fc-rigid {
  overflow: hidden;
}

/* line 782, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
/* line 791, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

/* line 796, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 9px;
}

/* line 803, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-basic-view .fc-week-number {
  text-align: center;
}

/* line 807, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* line 813, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

/* line 817, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

/* line 821, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
/* line 832, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

/* line 837, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

/* line 841, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  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)
--------------------------------------------------------------------------------------------------*/
/* line 850, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 856, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 860, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-rtl .fc-axis {
  text-align: left;
}

/* line 864, vendor/assets/stylesheets/fullcalendar.css.scss */
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
/* line 872, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

/* line 878, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

/* line 882, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

/* line 886, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 890, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

/* line 896, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 904, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}

/* line 908, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}

/* line 912, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}

/* line 916, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 924, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

/* line 929, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* line 933, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* line 941, vendor/assets/stylesheets/fullcalendar.css.scss */
.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 */
}

/* line 945, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
/* line 956, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative;
}

/* line 961, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

/* line 965, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

/* line 969, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

/* line 975, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 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.
*/
/* line 988, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-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;
}

/* line 998, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-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;
}

/* line 1008, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

/* line 1012, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-event > .fc-content {
  /* contains the time and title, but no bg and resizer */
  position: relative;
  z-index: 2;
  /* above the bg */
}

/* line 1017, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 1022, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* line 1027, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}

/* short mode, where time and title are on the same line */
/* line 1036, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

/* line 1041, vendor/assets/stylesheets/fullcalendar.css.scss */
.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;
}

/* line 1048, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

/* line 1052, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

/* line 1056, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}

/* line 1060, vendor/assets/stylesheets/fullcalendar.css.scss */
.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 */
/* line 1067, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-event .fc-resizer {
  position: absolute;
  z-index: 3;
  /* above content */
  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;
}

/* line 1082, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}

/* line 1086, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-day-grid-container.fc-scroller {
  height: auto !important;
  overflow-y: auto;
}

/* line 1091, vendor/assets/stylesheets/fullcalendar.css.scss */
.fc-popover > .fc-body.fc-widget-content {
  overflow-y: auto;
  max-height: 92.5%;
}
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
/* line 13, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-helper-hidden {
  display: none;
}

/* line 14, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 15, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 16, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 17, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
/* line 19, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
* html .ui-helper-clearfix {
  height: 1%;
}

/* line 20, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
/* line 22, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
/* line 27, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 34, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 41, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */
/* Component containers
----------------------------------*/
/*
	disabled

.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-widget-content a { color: #444444; }
.ui-widget-header { border: 1px solid #dddddd; background: #dddddd url(/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x; color: #444444; font-weight: bold; }
.ui-widget-header a { color: #444444; }
*/
/* Interaction states
----------------------------------*/
/*
	disabled

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dddddd; background: #f6f6f6 url(/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #0073ea; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0073ea; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #0073ea; background: #0073ea url(/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; background: #ffffff url(/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ff0084; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ff0084; text-decoration: none; }
.ui-widget :active { outline: none; }
*/
/* Interaction Cues
----------------------------------*/
/* line 91, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff url(/assets/ui-bg_flat_55_ffffff_40x100-8aee3f822e63eec43beae4d9c93661b055e9e21b39aa9540573fae0da27adc7c.png) 50% 50% repeat-x;
  color: #444444;
}

/* line 92, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #444444;
}

/* line 93, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff url(/assets/ui-bg_flat_55_ffffff_40x100-8aee3f822e63eec43beae4d9c93661b055e9e21b39aa9540573fae0da27adc7c.png) 50% 50% repeat-x;
  color: #222222;
}

/* line 94, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #222222;
}

/* line 95, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #222222;
}

/* line 96, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 97, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 98, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 104, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/ui-icons_ff0084_256x240.png);
}

/* line 105, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-widget-content .ui-icon {
  background-image: url(/ui-icons_ff0084_256x240.png);
}

/* line 106, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-widget-header .ui-icon {
  background-image: url(/ui-icons_0073ea_256x240.png);
}

/* line 107, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-state-default .ui-icon {
  background-image: url(/ui-icons_666666_256x240.png);
}

/* line 108, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/ui-icons_ffffff_256x240.png);
}

/* line 109, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-state-active .ui-icon {
  background-image: url(/ui-icons_454545_256x240.png);
}

/* line 110, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/ui-icons_0073ea_256x240.png);
}

/* line 111, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/ui-icons_ff0084_256x240.png);
}

/* positioning */
/* line 114, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 115, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 116, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 117, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 118, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 119, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 120, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 121, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 122, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 123, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 124, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 125, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 126, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 127, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 128, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 129, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 130, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 131, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 132, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 133, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 134, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 135, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 136, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 137, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 138, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 139, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 140, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 141, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 142, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 143, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 144, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 145, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 146, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 147, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 148, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 149, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 150, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 151, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 152, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 153, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 154, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 155, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 156, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 157, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 158, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 159, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 160, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 161, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 162, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 163, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 164, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 165, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 166, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 167, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 168, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 169, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 170, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 171, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 172, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 173, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 174, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 175, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 176, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 177, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 178, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 179, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 180, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 181, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 182, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 183, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 184, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 185, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 186, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 187, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 188, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 189, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 190, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 191, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 192, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 193, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 194, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 195, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 196, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 197, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 198, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 199, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 200, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 201, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 202, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 203, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 204, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 205, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 206, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 207, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 208, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 209, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 210, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 211, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 212, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 213, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 214, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 215, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 216, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 217, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 218, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 219, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 220, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 221, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 222, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 223, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 224, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 225, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 226, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 227, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 228, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 229, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 230, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 231, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 232, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 233, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 234, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 235, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 236, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 237, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 238, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 239, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 240, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-radio-off {
  background-position: -96px -144px;
}

/* line 241, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-radio-on {
  background-position: -112px -144px;
}

/* line 242, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 243, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 244, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 245, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 246, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 247, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 248, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 249, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 251, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 252, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 253, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 254, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 255, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 256, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 257, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 258, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 259, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 260, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 261, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 262, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 263, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 264, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 265, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 266, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 267, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 268, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 269, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 270, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 271, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 272, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 273, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 274, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 275, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 276, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 277, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 278, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 279, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 280, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 281, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 282, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 283, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 284, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 285, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 286, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 287, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 288, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 295, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -khtml-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 296, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -khtml-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 297, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -khtml-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 298, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -khtml-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* Overlays */
/* line 301, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-widget-overlay {
  background: #eeeeee url(/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;
  opacity: .80;
  filter: Alpha(Opacity=80);
}

/* line 302, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url(/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .60;
  filter: Alpha(Opacity=60);
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
/* line 312, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

/* line 313, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 314, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

/* line 315, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

/* line 316, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

/* line 317, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

/* line 318, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

/* line 319, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

/* line 320, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 321, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 322, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

/* line 323, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
/* line 334, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 335, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 336, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 337, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 338, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 339, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 340, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 341, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 342, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 343, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 344, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 345, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 346, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 348, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 349, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 350, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 351, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 352, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 353, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 354, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 357, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 358, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 359, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 360, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 361, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 362, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 363, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

/* line 364, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 365, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 366, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
/* line 369, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 370, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 371, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 372, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 373, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 374, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 375, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 376, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

/* line 377, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 378, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 379, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* line 382, vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
/********************************************************************************
 * General
 ********************************************************************************/
/* line 5, app/assets/stylesheets/main.scss */
.clear {
  float: none !important;
  clear: both;
  line-height: 0;
}

/* line 11, app/assets/stylesheets/main.scss */
body {
  background-position: center top;
  /* for full-bleed background image */
  background-repeat: no-repeat;
  /* for full-bleed background image */
  min-width: 980px;
}

/********************************************************************************
 * Printer
 ********************************************************************************/
@media print {
  /* line 22, app/assets/stylesheets/main.scss */
  #CQ,
.scs-accessibility,
.scs-pageheader,
.leftnav,
.scs-pagefooter,
.scs-stage-gradient,
.scs-plandetails-gradient,
.scs-boxmovingdetails-gradient,
.supportstrip,
.presentational,
iframe {
    display: none;
  }
}

/********************************************************************************
 * Accessibility
 ********************************************************************************/
/* line 41, app/assets/stylesheets/main.scss */
.scs-accessibility,
h1.scs-accessibility,
h2.scs-accessibility,
h3.scs-accessibility {
  position: absolute;
  left: -32768px;
  top: -32768px;
}

/********************************************************************************
 * Styles for embedded Fonts (loaded from header)
 ********************************************************************************/
/* line 54, app/assets/stylesheets/main.scss */
body, input, textarea, button {
  font: 13px TheSaB5, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/********************************************************************************
 * Page
 ********************************************************************************/
/* line 65, app/assets/stylesheets/main.scss */
body {
  color: #333;
}

/* line 69, app/assets/stylesheets/main.scss */
div.middle {
  margin: 12px auto 50px auto;
  width: 980px;
  text-align: left;
}

/* line 75, app/assets/stylesheets/main.scss */
.pageCenter {
  margin: 0 auto;
  width: 980px;
  text-align: left;
}

/********************************************************************************
 * Content
 ********************************************************************************/
/* line 85, app/assets/stylesheets/main.scss */
div.middle div.content {
  float: left;
  margin-left: 20px;
  width: 780px;
}

/* line 91, app/assets/stylesheets/main.scss */
div.middle div.contentWide {
  width: 940px;
}

/* line 94, app/assets/stylesheets/main.scss */
.contentWide {
  margin: 0 0 0 20px;
}

/* LINK LIST (CET09)
----------------------------------------------------------------------------------------------------*/
/* line 100, app/assets/stylesheets/main.scss */
ul.link-list li:before,
.teaser ul.link-list li:before,
.links ul li:before,
.textContainer span.link-list-item a:before,
.textContainer a span.link-list-item:before {
  content: "> ";
  /* chevron: used in link lists as alternative to a list bullet */
  color: #2d90ec;
  display: inline-block;
  width: 0.4em;
}

/* line 111, app/assets/stylesheets/main.scss */
ul.link-list li.image-item:before,
.teaser ul.link-list li.image-item:before {
  content: "";
  width: 0;
}

/* line 117, app/assets/stylesheets/main.scss */
ul.link-list li,
.teaser ul.link-list li,
.links ul li {
  margin-left: 0.8em;
  text-indent: -0.4em;
  overflow: visible;
  margin-bottom: 6px;
}

/* line 126, app/assets/stylesheets/main.scss */
ul.link-list li.image-item {
  margin-left: 0;
  text-indent: 0;
}

/* line 131, app/assets/stylesheets/main.scss */
ul.link-list li a.linklist,
.links ul li a.linklist,
.textContainer span.link-list-item a,
.textContainer a span.link-list-item {
  color: #2d90ec;
}

/* line 138, app/assets/stylesheets/main.scss */
.textContainer span.link-list-item a,
.textContainer a span.link-list-item {
  margin-left: 0.7em;
  text-indent: -0.4em;
}

/* HEADLINE H1 (CET13) / PAGE TITLE (SEL01)
----------------------------------------------------------------------------------------------------*/
/* line 147, app/assets/stylesheets/main.scss */
h1,
#scs-pagetitle h1,
h1#scs-pagetitle {
  font: 27px TheSaB3, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #666;
  padding: 0;
  margin: 0 0 17px 0;
}

/* HEADLINE H2 (CET03)
----------------------------------------------------------------------------------------------------*/
/* line 160, app/assets/stylesheets/main.scss */
h2 {
  font: 21px TheSaB3, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #666;
  padding: 0;
  margin: 0 0 24px 0;
  text-align: left;
}

/* HEADLINE H3 (CET04)
----------------------------------------------------------------------------------------------------*/
/* line 172, app/assets/stylesheets/main.scss */
h3 {
  font: 18px TheSaB5, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #015;
  padding: 0;
  margin: 0 0 14px 0;
  text-align: left;
}

/* SUB-HEADLINE H4 (CET12)
----------------------------------------------------------------------------------------------------*/
/* line 184, app/assets/stylesheets/main.scss */
h4 {
  font-size: 15px;
  /* 15 */
  color: #333;
  padding: 0;
  margin: 0 0 14px 0;
  text-align: left;
}

/* CET01 Text
	The line length does not cover the whole width of the page, but is restricted to 9 columns.
----------------------------------------------------------------------------------------------------*/
/* line 197, app/assets/stylesheets/main.scss */
.textimage .textContainer,
.scs-tabcontrol .par.parsys .separator {
  max-width: 620px;
  /* how is this 9 columns? */
}

/* line 202, app/assets/stylesheets/main.scss */
.scs-tabcontrol .separator {
  max-width: none !important;
  /* Ignore text line width for pure-table separators */
}

/* CET?? Promotion Text */
/* line 209, app/assets/stylesheets/main.scss */
.promotion-text {
  text-transform: uppercase;
  color: #516;
  margin-bottom: 6px;
}

/* SUB & SUPERSCRIPT
----------------------------------------------------------------------------------------------------*/
/* line 220, app/assets/stylesheets/main.scss */
sup, sub {
  font-size: 60%;
}

/* PARAGRAPH */
/* line 227, app/assets/stylesheets/main.scss */
p {
  margin-top: 8px;
}

/* line 230, app/assets/stylesheets/main.scss */
p:first-child {
  margin-top: 0;
}

/* BUTTONS (GEL01)
----------------------------------------------------------------------------------------------------*/
/* line 238, app/assets/stylesheets/main.scss */
button.primary-button.last-button,
input.primary-button.last-button,
span.primary-button.last-button,
a.primary-button.last-button,
button.secondary-button.last-button,
input.secondary-button.last-button,
span.secondary-button.last-button,
a.secondary-button.last-button,
button.primary-button.last-button:hover,
input.primary-button.last-button:hover,
span.primary-button.last-button:hover,
a.primary-button.last-button:hover,
button.secondary-button.last-button:hover,
input.secondary-button.last-button:hover,
span.secondary-button.last-button:hover,
a.secondary-button.last-button:hover {
  margin-right: 0;
}

/* line 257, app/assets/stylesheets/main.scss */
button.primary-button.last-button:hover,
input.primary-button.last-button:hover,
span.primary-button.last-button:hover,
a.primary-button.last-button:hover,
button.secondary-button.last-button:hover,
input.secondary-button.last-button:hover,
span.secondary-button.last-button:hover,
a.secondary-button.last-button:hover {
  cursor: default;
}

/* disabled state */
/* line 269, app/assets/stylesheets/main.scss */
.primary-button.disabled:hover,
.primary-button.disabled,
.secondary-button.disabled {
  /* opacity (cross-browser) */
  opacity: .60;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=60);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=60)";
  /* IE 8 */
  -khtml-opacity: .60;
  /* Safari 1.x */
  -moz-opacity: .60;
  /* FF lt 1.5, Netscape */
  cursor: default !important;
}

/* blue, for example "Buy now" */
/* line 282, app/assets/stylesheets/main.scss */
div.standardSubmitBtn {
  margin: 0 0 10px 0;
  display: inline-block;
}

/* line 287, app/assets/stylesheets/main.scss */
.standardSubmitBtn button,
.standardSubmitBtn button.disabled:hover,
.primary-button,
.middle .content span.primary-button,
.primary-button:link,
.primary-button:visited,
.primary-button.disabled:hover {
  vertical-align: top;
  position: relative;
  font-weight: normal !important;
  font-size: 13px !important;
  cursor: pointer;
  color: white !important;
  margin: 0px;
  padding: 8px 12px;
  text-decoration: none !important;
  text-shadow: #0f69be 0 1px 0;
  border: none;
  /* gradient */
  background: #41b7fd;
  /*fallback for IE6 or worse*/
  background: -webkit-gradient(linear, center top, center bottom, from(#41b7fd) to(#0165d4));
  /*old webkit*/
  background: -webkit-linear-gradient(top, #41b7fd, #0165d4);
  /*new webkit*/
  background: -moz-linear-gradient(top, #41b7fd, #0165d4);
  /*gecko*/
  background: -ms-linear-gradient(top, #41b7fd, #0165d4);
  /*IE10*/
  background: -o-linear-gradient(top, #41b7fd, #0165d4);
  /*opera 11.10+*/
  background: linear-gradient(top, #41b7fd, #0165d4);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(top, #41b7fd, #0165d4);
  /*PIE for IE7 and IE8*/
  /* box-shadow */
  -webkit-box-shadow: #d9d9d9 1px 1px 0;
  -moz-box-shadow: #d9d9d9 1px 1px 0;
  box-shadow: #d9d9d9 1px 1px 0;
  /* border-radius */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/assets/pie-a30cc059d7a2e35ddf28050ec66258cf58572acfffb0eef1e23d9e2f7cd118cd.htc);
  /* url is relative to the html doc and not to the css */
  -webkit-appearance: none;
  /* do not render the buttons natively in safari */
}

/* line 326, app/assets/stylesheets/main.scss */
.standardSubmitBtn button:hover,
.middle .content span.primary-button:hover,
.primary-button:hover {
  background: #1f8be7;
  -pie-background: #1f8be7;
  /*PIE for IE7 and IE8*/
}

/* line 333, app/assets/stylesheets/main.scss */
.standardSubmitBtn button:active,
.middle .content span.primary-button:active,
.primary-button:active {
  outline: none;
  /* get rid of IE's dotted line */
  /* gradient */
  background: #1b82da;
  /*fallback for IE6 or worse*/
  background: -webkit-gradient(linear, left top, left bottom, from(#1776c8), to(#1b82da));
  /*old webkit*/
  background: -webkit-linear-gradient(top, #1776c8, #1b82da);
  /*new webkit*/
  background: -moz-linear-gradient(top, #1776c8, #1b82da);
  /*gecko*/
  background: -ms-linear-gradient(top, #1776c8, #1b82da);
  /*IE10*/
  background: -o-linear-gradient(top, #1776c8, #1b82da);
  /*opera 11.10+*/
  background: linear-gradient(top, #1776c8, #1b82da);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(top, #1776c8, #1b82da);
  /*PIE for IE7 and IE8*/
}

/* line 348, app/assets/stylesheets/main.scss */
a.primary-button,
span.primary-button,
a.secondary-button,
span.secondary-button {
  height: 34px;
  line-height: 17px;
  display: inline-block;
  vertical-align: top !important;
}

/* line 358, app/assets/stylesheets/main.scss */
#CQrte span.primary-button a,
span.primary-button a {
  color: white !important;
  margin: 0;
  padding: 0;
}

/* line 365, app/assets/stylesheets/main.scss */
#CQrte span.primary-button a:hover,
span.primary-button a:hover {
  text-decoration: none !important;
}

/* line 370, app/assets/stylesheets/main.scss */
#CQrte .primary-button,
.middle .content .textimage span.primary-button {
  margin: 0;
}

/* Secondary button, for example "More options" */
/* line 376, app/assets/stylesheets/main.scss */
.standardBackBtn button,
.standardBackBtn button.disabled:hover,
.secondary-button,
.middle .content span.secondary-button,
.secondary-button:link,
.secondary-button:visited,
.secondary-button.disabled:hover {
  vertical-align: top;
  position: relative;
  font-weight: normal !important;
  font-size: 13px !important;
  cursor: pointer;
  color: #2d90ec !important;
  margin: 0px 0px 0px 10px;
  padding: 8px 11px;
  /* plus border */
  text-decoration: none !important;
  text-shadow: #bbb 0 1px 0;
  border: 1px solid #e7e7e7;
  /* gradient */
  background: #f5f5f5;
  /*fallback for IE6 or worse*/
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eaeaea));
  /*old webkit*/
  background: -webkit-linear-gradient(top, white, #eaeaea);
  /*new webkit*/
  background: -moz-linear-gradient(top, white, #eaeaea);
  /*gecko*/
  background: -ms-linear-gradient(top, white, #eaeaea);
  /*IE10*/
  background: -o-linear-gradient(top, white, #eaeaea);
  /*opera 11.10+*/
  background: linear-gradient(top, white, #eaeaea);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(top, white, #eaeaea);
  /*PIE for IE7 and IE8*/
  /* box-shadow */
  -webkit-box-shadow: #d9d9d9 0 1px 0;
  -moz-box-shadow: #d9d9d9 0 1px 0;
  box-shadow: #d9d9d9 0 1px 0;
  /* border-radius */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/assets/pie-a30cc059d7a2e35ddf28050ec66258cf58572acfffb0eef1e23d9e2f7cd118cd.htc);
  /* url is relative to the html doc and not to the css */
}

/* line 414, app/assets/stylesheets/main.scss */
.msIe8 .secondary-button.disabled:hover,
.msIe8 .secondary-button.disabled {
  /*	text-shadow: none;*/
  color: #81bcf4 !important;
  -pie-background: linear-gradient(top, #ffffff, #f1f1f1);
  /*PIE for IE7 and IE8*/
}

/* line 421, app/assets/stylesheets/main.scss */
.scs-accessibility-mode .middle .content span.secondary-button,
.scs-accessibility-mode .secondary-button,
.scs-accessibility-mode .secondary-button:link {
  color: #00f !important;
}

/* line 427, app/assets/stylesheets/main.scss */
.standardBackBtn button:hover,
.middle .content span.secondary-button:hover,
.secondary-button:hover {
  /* gradient */
  background: #eaeaea;
  /*fallback for IE6 or worse*/
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f0f0f0));
  /*old webkit*/
  background: -webkit-linear-gradient(top, #eaeaea, #f0f0f0);
  /*new webkit*/
  background: -moz-linear-gradient(top, #eaeaea, #f0f0f0);
  /*gecko*/
  background: -ms-linear-gradient(top, #eaeaea, #f0f0f0);
  /*IE10*/
  background: -o-linear-gradient(top, #eaeaea, #f0f0f0);
  /*opera 11.10+*/
  background: linear-gradient(top, #eaeaea, #f0f0f0);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(top, #eaeaea, #f0f0f0);
  /*PIE for IE7 and IE8*/
}

/* line 441, app/assets/stylesheets/main.scss */
.standardBackBtn button:active,
.middle .content span.secondary-button:active,
.secondary-button:active {
  outline: none;
  /* get rid of IE's dotted line */
  /* gradient */
  background: #dcdcdc;
  /*fallback for IE6 or worse*/
  background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#ededed));
  /*old webkit*/
  background: -webkit-linear-gradient(top, #dcdcdc, #ededed);
  /*new webkit*/
  background: -moz-linear-gradient(top, #dcdcdc, #ededed);
  /*gecko*/
  background: -ms-linear-gradient(top, #dcdcdc, #ededed);
  /*IE10*/
  background: -o-linear-gradient(top, #dcdcdc, #ededed);
  /*opera 11.10+*/
  background: linear-gradient(top, #dcdcdc, #ededed);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(top, #dcdcdc, #ededed);
  /*PIE for IE7 and IE8*/
}

/* line 456, app/assets/stylesheets/main.scss */
#CQrte span.secondary-button a:hover,
span.secondary-button a:hover {
  text-decoration: none;
}

/* line 461, app/assets/stylesheets/main.scss */
#CQrte .secondary-button,
.middle .content .textimage span.secondary-button {
  margin: 0;
}

/* INLINE LINK (CET10) */
/* line 469, app/assets/stylesheets/main.scss */
#CQrte .alternative-action-link,
.textimage .scs-primary-link,
.scs-primary-link,
.ui-tooltip-sc-sme .scs-primary-link {
  background: transparent url(/assets/button-arrow-right-e047a6c7ae0114e6309101dff47f5f96654146ad2327cda607cd9e3316acb163.png) no-repeat left -1px;
  line-height: 1.3em;
  padding: 0 5px 0 22px;
  display: inline-block;
  color: #2D90EC;
}

/* line 480, app/assets/stylesheets/main.scss */
.textimage .scs-primary-link {
  padding: 0 10px 0 22px;
  display: inline-block;
  margin: 2px 0 0 -2px;
  height: 16px !important;
  line-height: 16px !important;
}

/* line 488, app/assets/stylesheets/main.scss */
.textimage .textContainer .scs-primary-link span {
  color: #2d90ec !important;
}

/* line 492, app/assets/stylesheets/main.scss */
#CQrte .alternative-action-link a,
.textimage .textContainer .scs-primary-link a,
.scs-primary-link a span,
.scs-primary-link a:link span,
.scs-primary-link a:visited span,
.scs-primary-link a,
.scs-primary-link a:link,
.scs-primary-link a:visited {
  white-space: nowrap;
  text-decoration: none !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #2d90ec !important;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-left: none;
}

/* line 510, app/assets/stylesheets/main.scss */
.scs-accessibility-mode .scs-primary-link a,
.scs-accessibility-mode .scs-primary-link a:link {
  color: #00f !important;
}

/* line 515, app/assets/stylesheets/main.scss */
.textimage .textContainer .scs-primary-link a:focus,
.textimage .textContainer .scs-primary-link a:hover,
.textimage .textContainer .scs-primary-link a:active,
#CQrte .alternative-action-link a:focus,
#CQrte .alternative-action-link a:hover,
#CQrte .alternative-action-link a:active,
.scs-primary-link a:focus span,
.scs-primary-link a:hover span,
.scs-primary-link a:active span,
.scs-primary-link a:focus,
.scs-primary-link a:hover,
.scs-primary-link a:active {
  border-bottom: 1px solid #2d90ec;
  text-decoration: none;
}

/* NoHeader Body Background
----------------------------------------------------------------------------------------------------*/
/* line 534, app/assets/stylesheets/main.scss */
.scs-html-noheaderBody div.middle {
  margin: 40px auto;
}

/* line 538, app/assets/stylesheets/main.scss */
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
/* line 5, app/assets/stylesheets/password_reset.scss */
.resetpasswordbtn {
  background: #11aaff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 12px;
  color: #ffffff;
  display: block;
  font-family: "Trebuchet MS",HelveticaNeue,Helvetica,sans-serif;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  outline: 0 none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* line 22, app/assets/stylesheets/password_reset.scss */
form input.resetpassword {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #333333;
  font-family: "Trebuchet MS",HelveticaNeue,Helvetica,sans-serif;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  width: 174px;
  font-size: 16px;
}
/* QTIP style
----------------------------------------------------------------------------------------------------*/
/* line 4, vendor/assets/stylesheets/qtip.css.scss */
.ui-tooltip-sc-richtext {
  /* border-radius */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /* box-shadow */
  -webkit-box-shadow: #aaa 0 0 2px;
  -moz-box-shadow: #aaa 0 0 2px;
  box-shadow: #aaa 0 0 2px;
  /*behavior: url(/assets/pie-a30cc059d7a2e35ddf28050ec66258cf58572acfffb0eef1e23d9e2f7cd118cd.htc); /* url is relative to the html doc and not to the css */
}

/* line 16, vendor/assets/stylesheets/qtip.css.scss */
.ui-tooltip-sc-richtext .ui-tooltip-content {
  border: 1px solid #dadada;
  background-color: #fff;
  /* border-radius */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*behavior: url(/assets/pie-a30cc059d7a2e35ddf28050ec66258cf58572acfffb0eef1e23d9e2f7cd118cd.htc); /* url is relative to the html doc and not to the css */
  color: #015;
  font-size: 13px;
}
/* line 2, app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 10, app/assets/stylesheets/scaffolds.scss */
p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 16, app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 23, app/assets/stylesheets/scaffolds.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 28, app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
  font-size: 16px;
  margin-bottom: 30px;
}

/* line 34, app/assets/stylesheets/scaffolds.scss */
.great-notice {
  color: #0c0;
  margin: 0px auto 20px auto !important;
  width: 100%;
}

/* line 40, app/assets/stylesheets/scaffolds.scss */
.notice-message-wrapper {
  padding: 5px !important;
}

/* line 44, app/assets/stylesheets/scaffolds.scss */
.great-notice .notice-icon {
  font-size: 23px;
  vertical-align: middle;
  margin-right: 7px;
}

/* line 50, app/assets/stylesheets/scaffolds.scss */
.great-notice .notice-description {
  font-size: 15px;
  line-height: 1.6 !important;
  vertical-align: middle;
}

/* line 56, app/assets/stylesheets/scaffolds.scss */
.great-notice .notice-separator {
  border-top: 1px solid #0c0;
}

/* line 60, app/assets/stylesheets/scaffolds.scss */
.field_with_errors > input {
  border-color: #dd1122 !important;
}

/* line 64, app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 67, app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  display: none;
}

/* line 70, app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  color: #DD1122;
  font-size: 14px;
}
/*! qTip2 - Pretty powerful tooltips - v2.0.0pre - 2012-12-14
* http://craigsworks.com/projects/qtip2/
* Copyright (c) 2012 Craig Michael Thompson; Licensed MIT, GPL */
/* Core qTip styles */
/* line 6, vendor/assets/stylesheets/scForm.css.scss */
.qtip, .qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
}

/* line 21, vendor/assets/stylesheets/scForm.css.scss */
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

/* line 30, vendor/assets/stylesheets/scForm.css.scss */
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

/* line 39, vendor/assets/stylesheets/scForm.css.scss */
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
/* line 42, vendor/assets/stylesheets/scForm.css.scss */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

/* line 54, vendor/assets/stylesheets/scForm.css.scss */
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

/* line 59, vendor/assets/stylesheets/scForm.css.scss */
* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* IE fix */
/* line 61, vendor/assets/stylesheets/scForm.css.scss */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
  vertical-align: middle;
}

/* line 69, vendor/assets/stylesheets/scForm.css.scss */
.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

/* line 76, vendor/assets/stylesheets/scForm.css.scss */
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
/* line 95, vendor/assets/stylesheets/scForm.css.scss */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

/* line 104, vendor/assets/stylesheets/scForm.css.scss */
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

/* line 108, vendor/assets/stylesheets/scForm.css.scss */
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

/* line 114, vendor/assets/stylesheets/scForm.css.scss */
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/*! Light tooltip style */
/* line 121, vendor/assets/stylesheets/scForm.css.scss */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}

/* line 127, vendor/assets/stylesheets/scForm.css.scss */
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}

/*! Dark tooltip style */
/* line 133, vendor/assets/stylesheets/scForm.css.scss */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

/* line 139, vendor/assets/stylesheets/scForm.css.scss */
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}

/* line 143, vendor/assets/stylesheets/scForm.css.scss */
.qtip-dark .qtip-icon {
  border-color: #444;
}

/* line 147, vendor/assets/stylesheets/scForm.css.scss */
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/*! Cream tooltip style */
/* line 153, vendor/assets/stylesheets/scForm.css.scss */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

/* line 159, vendor/assets/stylesheets/scForm.css.scss */
.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}

/* line 163, vendor/assets/stylesheets/scForm.css.scss */
.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}

/*! Red tooltip style */
/* line 169, vendor/assets/stylesheets/scForm.css.scss */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}

/* line 175, vendor/assets/stylesheets/scForm.css.scss */
.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}

/* line 179, vendor/assets/stylesheets/scForm.css.scss */
.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}

/* line 183, vendor/assets/stylesheets/scForm.css.scss */
.qtip-red .qtip-icon {
  border-color: #D95252;
}

/* line 187, vendor/assets/stylesheets/scForm.css.scss */
.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}

/*! Green tooltip style */
/* line 193, vendor/assets/stylesheets/scForm.css.scss */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

/* line 199, vendor/assets/stylesheets/scForm.css.scss */
.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}

/* line 203, vendor/assets/stylesheets/scForm.css.scss */
.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}

/*! Blue tooltip style */
/* line 209, vendor/assets/stylesheets/scForm.css.scss */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

/* line 215, vendor/assets/stylesheets/scForm.css.scss */
.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}

/* line 219, vendor/assets/stylesheets/scForm.css.scss */
.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}

/* line 223, vendor/assets/stylesheets/scForm.css.scss */
.qtip-upper {
  text-transform: uppercase;
}

/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
/* line 227, vendor/assets/stylesheets/scForm.css.scss */
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
/* line 234, vendor/assets/stylesheets/scForm.css.scss */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Youtube tooltip style */
/* line 243, vendor/assets/stylesheets/scForm.css.scss */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}

/* line 263, vendor/assets/stylesheets/scForm.css.scss */
.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}

/* line 268, vendor/assets/stylesheets/scForm.css.scss */
.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

/* line 276, vendor/assets/stylesheets/scForm.css.scss */
.qtip-youtube .qtip-icon {
  border-color: #222;
}

/* line 280, vendor/assets/stylesheets/scForm.css.scss */
.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* jQuery TOOLS Tooltip style */
/* line 286, vendor/assets/stylesheets/scForm.css.scss */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}

/* IE Specific */
/* line 308, vendor/assets/stylesheets/scForm.css.scss */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

/* line 313, vendor/assets/stylesheets/scForm.css.scss */
.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

/* line 318, vendor/assets/stylesheets/scForm.css.scss */
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}

/* line 325, vendor/assets/stylesheets/scForm.css.scss */
.qtip-jtools .qtip-icon {
  border-color: #555;
}

/* line 329, vendor/assets/stylesheets/scForm.css.scss */
.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}

/* Cluetip style */
/* line 335, vendor/assets/stylesheets/scForm.css.scss */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}

/* line 345, vendor/assets/stylesheets/scForm.css.scss */
.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent;
}

/* line 351, vendor/assets/stylesheets/scForm.css.scss */
.qtip-cluetip .qtip-icon {
  border-color: #808064;
}

/* line 355, vendor/assets/stylesheets/scForm.css.scss */
.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* Tipsy style */
/* line 362, vendor/assets/stylesheets/scForm.css.scss */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}

/* line 376, vendor/assets/stylesheets/scForm.css.scss */
.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10;
  background-color: transparent;
}

/* line 381, vendor/assets/stylesheets/scForm.css.scss */
.qtip-tipsy .qtip-content {
  padding: 6px 10;
}

/* line 385, vendor/assets/stylesheets/scForm.css.scss */
.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}

/* line 390, vendor/assets/stylesheets/scForm.css.scss */
.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* Tipped style */
/* line 396, vendor/assets/stylesheets/scForm.css.scss */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif;
}

/* line 410, vendor/assets/stylesheets/scForm.css.scss */
.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

/* line 424, vendor/assets/stylesheets/scForm.css.scss */
.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}

/* line 429, vendor/assets/stylesheets/scForm.css.scss */
.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
/* line 441, vendor/assets/stylesheets/scForm.css.scss */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  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 463, vendor/assets/stylesheets/scForm.css.scss */
.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 477, vendor/assets/stylesheets/scForm.css.scss */
.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 * [...]
			 * right: 4px;
			 * top: 50%;
			 * [...]
			 * border-style: solid;
			 * }
			 */
  right: 11px;
  top: 45%;
  border-style: none;
}

/* line 493, vendor/assets/stylesheets/scForm.css.scss */
.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px;
}

/* line 498, vendor/assets/stylesheets/scForm.css.scss */
.qtip-bootstrap .qtip-icon {
  /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 * border-color: #CCC;
		 * background: #F1F1F1;
		 * color: #777;
		 * }
		 */
  background: transparent;
}

/* line 510, vendor/assets/stylesheets/scForm.css.scss */
.qtip-bootstrap .qtip-icon .ui-icon {
  /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 * width: 18px;
			 * height: 14px;
			 * }
			 */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 532, vendor/assets/stylesheets/scForm.css.scss */
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* IE9 fix - removes all filters */
/* line 543, vendor/assets/stylesheets/scForm.css.scss */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}

/* Tips plugin */
/* line 551, vendor/assets/stylesheets/scForm.css.scss */
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* line 557, vendor/assets/stylesheets/scForm.css.scss */
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

/* line 566, vendor/assets/stylesheets/scForm.css.scss */
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

/* line 568, vendor/assets/stylesheets/scForm.css.scss */
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

/* Modal plugin */
/* line 574, vendor/assets/stylesheets/scForm.css.scss */
#qtip-overlay {
  position: fixed;
  left: -10000em;
  top: -10000em;
}

/* Applied to modals with show.modal.blur set to true */
/* line 581, vendor/assets/stylesheets/scForm.css.scss */
#qtip-overlay.blurs {
  cursor: pointer;
}

/* Change opacity of overlay here */
/* line 584, vendor/assets/stylesheets/scForm.css.scss */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* IE6 Modal plugin fix */
/* line 598, vendor/assets/stylesheets/scForm.css.scss */
.qtipmodal-ie6fix {
  position: absolute !important;
}

/*---------------------------------------------------
	LESS Elements 0.6
	---------------------------------------------------
	A set of useful LESS mixins by Dmitry Fadeyev
	Special thanks for mixin suggestions to:
		Kris Van Herzeele,
		Benoit Adam,
		Portenart Emile-Victor,
		Ryan Faerman

	More info at: http://lesselements.com
-----------------------------------------------------*/
/*.gradient(@color: #F5F5F5, @start: #EEE, @stop: #FFF) {
	background: @color;
	background: -webkit-gradient(linear,
								 left bottom,
								 left top,
								 color-stop(0, @start),
								 color-stop(1, @stop));
	background: -ms-linear-gradient(bottom,
									@start,
									@stop);
	background: -moz-linear-gradient(center bottom,
									 @start 0%,
									 @stop 100%);
}*/
/**
 * PIE for CSS3 rounded corners, shadows and gradients in IE6 - IE9.
 *
 * Warning:
 * CQ is buggy and will destroy the path of pie.htc,
 * but don't worry, we fix this on the fly in the dispatcher.
 * See: /dispatcher/scripts/master/conf.d/dispatcher_01_scs.include
 */
/**
 * Gradient
 *
 * Known problems:
 *	- IE cannot draw a filter-gradient with rounded corners done by PIE because PIE creates another element in the background which does not take over the filters.
 *	--> Either use a PIE-gradient without alpha transparency and rounded corners or use this filter-gradient without rounded corners.
 *
 * @param {hexColor} startColor - the start-color of the gradient
 * @param {hexColor} endColor - the end-color of the gradient
 * @param {Number (0-1) OR percentage (0%-100%)} startAlpha OPTIONAL - the alpha value of the start-color (defaults to 100%)
 * @param {Number (0-1) OR percentage (0%-100%)} endAlpha OPTIONAL - the alpha value of the end-color (defaults to 100%)
 * @param {String (top or left)} directionStart OPTIONAL - the direction of the gradient, allowed values are only "top" and "left" - if you want right or bottom invert the start- and end-colors (defaults to "top")
 */
/*
 *	ATTENTION: ONLY EDIT THIS FILE IF IT IS CALLED SPRITES.CSS
 *  ===========================================================================
 *	IF IT IS CALLED sprites-generated.less, look into the wiki:
 *	https://wiki.swisscom.com/display/PD/Installing+and+using+smartsprites?src=search
 *
 **/
/* this is only to include a message in the sprite */
/* so other will not try to change it manually */
/* this can be removed on release */
/* line 659, vendor/assets/stylesheets/scForm.css.scss */
.generated-message-dev {
  width: 120px;
  height: 20px;
  /* background-repeat: no-repeat; */
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left 0px;
}

/* LORES SPRITE FROM HERE ON
 * - if you have hires sprites, add them in the media query breakpoint below, otherwise just leave them out
 * - if you did not receive hires sprites from OED, go an BUG THEM
 * - do not add lowres duplicate classes in the highres section, if you do not have a highres image!
 * - keep the css styles in here as lean as possible (height, width, smartsprites comment)
 * ================================================================================================================== */
/* line 673, vendor/assets/stylesheets/scForm.css.scss */
.custom-checkbox label .checkbox-control {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -25px;
  height: 14px;
  width: 14px;
}

/* line 679, vendor/assets/stylesheets/scForm.css.scss */
.custom-checkbox label.checked .checkbox-control {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -46px;
  height: 14px;
  width: 14px;
}

/* line 685, vendor/assets/stylesheets/scForm.css.scss */
.custom-radio label .radio-control {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -67px;
  height: 18px;
  width: 18px;
}

/* line 691, vendor/assets/stylesheets/scForm.css.scss */
.custom-radio label.checked .radio-control {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -92px;
  height: 18px;
  width: 18px;
}

/* line 697, vendor/assets/stylesheets/scForm.css.scss */
.ui-mobile .custom-checkbox label .checkbox-control {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -117px;
  height: 18px;
  width: 18px;
}

/* line 703, vendor/assets/stylesheets/scForm.css.scss */
.ui-mobile .custom-checkbox label.checked .checkbox-control {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -142px;
  height: 18px;
  width: 18px;
}

/* line 709, vendor/assets/stylesheets/scForm.css.scss */
.ui-mobile .custom-radio label .radio-control {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -167px;
  height: 20px;
  width: 20px;
}

/* line 715, vendor/assets/stylesheets/scForm.css.scss */
.ui-mobile .custom-radio label.checked .radio-control {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -194px;
  height: 20px;
  width: 20px;
}

/* line 721, vendor/assets/stylesheets/scForm.css.scss */
.ui-mobile .ui-icon-arrow-d {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -221px;
  height: 14px;
  width: 8px;
}

/* line 727, vendor/assets/stylesheets/scForm.css.scss */
.field-hint {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -236px;
}

/* line 731, vendor/assets/stylesheets/scForm.css.scss */
.field-hint:hover {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -251px;
}

/* line 735, vendor/assets/stylesheets/scForm.css.scss */
.bluewin .field-hint {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -266px;
}

/* line 739, vendor/assets/stylesheets/scForm.css.scss */
.headingError-icon {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -281px;
  height: 16px;
  width: 20px;
}

/* line 745, vendor/assets/stylesheets/scForm.css.scss */
.navigation-back-button {
  background-image: url(/assets/sprites-lores1-9bc12af16ce669778aa6b69e195e008597b3aa4eb3c09d0529d54a4bdf8a55b4.png);
  background-position: left -297px;
  width: 30px;
}

/* HIGRES SPRITE FROM HERE ON
 * ================================================================================================================== */
/* Media query to target high resolution displays (retina) */
/*
		these statements do not compile via less (syntax error)
		only screen and (		 -o-min-device-pixel-ratio: 3/2),
		only screen and (								min-resolution: 192dpi)
		only screen and (								min-resolution: 1.5dppx)
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* this is only to include a message in the sprite */
  /* so other will not try to change it manually */
  /* this can be removed on release */
  /* line 763, vendor/assets/stylesheets/scForm.css.scss */
  .generated-message-dev {
    background-image: url(/assets/sprites-hires1-737e54d99e1a47d0346fcc2d25749680d24a1588f5c5f95e679da0ccd59ecfd2.png);
    background-position: left 0px;
    background-size: 60px 96px;
  }
  /* line 768, vendor/assets/stylesheets/scForm.css.scss */
  .ignore .custom-radio label .checkbox-control {
    background-image: url(/assets/sprites-hires1-737e54d99e1a47d0346fcc2d25749680d24a1588f5c5f95e679da0ccd59ecfd2.png);
    background-position: left -9px;
    background-size: 60px 96px;
  }
  /* line 773, vendor/assets/stylesheets/scForm.css.scss */
  .ignore .custom-radio label.checked .checkbox-control {
    background-image: url(/assets/sprites-hires1-737e54d99e1a47d0346fcc2d25749680d24a1588f5c5f95e679da0ccd59ecfd2.png);
    background-position: left -33px;
    background-size: 60px 96px;
  }
  /* line 778, vendor/assets/stylesheets/scForm.css.scss */
  .ignore .custom-radio label .radio-control {
    background-image: url(/assets/sprites-hires1-737e54d99e1a47d0346fcc2d25749680d24a1588f5c5f95e679da0ccd59ecfd2.png);
    background-position: left -55px;
    background-size: 60px 96px;
  }
  /* line 783, vendor/assets/stylesheets/scForm.css.scss */
  .ignore .custom-radio label.checked .radio-control {
    background-image: url(/assets/sprites-hires1-737e54d99e1a47d0346fcc2d25749680d24a1588f5c5f95e679da0ccd59ecfd2.png);
    background-position: left -77px;
    background-size: 60px 96px;
  }
}

/* Used by Form project, copied from portal form and customized */
/* line 791, vendor/assets/stylesheets/scForm.css.scss */
.scs-form-button {
  display: inline-block;
  height: 25px;
  line-height: 17px;
  vertical-align: top !important;
  position: relative;
  font-weight: normal !important;
  font-size: 13px !important;
  cursor: pointer;
  color: white !important;
  margin: 0 10px 10px 0;
  padding: 4px 12px;
  text-decoration: none !important;
  text-shadow: #0f69be 0 1px 0;
  border: none;
  background: #41b7fd;
  background: -webkit-gradient(linear, center top, center bottom, from(#41b7fd) to(#0165d4));
  background: -webkit-linear-gradient(top, #41b7fd, #0165d4);
  background: -moz-linear-gradient(top, #41b7fd, #0165d4);
  background: -ms-linear-gradient(top, #41b7fd, #0165d4);
  background: -o-linear-gradient(top, #41b7fd, #0165d4);
  background: linear-gradient(top, #41b7fd, #0165d4);
  -pie-background: linear-gradient(top, #41b7fd, #0165d4);
  /*PIE for IE6 - IE9*/
  -webkit-box-shadow: 0 0 1px 1px #d9d9d9;
  -moz-box-shadow: 0 0 1px 1px #d9d9d9;
  -ms-box-shadow: 0 0 1px 1px #d9d9d9;
  -o-box-shadow: 0 0 1px 1px #d9d9d9;
  box-shadow: 0 0 1px 1px #d9d9d9;
  behavior: url(/assets/pie-a30cc059d7a2e35ddf28050ec66258cf58572acfffb0eef1e23d9e2f7cd118cd.htc);
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/assets/pie-a30cc059d7a2e35ddf28050ec66258cf58572acfffb0eef1e23d9e2f7cd118cd.htc);
  -webkit-appearance: none;
  /* do not render the buttons natively in safari */
}

/* line 832, vendor/assets/stylesheets/scForm.css.scss */
.scs-form-button:hover {
  background: #1f8be7;
  -pie-background: #1f8be7;
}

/* line 836, vendor/assets/stylesheets/scForm.css.scss */
.scs-form-button:active,
.scs-form-button:focus {
  outline: none;
  /* get rid of IE's dotted line */
  background: #1776c8;
  background: -webkit-gradient(linear, center top, center bottom, from(#1776c8) to(#1b82da));
  background: -webkit-linear-gradient(top, #1776c8, #1b82da);
  background: -moz-linear-gradient(top, #1776c8, #1b82da);
  background: -ms-linear-gradient(top, #1776c8, #1b82da);
  background: -o-linear-gradient(top, #1776c8, #1b82da);
  background: linear-gradient(top, #1776c8, #1b82da);
  -pie-background: linear-gradient(top, #1776c8, #1b82da);
  /*PIE for IE6 - IE9*/
}

/* line 852, vendor/assets/stylesheets/scForm.css.scss */
.modFormStepIndicator {
  margin-bottom: 45px;
  overflow: hidden;
  width: 756px;
}

/* line 857, vendor/assets/stylesheets/scForm.css.scss */
.modFormStepIndicator .marker-icon {
  background-color: #bbbbbb;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/assets/pie-a30cc059d7a2e35ddf28050ec66258cf58572acfffb0eef1e23d9e2f7cd118cd.htc);
  display: inline-block;
  height: 16px;
  width: 16px;
}

/* line 869, vendor/assets/stylesheets/scForm.css.scss */
.modFormStepIndicator .marker-connector {
  background-color: #bbbbbb;
  height: 1px;
  right: 50%;
  min-width: 118px;
  position: absolute;
  top: 8px;
  z-index: -1;
}

/* line 878, vendor/assets/stylesheets/scForm.css.scss */
.modFormStepIndicator .marker {
  float: left;
  position: relative;
  text-align: center;
  width: 126px;
}

/* line 885, vendor/assets/stylesheets/scForm.css.scss */
.modFormStepIndicator .marker:first-child .marker-connector {
  display: none;
}

/* line 888, vendor/assets/stylesheets/scForm.css.scss */
.modFormStepIndicator .marker-icon {
  display: block;
  margin: 0 auto;
}

/* line 892, vendor/assets/stylesheets/scForm.css.scss */
.modFormStepIndicator .marker-label {
  color: #bbbbbb;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

/* line 898, vendor/assets/stylesheets/scForm.css.scss */
.modFormStepIndicator .marker-active .marker-icon {
  background-color: #001155;
}

/* line 901, vendor/assets/stylesheets/scForm.css.scss */
.modFormStepIndicator .marker-active .marker-label {
  color: #001155;
}

/* line 904, vendor/assets/stylesheets/scForm.css.scss */
.modFormStepIndicator .marker-active .marker-connector {
  background-color: #001155;
}

/* line 907, vendor/assets/stylesheets/scForm.css.scss */
.modFormStepIndicator .marker-label {
  cursor: default;
}

/* line 910, vendor/assets/stylesheets/scForm.css.scss */
.modHiddenGetParameter {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}

/* line 915, vendor/assets/stylesheets/scForm.css.scss */
.modScForm {
  margin-bottom: 30px;
}

/* line 918, vendor/assets/stylesheets/scForm.css.scss */
.modScForm a.primary-button,
.modScForm a.secondary-button {
  display: inline-block;
  margin-top: 5px;
}

/* line 923, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .label,
.modScForm label {
  display: block;
  margin: 0 0 3px 0;
  padding: 0;
  color: #333333;
}

/* line 930, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field input,
.modScForm .field select,
.modScForm .field textarea,
.modScForm .field .newListSelected .selectedTxt {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  margin: 0 20px 10px 0;
  max-width: 532px;
  padding: 3px 3px 4px 3px;
  width: 100%;
}

/* line 947, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .twofields .field > div,
.modScForm .multifield .field > div {
  float: left;
}

/* line 951, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .twofields .field > div > span.inputField,
.modScForm .multifield .field > div > span.inputField {
  display: block;
  padding: 0 8px 0 5px;
}

/* line 956, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .custom-radio,
.modScForm .custom-checkbox {
  padding: 3px 0 0 0;
}

/* line 960, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .custom-radio input,
.modScForm .custom-checkbox input,
.modScForm input.radio,
.modScForm input.checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 13px;
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: .0;
  -moz-opacity: .0;
}

/* line 977, vendor/assets/stylesheets/scForm.css.scss */
.modScForm input[type="radio"],
.modScForm input[type="checkbox"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 13px;
}

/* line 984, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .custom-radio label,
.modScForm .custom-checkbox label,
.modScForm label.radio,
.modScForm label.checkbox {
  color: #333333;
  padding: 1px 37px 11px 22px;
  position: relative;
}

/* line 992, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .custom-radio label,
.modScForm label.radio {
  padding-left: 25px;
}

/* line 996, vendor/assets/stylesheets/scForm.css.scss */
.modScForm input,
.modScForm textarea {
  -webkit-box-shadow: inset 0 1px 2px #bababa;
  -moz-box-shadow: inset 0 1px 2px #bababa;
  box-shadow: inset 0 1px 2px #bababa;
  /* rgb:186,186,186 = #bababa */
}

/* line 1004, vendor/assets/stylesheets/scForm.css.scss */
.modScForm label.radio,
.modScForm label.checkbox {
  display: inline-block;
}

/* line 1008, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .custom-radio label,
.modScForm .custom-checkbox label {
  display: inline-block;
  cursor: pointer;
}

/* line 1013, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .custom-radio label.checked,
.modScForm .custom-radio label.focus,
.modScForm .custom-checkbox label.focus,
.modScForm .custom-radio label:hover,
.modScForm .custom-checkbox label:hover,
.modScForm label.radio.checked,
.modScForm label.checkbox.checked,
.modScForm label.radio.focus,
.modScForm label.checkbox.focus,
.modScForm label.radio:hover,
.modScForm label.checkbox:hover {
  color: #2d90ec;
}

/* line 1026, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .standardSubmitBtn {
  display: inline-block;
}

/* line 1029, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .standardSubmitBtn button,
.modScForm .standardSubmitBtn input {
  display: block;
  margin-bottom: 0;
}

/* line 1034, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .verticalButtons span,
.modScForm .verticalButtons a {
  float: left;
  display: block;
  clear: both;
}

/* line 1040, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .verticalButtons input,
.modScForm .verticalButtons div {
  display: block;
  clear: both;
}

/* line 1045, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .verticalButtons div.form_icon,
.modScForm .verticalButtons input.radio,
.modScForm .verticalButtons input.checkbox {
  display: block;
}

/* line 1050, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .verticalButtons label.radio,
.modScForm .verticalButtons label.checkbox {
  display: block;
  padding: 1px 0 1px 24px;
}

/* line 1055, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .custom-radio .verticalButtons label,
.modScForm .custom-checkbox .verticalButtons label {
  display: block;
  padding: 0;
  padding: 2px 0 2px 24px;
}

/* line 1061, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field-hint {
  background-color: transparent;
  border: 0 none;
  height: 15px;
  margin-top: 4px;
  right: -21px;
  position: absolute;
  width: 15px;
}

/* line 1070, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field {
  display: block;
  position: relative;
  width: 300px;
  overflow: visible;
}

/* line 1076, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field table {
  width: 100%;
}

/* line 1079, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field table div.custom-radio {
  padding: 0;
}

/* line 1082, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field table div.custom-radio label {
  padding: 0 0 0 22px;
}

/* line 1085, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field input:focus,
.modScForm .field textarea:focus {
  border: #2d90ec solid 2px;
  color: #015;
  margin: -1px -1px 9px;
}

/* line 1091, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field input.disabled,
.modScForm .field textarea.disabled {
  color: #001155;
  opacity: .60;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: .60;
  -moz-opacity: .60;
}

/* line 1100, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field > span.inputField {
  display: block;
  padding-right: 8px;
}

/* line 1104, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field input.placeholder::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
  font-style: italic;
}

/* line 1110, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field .placeholder:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  font-style: italic;
}

/* line 1116, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field .placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  font-style: italic;
}

/* line 1122, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field .placeholder:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  font-style: italic;
}

/* line 1128, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field > .percent20 {
  width: 20%;
}

/* line 1131, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field > .percent30 {
  width: 30%;
}

/* line 1134, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field > .percent40 {
  width: 40%;
}

/* line 1137, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field > .percent50 {
  width: 50%;
}

/* line 1140, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field > .percent60 {
  width: 60%;
}

/* line 1143, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field > .percent70 {
  width: 70%;
}

/* line 1146, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field > .percent80 {
  width: 80%;
}

/* line 1149, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field.error input,
.modScForm .field .error input,
.modScForm .field.error textarea,
.modScForm .field .error textarea {
  background-color: #fdf3f4;
  border-color: #e4414e;
  -webkit-box-shadow: inset 0 1px 2px #f4babf;
  -moz-box-shadow: inset 0 1px 2px #f4babf;
  box-shadow: inset 0 1px 2px #f4babf;
  /* rgb:244,186,191 = #f4babf */
}

/* line 1161, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .field.error input:focus,
.modScForm .field .error input:focus,
.modScForm .field.error textarea:focus,
.modScForm .field .error textarea:focus {
  color: #333333;
}

/* line 1167, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .error label,
.modScForm .error .label {
  color: #e4414e !important;
}

/* line 1171, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .error span.error {
  display: block;
  padding-bottom: 17px;
  color: #e4414e;
}

/* line 1176, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .error span.title {
  color: #e4414e;
}

/* line 1179, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .radio .fullLengthLabel,
.modScForm .checkbox .fullLengthLabel,
.modScForm .radio .label,
.modScForm .checkbox .label,
.modScForm .radio .title,
.modScForm .checkbox .title {
  display: block;
  margin-bottom: 15px;
}

/* line 1188, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .fullLengthError {
  float: left;
  width: 460px;
  color: #e4414e;
  padding-bottom: 17px;
  display: inline;
}

/* line 1195, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .headingError {
  border-style: solid;
  border-width: 1px 0;
  color: #e4414e;
  margin: 17px 0;
  padding: 11px 11px 11px 30px;
  position: relative;
}

/* line 1203, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .headingError .headingError-icon {
  left: 0;
  position: absolute;
}

/* line 1207, vendor/assets/stylesheets/scForm.css.scss */
.modScForm > div.end div.field {
  display: block;
}

/* line 1210, vendor/assets/stylesheets/scForm.css.scss */
.modScForm div.verticalButtons {
  margin-bottom: 6px;
}

/* line 1213, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .buttonstrip > .right {
  position: relative;
  left: 10px;
  float: right;
}

/* line 1218, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .twofields .field > label + div > span.inputField {
  padding: 0 13px 0 0;
}

/* line 1221, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .multifield .field > label + div > span.inputField {
  padding-left: 0;
}

/* line 1224, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .date .field span.inputField {
  padding-right: 34px;
  width: 150px;
}

/* line 1228, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .date .field span.inputField input {
  display: block;
}

/* line 1231, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .date .field span.inputField img.ui-datepicker-trigger {
  position: absolute;
  left: 127px;
  margin-top: -35px;
  cursor: pointer;
  cursor: hand;
}

/* line 1238, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .captchaField {
  padding-right: 8px;
}

/* line 1241, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .captchaField > a {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
}

/* line 1247, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .captchaField a.cap_refresh {
  top: 15px;
  background: url(/refresh.png) no-repeat scroll 0 0;
}

/* line 1251, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .captchaField a.cap_audio {
  top: 37px;
  background: url(/sound.png) no-repeat scroll 0 0;
}

/* line 1255, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .captchaField a.cap_image {
  top: 37px;
  background: url(/text.png) no-repeat scroll 0 0;
}

/* line 1259, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .captchaField a.cap_help {
  top: 59px;
  background: url(/help.png) no-repeat scroll 0 0;
}

/* line 1263, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .captchaField #recaptcha_image {
  width: auto !important;
}

/* line 1266, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .custom-radio label .radio-control,
.modScForm .custom-checkbox label .radio-control {
  display: block;
  float: none;
  top: 0;
}

/* line 1272, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .custom-radio label .radio-control,
.modScForm .custom-checkbox label .radio-control,
.modScForm .custom-radio label .checkbox-control,
.modScForm .custom-checkbox label .checkbox-control {
  cursor: pointer;
  left: 0;
  position: absolute;
}

/* line 1280, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .custom-radio label.checked,
.modScForm .custom-checkbox label.checked {
  color: #2d90ec;
}

/* line 1284, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .dropdown {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  position: static;
  width: auto;
}

/* line 1293, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .title {
  padding: 0;
}

/* line 1296, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .hidden {
  display: none !important;
}

/* line 1300, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .newListSelected {
  width: 103%;
}

/* line 1304, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .newListSelected .arrow {
  position: relative;
  z-index: 0;
  height: 30px;
  overflow: hidden;
  padding: 5px;
  width: 100%;
  margin-left: -5px;
}

/* line 1313, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .newListSelected .arrow .selectedTxt {
  background: #f8f8f8 url(/assets/dropdown-bg-654cae2e4128681ed2d37839660baeaa39840246a747eac4463183554b512086.png) no-repeat right top;
  border-color: #cecece;
  height: 25px;
  behavior: url(/assets/pie-a30cc059d7a2e35ddf28050ec66258cf58572acfffb0eef1e23d9e2f7cd118cd.htc);
}

/* line 1319, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .newListSelected.newListSelOpen .arrow .selectedTxt {
  background-color: #fff;
  background-position: right -86px;
  border-color: transparent;
  /* border-radius */
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  /* box-shadow */
  -webkit-box-shadow: #999 0 0 5px;
  -moz-box-shadow: #999 0 0 5px;
  box-shadow: #999 0 0 5px;
  color: #2d90ec;
}

/* line 1335, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .newListSelected .newListWrapper {
  position: absolute !important;
  z-index: 999999;
  margin: -1px 0 0 -5px;
  padding: 0 5px 5px;
  min-width: 100%;
  overflow: hidden;
}

/* line 1343, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .newListSelected .newListWrapper .newList {
  list-style-type: none;
  background: #fff;
  border-color: transparent;
  /* box-shadow */
  -webkit-box-shadow: #999 0 0 5px;
  -moz-box-shadow: #999 0 0 5px;
  box-shadow: #999 0 0 5px;
  /* border-radius */
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  max-height: 340px;
  overflow: auto;
  overflow-x: hidden;
  behavior: url(/assets/pie-a30cc059d7a2e35ddf28050ec66258cf58572acfffb0eef1e23d9e2f7cd118cd.htc);
  min-width: 299px !important;
}

/* line 1363, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .newListSelected .newListWrapper .newList.pie_first-child {
  margin-top: -1px;
}

/* line 1366, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .newListSelected .newListWrapper .newList li.hiLite {
  display: none;
}

/* line 1369, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .newListSelected .newListWrapper .newList li a {
  display: block;
  padding: 4px 3px 5px;
  color: #015;
}

/* line 1374, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .newListSelected .newListWrapper .newList li a:focus,
.modScForm .newListSelected .newListWrapper .newList li a:hover {
  text-decoration: none;
  color: #2d90ec;
}

/* line 1379, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .textimage .textContainer {
  width: auto;
}

/* line 1382, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .textimage .right .imageContainer {
  left: auto;
}

/* line 1385, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .textimage .right .textContainer {
  margin-right: 200px;
}

/* line 1388, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .scs-form-summary {
  display: none;
}

/* line 1391, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .buttongroup {
  margin-top: 24px;
}

/* line 1394, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .buttonGroup hr {
  clear: both;
  float: left;
}

/* line 1398, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .buttonGroup .secondary-button {
  margin: 0;
}

/* line 1401, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .buttonGroup .forward .primary-button {
  margin-right: 0;
}

/* line 1404, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .buttonGroup .action,
.modScForm .buttonGroup .forward,
.modScForm .buttonGroup .cancel,
.modScForm .buttonGroup .back {
  float: right;
}

/* line 1410, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .buttonGroup .action a.button,
.modScForm .buttonGroup .forward a.button,
.modScForm .buttonGroup .cancel a.button,
.modScForm .buttonGroup .back a.button {
  margin-right: 0;
  margin-left: 10px;
}

/* line 1417, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .buttonGroup .save {
  float: left;
}

/* line 1420, vendor/assets/stylesheets/scForm.css.scss */
.modScForm .buttonGroup .save a.button {
  margin-left: 0;
  margin-right: 10px;
}

/* line 1424, vendor/assets/stylesheets/scForm.css.scss */
.statusSuccessful {
  background: url(/form-success.png) no-repeat left 10px transparent;
  padding: 12px 30px;
  color: #00cc00;
  border: 1px solid #00cc00;
  border-left: none;
  border-right: none;
  line-height: 1.1;
}

/* line 1433, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .scForm .custom-radio label.focus,
.scs-accessibility-mode .scForm .custom-checkbox label.focus,
.scs-accessibility-mode .scForm label.radio.focus,
.scs-accessibility-mode .scForm label.checkbox.focus {
  outline: #0000ff dotted 2px;
}

/* line 1439, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .scForm .field input:focus,
.scs-accessibility-mode .scForm .field textarea:focus {
  outline: #0000ff dotted 2px;
}

/* line 1443, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .field.custom-checkbox label,
.scs-accessibility-mode .modScForm .field.custom-radio label,
.scs-accessibility-mode .modScForm .field label.radio,
.scs-accessibility-mode .modScForm .field label.checkbox {
  color: #000000;
}

/* line 1449, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .field.custom-checkbox label.focus,
.scs-accessibility-mode .modScForm .field.custom-radio label.focus,
.scs-accessibility-mode .modScForm .field label.radio.focus,
.scs-accessibility-mode .modScForm .field label.checkbox.focus,
.scs-accessibility-mode .modScForm .field.custom-checkbox label.checked,
.scs-accessibility-mode .modScForm .field.custom-radio label.checked,
.scs-accessibility-mode .modScForm .field label.radio.checked,
.scs-accessibility-mode .modScForm .field label.checkbox.checked {
  color: #00f;
}

/* line 1459, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .field.custom-checkbox label.focus,
.scs-accessibility-mode .modScForm .field.custom-radio label.focus,
.scs-accessibility-mode .modScForm .field label.radio.focus,
.scs-accessibility-mode .modScForm .field label.checkbox.focus,
.scs-accessibility-mode .modScForm .field.custom-checkbox label:focus,
.scs-accessibility-mode .modScForm .field.custom-radio label:focus,
.scs-accessibility-mode .modScForm .field label.radio:focus,
.scs-accessibility-mode .modScForm .field label.checkbox:focus {
  outline: #00f dotted 2px;
}

/* line 1469, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .field input,
.scs-accessibility-mode .modScForm .field textarea {
  border-color: #5e5555;
  color: #000000;
  -webkit-box-shadow: inset 0 1px 2px #bababa;
  -moz-box-shadow: inset 0 1px 2px #bababa;
  box-shadow: inset 0 1px 2px #bababa;
  /* rgb:186,186,186 = #bababa */
}

/* line 1479, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .field input:focus,
.scs-accessibility-mode .modScForm .field textarea:focus {
  border: #00f dotted 2px;
  border-radius: 0;
  color: #00f;
  margin: -1px 0 9px -1px;
}

/* line 1486, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .field .placeholder::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
  font-style: italic;
}

/* line 1492, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .field .placeholder:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  font-style: italic;
}

/* line 1498, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .field .placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  font-style: italic;
}

/* line 1504, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .field .placeholder:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  font-style: italic;
}

/* line 1510, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .field.error input,
.scs-accessibility-mode .modScForm .field .error input,
.scs-accessibility-mode .modScForm .field.error textarea,
.scs-accessibility-mode .modScForm .field .error textarea {
  border-color: #e4414e;
  -webkit-box-shadow: inset 0 1px 2px #f4babf;
  -moz-box-shadow: inset 0 1px 2px #f4babf;
  box-shadow: inset 0 1px 2px #f4babf;
  /* rgb:244,186,191 = #f4babf */
}

/* line 1521, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .field.error input:focus,
.scs-accessibility-mode .modScForm .field .error input:focus,
.scs-accessibility-mode .modScForm .field.error textarea:focus,
.scs-accessibility-mode .modScForm .field .error textarea:focus {
  border-color: #dd1122;
  color: #000000;
  -webkit-box-shadow: inset 0 1px 2px rgba(244, 186, 191, 0);
  -moz-box-shadow: inset 0 1px 2px rgba(244, 186, 191, 0);
  box-shadow: inset 0 1px 2px rgba(244, 186, 191, 0);
  /* rgb:244,186,191 = #f4babf */
}

/* line 1533, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .newListSelected .arrow .selectedTxt {
  border-color: #cecece;
  color: #000000;
}

/* line 1537, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .newListSelected.newListSelOpen .arrow .selectedTxt {
  border: 2px dotted #00f;
  border-bottom: none;
  color: #00f;
  margin-top: -1px;
  margin-left: -1px;
  min-width: 461px;
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1550, vendor/assets/stylesheets/scForm.css.scss */
.scs-accessibility-mode .modScForm .newListSelected .newListWrapper .newList {
  border: 2px dotted #00f;
  border-top: none;
  margin: 1px 1px 0 -1px;
  min-width: 457px !important;
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1561, vendor/assets/stylesheets/scForm.css.scss */
.col_two .modScForm .field,
.col_two .modScForm .newListWrapper {
  width: 100%;
}

/* line 1565, vendor/assets/stylesheets/scForm.css.scss */
.col_two .modScForm .field textarea,
.col_two .modScForm .newListWrapper textarea {
  max-width: 100%;
}

/* line 1569, vendor/assets/stylesheets/scForm.css.scss */
.col_two .modScForm .newListSelected .selectedTxt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1574, vendor/assets/stylesheets/scForm.css.scss */
.col_two .modScForm .newListSelected .newListWrapper .newList li a {
  outline: none;
}

/* line 1577, vendor/assets/stylesheets/scForm.css.scss */
.skinMultipageWizard div.scs-form-summary {
  display: block;
}

/* line 1580, vendor/assets/stylesheets/scForm.css.scss */
.modScFormSocialMedia {
  width: 540px;
  text-align: right;
}

/* line 1584, vendor/assets/stylesheets/scForm.css.scss */
.modScFormSocialMedia .twitter-share-button {
  margin-left: 3px;
}
/********************************************************************************
 * Reset
 ********************************************************************************/
/* this intrusion is necessary, otherwise the header would not display correctly anyway */
/* line 6, vendor/assets/stylesheets/scs-page.css.scss */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 13, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader *,
div.scs-pagefooter * {
  margin: 0;
  padding: 0;
  outline: 0;
}

/* line 20, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader img,
div.scs-pagefooter img {
  border: 0;
}

/* line 25, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader ol,
div.scs-pageheader ul,
div.scs-pagefooter ol,
div.scs-pagefooter ul {
  list-style: none;
}

/* line 32, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader table,
div.scs-pagefooter table {
  border-spacing: 0;
  border-collapse: collapse;
}

@font-face {
  font-family: "SwisscomIcons";
  src: url(/swisscom-icons-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/swisscom-icons-webfont-f0423e00695e8996a333393dfd54bb78760cb92b04445c9f0983a4f0266e1521.woff) format("woff"), url(/swisscom-icons-webfont.ttf) format("truetype"), url(/swisscom-icons-webfont.svg) format("svg");
}

@font-face {
  font-family: 'TheSaB3';
  src: url(/assets/TheSaB3_-fc97c8cdd66d6ad0b75708ae4735c7fff7552c7efa4783ec8b25cdba1050f36a.eot?#iefix) format("embedded-opentype"), url(/assets/TheSaB3_-ea3637920ffd4945dba4b3769e2a23a28dc9790c202e6c2423989d1dee295997.woff) format("woff"), url(/assets/TheSaB3_-f269dc75f264d39a6290b66826e106a8582c81c112038c3cae362626a4fd534a.ttf) format("truetype"), url(/assets/TheSaB3_-b3d1da1682f128f2c9a8d630c300fabdd2555e0757457f5a8f626882bb5c5cd6.svg) format("svg");
}

@font-face {
  font-family: 'TheSaB5';
  src: url(/assets/TheSaB5_-980943f56fd532c72171c413a1af5999cb590ddbcbd6bc2c808b29902a028b1c.eot?#iefix) format("embedded-opentype"), url(/assets/TheSaB5_-676683f34adeb70bb12c192955c0be5938b5c25dda1c8643d112151c9c003cef.woff) format("woff"), url(/assets/TheSaB5_-10678e1c9fbf7c765309e2728d108895a5ca1e5cf3b10c7af00b9666c700af4b.ttf) format("truetype"), url(/assets/TheSaB5_-57e746a00b898cb157b0443e4780209ae880058661c320cddde9a50750920a6a.svg) format("svg");
}

@font-face {
  font-family: 'TheSerifB3';
  src: url(/theserifb-w3light-webfont.eot?#iefix) format("embedded-opentype"), url(/theserifb-w3light-webfont.woff) format("woff"), url(/theserifb-w3light-webfont.ttf) format("truetype"), url(/theserifb-w3light-webfont.svg) format("svg");
}

/* line 74, vendor/assets/stylesheets/scs-page.css.scss */
.scs-font-serif-light {
  font-family: 'TheSerifB3', 'Times New Roman', Georgia;
}

/* Workaround to fix layout problem with legacy content (GHQ and help) using old CSS
----------------------------------------------------------------------------------------------------*/
/* line 80, vendor/assets/stylesheets/scs-page.css.scss */
section.wrapper nav.leftMenu {
  margin-left: 17px;
  margin-right: 68px;
}

/* Defaults
----------------------------------------------------------------------------------------------------*/
/* line 89, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pageheader * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 95, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pageheader a:hover,
.scs-pageheader a:active,
.scs-pageheader a:focus {
  color: #2d90ec;
  text-decoration: underline;
}

/* Link List
----------------------------------------------------------------------------------------------------*/
/* line 105, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pageheader ul.link-list li a.linklist {
  color: #2d90ec;
  line-height: 15.6px;
}

/* line 109, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pageheader ul.link-list li {
  margin-left: 0.8em;
  text-indent: -0.4em;
  overflow: visible;
  margin-bottom: 6px;
  line-height: 15.6px;
}

/********************************************************************************
 * Accessibility
 ********************************************************************************/
/* line 122, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .scs-pageheader-accessibility,
div.scs-pageheader h1.scs-pageheader-accessibility,
div.scs-pageheader h2.scs-pageheader-accessibility,
div.scs-pageheader h3.scs-pageheader-accessibility,
div.scs-pagefooter .scs-pagefooter-accessibility,
div#scs-pagefooter-contentWrapper .scs-pagefooter-accessibility,
div.scs-pagefooter h1.scs-pagefooter-accessibility,
div.scs-pagefooter h2.scs-pagefooter-accessibility,
div.scs-pagefooter h3.scs-pagefooter-accessibility,
div.scs-pageheader .accessibility,
div.scs-pageheader h1.accessibility,
div.scs-pageheader h2.accessibility,
div.scs-pageheader h3.accessibility,
div.scs-pagefooter .accessibility,
div.scs-pagefooter h1.accessibility,
div.scs-pagefooter h2.accessibility,
div.scs-pagefooter h3.accessibility {
  position: absolute;
  left: -32768px;
  top: -32768px;
}

/* line 144, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .skiplinks {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
}

/* line 151, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .skiplinks a {
  position: absolute;
  top: -40px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: white;
  background: url(/assets/bg-0674e711b248700d5c4839bd491675c6d52962f0bcb0e3c8d68d4f70481e2af5.png) repeat-x;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 165, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .skiplinks li:last-child a {
  -webkit-transition: opacity 0.4s ease-out, top 1s ease-in;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 173, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .skiplinks li:last-child a:focus {
  -webkit-transition: all 0;
}

/* line 177, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .skiplinks a:focus {
  top: 0;
  text-decoration: underline;
  opacity: 1;
  filter: Alpha(Opacity=100);
}

/* line 184, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .skiplinks li:first-child a:focus {
  -webkit-transition: opacity 0.3s ease-out, top 0.1s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/********************************************************************************
* General Layout
********************************************************************************/
/* line 196, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader,
div.scs-pagefooter {
  font-family: TheSaB5, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
}

/* line 203, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .pageCenter,
div.scs-pagefooter .pageCenter {
  margin: 0 auto;
  width: 980px;
  text-align: left;
}

/* line 210, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .clear,
div.scs-pagefooter .clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 1px;
  overflow: hidden;
}

/* line 219, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .positionWrapper,
div.scs-pagefooter .positionWrapper {
  position: absolute;
}

/* line 224, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader a .linkImageWrapper {
  font-size: 0 !important;
  line-height: 0 !important;
}

/* line 229, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader a:hover .linkImageWrapper {
  background-color: #11aaff;
}

/* line 233, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader a:hover .linkImageWrapper img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

/* line 239, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-search #scs-pageheader-search-form {
  width: 140px;
}

/* line 243, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-search-form input:focus,
#scs-pagefooter-doormatnav a:focus {
  outline: none;
  color: #000;
}

/* line 248, vendor/assets/stylesheets/scs-page.css.scss */
.scs-accessibility-mode #scs-pageheader-search-form input:focus,
.scs-accessibility-mode #scs-pagefooter-doormatnav a:focus {
  outline: #00f dotted 2px;
  color: #000;
  font-style: normal;
}

/* line 255, vendor/assets/stylesheets/scs-page.css.scss */
.scs-accessibility-mode #scs-pageheader-search-field.placeholder {
  color: #666;
  font-style: italic;
}

/* HEADLINE (CET03)
----------------------------------------------------------------------------------------------------*/
/* line 264, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader h2,
h2 {
  font: 21px TheSaB3, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #666;
  padding: 0;
  margin: 31px 0;
  text-align: left;
}

/* line 272, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pageheader h3 {
  font: 18px TheSaB5, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #015;
}

/* TOOLBAR (NEH02)
----------------------------------------------------------------------------------------------------*/
/* line 280, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader * {
  font-family: TheSaB5, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/* line 284, vendor/assets/stylesheets/scs-page.css.scss */
div#scs-pageheader-toolbar {
  background: url(/assets/pageheaderBgNew-3789eafc47f61445e60d73c8d083c3f0c313b285a437783ab99fc3301a2cf6a6.png) repeat-x 50% 0;
}

/* line 288, vendor/assets/stylesheets/scs-page.css.scss */
div#scs-pageheader-toolbar .pageCenter {
  height: 40px;
  position: relative;
  /*	background: url(/desktop/css/resources/images/toolbar/bg.png) repeat-x; */
}

/* line 294, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-toolbar .filler {
  position: absolute;
  left: 0;
  top: 4px;
  background: url(/assets/branchnavLinkBg-97a51921dbf73bc9ea40ed8ceeb28ff249bc0801a6e5ed3c43120e2072c019e1.png) repeat-x 100% 0;
  height: 36px;
  width: 100%;
}

/* LOGO
----------------------------------------------------------------------------------------------------*/
/* line 306, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-logo {
  float: left;
  margin: 13px 0 11px -3px;
  /* align logo axis with tab above and text below */
}

/* line 311, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-logo a,
#scs-pageheader-logo a:hover,
#scs-pageheader-logo a:active,
#scs-pageheader-logo a:focus {
  text-decoration: none;
}

/* line 318, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-logo .logo,
#scs-pageheader-logo .logotype {
  vertical-align: middle;
}

/* line 323, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-logo .logo {
  width: 48px;
  overflow: hidden;
  height: 53px;
  display: inline-block;
}

/* line 330, vendor/assets/stylesheets/scs-page.css.scss */
*:first-child + html #scs-pageheader-logo .logo,
* html #scs-pageheader-logo .logo {
  display: inline;
  zoom: 1;
}

/* line 336, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-logo .logotype {
  font-family: SwisscomIcons !important;
  font-size: 38px;
  color: #015;
  padding-top: 3px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

/* line 348, vendor/assets/stylesheets/scs-page.css.scss */
.scs-html-landingpage .scs-pageheader-themeDark #scs-pageheader-logo .logotype,
.scs-pageheader-themeWhite #scs-pageheader-logo .logotype {
  color: white;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

/* line 358, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader-themeDark .iconThemeWhite,
div.scs-pageheader-themeWhite .iconThemeDark {
  display: none;
}

/* line 363, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pagefooter .modDeviceSwitch,
div.scs-pagefooter .scs-highcontrast-link {
  display: inline-block;
  padding-right: 17px;
}

/* line 369, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-contentWrapper {
  background: #f5f5f5 url(/assets/footer-top-1964b989c3cdcc8f93f89a50360a431d93d9fab4b627950d6d84cb011fee97c3.png) repeat-x;
}

/* CORPORATE FOOTER (NEF3)
----------------------------------------------------------------------------------------------------*/
/* line 376, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pagefooter {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 383, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-metanav {
  padding: 13px 20px 0;
  height: 45px;
  text-align: right;
  font-size: 11px;
  color: #666;
}

/* line 391, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-metanav ul {
  float: left;
  list-style: none;
  margin-top: 0;
}

/* line 397, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-metanav ul li {
  float: left;
  margin-left: 20px;
}

/* line 402, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-metanav ul li:first-child {
  margin-left: 0;
}

/* line 406, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-metanav ul li a {
  font-size: 11px;
  color: #666;
  text-decoration: none;
}

/* line 412, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-metanav ul li a:focus,
#scs-pagefooter-metanav ul li a:hover {
  color: #2d90ec;
}

/* BUTTONS (GEL01)
----------------------------------------------------------------------------------------------------*/
/* line 419, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .primary-button,
div.scs-pageheader .primary-button:link,
div.scs-pageheader .primary-button:visited,
.ui-dialog .primary-button,
.ui-dialog .primary-button:link,
.ui-dialog .primary-button:visited {
  vertical-align: top;
  position: relative;
  font-weight: normal;
  font-size: 13px;
  cursor: pointer;
  color: white;
  margin: 0 10px 10px 0;
  padding: 4px 12px;
  text-decoration: none;
  text-shadow: #006FD3 1px 1px 1px;
  border: none;
  /* gradient */
  background: #41b7fd;
  /*fallback for IE6 or worse*/
  background: -webkit-gradient(linear, center top, center bottom, from(#41b7fd) to(#0165d4));
  /*old webkit*/
  background: -webkit-linear-gradient(top, #41b7fd, #0165d4);
  /*new webkit*/
  background: -moz-linear-gradient(top, #41b7fd, #0165d4);
  /*gecko*/
  background: -ms-linear-gradient(top, #41b7fd, #0165d4);
  /*IE10*/
  background: -o-linear-gradient(top, #41b7fd, #0165d4);
  /*opera 11.10+*/
  background: linear-gradient(top, #41b7fd, #0165d4);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(top, #41b7fd, #0165d4);
  /*PIE for IE7 and IE8*/
  /* box-shadow */
  -webkit-box-shadow: #d9d9d9 1px 1px 0;
  -moz-box-shadow: #d9d9d9 1px 1px 0;
  box-shadow: #d9d9d9 1px 1px 0;
  /* border-radius */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
}

/* line 456, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .primary-button:hover,
.ui-dialog .primary-button:hover {
  background: #1f8be7;
  -pie-background: #1f8be7;
  /*PIE for IE7 and IE8*/
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
}

/* line 463, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .primary-button:active,
.ui-dialog .primary-button:active {
  outline: none;
  /* get rid of IE's dotted line */
  /* gradient */
  background: #1b82da;
  /*fallback for IE6 or worse*/
  background: -webkit-gradient(linear, left top, left bottom, from(#1776c8), to(#1b82da));
  /*old webkit*/
  background: -webkit-linear-gradient(top, #1776c8, #1b82da);
  /*new webkit*/
  background: -moz-linear-gradient(top, #1776c8, #1b82da);
  /*gecko*/
  background: -ms-linear-gradient(top, #1776c8, #1b82da);
  /*IE10*/
  background: -o-linear-gradient(top, #1776c8, #1b82da);
  /*opera 11.10+*/
  background: linear-gradient(top, #1776c8, #1b82da);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(top, #1776c8, #1b82da);
  /*PIE for IE7 and IE8*/
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
}

/* line 478, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader a.primary-button:link,
div.scs-pageheader span.primary-button,
.ui-dialog a.primary-button:link,
.ui-dialog span.primary-button {
  padding: 2px 12px;
  display: inline-block;
  vertical-align: top !important;
}

/* line 487, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader span.primary-button a,
.ui-dialog span.primary-button a {
  color: white;
  margin: 0;
  padding: 0;
}

/* line 494, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader span.primary-button a:hover,
.ui-dialog span.primary-button a:hover {
  text-decoration: none;
}

/* Secondary button, for example "More options" */
/* line 500, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .secondary-button,
div.scs-pageheader .secondary-button:link,
div.scs-pageheader .secondary-button:visited,
.ui-dialog .secondary-button,
.ui-dialog .secondary-button:link,
.ui-dialog .secondary-button:visited {
  vertical-align: top;
  position: relative;
  font-weight: normal;
  font-size: 13px;
  cursor: pointer;
  color: #2d90ec;
  margin: 0 10px 10px 0;
  padding: 3px 11px;
  /* plus border */
  text-decoration: none;
  text-shadow: #d4d4d4 1px 1px 1px;
  border: 1px solid #e7e7e7;
  /* gradient */
  background: #f5f5f5;
  /*fallback for IE6 or worse*/
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eaeaea));
  /*old webkit*/
  background: -webkit-linear-gradient(top, white, #eaeaea);
  /*new webkit*/
  background: -moz-linear-gradient(top, white, #eaeaea);
  /*gecko*/
  background: -ms-linear-gradient(top, white, #eaeaea);
  /*IE10*/
  background: -o-linear-gradient(top, white, #eaeaea);
  /*opera 11.10+*/
  background: linear-gradient(top, white, #eaeaea);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(top, white, #eaeaea);
  /*PIE for IE7 and IE8*/
  /* box-shadow */
  -webkit-box-shadow: #d9d9d9 0 1px 0;
  -moz-box-shadow: #d9d9d9 0 1px 0;
  box-shadow: #d9d9d9 0 1px 0;
  /* border-radius */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 536, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .secondary-button:hover,
.ui-dialog .secondary-button:hover {
  /* gradient */
  background: #eaeaea;
  /*fallback for IE6 or worse*/
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f0f0f0));
  /*old webkit*/
  background: -webkit-linear-gradient(top, #eaeaea, #f0f0f0);
  /*new webkit*/
  background: -moz-linear-gradient(top, #eaeaea, #f0f0f0);
  /*gecko*/
  background: -ms-linear-gradient(top, #eaeaea, #f0f0f0);
  /*IE10*/
  background: -o-linear-gradient(top, #eaeaea, #f0f0f0);
  /*opera 11.10+*/
  background: linear-gradient(top, #eaeaea, #f0f0f0);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(top, #eaeaea, #f0f0f0);
  /*PIE for IE7 and IE8*/
}

/* line 549, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .secondary-button:active,
.ui-dialog .secondary-button:active {
  outline: none;
  /* get rid of IE's dotted line */
  /* gradient */
  background: #dcdcdc;
  /*fallback for IE6 or worse*/
  background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#ededed));
  /*old webkit*/
  background: -webkit-linear-gradient(top, #dcdcdc, #ededed);
  /*new webkit*/
  background: -moz-linear-gradient(top, #dcdcdc, #ededed);
  /*gecko*/
  background: -ms-linear-gradient(top, #dcdcdc, #ededed);
  /*IE10*/
  background: -o-linear-gradient(top, #dcdcdc, #ededed);
  /*opera 11.10+*/
  background: linear-gradient(top, #dcdcdc, #ededed);
  /*future CSS3 browsers*/
  -pie-background: linear-gradient(top, #dcdcdc, #ededed);
  /*PIE for IE7 and IE8*/
}

/* line 563, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader a.secondary-button:link,
div.scs-pageheader span.secondary-button,
.ui-dialog a.secondary-button:link,
.ui-dialog span.secondary-button {
  padding: 4px 11px;
  /* plus border */
  display: inline-block;
  vertical-align: top !important;
}

/* line 572, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader span.secondary-button a:hover,
.ui-dialog span.secondary-button a:hover {
  text-decoration: none;
}

/* line 577, vendor/assets/stylesheets/scs-page.css.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #666;
  opacity: .60;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=60);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=60)";
  /* IE 8 */
  -khtml-opacity: .60;
  /* Safari 1.x */
  -moz-opacity: .60;
  /* FF lt 1.5, Netscape */
}

/* line 591, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog {
  font-family: TheSaB5, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #444;
  padding: 2px 25px 25px 25px;
  min-width: 260px;
  /* 300 without padding*/
  max-width: 1000px;
  /* 460 without padding*/
  max-height: 400px;
  background-color: #fff;
  /* box-shadow */
  -webkit-box-shadow: #222 0 0 5px;
  -moz-box-shadow: #222 0 0 5px;
  box-shadow: #222 0 0 5px;
  /* border-radius */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
  /* url is relative to the html doc and not to the css */
  text-align: left;
  z-index: 999;
}

/* line 613, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: 11px 3px 11px 0;
}

/* line 617, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: #015;
  font-size: 17px;
}

/* line 622, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 10px;
  right: -10px;
  margin: 0;
  padding: 0;
  width: 21px;
  height: 21px;
  position: absolute;
}

/* line 632, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close span {
  display: none;
}

/* line 636, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close {
  width: 21px;
  height: 21px;
  border: none;
  background: url(/assets/ui-dialog-close-425303fff7b5ccbd5c30b905dc26543db2b102f871acdbba2d7107468fa9f155.png) 0 0 no-repeat;
}

/* line 643, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close:hover {
  background-position: 0 -21px;
}

/* line 647, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog .ui-dialog-content {
  padding: 0 0 18px 0;
  font-size: 15px;
}

/* line 652, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog .ui-dialog-content p {
  margin: 0 0 10px 0;
}

/* line 656, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog .ui-dialog-buttonpane {
  margin: 0;
  padding: 16px 0 10px 0;
  border-top: 1px solid #d7d7d7;
}

/* line 662, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  position: relative;
  left: 10px;
}

/* line 667, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 10px 10px 0;
}

/* line 671, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog.error .ui-dialog-titlebar .ui-dialog-title,
.ui-dialog.error .ui-dialog-content,
.ui-dialog.error .ui-dialog-content * {
  color: #dd1122 !important;
}

/* line 677, vendor/assets/stylesheets/scs-page.css.scss */
.ui-dialog h3 {
  font: 17px TheSaB3, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  /* 18 */
  color: #666;
  padding: 0;
  margin: 14px 0 4px 0;
  text-align: left;
}

/* CFU-TOGGLE (NEH01)
-------------------------------------------------------------------------------------*/
/* line 689, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pageheader-branchnav-disabled {
  background: url(/assets/branchnavRightBg-770e490b781abae52e01082c3c4da0719d4bb617e9233bfb7b7df8122a50cbf8.png) repeat-x 0 4px;
  position: absolute;
  width: 640px;
  height: 40px;
}

/* line 696, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-branchnav {
  position: absolute;
  left: 19px;
  top: 0;
  height: 40px;
  overflow: hidden;
  z-index: 1;
}

/* line 705, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-branchnav li {
  float: left;
  padding: 4px 0 0 2px;
  background: url(/assets/branchnavLinkBg-97a51921dbf73bc9ea40ed8ceeb28ff249bc0801a6e5ed3c43120e2072c019e1.png) repeat-x 100% 4px;
  line-height: 15.6px;
}

/* line 712, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-branchnav li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 8px 17px 0 17px;
  height: 28px;
  color: #fff;
  text-decoration: none;
  background: url(/divider.png) no-repeat 0 1px;
}

/* line 723, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-branchnav li:first-child a {
  background: none;
}

/* line 727, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-branchnav li a:hover,
ul#scs-pageheader-branchnav li.active + li > a:hover {
  background: url(/level0-bg.png) repeat-x 0 bottom;
}

/* line 732, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-branchnav li a:focus {
  text-decoration: underline;
}

/* line 736, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-branchnav li.active {
  background: transparent url(/toggleBefore.png) no-repeat 0 4px;
}

/* line 740, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-branchnav li.active a,
ul#scs-pageheader-branchnav li.active a:hover {
  z-index: 2;
  padding-left: 19px;
  padding-right: 19px;
  min-height: 29px;
  background: transparent url(/toggleAfter.png) no-repeat right top;
  color: #2d90ec;
}

/* line 750, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-branchnav li.active + li > a,
ul#scs-pageheader-branchnav li:hover + li > a {
  background: none;
}

/* line 755, vendor/assets/stylesheets/scs-page.css.scss */
.scs-html-landingpage div.scs-pageheader-themeDark ul#scs-pageheader-branchnav li.active a,
.scs-html-landingpage div.scs-pageheader-themeDark ul#scs-pageheader-branchnav li.active a:hover,
div.scs-pageheader-themeWhite ul#scs-pageheader-branchnav li.active a,
div.scs-pageheader-themeWhite ul#scs-pageheader-branchnav li.active a:hover {
  color: #fff;
}

/* TOOLBAR (NEH02)
----------------------------------------------------------------------------------------------------*/
/* line 765, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-toolsnav {
  position: relative;
  z-index: 4;
  float: right;
}

/* line 771, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-toolsnav li {
  float: left;
  padding: 4px 0 0 2px;
  background: url(/assets/branchnavLinkBg-97a51921dbf73bc9ea40ed8ceeb28ff249bc0801a6e5ed3c43120e2072c019e1.png) repeat-x 100% 4px;
  line-height: 15.6px;
}

/* line 777, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-toolsnav li * {
  line-height: 12px;
}

/* line 781, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-toolsnav li:first-child a {
  background-image: none;
}

/* line 785, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-toolsnav li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 2px 9px 0 9px;
  min-width: 32px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  white-space: nowrap;
  background: url(/divider.png) no-repeat 0 1px;
}

/* line 801, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-toolsnav li a:focus {
  text-decoration: underline;
}

/* line 805, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-toolsnav li a:hover {
  background: url(/level0-bg.png) repeat-x 0 bottom;
}

/* line 809, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-toolsnav li a img {
  width: 14px;
  height: 14px;
}

/* line 814, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-toolsnav li a span {
  display: block;
  margin-top: 2px;
}

/* line 819, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-toolsnav li.active {
  background: transparent url(/toggleBefore.png) no-repeat 0 4px;
}

/* line 823, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-toolsnav li.active a,
ul#scs-pageheader-toolsnav li.active a:hover {
  z-index: 2;
  padding-left: 11px;
  padding-right: 11px;
  min-height: 29px;
  background: transparent url(/toggleAfter.png) no-repeat right top;
  color: #2d90ec;
}

/* line 833, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-toolsnav li.active + li > a,
ul#scs-pageheader-toolsnav li:hover + li > a {
  background: none;
}

/* line 838, vendor/assets/stylesheets/scs-page.css.scss */
.scs-html-landingpage div.scs-pageheader-themeDark ul#scs-pageheader-toolsnav li.active a,
.scs-html-landingpage div.scs-pageheader-themeDark ul#scs-pageheader-toolsnav li.active a:hover,
div.scs-pageheader-themeWhite ul#scs-pageheader-toolsnav li.active a,
div.scs-pageheader-themeWhite ul#scs-pageheader-toolsnav li.active a:hover {
  color: #fff;
}

/* USER BOX
----------------------------------------------------------------------------------------------------*/
/* line 847, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox {
  position: relative;
  float: right;
  padding: 4px 0 0 3px;
  z-index: 16000;
  /* info-callout (barrier) has z-index 15001 -> user should be able to logout even if he did not clode the callout */
  background: url(/assets/branchnavLinkBg-97a51921dbf73bc9ea40ed8ceeb28ff249bc0801a6e5ed3c43120e2072c019e1.png) repeat-x 100% 4px;
}

/* line 855, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-button {
  display: block;
  width: 146px;
  height: 36px;
  overflow: hidden;
  background: url(/userbox.png) no-repeat 0 -72px;
  font-size: 13px;
  padding-right: 28px;
  text-align: right;
  position: relative;
  z-index: 6;
}

/* line 868, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-button.login {
  background-position: 0 0;
  text-align: center;
}

/* line 873, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-button.login:hover {
  background-position: 0 -36px;
}

/* line 877, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-button:hover {
  background-position: 0 -108px;
}

/* line 881, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-button:focus span.text {
  text-decoration: underline;
}

/* line 885, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-button a,
#scs-pageheader-userbox-button a:hover,
#scs-pageheader-userbox-button span.text {
  color: #fff;
  text-decoration: none;
}

/* line 892, vendor/assets/stylesheets/scs-page.css.scss */
.isActive #scs-pageheader-userbox-button,
.isActive #scs-pageheader-userbox-button:hover,
.isActive #scs-pageheader-userbox-button span.text {
  background-position: 0 -144px;
  color: #102b6a;
}

/* line 899, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-button span.text {
  display: inline;
  position: absolute;
  top: 8px;
  left: 12px;
  right: 28px;
}

/* line 906, vendor/assets/stylesheets/scs-page.css.scss */
.msIe #scs-pageheader-userbox-button span.text {
  line-height: 1.2em;
}

/* line 910, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-button.login span.text {
  padding-left: 26px;
}

/* USER BOX - MENU
----------------------------------------------------------------------------------------------------*/
/* line 917, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-menu {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 0 10px 5px;
  width: 152px;
  border: 1px solid #F4F4F4;
  border-top: none;
  background-color: #fff;
  /* box-shadow */
  -moz-box-shadow: 0 3px 6px #D1D1D1;
  -webkit-box-shadow: 0 3px 6px #D1D1D1;
  box-shadow: 0 3px 6px #D1D1D1;
  text-align: right;
}

/* No Shadow on IE */
/* line 934, vendor/assets/stylesheets/scs-page.css.scss */
html.msIe7 #scs-pageheader-userbox-menu,
html.msIeLt7 #scs-pageheader-userbox-menu {
  border-color: #acacac;
}

/* line 939, vendor/assets/stylesheets/scs-page.css.scss */
.isActive #scs-pageheader-userbox-menu {
  display: block;
}

/* line 943, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-menu > ul.accountlinks {
  display: block;
  margin: 12px 0 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eaeaea;
}

/* line 950, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-menu > ul.accountlinks > li {
  padding: 0 17px 4px;
}

/* line 954, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-menu > ul.accountlinks > li a {
  color: #015;
}

/* line 958, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-menu > ul.accountlinks > li a:hover {
  color: #2D90EC;
  text-decoration: none;
}

/* line 963, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-menu > .primary-button {
  margin-top: 12px;
  margin-right: 16px;
}

/* line 968, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-userbox-menu > .footnote {
  margin: 7px 17px 13px;
  float: right;
}

/* META-NAVIGATION (NEH03)
----------------------------------------------------------------------------------------------------*/
/* line 977, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader div.metanav {
  float: right;
}

/* line 981, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-metanav {
  position: relative;
  z-index: 1002;
  /* filterMenuList from e-commerce has z-index set to 1000 */
  margin-top: 12px;
  color: #015;
}

/* line 988, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-metanav > li {
  float: left;
  padding: 0 12px 0 13px;
  height: 15px;
  background: url(/meta-divider.png) no-repeat;
}

/* line 995, vendor/assets/stylesheets/scs-page.css.scss */
.scs-html-landingpage div.scs-pageheader-themeDark ul#scs-pageheader-metanav > li,
div.scs-pageheader-themeWhite ul#scs-pageheader-metanav > li {
  background-image: url(/meta-divider-white.png);
}

/* line 1000, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-metanav img {
  margin-right: 4px;
  vertical-align: -2px;
}

/* line 1005, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-metanav > li:first-child,
.scs-html-landingpage div.scs-pageheader-themeDark ul#scs-pageheader-metanav > li:first-child,
div.scs-pageheader-themeWhite ul#scs-pageheader-metanav > li:first-child {
  padding-left: 0;
  background-image: none;
}

/* line 1012, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-metanav > li:last-child {
  padding-right: 0;
}

/* line 1016, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-metanav > li.last-child {
  /* separate because ie8 ignores complete statement if a :last-child selector is part of it */
  padding-right: 0;
}

/* line 1021, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-metanav > li > a {
  display: block;
  margin-top: -1px;
  color: #015;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.5s, background-image 0.5s;
  -moz-transition: color 0.5s, background-image 0.5s;
  -ms-transition: color 0.5s, background-image 0.5s;
  -o-transition: color 0.5s, background-image 0.5s;
  transition: color 0.5s, background-image 0.5s;
}

/* line 1035, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-metanav > li > a > .activeImage,
ul#scs-pageheader-metanav > li > a > .normalImage {
  position: absolute;
  margin-left: -18px;
}

/* line 1041, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-metanav > li > a > .activeImage,
ul#scs-pageheader-metanav > li > a:hover > .normalImage {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

/* line 1050, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-metanav > li > a > .normalImage,
ul#scs-pageheader-metanav > li > a:hover > .activeImage {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(enabled = false)";
  filter: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: opacity 0.5s;
}

/* line 1060, vendor/assets/stylesheets/scs-page.css.scss */
.scs-html-landingpage div.scs-pageheader-themeDark li,
div.scs-pageheader-themeWhite li {
  color: #fff;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

/* line 1070, vendor/assets/stylesheets/scs-page.css.scss */
.scs-html-landingpage div.scs-pageheader-themeDark ul#scs-pageheader-metanav > li,
div.scs-pageheader-themeWhite ul#scs-pageheader-metanav > li {
  color: #fff;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

/* line 1080, vendor/assets/stylesheets/scs-page.css.scss */
.scs-html-landingpage div.scs-pageheader-themeDark ul#scs-pageheader-metanav > li,
.scs-html-landingpage div.scs-pageheader-themeDark ul#scs-pageheader-metanav > li > a,
div.scs-pageheader-themeWhite ul#scs-pageheader-metanav > li,
div.scs-pageheader-themeWhite ul#scs-pageheader-metanav > li > a {
  color: #fff;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

/* line 1092, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-metanav > li > a:focus,
ul#scs-pageheader-metanav > li > a:hover,
.scs-html-landingpage div.scs-pageheader-themeDark ul#scs-pageheader-metanav > li > a:focus,
.scs-html-landingpage div.scs-pageheader-themeDark ul#scs-pageheader-metanav > li > a:hover {
  color: #2d90ec;
}

/* line 1098, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader-themeWhite ul#scs-pageheader-metanav > li > a:focus,
div.scs-pageheader-themeWhite ul#scs-pageheader-metanav > li > a:hover {
  text-decoration: underline;
}

/* line 1103, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader .cart-itemcount {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  background: #e42a30;
  margin: 0 22px;
  padding: 0 4px;
  vertical-align: top;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
}

/* line 1117, vendor/assets/stylesheets/scs-page.css.scss */
HTML.msIe7 div.scs-pageheader .cart-itemcount {
  display: inline;
  zoom: 1;
}

/* HORIZONTAL NAVIGATION (NEN1)
-------------------------------------------------------------------------------------*/
/* line 1125, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-topnav {
  clear: both;
  display: block;
  /* necessary for ie7-8 */
  position: relative;
  z-index: 1;
  margin-left: -3px;
  height: 44px;
  background: url(/assets/level1-bg-756e49ef0b15fb4df95ca8ee771af4ba75ae4773aa7a4a0c70a7133f3abba9a2.png) repeat-x 0 0;
}

/* line 1136, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-topnav.scs-empty {
  height: 1px;
  background: none;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: -10px;
  width: 940px;
}

/* line 1146, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-topnav > li {
  float: left;
  padding: 4px 0 0 2px;
  line-height: 1;
  /* for consistency on mac and windows */
  background: url(/assets/level1-divider-455fe20d41cab2985444f9f353bdd7c58a45d7aa038ac2362cfd85d6c3fe9ff6.png) no-repeat 0 4px;
}

/* line 1153, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-topnav > li:first-child {
  margin-left: 4px;
  padding-left: 0;
  background-image: none;
}

/* line 1159, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-topnav > li > a {
  display: block;
  /* necessary for ie7-8 */
  position: relative;
  z-index: 2;
  padding: 8px 17px 0;
  height: 28px;
  color: #015;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}

/* line 1172, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-topnav > li > a:focus,
ul#scs-pageheader-topnav > li > a:hover {
  color: #2d90ec;
}

/* line 1177, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-topnav > li.active > a {
  margin-top: -2px;
  padding-top: 10px;
  background: url(/level1-over-bg.png) repeat-x;
  color: #2d90ec;
}

/* line 1184, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-topnav > li.active:first-child > a {
  /* border-radius */
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
  /* url is relative to the html doc and not to the css */
}

/* line 1192, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-topnav > li.bigDevider {
  background-position: 0 -36px;
}

/* line 1196, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-topnav.megaDdVisible {
  background-position: 0 -44px;
}

/* line 1200, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-topnav > li.open > a {
  left: 2px;
  z-index: 3;
  margin-top: -4px;
  margin-left: -4px;
  padding: 11px 18px 0 18px;
  border: 1px solid #dadada;
  /* border-radius and box-shadow */
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: #d6d6d6 0 2px 4px;
  -moz-box-shadow: #d6d6d6 0 2px 4px;
  box-shadow: #d6d6d6 0 2px 4px;
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
  /* url is relative to the html doc and not to the css */
  background-color: #fff;
  color: #2d90ec;
}

/* line 1219, vendor/assets/stylesheets/scs-page.css.scss */
ul#scs-pageheader-topnav > li:first-child > a.open {
  left: 3px;
  padding-left: 17px;
  padding-right: 19px;
}

/* SEARCH BAR (NEN2)
-------------------------------------------------------------------------------------*/
/* line 1228, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-search {
  z-index: 2;
  margin-top: -36px;
  margin-left: 820px;
  white-space: nowrap;
  position: absolute;
  right: auto;
}

/* line 1237, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-search-field {
  float: left;
  width: 109px;
  /* 112-3 */
  padding-left: 3px;
  height: 23px;
  border: none;
  background: url(/search-field-bg.png) no-repeat;
}

/* line 1246, vendor/assets/stylesheets/scs-page.css.scss */
HTML.msIe7 #scs-pageheader-search-field,
HTML.msIe8 #scs-pageheader-search-field {
  padding-top: 4px !important;
}

/* line 1251, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-search-field.scs-standalone {
  width: 97px;
  height: 15px;
  margin-top: 1px;
  font-weight: normal;
  font-size: 13px;
  color: #001D51;
  background: #f5f5f5;
  padding: 2px 7px 3px 7px;
  border: 1px solid #F1F1F1;
  border-right: none;
  -webkit-box-shadow: #ccc -1px -1px 0;
  -moz-box-shadow: #ccc -1px -1px 0;
  box-shadow: #ccc -1px -1px 0;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
}

/* line 1271, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-search-button {
  cursor: pointer;
  float: left;
  width: 28px;
  height: 24px;
  border: none;
  background: url(/assets/search-button-bg-c1f31e05d10cd9288525dca42f1bd76b810670cf99d25e4e643bc2260189fed6.png) 0 0 no-repeat;
}

/* line 1280, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-search-field:focus ~ #scs-pageheader-search-button,
#scs-pageheader-search-button:hover {
  background-image: url(/assets/search-button-bg-active-55d93453efac0670dcf6d999a159f8d5c231278a2d1eb10c3ff9bbf73d95e559.png);
}

/* MEGA-DROP-DOWN (NEN3)
----------------------------------------------------------------------------------------------------*/
/* line 1288, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown-wrapper {
  display: none;
  height: 331px;
  margin-left: -8px;
  margin-top: -5px;
  overflow: hidden;
  padding-left: 8px;
  width: 996px;
  z-index: 1001;
  /* filterMenuList from e-commerce has z-index set to 1000 */
}

/* line 1299, vendor/assets/stylesheets/scs-page.css.scss */
HTML.msIe7 #scs-pageheader-megadropdown-wrapper,
HTML.msIe8 #scs-pageheader-megadropdown-wrapper {
  margin-top: -4px !important;
}

/* line 1304, vendor/assets/stylesheets/scs-page.css.scss */
HTML.msIe7 #scs-pageheader-megadropdown,
HTML.msIe8 #scs-pageheader-megadropdown {
  margin-top: -1px !important;
}

/* line 1309, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown {
  display: none;
  clear: both;
  position: absolute;
  z-index: 900;
  width: 978px;
  overflow: hidden;
  border: 1px solid #dddcdd;
  border-top-width: 0;
  /* box-shadow */
  -webkit-box-shadow: #d6d6d6 0 2px 4px;
  -moz-box-shadow: #d6d6d6 0 2px 4px;
  box-shadow: #d6d6d6 0 2px 4px;
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
  /* url is relative to the html doc and not to the css */
  background-color: #fff;
}

/* line 1326, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown .section ul li {
  margin-left: 0;
  text-indent: 0;
}

/* line 1331, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown-loader {
  display: none;
  height: 88px;
  background: url(/assets/mega-loader-b7551e743a68a5aefa872f68cc7894431521a5c3ed76c7e1d35080610cbc5c73.gif) no-repeat center center;
}

/* line 1337, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown .mdd-content {
  display: none;
  height: 321px;
  overflow: hidden;
  position: relative;
}

/* CONTENT of MEGA-DROP-DOWN (NEN3)
-------------------------------------------------------------------------------------*/
/* line 1347, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown .mdd-content .section {
  float: left;
  margin: 17px 0 19px 20px;
  width: 140px;
  overflow: hidden;
  font-size: 13px;
  color: #333;
}

/* line 1356, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown .mdd-content .section:first-child {
  margin-left: 19px;
}

/* line 1360, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown .mdd-content .section a,
#scs-pageheader-megadropdown .mdd-content .section a * {
  font-size: 13px;
  color: #015;
  text-decoration: none;
}

/* line 1367, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown .mdd-content .section a:focus,
#scs-pageheader-megadropdown .mdd-content .section a:focus *,
#scs-pageheader-megadropdown .mdd-content .section a:hover,
#scs-pageheader-megadropdown .mdd-content .section a:hover * {
  color: #2d90ec;
}

/* line 1374, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown .mdd-content .section .title {
  display: block;
  margin: 15px 0 12px;
  font-size: 15px;
  font-weight: normal !important;
  /* necessary because otherwise it interferes with corporate css */
}

/* line 1381, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown .mdd-content .section ul {
  list-style: none;
}

/* line 1385, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown .mdd-content .section li {
  margin-top: 8px;
  line-height: 15.6px;
}

/* line 1390, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown .mdd-content .section li:first-child {
  margin-top: 0;
}

/* line 1394, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-megadropdown .mdd-content .section li:before {
  content: normal;
}

/* edit mode ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* line 1401, vendor/assets/stylesheets/scs-page.css.scss */
.cq_isEditMode #scs-pageheader-megadropdown-wrapper {
  z-index: 999999;
}

/* BREADCRUMBS (NEF1)
----------------------------------------------------------------------------------------------------*/
/* line 1407, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2d90ec;
  margin-bottom: 13px;
}

/* line 1415, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-breadcrumbs span {
  padding-left: 32px;
  background: url(/breadcrumb-divider.png) no-repeat 13px 0;
}

/* line 1420, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-breadcrumbs span.prefix {
  padding-left: 19px;
  background-image: none;
  color: #666;
}

/* line 1426, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-breadcrumbs span.first-item {
  padding-left: 35px;
  background-image: none;
}

/* line 1431, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-breadcrumbs span a {
  font-size: 13px;
  color: #015;
  text-decoration: none;
}

/* line 1437, vendor/assets/stylesheets/scs-page.css.scss */
.scs-footer-themeWhite #scs-pagefooter-breadcrumbs span a,
.scs-footer-themeWhite #scs-pagefooter-breadcrumbs span.prefix {
  color: #DDD;
}

/* line 1442, vendor/assets/stylesheets/scs-page.css.scss */
.scs-footer-themeWhite #scs-pagefooter-breadcrumbs span.current {
  color: #FFF;
}

/* line 1446, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-breadcrumbs span a:focus,
#scs-pagefooter-breadcrumbs span a:hover,
#scs-pagefooter-breadcrumbs span.current {
  color: #2d90ec;
}

/* DOORMAT FOOTER (NEF2)
----------------------------------------------------------------------------------------------------*/
/* line 1455, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav-wrapper {
  padding: 16px 0 8px 19px;
}

/* line 1459, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav {
  padding: 6px 0 21px;
}

/* BRANCHES in DOORMAT FOOTER (NEF2)
-------------------------------------------------------------------------------------*/
/* line 1466, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav > ul > li {
  float: left;
  padding-left: 20px;
  width: 140px;
}

/* line 1472, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav > ul > li:first-child {
  padding-left: 0;
}

/* line 1476, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav > ul > li > a,
#scs-pagefooter-doormatnav > ul > li > span {
  font-size: 15px;
  color: #666;
  text-decoration: none;
}

/* line 1483, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav > ul > li > a:focus,
#scs-pagefooter-doormatnav > ul > li > a:hover {
  color: #2d90ec;
}

/* NAVIGATION in DOORMAT FOOTER (NEF2)
-------------------------------------------------------------------------------------*/
/* line 1491, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav ul ul {
  margin-top: 3px;
}

/* line 1495, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav ul ul li {
  padding-top: 9px;
}

/* line 1499, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav ul ul li a {
  font-size: 11px;
  color: #555555;
  text-decoration: none;
}

/* line 1505, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav ul ul li a:focus,
#scs-pagefooter-doormatnav ul ul li a:hover {
  color: #2d90ec;
}

/* line 1510, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav .socialmedia {
  font-size: 11px;
  color: #555555;
  margin-top: 36px;
}

/* line 1516, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav .socialmedia ul {
  margin-top: 0;
  list-style: none;
}

/* line 1521, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav .socialmedia ul li {
  float: left;
  margin-right: 8px;
  padding-top: 1px;
}

/* line 1527, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav .socialmedia ul li a {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/social-media-d112c0a3f581cdc7415ced8a6a89468b4405f429ca4cf452e1048bcad8572c9a.png) no-repeat;
}

/* line 1534, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav-socialmedia-twitter {
  background-position: 0 -20px !important;
}

/* line 1538, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav-socialmedia-youtube {
  background-position: 0 -40px !important;
}

/* line 1542, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pagefooter-doormatnav li.showall {
  margin-top: 30px;
}

/* Mini Shopping Cart in META-NAVIGATION
-------------------------------------------------------------------------------------*/
/* line 1550, vendor/assets/stylesheets/scs-page.css.scss */
li#shoppingCartLink-wrap {
  position: relative;
  z-index: 4;
  padding-left: 26px !important;
}

/* line 1556, vendor/assets/stylesheets/scs-page.css.scss */
#shoppingCartLink.active {
  position: relative;
  z-index: 6;
  top: 0;
  background: url(/meta-arrow-down.png) no-repeat 100% 6px;
  padding-right: 16px;
}

/* line 1564, vendor/assets/stylesheets/scs-page.css.scss */
#shoppingCartLink.active:hover {
  background-image: url(/meta-arrow-down-hover.png);
}

/* line 1568, vendor/assets/stylesheets/scs-page.css.scss */
.scs-html-landingpage div.scs-pageheader-themeDark #shoppingCartLink.active,
div.scs-pageheader-themeWhite #shoppingCartLink.active {
  background-image: url(/meta-arrow-down-white.png);
}

/* line 1573, vendor/assets/stylesheets/scs-page.css.scss */
.scs-html-landingpage div.scs-pageheader-themeDark li#shoppingCartLink-wrap.open a,
div.scs-pageheader-themeWhite li#shoppingCartLink-wrap.open a {
  color: #015;
}

/* line 1578, vendor/assets/stylesheets/scs-page.css.scss */
div.scs-pageheader-themeWhite li#shoppingCartLink-wrap.open a.active:focus,
div.scs-pageheader-themeWhite li#shoppingCartLink-wrap.open a.active:hover {
  text-decoration: none;
  color: #2d90ec;
}

/* line 1584, vendor/assets/stylesheets/scs-page.css.scss */
li#shoppingCartLink-wrap > div {
  display: none;
}

/* line 1588, vendor/assets/stylesheets/scs-page.css.scss */
.scs-html-landingpage div.scs-pageheader-themeDark li#shoppingCartLink-wrap.open #shoppingCartLink.active,
div.scs-pageheader-themeWhite li#shoppingCartLink-wrap.open #shoppingCartLink.active,
li#shoppingCartLink-wrap.open #shoppingCartLink.active {
  background-image: url(/meta-arrow-up.png);
}

/* line 1594, vendor/assets/stylesheets/scs-page.css.scss */
.scs-html-landingpage div.scs-pageheader-themeDark li#shoppingCartLink-wrap.open #shoppingCartLink.active:hover,
div.scs-pageheader-themeWhite li#shoppingCartLink-wrap.open #shoppingCartLink.active:hover,
li#shoppingCartLink-wrap.open #shoppingCartLink.active:hover {
  background-image: url(/meta-arrow-up-hover.png);
}

/* line 1600, vendor/assets/stylesheets/scs-page.css.scss */
li#shoppingCartLink-wrap.open > div {
  display: block;
  position: absolute;
  border: 1px solid #f4f4f4;
  /* border-radius */
  -webkit-box-shadow: #d1d1d1 0 3px 6px;
  -moz-box-shadow: #d1d1d1 0 3px 6px;
  box-shadow: #d1d1d1 0 3px 6px;
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
  /* url is relative to the html doc and not to the css */
  background-color: #fff;
}

/* line 1612, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini, #cartmini .scs-cartmini-error, #cartmini .scs-cartmini-empty, #cartmini .scs-cartmini-inner {
  display: none;
}

/* line 1614, vendor/assets/stylesheets/scs-page.css.scss */
li#shoppingCartLink-wrap.open > #cartmini {
  top: 18px;
  right: -1px;
  z-index: 5;
  width: 398px;
  padding: 24px 15px 15px;
  line-height: 16px;
  display: block;
}

/* line 1625, vendor/assets/stylesheets/scs-page.css.scss */
li#shoppingCartLink-wrap.open > #cartmini-top {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  top: -5px;
  right: -1px;
  width: 100%;
  z-index: 4;
  height: 23px;
}

/* line 1636, vendor/assets/stylesheets/scs-page.css.scss */
li#shoppingCartLink-wrap.open > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  z-index: 6;
  background: #fff;
  top: 16px;
  right: 0;
}

/* line 1647, vendor/assets/stylesheets/scs-page.css.scss */
.scs-cartmini-inner > table, #cartmini .scs-cartmini-empty {
  width: 100%;
  background: #fafafa;
  background: -webkit-gradient(linear, center top, center bottom, from(white) to(#f5f5f5));
  background: -webkit-linear-gradient(top, white, #f5f5f5);
  background: -moz-linear-gradient(top, white, #f5f5f5);
  background: -ms-linear-gradient(top, white, #f5f5f5);
  background: -o-linear-gradient(top, white, #f5f5f5);
  background: linear-gradient(top, white, #f5f5f5);
  -pie-background: linear-gradient(top, white, #f5f5f5);
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
}

/* line 1660, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .scs-loadingRotator {
  margin: 69px auto;
}

/* line 1664, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .scs-cartmini-error {
  color: #d12;
  border: 1px solid #d12;
  border-width: 1px 0;
  background: url(/form-global-error-message.png) no-repeat 5px 11px;
  padding: 11px 8px 12px 35px;
  margin-bottom: 14px;
}

/* line 1673, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .scs-cartmini-empty {
  height: 170px;
  color: #015;
}

/* line 1678, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .scs-cartmini-empty .basket-heading {
  margin-bottom: 55px;
}

/* line 1682, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .scs-cartmini-empty .basket-empty-text {
  font: normal 18px/20px 'TheSaB3', 'Trebuchet MS', Arial, Helvetica, Sans-serif;
  background: url(/cartmini-emptycart.png) no-repeat 36px 0;
  padding: 2px 0 2px 85px;
  min-height: 40px;
}

/* line 1689, vendor/assets/stylesheets/scs-page.css.scss */
.scs-cartmini-inner td, .scs-cartmini-inner th {
  color: #015;
  font: normal 13px/16px 'TheSaB5', 'Trebuchet MS', Arial, Helvetica, Sans-serif;
  margin: 0;
  padding-right: 12px;
  text-align: left;
  vertical-align: top;
}

/* line 1698, vendor/assets/stylesheets/scs-page.css.scss */
.scs-cartmini-inner tbody td {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 1703, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini th,
#cartmini .basket-item-first td,
#cartmini .basket-total td {
  padding-top: 11px;
}

/* line 1709, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini th {
  padding-bottom: 5px;
}

/* line 1713, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .basket-item-last td,
#cartmini .basket-total td {
  padding-bottom: 12px;
}

/* line 1718, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini tbody .basket-item-text {
  color: #333;
}

/* line 1722, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini tbody .basket-item-first .basket-item-text {
  color: #015;
}

/* line 1726, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini thead,
#cartmini .basket-item-image,
#cartmini .basket-item-quantity,
#cartmini .basket-item-text,
#cartmini .basket-item-text-error,
#cartmini .basket-item-giftwrapping,
#cartmini .basket-item-separatorrow {
  background: #fff;
}

/* line 1736, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .basket-item-last td,
#cartmini td.basket-item-image,
#cartmini th,
#cartmini .basket-total td {
  border-bottom: 1px solid #D2D2D2;
}

/* line 1743, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .basket-item-group-last .basket-item-last td,
#cartmini .basket-item-group-last td.basket-item-image,
#cartmini .basket-total td,
#cartmini th.recurringcharge,
#cartmini th.onetimecharge {
  border-color: #015;
}

/* line 1751, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini th.recurringcharge,
#cartmini th.onetimecharge {
  font-size: 11px;
}

/* line 1756, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .basket-item-separatorrow,
#cartmini td.basket-item-separatorrow,
#cartmini .basket-item-group-last td.basket-item-separatorrow {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  width: 1px !important;
}

/* line 1764, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini th.basket-item-separatorrow {
  border-top: 0;
}

/* line 1766, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini td.basket-item-image, #cartmini td.basket-item-image img {
  width: 40px;
}

/* line 1770, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .basket-total-text {
  padding-left: 10px;
}

/* line 1774, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .recurringcharge {
  padding-left: 10px;
  width: 70px;
}

/* line 1779, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .onetimecharge {
  padding-right: 0;
  width: 70px;
}

/* line 1784, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .basket-heading {
  font-size: 15px;
}

/* line 1788, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .basket-buttons-bottom {
  padding-top: 15px;
  text-align: right;
}

/* line 1793, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .basket-item-promo td {
  padding-top: 11px;
}

/* line 1797, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .basket-item-promo .basket-item-text {
  color: #516;
}

/* line 1801, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .basket-item-promo .recurringcharge,
#cartmini .basket-item-promo .onetimecharge {
  color: #333;
  vertical-align: bottom;
}

/* line 1807, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .promo-bullet {
  display: block;
  float: left;
}

/* line 1812, vendor/assets/stylesheets/scs-page.css.scss */
#cartmini .promo-bullet-text {
  display: block;
  padding-left: 10px;
}

/* line 1816, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pageheader-noscript,
#scs-pageheader-crisis {
  display: none;
  z-index: 1000;
  height: 40px;
  overflow: hidden;
  background: #11AAFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#11aaff) to(#001155));
  background: -webkit-linear-gradient(left, #11aaff, #001155);
  background: -moz-linear-gradient(left, #11aaff, #001155);
  background: -ms-linear-gradient(left, #11aaff, #001155);
  background: -o-linear-gradient(left, #11aaff, #001155);
  background: linear-gradient(left, #11aaff, #001155);
  -pie-background: linear-gradient(left, #11aaff, #001155);
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
}

/* line 1832, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pageheader-noscript {
  display: block;
}

/* line 1835, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-crisis.urgent {
  background: #DD1122;
  background: -webkit-gradient(linear, left top, left bottom, from(#dd1122) to(#9b0003));
  background: -webkit-linear-gradient(left, #dd1122, #9b0003);
  background: -moz-linear-gradient(left, #dd1122, #9b0003);
  background: -ms-linear-gradient(left, #dd1122, #9b0003);
  background: -o-linear-gradient(left, #dd1122, #9b0003);
  background: linear-gradient(left, #dd1122, #9b0003);
  -pie-background: linear-gradient(left, #dd1122, #9b0003);
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
}

/* line 1846, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pageheader-noscript,
#scs-pageheader-crisis.low {
  background: #dadada;
  background: -webkit-gradient(linear, left top, left bottom, from(#dadada) to(#bbbbbb));
  background: -webkit-linear-gradient(left, #dadada, #bbbbbb);
  background: -moz-linear-gradient(left, #dadada, #bbbbbb);
  background: -ms-linear-gradient(left, #dadada, #bbbbbb);
  background: -o-linear-gradient(left, #dadada, #bbbbbb);
  background: linear-gradient(left, #dadada, #bbbbbb);
  -pie-background: linear-gradient(left, #dadada, #bbbbbb);
  behavior: url(//www.swisscom.ch/etc/designs/base/vendor/pie.htc);
}

/* line 1858, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pageheader-noscript .pageCenter > *,
#scs-pageheader-crisis .pageCenter > * {
  float: left;
  color: #fff;
  text-decoration: none;
}

/* line 1864, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pageheader-noscript .pageCenter > *,
#scs-pageheader-crisis.low .pageCenter > * {
  color: #555;
}

/* line 1868, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-crisis .pageCenter > a:focus,
#scs-pageheader-crisis .pageCenter > a:hover {
  color: #bbb;
}

/* line 1872, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-crisis.low .pageCenter > a:focus,
#scs-pageheader-crisis.low .pageCenter > a:hover {
  color: #888;
}

/* line 1876, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-crisis-warning {
  padding: 7px 0 0 49px;
  width: 100px;
  height: 33px;
  overflow: hidden;
  background: url(/info.png) no-repeat 6px 9px;
  font-size: 17px;
}

/* line 1884, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-crisis.low #scs-pageheader-crisis-warning {
  background-image: url(/info-grey.png);
}

/* line 1887, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pageheader-noscript-text,
#scs-pageheader-crisis-text {
  padding-top: 3px;
  width: 560px;
}

/* line 1892, vendor/assets/stylesheets/scs-page.css.scss */
.scs-pageheader-noscript-text,
#scs-pageheader-crisis-text.singleLine {
  padding-top: 11px;
}

/* line 1896, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-crisis-link {
  display: none;
  margin-left: 15px;
  padding-top: 11px;
  white-space: nowrap;
}

/* line 1902, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-crisis-close {
  float: right !important;
  padding: 11px 25px 0 0;
  height: 29px;
  background: url(/close.png) no-repeat right 12px;
}

/* line 1908, vendor/assets/stylesheets/scs-page.css.scss */
#scs-pageheader-crisis.low #scs-pageheader-crisis-close {
  background-image: url(/close-grey.png);
}
@font-face {
  font-family: 'SwisscomIcon';
  src: url(/assets/SwisscomIconExt-76941e320441df313d2937d38634a2c33374121e20b12542e2a83c9b288f9a56.eot);
  src: url(/assets/SwisscomIconExt-76941e320441df313d2937d38634a2c33374121e20b12542e2a83c9b288f9a56.eot) format("embedded-opentype"), url(/assets/SwisscomIconExt-32d8a037bc24bf328cd5d86d78d7b5193981524cd2cebda2b78e357b55102ef6.woff) format("woff"), url(/assets/SwisscomIconExt-6ea848b6583ce73a21a47cbb4da89bb047ae20357c00b1d5c123b5dac883c8f7.ttf) format("truetype"), url(/assets/SwisscomIconExt-8cd91a69d738473e281ea25aba50baa83dd5d0c4c1326388e5f5d95eef779810.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 18, vendor/assets/stylesheets/scFonts.css.scss */
span > [class^="icon-"], [class*=" icon-"] {
  font-family: "SwisscomIcon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 32, vendor/assets/stylesheets/scFonts.css.scss */
.icon-callcentre:before {
  content: "\e600";
}

/* line 35, vendor/assets/stylesheets/scFonts.css.scss */
.icon-caution:before {
  content: "\e601";
}

/* line 38, vendor/assets/stylesheets/scFonts.css.scss */
.icon-check:before {
  content: "\e602";
}

/* line 41, vendor/assets/stylesheets/scFonts.css.scss */
.icon-home-arrow:before {
  content: "\e603";
}

/* line 44, vendor/assets/stylesheets/scFonts.css.scss */
.icon-information:before {
  content: "\e604";
}

/* line 47, vendor/assets/stylesheets/scFonts.css.scss */
.icon-info-sign:before {
  content: "\e605";
}

/* line 50, vendor/assets/stylesheets/scFonts.css.scss */
.icon-internet-heart:before {
  content: "\e606";
}

/* line 53, vendor/assets/stylesheets/scFonts.css.scss */
.icon-message:before {
  content: "\e607";
}

/* line 56, vendor/assets/stylesheets/scFonts.css.scss */
.icon-mobilephone:before {
  content: "\e608";
}

/* line 59, vendor/assets/stylesheets/scFonts.css.scss */
.icon-network:before {
  content: "\e609";
}

/* line 62, vendor/assets/stylesheets/scFonts.css.scss */
.icon-phone-star:before {
  content: "\e60a";
}

/* line 65, vendor/assets/stylesheets/scFonts.css.scss */
.icon-question:before {
  content: "\e60b";
}

/* line 68, vendor/assets/stylesheets/scFonts.css.scss */
.icon-shopping:before {
  content: "\e60c";
}

/* line 71, vendor/assets/stylesheets/scFonts.css.scss */
.icon-star:before {
  content: "\e60d";
}

/* line 74, vendor/assets/stylesheets/scFonts.css.scss */
.icon-telephone:before {
  content: "\e60e";
}

/* line 77, vendor/assets/stylesheets/scFonts.css.scss */
.icon-tooltip:before {
  content: "\e60f";
}

/* line 80, vendor/assets/stylesheets/scFonts.css.scss */
.icon-tv:before {
  content: "\e610";
}
/* Please always use absolute path because of a know CQ 5.6.1 issue. */
/* line 2, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-hidden {
  display: none;
}

/* line 5, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordiontitle-style {
  color: #015;
  padding: 0;
  text-align: left;
  height: 32px;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #dddddd solid;
  margin: 0;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eaeaea));
  background: -webkit-linear-gradient(top, #f5f5f5, #eaeaea);
  background: -moz-linear-gradient(top, #f5f5f5, #eaeaea);
  background: -ms-linear-gradient(top, #f5f5f5, #eaeaea);
  background: -o-linear-gradient(top, #f5f5f5, #eaeaea);
  background: linear-gradient(top, #f5f5f5, #eaeaea);
  -pie-background: linear-gradient(top, #f5f5f5, #eaeaea);
  font: normal 15px/32px TheSaB3serp, TheSaB3, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/* line 23, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-sidebarmodules-style {
  background: #eaeaea;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea) to(#ffffff));
  background: -webkit-linear-gradient(top, #eaeaea, #ffffff);
  background: -moz-linear-gradient(top, #eaeaea, #ffffff);
  background: -ms-linear-gradient(top, #eaeaea, #ffffff);
  background: -o-linear-gradient(top, #eaeaea, #ffffff);
  background: linear-gradient(top, #eaeaea, #ffffff);
  -pie-background: linear-gradient(top, #eaeaea, #ffffff);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -pie-border-radius: 3px;
  -webkit-box-shadow: #dadada 0 2px 4px;
  -moz-box-shadow: #dadada 0 2px 4px;
  box-shadow: #dadada 0 2px 4px;
  margin-bottom: 40px;
  padding: 20px;
}

/* line 42, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield {
  z-index: 900;
  margin-top: -86px !important;
  white-space: nowrap;
  position: relative;
  right: 0px;
  float: right;
  margin-right: 0px !important;
}

/* line 51, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield ::-webkit-input-placeholder {
  font-style: italic;
}

/* line 54, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield :-moz-placeholder {
  font-style: italic;
}

/* line 57, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield :-ms-input-placeholder {
  font-style: italic;
}

/* line 60, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield form .scs-sitesearch-searchfield-btn-search {
  cursor: pointer;
  float: left;
  width: 28px;
  height: 24px;
  border: none;
  background: url(/assets/search-button-bg-c1f31e05d10cd9288525dca42f1bd76b810670cf99d25e4e643bc2260189fed6.png) 0 0 no-repeat;
}

/* line 68, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield form .scs-sitesearch-searchfield-input {
  float: left;
  width: 120px;
  padding-left: 6px;
  height: 24px;
  border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  border: 0px solid #000000;
  -webkit-box-shadow: inset 0px 1px 3px -1px #bbbbbb;
  -moz-box-shadow: inset 0px 1px 3px -1px #bbbbbb;
  box-shadow: inset 0px 1px 3px -1px #bbbbbb;
  outline: none;
  background-color: #ffffff;
  color: #015;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

/* line 88, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield form ::-webkit-input-placeholder {
  font-style: italic;
}

/* line 91, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield form :-moz-placeholder {
  font-style: italic;
}

/* line 94, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield form :-ms-input-placeholder {
  font-style: italic;
}

/* line 97, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield form .scs-sitesearch-searchfield-input:focus ~ .scs-sitesearch-searchfield-btn-search,
.scs-sitesearch-searchfield form .scs-sitesearch-searchfield-btn-search:hover {
  background-image: url(/assets/search-button-bg-active-55d93453efac0670dcf6d999a159f8d5c231278a2d1eb10c3ff9bbf73d95e559.png);
}

/* line 101, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield .scs-sitesearch-searchfield-autosuggest {
  display: none;
  width: 100%;
  position: absolute;
  border: 1px solid #cccbcd;
  background-color: #ffffff;
  left: 0;
  top: 22px;
  overflow: hidden;
  z-index: 10000;
  -webkit-box-shadow: 1px 1px 3px 0px #bbbbbb;
  -moz-box-shadow: 1px 1px 3px 0px #bbbbbb;
  box-shadow: 1px 1px 3px 0px #bbbbbb;
}

/* line 115, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield .scs-sitesearch-searchfield-autosuggest ul {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 119, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield .scs-sitesearch-searchfield-autosuggest ul li {
  cursor: pointer;
  padding: 3px 0px 3px 15px;
  display: block;
  color: #015 !important;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

/* line 129, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-searchfield .scs-sitesearch-searchfield-autosuggest ul li.scs-sitesearch-searchfield-hoveractive {
  background-color: #f5f5f5;
  color: #11aaff !important;
}

/* line 133, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-header-background {
  height: 250px;
}

/* line 136, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-main-search {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
  width: 540px;
  height: 32px;
  background: #10a2f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#10a2f6) to(#03296f));
  background: -webkit-linear-gradient(top, #10a2f6, #03296f);
  background: -moz-linear-gradient(top, #10a2f6, #03296f);
  background: -ms-linear-gradient(top, #10a2f6, #03296f);
  background: -o-linear-gradient(top, #10a2f6, #03296f);
  background: linear-gradient(top, #10a2f6, #03296f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10a2f6', endColorstr='#03296f', GradientType=0);
  -pie-background: linear-gradient(top, #10a2f6, #03296f);
}

/* line 152, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-main-search .scs-sitesearch-searchfield {
  margin-right: 15px !important;
}

/* line 155, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-main-search .scs-sitesearch-searchfield-input {
  color: #666666;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

/* line 162, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-main-search .scs-sitesearch-searchfield-autosuggest {
  margin-top: 20px;
  margin-left: 15px;
  width: 350px;
  border-top: none;
}

/* line 168, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-search-heading {
  position: absolute;
}

/*.....................................STYLES FOR SEARCH LINKS..............................*/
/* line 172, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-searchlink {
  color: #2d90ec;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
}

/* line 178, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-searchlink:hover {
  text-decoration: underline;
}

/* line 181, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-searchlink b {
  color: inherit !important;
}

/* line 184, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-content b {
  font-weight: normal;
}

/* line 187, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-moreresults {
  display: inline-block;
  margin-top: 20px !important;
  margin-bottom: 23px !important;
  color: #2D90EC;
  text-align: center;
  border: none;
  background: none;
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  -ms-box-shadow: initial;
  -o-box-shadow: initial;
  box-shadow: initial;
  -moz-border-radius: initial;
  -webkit-border-radius: initial;
  -khtml-border-radius: initial;
  border-radius: initial;
  vertical-align: top;
  position: relative;
  cursor: pointer !important;
  font-weight: normal !important;
  font-size: 13px !important;
  cursor: pointer;
  color: #2D90EC !important;
  margin: 0 10px 10px 0;
  padding: 6px 11px;
  text-decoration: none !important;
  text-shadow: #D4D4D4 1px 1px 1px;
  border: 1px solid #E7E7E7;
  background: #F5F5F5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
  background: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background: -ms-linear-gradient(top, #ffffff, #eaeaea);
  background: -o-linear-gradient(top, #ffffff, #eaeaea);
  background: linear-gradient(top, #ffffff, #eaeaea);
  -pie-background: linear-gradient(top, #ffffff, #eaeaea);
  -webkit-box-shadow: #D9D9D9 0 1px 0;
  -moz-box-shadow: #D9D9D9 0 1px 0;
  box-shadow: #D9D9D9 0 1px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 231, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-moreresults:hover {
  background: #EAEAEA;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f0f0f0));
  background: -webkit-linear-gradient(top, #eaeaea, #f0f0f0);
  background: -moz-linear-gradient(top, #eaeaea, #f0f0f0);
  background: -ms-linear-gradient(top, #eaeaea, #f0f0f0);
  background: -o-linear-gradient(top, #eaeaea, #f0f0f0);
  background: linear-gradient(top, #eaeaea, #f0f0f0);
  -pie-background: linear-gradient(top, #eaeaea, #f0f0f0);
}

/*.....................................STYLES FOR LEFT AND RIGHT COMPONENTS HOLDER.....................................*/
/* line 242, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-result-modules {
  width: 300px;
  float: right;
}

/* line 246, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-clearer {
  clear: both;
}

/* line 249, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-main-search {
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 52px;
}

/* line 254, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-main-search .scs-sitesearch-title {
  font-size: 30px;
  color: #ffffff;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

/* line 261, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-main-search-field-holder {
  float: left;
  vertical-align: initial;
  margin-top: 0px !important;
}

/* line 266, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-main-search-field {
  width: 345px;
  height: 24px;
  background: white;
  line-height: 30px !important;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  padding-right: 3px;
  border: 1px solid #F2F2F2;
  border-top-color: #C2C2C2;
  border-left-color: #C2C2C2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 13px;
  color: #001155;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 7px 8px;
}

/* line 288, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-search-button {
  font-family: TheSaB3serp, TheSaB3, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  font-size: 15px !important;
  widt: auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: white !important;
  margin: 0px;
  text-decoration: none !important;
  text-shadow: #0F69BE 0 1px 0;
  border: 0px;
  background: #41B7FD;
  background: -webkit-gradient(linear, center top, center bottom, from(#41b7fd) to(#0165d4));
  background: -webkit-linear-gradient(top, #41b7fd, #0165d4);
  background: -moz-linear-gradient(top, #41b7fd, #0165d4);
  background: -ms-linear-gradient(top, #41b7fd, #0165d4);
  background: -o-linear-gradient(top, #41b7fd, #0165d4);
  background: linear-gradient(top, #41b7fd, #0165d4);
  -pie-background: linear-gradient(top, #41b7fd, #0165d4);
  -webkit-box-shadow: #D9D9D9 1px 1px 0;
  -moz-box-shadow: #D9D9D9 1px 1px 0;
  box-shadow: #D9D9D9 1px 1px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  box-shadow: 1px 1px 0 #074A8B;
  top: 1px;
  line-height: 30px !important;
  height: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 327, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-search-button:hover {
  background: #1F8BE7;
  -pie-background: #1F8BE7;
}

/* line 331, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.text-dark-blue {
  color: #001155;
}

/* line 334, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.text-grey {
  color: #BBBBBB;
}

/* line 337, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-box {
  margin-bottom: 10px;
}

/* line 340, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion .scs-sitesearch-misspelled-link {
  display: block;
  margin-bottom: 10px;
}

/* line 344, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion .scs-sitesearch-accordion-title .scs-sitesearch-accordion-title-txt {
  float: left;
  margin: 0 0 0 12px;
}

/* line 348, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion .scs-sitesearch-accordion-title .scs-sitesearch-accordion-title-txt h3 {
  line-height: 22px;
  margin-bottom: 0px;
}

/* line 352, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion .scs-sitesearch-accordion-title:hover .scs-sitesearch-accordion-title-txt {
  color: #2d90ec;
}

/*.....................................STYLES FOR NO RESULT ACCORDION..............................*/
/* line 356, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-no-results-global {
  background-color: #cfeeff !important;
}

/* line 359, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-no-results {
  line-height: 20px;
  margin-bottom: 5px;
}

/* line 363, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-no-results .scs-sitesearch-accordion-title-arrow {
  background-image: none !important;
  width: 0 !important;
  height: 0 !important;
  float: none;
  margin: 0;
  cursor: default;
}

/* line 371, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-no-results .scs-sitesearch-accordion-content {
  margin: 0px;
}

/* line 374, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-no-results .scs-sitesearch-accordion-content .scs-sitesearch-moreresults {
  display: none !important;
}

/* line 377, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-no-results .scs-sitesearch-accordion-content .scs-sitesearch-no-results-content {
  padding: 10px 25px 10px 45px;
  display: block;
}

/* line 381, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-no-results hr {
  margin-bottom: 20px;
}

/*.....................................STYLES FOR OPENED ACCORDION.....................................*/
/* line 385, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-opened .scs-sitesearch-accordion-content {
  margin: 20px 0px 5px 12px;
}

/* line 388, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-opened .scs-sitesearch-accordion-content .scs-result-item {
  margin-bottom: 15px;
}

/* line 391, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-opened .scs-sitesearch-accordion-content .scs-result-item b {
  background-color: #dddddd;
}

/* line 394, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-opened .scs-sitesearch-accordion-content hr {
  margin-bottom: 20px;
}

/* line 397, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-opened .scs-sitesearch-accordion-title {
  color: #015;
  padding: 0;
  text-align: left;
  height: 32px;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #dddddd solid;
  margin: 0;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eaeaea));
  background: -webkit-linear-gradient(top, #f5f5f5, #eaeaea);
  background: -moz-linear-gradient(top, #f5f5f5, #eaeaea);
  background: -ms-linear-gradient(top, #f5f5f5, #eaeaea);
  background: -o-linear-gradient(top, #f5f5f5, #eaeaea);
  background: linear-gradient(top, #f5f5f5, #eaeaea);
  -pie-background: linear-gradient(top, #f5f5f5, #eaeaea);
  font: normal 15px/32px TheSaB3serp, TheSaB3, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/* line 415, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-opened .scs-sitesearch-accordion-title .scs-sitesearch-accordion-title-txt {
  color: #2d90ec;
}

/* line 418, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-opened .scs-sitesearch-accordion-title:hover {
  cursor: pointer;
}

/*.....................................STYLES FOR CLOSED ACCORDION.....................................*/
/* line 422, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-closed .scs-sitesearch-accordion-content {
  margin: 20px 0px 5px 12px;
  display: none;
}

/* line 426, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-closed .scs-sitesearch-accordion-content .scs-result-item {
  margin-bottom: 15px;
}

/* line 429, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-closed .scs-sitesearch-accordion-content .scs-result-item b {
  background-color: #dddddd;
}

/* line 432, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-closed .scs-sitesearch-accordion-title {
  color: #015;
  padding: 0;
  text-align: left;
  height: 32px;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #dddddd solid;
  margin: 0;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eaeaea));
  background: -webkit-linear-gradient(top, #f5f5f5, #eaeaea);
  background: -moz-linear-gradient(top, #f5f5f5, #eaeaea);
  background: -ms-linear-gradient(top, #f5f5f5, #eaeaea);
  background: -o-linear-gradient(top, #f5f5f5, #eaeaea);
  background: linear-gradient(top, #f5f5f5, #eaeaea);
  -pie-background: linear-gradient(top, #f5f5f5, #eaeaea);
  font: normal 15px/32px TheSaB3serp, TheSaB3, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/* line 450, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-closed .scs-sitesearch-accordion-title:hover {
  cursor: pointer;
}

/*....................................STYLES FOR FLAT ACCORDION.....................................*/
/* line 455, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-flat .scs-sitesearch-accordion-content {
  margin: 0px 0px 5px 0px;
}

/* line 458, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-flat .scs-sitesearch-accordion-content .scs-result-item {
  margin-bottom: 15px;
}

/* line 461, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-flat .scs-sitesearch-accordion-content .scs-result-item b {
  background-color: #dddddd;
}

/* line 464, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-flat .scs-sitesearch-accordion-content hr {
  margin-bottom: 20px;
}

/* line 467, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-flat .scs-sitesearch-accordion-title {
  height: 37px;
  line-height: 37px;
  border: none;
  margin: 0px;
  background: none;
}

/* line 474, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-flat .scs-sitesearch-accordion-title .scs-sitesearch-accordion-title-txt {
  margin: 0px 0px 0px 0px;
  float: left;
}

/* line 478, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-accordion-flat .scs-sitesearch-accordion-title .scs-sitesearch-accordion-title-arrow {
  background-image: none;
  background-repeat: no-repeat;
  width: 0px;
  height: 0px;
  float: none;
  margin: 0px;
  cursor: default;
}

/* line 487, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-banner-image {
  width: 100%;
  margin-bottom: 40px;
}

/* line 491, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-linklist-item {
  position: relative;
  z-index: 9000;
  font-size: 14px;
  text-decoration: none;
  color: #2d90ec;
  float: left;
  margin: 0px 30px 10px 0px;
}

/* line 500, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-linklist-item:hover {
  text-decoration: underline;
}

/* line 503, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-linklist-item img {
  margin: 0px 6px 0px 0px;
}

/* line 506, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-link-list {
  margin-top: 30px;
}

/* line 509, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-sidebar-modules {
  float: right;
  width: 300px;
  margin-top: 52px;
}

/* line 514, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-sidebar-modules .scs-sitesearch-oftensearchedbox {
  background: #eaeaea;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea) to(#ffffff));
  background: -webkit-linear-gradient(top, #eaeaea, #ffffff);
  background: -moz-linear-gradient(top, #eaeaea, #ffffff);
  background: -ms-linear-gradient(top, #eaeaea, #ffffff);
  background: -o-linear-gradient(top, #eaeaea, #ffffff);
  background: linear-gradient(top, #eaeaea, #ffffff);
  -pie-background: linear-gradient(top, #eaeaea, #ffffff);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -pie-border-radius: 3px;
  -webkit-box-shadow: #dadada 0 2px 4px;
  -moz-box-shadow: #dadada 0 2px 4px;
  box-shadow: #dadada 0 2px 4px;
  margin-bottom: 40px;
  padding: 20px;
}

/* line 533, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-sidebar-modules .scs-sitesearch-oftensearchedbox .scs-sitesearch-oftensearchedbox-list-item:before {
  content: "> ";
  color: #2d90ec;
  display: inline-block;
  width: .4em;
  margin-right: 5px;
}

/* line 540, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-sidebar-modules .scs-sitesearch-oftensearchedbox .scs-sitesearch-oftensearchedbox-list-item a {
  color: #2d90ec;
}

/* line 543, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-sidebar-modules .scs-sitesearch-related-queries-box {
  background: #eaeaea;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea) to(#ffffff));
  background: -webkit-linear-gradient(top, #eaeaea, #ffffff);
  background: -moz-linear-gradient(top, #eaeaea, #ffffff);
  background: -ms-linear-gradient(top, #eaeaea, #ffffff);
  background: -o-linear-gradient(top, #eaeaea, #ffffff);
  background: linear-gradient(top, #eaeaea, #ffffff);
  -pie-background: linear-gradient(top, #eaeaea, #ffffff);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -pie-border-radius: 3px;
  -webkit-box-shadow: #dadada 0 2px 4px;
  -moz-box-shadow: #dadada 0 2px 4px;
  box-shadow: #dadada 0 2px 4px;
  margin-bottom: 40px;
  padding: 20px;
}

/* line 562, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-sidebar-modules .scs-sitesearch-related-queries-box ul li.scs-sitesearch-related-query-li:before {
  content: "> ";
  color: #2d90ec;
  display: inline-block;
  width: .4em;
  margin-right: 5px;
}

/* line 569, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-sidebar-modules .scs-sitesearch-related-queries-box ul li.scs-sitesearch-related-query-li a {
  color: #2d90ec;
}

/*..................................... STYLES FOR TOP RESULTS ..............................*/
/* line 573, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-result-container {
  width: 620px;
  float: left;
}

/* line 577, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-result-container.scs-sitesearch-hide-while-processing,
.scs-sitesearch-result-container.scs-sitesearch-hidden-if-no-results {
  display: none;
}

/* line 581, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-result-container .scs-sitesearch-selfcare-wrap {
  position: relative;
  margin-bottom: 10px;
}

/* line 585, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-result-container .scs-sitesearch-selfcare-wrap h3 {
  margin-bottom: 10px;
}

/* line 588, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-result-container .scs-sitesearch-selfcare-wrap .scs-sitesearch-selfcare {
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 13px;
  position: relative;
}

/* line 594, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-result-container .scs-sitesearch-selfcare-wrap .scs-sitesearch-selfcare .scs-sitesearch-selfcare-box .scs-sitesearch-selfcare-title a h3 {
  font: 18px TheSaB5serp, TheSaB5, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #015;
  padding: 0;
  margin: 0px;
  margin-top: 7px;
  text-align: left;
}

/* line 602, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-result-container .scs-sitesearch-selfcare-wrap .scs-sitesearch-selfcare .scs-sitesearch-selfcare-box .scs-sitesearch-selfcare-title a:hover,
.scs-sitesearch-result-container .scs-sitesearch-selfcare-wrap .scs-sitesearch-selfcare .scs-sitesearch-selfcare-box .scs-sitesearch-selfcare-title a:active,
.scs-sitesearch-result-container .scs-sitesearch-selfcare-wrap .scs-sitesearch-selfcare .scs-sitesearch-selfcare-box .scs-sitesearch-selfcare-title a:focus {
  text-decoration: none;
}

/* line 607, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  height: 100px;
  padding: 15px 0 15px 35px;
  margin: 0px 0px 10px 0px;
}

/* line 614, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-image {
  float: left;
  position: absolute;
  width: 120px;
}

/* line 619, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content {
  float: left;
  position: absolute;
  margin-left: 120px;
}

/* line 624, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-title,
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-intro {
  color: #001155;
  text-decoration: none;
  font-size: 17px;
}

/* line 630, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-intro {
  margin-bottom: 10px;
}

/* line 634, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-rating .scs-sitesearch-rating-zero {
  background-position: 0 14px;
}

/* line 637, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-rating .scs-sitesearch-rating-zero-h {
  background-position: 0 28px;
}

/* line 640, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-rating .scs-sitesearch-rating-one {
  background-position: 0 42px;
}

/* line 643, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-rating .scs-sitesearch-rating-one-h {
  background-position: 0 56px;
}

/* line 646, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-rating .scs-sitesearch-rating-two {
  background-position: 0 70px;
}

/* line 649, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-rating .scs-sitesearch-rating-two-h {
  background-position: 0 84px;
}

/* line 652, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-rating .scs-sitesearch-rating-tree {
  background-position: 0 98px;
}

/* line 655, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-rating .scs-sitesearch-rating-tree-h {
  background-position: 0 112px;
}

/* line 658, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-rating .scs-sitesearch-rating-four {
  background-position: 0 126px;
}

/* line 661, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-rating .scs-sitesearch-rating-four-h {
  background-position: 0 140px;
}

/* line 664, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-rating .scs-sitesearch-rating-five {
  background-position: 0 154px;
}

/* line 667, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-rating .scs-sitesearch-rating-txt {
  float: left;
  margin-left: 8px;
  font-size: 14px;
  color: #CCCCCC;
}

/* line 673, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-details {
  margin-top: 15px;
}

/* line 676, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-details a {
  text-decoration: none;
}

/* line 679, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-selfcare-wrap .scs-sitesearch-product-teaser .scs-sitesearch-product-teaser-content .scs-sitesearch-product-teaser-details a .scs-sitesearch-details-txt {
  color: #2d90ec;
  font-size: 12px;
  float: left;
  margin: 2px 0px 0px 5px;
}

/* line 685, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearch-promobox {
  margin: 0px 0px 10px 0px;
}

/* line 688, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearchcontainer .clearer {
  clear: both;
}

/* line 691, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearchcontainer .contentWide {
  margin: 0px auto 50px 20px !important;
}

/* line 694, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.scs-sitesearchcontainer .main-col {
  width: 622px;
  float: left;
}

/* line 698, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.bluewin .search-container .scs-sitesearch-searchfield {
  margin-top: auto !important;
  margin-right: auto !important;
}

/* line 702, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.bluewin .search-container .scs-sitesearch-searchfield form .scs-sitesearch-searchfield-input {
  font-size: 13px;
  background: 0;
  box-shadow: none;
  padding-left: 8px;
}

/* line 708, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.bluewin .scs-sitesearch-oftensearchedbox .title,
.bluewin .scs-sitesearch-link-list .title {
  padding: 0 0 14px 0;
}

/* line 712, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.bluewin .scs-sitesearch-result-container .skinGalleryFilmStripTeaser {
  margin-top: 0;
}

/* line 715, vendor/assets/stylesheets/scs-sitesearch.css.scss */
.bluewin .scs-sitesearch-main-search {
  background: #bbbbbb;
}
/* SEPARATOR LINE (CET06)
----------------------------------------------------------------------------------------------------*/
/* line 4, app/assets/stylesheets/separator.scss */
hr {
  background: #d2d2d2;
  color: #d2d2d2;
  border: 0;
  height: 1px;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
}

/* line 15, app/assets/stylesheets/separator.scss */
hr, hr.gray {
  background-color: #ddd;
  color: #ddd;
  margin: 0 0 20px;
}

/* line 21, app/assets/stylesheets/separator.scss */
hr.blue {
  background-color: #015;
  color: #015;
}

/* line 26, app/assets/stylesheets/separator.scss */
hr.transparent16,
hr.transparent {
  background: none;
  border: none;
  height: 40px;
  margin: 0;
  padding: 0;
}

/* line 35, app/assets/stylesheets/separator.scss */
html.msIe7 hr.transparent16,
html.msIe7 hr.transparent,
html.msIeLt7 hr.transparent16,
html.msIeLt7 hr.transparent {
  filter: alpha(opacity=0);
}

/* line 42, app/assets/stylesheets/separator.scss */
hr.transparent16 {
  height: 16px;
}
/* line 5, app/assets/stylesheets/session.scss */
.loginwrapper {
  padding-left: 0px !important;
  padding-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 174px;
}

/* line 13, app/assets/stylesheets/session.scss */
.login {
  width: 174px;
}

/* line 17, app/assets/stylesheets/session.scss */
form section {
  margin-bottom: 16px;
}

/* line 21, app/assets/stylesheets/session.scss */
form label.login {
  color: #001155;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
}

/* line 29, app/assets/stylesheets/session.scss */
form input.login {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #333333;
  font-family: "Trebuchet MS",HelveticaNeue,Helvetica,sans-serif;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  width: 174px;
  font-size: 16px;
}

/* line 41, app/assets/stylesheets/session.scss */
form a.passwordresetbtn {
  color: #333333;
}

/* line 45, app/assets/stylesheets/session.scss */
form a.passwordresetbtn:hover {
  color: #666666;
  background-color: rgba(0, 0, 0, 0) !important;
}

/* line 50, app/assets/stylesheets/session.scss */
form button, form .login-submit {
  background: #11aaff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 12px;
  color: #ffffff;
  display: block;
  font-family: "Trebuchet MS",HelveticaNeue,Helvetica,sans-serif;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  outline: 0 none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
/*
 *	ATTENTION: ONLY EDIT THIS FILE IF IT IS CALLED SPRITES.CSS
 *  ===========================================================================
 *	IF IT IS CALLED sprites-generated.less, look into the wiki:
 *	https://wiki.swisscom.com/display/PD/Installing+and+using+smartsprites?src=search
 *
 **/
/* this is only to include a message in the sprite */
/* so other will not try to change it manually */
/* this can be removed on release */
/* line 11, app/assets/stylesheets/sprites-generated.scss */
.generated-message-dev {
  width: 120px;
  height: 20px;
  /* background-repeat: no-repeat; */
  background-image: url(/assets/sprites-lores2-a51d6045daeba26e0ea04380b9d2e6f902f71918bc64cd22845deabddca6cddb.png);
  background-position: left 0px;
}

/* LORES SPRITE FROM HERE ON
 * - if you have hires sprites, add them in the media query breakpoint below, otherwise just leave them out
 * - if you did not receive hires sprites from OED, go an BUG THEM
 * - do not add lowres duplicate classes in the highres section, if you do not have a highres image!
 * - keep the css styles in here as lean as possible (height, width, smartsprites comment)
 * ================================================================================================================== */
/* line 24, app/assets/stylesheets/sprites-generated.scss */
.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e {
  background-image: url(/assets/sprites-lores2-a51d6045daeba26e0ea04380b9d2e6f902f71918bc64cd22845deabddca6cddb.png);
  background-position: left -18px;
  margin-left: 0;
  height: 7px;
  margin-top: -3px;
}

/* line 31, app/assets/stylesheets/sprites-generated.scss */
.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w {
  background-image: url(/assets/sprites-lores2-a51d6045daeba26e0ea04380b9d2e6f902f71918bc64cd22845deabddca6cddb.png);
  background-position: left -25px;
  margin-left: -5px;
  margin-top: -3px;
  height: 7px;
}

/* line 38, app/assets/stylesheets/sprites-generated.scss */
.ui-datepicker .ui-datepicker-prev-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/assets/sprites-lores2-a51d6045daeba26e0ea04380b9d2e6f902f71918bc64cd22845deabddca6cddb.png);
  background-position: left -32px;
}

/* line 43, app/assets/stylesheets/sprites-generated.scss */
.ui-datepicker .ui-datepicker-next-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/assets/sprites-lores2-a51d6045daeba26e0ea04380b9d2e6f902f71918bc64cd22845deabddca6cddb.png);
  background-position: left -39px;
}

/* line 48, app/assets/stylesheets/sprites-generated.scss */
.carousel-next {
  background-image: url(/assets/sprites-lores2-a51d6045daeba26e0ea04380b9d2e6f902f71918bc64cd22845deabddca6cddb.png);
  background-position: left -46px;
  height: 42px;
  width: 42px;
}

/* line 54, app/assets/stylesheets/sprites-generated.scss */
.carousel-next:hover {
  background-image: url(/assets/sprites-lores2-a51d6045daeba26e0ea04380b9d2e6f902f71918bc64cd22845deabddca6cddb.png);
  background-position: left -88px;
}

/* line 58, app/assets/stylesheets/sprites-generated.scss */
.carousel-prev {
  background-image: url(/assets/sprites-lores2-a51d6045daeba26e0ea04380b9d2e6f902f71918bc64cd22845deabddca6cddb.png);
  background-position: left -130px;
  height: 42px;
  width: 42px;
}

/* line 64, app/assets/stylesheets/sprites-generated.scss */
.carousel-prev:hover {
  background-image: url(/assets/sprites-lores2-a51d6045daeba26e0ea04380b9d2e6f902f71918bc64cd22845deabddca6cddb.png);
  background-position: left -172px;
}

/* line 68, app/assets/stylesheets/sprites-generated.scss */
.info-icon {
  background-image: url(/assets/sprites-lores2-a51d6045daeba26e0ea04380b9d2e6f902f71918bc64cd22845deabddca6cddb.png);
  background-position: left -214px;
  height: 14px;
  width: 14px;
}

/* line 74, app/assets/stylesheets/sprites-generated.scss */
.info-icon:hover {
  background-image: url(/assets/sprites-lores2-a51d6045daeba26e0ea04380b9d2e6f902f71918bc64cd22845deabddca6cddb.png);
  background-position: left -228px;
  height: 14px;
  width: 14px;
}

/* Media query to target high resolution displays (retina) */
/*
		these statements do not compile via less (syntax error)
		only screen and (		 -o-min-device-pixel-ratio: 3/2),
		only screen and (								min-resolution: 192dpi)
		only screen and (								min-resolution: 1.5dppx)
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* this is only to include a message in the sprite */
  /* so other will not try to change it manually */
  /* this can be removed on release */
  /* line 91, app/assets/stylesheets/sprites-generated.scss */
  .generated-message-dev {
    background-image: url(/assets/sprites-hires2-c5e5f0127af89369c5d6b1688beba4b669b0b019aadc48e8675d20c5acca15de.png);
    background-position: left 0px;
    background-size: 60px 205px;
  }
  /* HIGRES SPRITE FROM HERE ON
	 * ============================================================================================================== */
  /* line 98, app/assets/stylesheets/sprites-generated.scss */
  .carousel-next {
    background-image: url(/assets/sprites-hires2-c5e5f0127af89369c5d6b1688beba4b669b0b019aadc48e8675d20c5acca15de.png);
    background-position: left -9px;
    background-size: 60px 205px;
  }
  /* line 103, app/assets/stylesheets/sprites-generated.scss */
  .carousel-next:hover {
    background-image: url(/assets/sprites-hires2-c5e5f0127af89369c5d6b1688beba4b669b0b019aadc48e8675d20c5acca15de.png);
    background-position: left -51px;
    background-size: 60px 205px;
  }
  /* line 108, app/assets/stylesheets/sprites-generated.scss */
  .carousel-prev {
    background-image: url(/assets/sprites-hires2-c5e5f0127af89369c5d6b1688beba4b669b0b019aadc48e8675d20c5acca15de.png);
    background-position: left -93px;
    background-size: 60px 205px;
  }
  /* line 113, app/assets/stylesheets/sprites-generated.scss */
  .carousel-prev:hover {
    background-image: url(/assets/sprites-hires2-c5e5f0127af89369c5d6b1688beba4b669b0b019aadc48e8675d20c5acca15de.png);
    background-position: left -135px;
    background-size: 60px 205px;
  }
  /* line 118, app/assets/stylesheets/sprites-generated.scss */
  .ignore .info-icon {
    background-image: url(/assets/sprites-hires2-c5e5f0127af89369c5d6b1688beba4b669b0b019aadc48e8675d20c5acca15de.png);
    background-position: left -177px;
    background-size: 60px 205px;
  }
  /* line 123, app/assets/stylesheets/sprites-generated.scss */
  .ignore .info-icon:hover {
    background-image: url(/assets/sprites-hires2-c5e5f0127af89369c5d6b1688beba4b669b0b019aadc48e8675d20c5acca15de.png);
    background-position: left -191px;
    background-size: 60px 205px;
  }
}
/* Make clicks pass-through */
/* line 6, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress {
  pointer-events: none;
}

/* line 10, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
/* line 23, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
/* line 38, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px;
}

/* line 46, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/* line 60, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 65, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#nprogress .bar,
#nprogress .spinner {
  z-index: 999999;
}
/* line 1, app/assets/stylesheets/gallary.scss */
.gallary {
  margin-left: 25px;
  height: 200px;
  width: calc(100% - 25px);
  background-color: #eeeeee;
  position: relative;
  margin-top: 20px;
  border-radius: 10px;
}

/* line 11, app/assets/stylesheets/gallary.scss */
#fancybox-close {
  right: -35px !important;
}

/* line 15, app/assets/stylesheets/gallary.scss */
.gallary .shadow {
  background-color: transparent;
  box-shadow: 0 0 5px #666 inset;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 3;
  pointer-events: none;
}

/* line 28, app/assets/stylesheets/gallary.scss */
.gallary .scrollView {
  height: 100%;
  width: 100%;
  overflow: scroll;
  max-height: 100%;
  float: left;
  white-space: nowrap;
}

/* line 37, app/assets/stylesheets/gallary.scss */
.imageContainer {
  height: 100%;
  width: auto;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  padding: 15px 0px 10px 0px;
}

/* line 46, app/assets/stylesheets/gallary.scss */
.gallary .imageContainer:first-child {
  margin-left: 10px;
}

/* line 50, app/assets/stylesheets/gallary.scss */
.gallary .imageContainer:last-child {
  margin-right: 20px;
}

/* line 54, app/assets/stylesheets/gallary.scss */
.imageContainer img {
  width: auto;
  height: 100%;
  image-orientation: from-image;
}

/* line 60, app/assets/stylesheets/gallary.scss */
.gallary .imageContainer a.deleteImage {
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #666;
  height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: 6px;
  width: 20px;
  z-index: 2;
  opacity: 0.0;
  transition: all 0.2s ease-in;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

/* line 79, app/assets/stylesheets/gallary.scss */
.gallary .imageContainer:hover a.deleteImage {
  opacity: 1.0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

@keyframes popOut {
  from {
    transform: scale(1);
    opacity: 1.0;
  }
  to {
    transform: scale(0.1);
    opacity: 0.0;
  }
}

/* line 92, app/assets/stylesheets/gallary.scss */
.popOut {
  animation: popOut 0.1s;
}

@keyframes popIn {
  0% {
    transform: scale(0.9);
    opacity: 0.0;
  }
  25% {
    transform: scale(1.1);
    opacity: 1.0;
  }
  50% {
    transform: scale(0.95);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* line 104, app/assets/stylesheets/gallary.scss */
.popIn {
  animation: popIn 1s;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, vendor/assets/stylesheets/jquery.fancybox.css.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/assets/fancybox_sprite-44bd06e6b28f3c96e987507bd3c40de3d7023674e42822c3f380eba97b2af903.png);
}

/* line 82, vendor/assets/stylesheets/jquery.fancybox.css.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, vendor/assets/stylesheets/jquery.fancybox.css.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/assets/fancybox_loading-59f5d2957585c26f2b5869189b1b414dfd059010dac1272b8f340c75b7ef0860.gif) center center no-repeat;
}

/* line 100, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/assets/blank-3dca4ecfd677fb7efaad3674864438a6464ceef412fe0b8daea7790a3d96e244.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 122, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-next {
  right: 0;
}

/* line 130, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/assets/fancybox_overlay-fd6fcbffb44c027bfd19ef5bddf11170a99e3126b2cc4ce14de5bfde2591ef0d.png);
}

/* line 190, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, vendor/assets/stylesheets/jquery.fancybox.css.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/assets/fancybox_sprite@2x-97fc6354812a3867338afd5c1247b2d639f0268002c6f51834036b8424de186b.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  /* line 270, vendor/assets/stylesheets/jquery.fancybox.css.scss */
  #fancybox-loading div {
    background-image: url(/assets/fancybox_loading@2x-b43d261a59d8d0cedea39a9af55e3c999ef49b47117418573d43ece66d107fe7.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* line 1, vendor/assets/stylesheets/sortable.css.scss */
.sortstart {
  cursor: grab;
}

/* line 11, vendor/assets/stylesheets/sortable.css.scss */
.ui-sortable .ui-sortable-placeholder {
  border-radius: 5px;
  border: 1px solid #ccc;
}

/* line 16, vendor/assets/stylesheets/sortable.css.scss */
.ui-sortable .ui-sortable-helper {
  background-color: rgba(181, 181, 181, 0.4);
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 7, vendor/assets/stylesheets/comstrap.css.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 12, vendor/assets/stylesheets/comstrap.css.scss */
body {
  margin: 0;
}

/* line 15, vendor/assets/stylesheets/comstrap.css.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 30, vendor/assets/stylesheets/comstrap.css.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 37, vendor/assets/stylesheets/comstrap.css.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 41, vendor/assets/stylesheets/comstrap.css.scss */
[hidden],
template {
  display: none;
}

/* line 45, vendor/assets/stylesheets/comstrap.css.scss */
a {
  background-color: transparent;
}

/* line 48, vendor/assets/stylesheets/comstrap.css.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 52, vendor/assets/stylesheets/comstrap.css.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 55, vendor/assets/stylesheets/comstrap.css.scss */
b,
strong {
  font-weight: bold;
}

/* line 59, vendor/assets/stylesheets/comstrap.css.scss */
dfn {
  font-style: italic;
}

/* line 62, vendor/assets/stylesheets/comstrap.css.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 66, vendor/assets/stylesheets/comstrap.css.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 70, vendor/assets/stylesheets/comstrap.css.scss */
small {
  font-size: 80%;
}

/* line 73, vendor/assets/stylesheets/comstrap.css.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 80, vendor/assets/stylesheets/comstrap.css.scss */
sup {
  top: -.5em;
}

/* line 83, vendor/assets/stylesheets/comstrap.css.scss */
sub {
  bottom: -.25em;
}

/* line 86, vendor/assets/stylesheets/comstrap.css.scss */
img {
  border: 0;
}

/* line 89, vendor/assets/stylesheets/comstrap.css.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 92, vendor/assets/stylesheets/comstrap.css.scss */
figure {
  margin: 1em 40px;
}

/* line 95, vendor/assets/stylesheets/comstrap.css.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 101, vendor/assets/stylesheets/comstrap.css.scss */
pre {
  overflow: auto;
}

/* line 104, vendor/assets/stylesheets/comstrap.css.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 111, vendor/assets/stylesheets/comstrap.css.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 120, vendor/assets/stylesheets/comstrap.css.scss */
button {
  overflow: visible;
}

/* line 123, vendor/assets/stylesheets/comstrap.css.scss */
button,
select {
  text-transform: none;
}

/* line 127, vendor/assets/stylesheets/comstrap.css.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 134, vendor/assets/stylesheets/comstrap.css.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 138, vendor/assets/stylesheets/comstrap.css.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 143, vendor/assets/stylesheets/comstrap.css.scss */
input {
  line-height: normal;
}

/* line 146, vendor/assets/stylesheets/comstrap.css.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 153, vendor/assets/stylesheets/comstrap.css.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 157, vendor/assets/stylesheets/comstrap.css.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 163, vendor/assets/stylesheets/comstrap.css.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 167, vendor/assets/stylesheets/comstrap.css.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 172, vendor/assets/stylesheets/comstrap.css.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 176, vendor/assets/stylesheets/comstrap.css.scss */
textarea {
  overflow: auto;
}

/* line 179, vendor/assets/stylesheets/comstrap.css.scss */
optgroup {
  font-weight: bold;
}

/* line 182, vendor/assets/stylesheets/comstrap.css.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 186, vendor/assets/stylesheets/comstrap.css.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 192, vendor/assets/stylesheets/comstrap.css.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 201, vendor/assets/stylesheets/comstrap.css.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 205, vendor/assets/stylesheets/comstrap.css.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 208, vendor/assets/stylesheets/comstrap.css.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 211, vendor/assets/stylesheets/comstrap.css.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 215, vendor/assets/stylesheets/comstrap.css.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 221, vendor/assets/stylesheets/comstrap.css.scss */
  thead {
    display: table-header-group;
  }
  /* line 224, vendor/assets/stylesheets/comstrap.css.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 228, vendor/assets/stylesheets/comstrap.css.scss */
  img {
    max-width: 100% !important;
  }
  /* line 231, vendor/assets/stylesheets/comstrap.css.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 237, vendor/assets/stylesheets/comstrap.css.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 241, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar {
    display: none;
  }
  /* line 244, vendor/assets/stylesheets/comstrap.css.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 248, vendor/assets/stylesheets/comstrap.css.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 251, vendor/assets/stylesheets/comstrap.css.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 254, vendor/assets/stylesheets/comstrap.css.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 258, vendor/assets/stylesheets/comstrap.css.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot);
  src: url(/assets/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular-403acfcf0cbaebd1c28b404eec442cea53642644b3a73f91c5a4ab46859af772.woff2) format("woff2"), url(/assets/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff) format("woff"), url(/assets/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular-22d0c88a49d7d0ebe45627143a601061a32a46a9b9afd2dc7f457436f5f15f6e.svg#glyphicons_halflingsregular) format("svg");
}

/* line 269, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 281, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 284, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 287, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 291, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 294, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 297, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 300, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 303, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 306, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 309, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 312, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 315, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 318, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 321, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 324, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 327, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 330, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 333, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 336, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 339, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 342, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 345, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 348, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 351, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 354, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 357, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 360, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 363, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 366, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 369, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 372, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 375, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 378, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 381, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 384, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 387, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 390, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 393, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 396, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 399, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 402, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 405, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 408, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 411, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 414, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 417, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 420, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 423, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 426, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 429, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 432, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 435, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 438, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 441, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 444, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 447, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 450, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 453, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 456, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 459, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 462, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 465, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 468, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 471, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 474, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 477, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 480, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 483, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 486, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 489, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 492, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 495, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 498, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 501, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 504, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 507, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 510, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 513, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 516, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 519, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 522, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 525, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 528, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 531, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 534, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 537, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 540, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 543, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 546, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 549, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 552, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 555, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 558, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 561, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 564, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 567, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 570, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 573, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 576, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 579, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 582, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 585, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 588, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 591, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 594, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 597, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 600, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 603, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 606, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 609, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 612, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 615, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 618, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 621, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 624, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 627, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 630, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 633, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 636, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 639, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 642, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 645, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 648, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 651, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 654, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 657, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 660, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 663, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 666, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 669, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 672, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 675, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 678, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 681, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 684, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 687, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 690, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 693, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 696, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 699, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 702, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 705, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 708, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 711, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 714, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 717, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 720, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 723, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 726, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 729, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 732, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 735, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 738, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 741, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 744, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 747, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 750, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 753, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 756, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 759, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 762, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 765, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 768, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 771, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 774, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 777, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 780, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 783, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 786, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 789, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 792, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 795, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 798, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 801, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 804, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 807, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 810, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 813, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 816, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 819, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 822, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 825, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 828, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 831, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 834, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 837, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 840, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 843, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 846, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 849, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 852, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 855, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 858, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 861, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 864, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 867, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 870, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 873, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 876, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 879, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 882, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 885, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 888, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 891, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 894, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 897, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 900, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 903, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 906, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 909, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 912, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 915, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 918, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 921, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 924, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 927, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 930, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 933, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 936, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 939, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 942, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 945, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 948, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 951, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 954, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 957, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 960, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 963, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 966, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 969, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 972, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 975, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 978, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 981, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 984, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 987, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 990, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 993, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 996, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 999, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1002, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1005, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1008, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1011, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1014, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1017, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1020, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1023, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1026, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1029, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1032, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1035, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1038, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1041, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1044, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1047, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1050, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1053, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1056, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1059, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1062, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1065, vendor/assets/stylesheets/comstrap.css.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1068, vendor/assets/stylesheets/comstrap.css.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1073, vendor/assets/stylesheets/comstrap.css.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1079, vendor/assets/stylesheets/comstrap.css.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 1084, vendor/assets/stylesheets/comstrap.css.scss */
body {
  font-family: "TheSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fafafa;
}

/* line 1091, vendor/assets/stylesheets/comstrap.css.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1099, vendor/assets/stylesheets/comstrap.css.scss */
a {
  color: #1af;
  text-decoration: none;
}

/* line 1103, vendor/assets/stylesheets/comstrap.css.scss */
a:hover,
a:focus {
  color: #007ec3;
  text-decoration: underline;
}

/* line 1108, vendor/assets/stylesheets/comstrap.css.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1112, vendor/assets/stylesheets/comstrap.css.scss */
figure {
  margin: 0;
}

/* line 1115, vendor/assets/stylesheets/comstrap.css.scss */
img {
  vertical-align: middle;
}

/* line 1118, vendor/assets/stylesheets/comstrap.css.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1127, vendor/assets/stylesheets/comstrap.css.scss */
.img-rounded {
  border-radius: 3.5px;
}

/* line 1130, vendor/assets/stylesheets/comstrap.css.scss */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 1143, vendor/assets/stylesheets/comstrap.css.scss */
.img-circle {
  border-radius: 50%;
}

/* line 1146, vendor/assets/stylesheets/comstrap.css.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1152, vendor/assets/stylesheets/comstrap.css.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1162, vendor/assets/stylesheets/comstrap.css.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1171, vendor/assets/stylesheets/comstrap.css.scss */
[role="button"] {
  cursor: pointer;
}

/* line 1174, vendor/assets/stylesheets/comstrap.css.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "TheSansLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

/* line 1191, vendor/assets/stylesheets/comstrap.css.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

/* line 1219, vendor/assets/stylesheets/comstrap.css.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1228, vendor/assets/stylesheets/comstrap.css.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 1242, vendor/assets/stylesheets/comstrap.css.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1251, vendor/assets/stylesheets/comstrap.css.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 1265, vendor/assets/stylesheets/comstrap.css.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 1269, vendor/assets/stylesheets/comstrap.css.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 1273, vendor/assets/stylesheets/comstrap.css.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 1277, vendor/assets/stylesheets/comstrap.css.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 1281, vendor/assets/stylesheets/comstrap.css.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 1285, vendor/assets/stylesheets/comstrap.css.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 1289, vendor/assets/stylesheets/comstrap.css.scss */
p {
  margin: 0 0 10px;
}

/* line 1292, vendor/assets/stylesheets/comstrap.css.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1299, vendor/assets/stylesheets/comstrap.css.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 1303, vendor/assets/stylesheets/comstrap.css.scss */
small,
.small {
  font-size: 85%;
}

/* line 1307, vendor/assets/stylesheets/comstrap.css.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fef6de;
}

/* line 1312, vendor/assets/stylesheets/comstrap.css.scss */
.text-left {
  text-align: left;
}

/* line 1315, vendor/assets/stylesheets/comstrap.css.scss */
.text-right {
  text-align: right;
}

/* line 1318, vendor/assets/stylesheets/comstrap.css.scss */
.text-center {
  text-align: center;
}

/* line 1321, vendor/assets/stylesheets/comstrap.css.scss */
.text-justify {
  text-align: justify;
}

/* line 1324, vendor/assets/stylesheets/comstrap.css.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1327, vendor/assets/stylesheets/comstrap.css.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1330, vendor/assets/stylesheets/comstrap.css.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1333, vendor/assets/stylesheets/comstrap.css.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1336, vendor/assets/stylesheets/comstrap.css.scss */
.text-muted {
  color: #777;
}

/* line 1339, vendor/assets/stylesheets/comstrap.css.scss */
.text-primary {
  color: #1af;
}

/* line 1342, vendor/assets/stylesheets/comstrap.css.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #008edd;
}

/* line 1346, vendor/assets/stylesheets/comstrap.css.scss */
.text-success {
  color: #0c0;
}

/* line 1349, vendor/assets/stylesheets/comstrap.css.scss */
a.text-success:hover,
a.text-success:focus {
  color: #090;
}

/* line 1353, vendor/assets/stylesheets/comstrap.css.scss */
.text-info {
  color: #015;
}

/* line 1356, vendor/assets/stylesheets/comstrap.css.scss */
a.text-info:hover,
a.text-info:focus {
  color: #000722;
}

/* line 1360, vendor/assets/stylesheets/comstrap.css.scss */
.text-warning {
  color: #f8c018;
}

/* line 1363, vendor/assets/stylesheets/comstrap.css.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #d7a306;
}

/* line 1367, vendor/assets/stylesheets/comstrap.css.scss */
.text-danger {
  color: #d12;
}

/* line 1370, vendor/assets/stylesheets/comstrap.css.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #ae0d1b;
}

/* line 1374, vendor/assets/stylesheets/comstrap.css.scss */
.bg-primary {
  color: #fff;
  background-color: #1af;
}

/* line 1378, vendor/assets/stylesheets/comstrap.css.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #008edd;
}

/* line 1382, vendor/assets/stylesheets/comstrap.css.scss */
.bg-success {
  background-color: #dbffdb;
}

/* line 1385, vendor/assets/stylesheets/comstrap.css.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #a8ffa8;
}

/* line 1389, vendor/assets/stylesheets/comstrap.css.scss */
.bg-info {
  background-color: #ddf3ff;
}

/* line 1392, vendor/assets/stylesheets/comstrap.css.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #aae1ff;
}

/* line 1396, vendor/assets/stylesheets/comstrap.css.scss */
.bg-warning {
  background-color: #fef6de;
}

/* line 1399, vendor/assets/stylesheets/comstrap.css.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fde8ad;
}

/* line 1403, vendor/assets/stylesheets/comstrap.css.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1406, vendor/assets/stylesheets/comstrap.css.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 1410, vendor/assets/stylesheets/comstrap.css.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1415, vendor/assets/stylesheets/comstrap.css.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1420, vendor/assets/stylesheets/comstrap.css.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 1426, vendor/assets/stylesheets/comstrap.css.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1430, vendor/assets/stylesheets/comstrap.css.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 1435, vendor/assets/stylesheets/comstrap.css.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1440, vendor/assets/stylesheets/comstrap.css.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1444, vendor/assets/stylesheets/comstrap.css.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1448, vendor/assets/stylesheets/comstrap.css.scss */
dt {
  font-weight: bold;
}

/* line 1451, vendor/assets/stylesheets/comstrap.css.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1455, vendor/assets/stylesheets/comstrap.css.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1464, vendor/assets/stylesheets/comstrap.css.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 1468, vendor/assets/stylesheets/comstrap.css.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1473, vendor/assets/stylesheets/comstrap.css.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1477, vendor/assets/stylesheets/comstrap.css.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1483, vendor/assets/stylesheets/comstrap.css.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1488, vendor/assets/stylesheets/comstrap.css.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1496, vendor/assets/stylesheets/comstrap.css.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1501, vendor/assets/stylesheets/comstrap.css.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 1509, vendor/assets/stylesheets/comstrap.css.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 1517, vendor/assets/stylesheets/comstrap.css.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1525, vendor/assets/stylesheets/comstrap.css.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1530, vendor/assets/stylesheets/comstrap.css.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1536, vendor/assets/stylesheets/comstrap.css.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}

/* line 1543, vendor/assets/stylesheets/comstrap.css.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2.5px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1552, vendor/assets/stylesheets/comstrap.css.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1559, vendor/assets/stylesheets/comstrap.css.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* line 1572, vendor/assets/stylesheets/comstrap.css.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1580, vendor/assets/stylesheets/comstrap.css.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1584, vendor/assets/stylesheets/comstrap.css.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1591, vendor/assets/stylesheets/comstrap.css.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 1596, vendor/assets/stylesheets/comstrap.css.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 1601, vendor/assets/stylesheets/comstrap.css.scss */
  .container {
    width: 1170px;
  }
}

/* line 1605, vendor/assets/stylesheets/comstrap.css.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1611, vendor/assets/stylesheets/comstrap.css.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 1615, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 1621, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 1624, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-12 {
  width: 100%;
}

/* line 1627, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1630, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1633, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-9 {
  width: 75%;
}

/* line 1636, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1639, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1642, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-6 {
  width: 50%;
}

/* line 1645, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1648, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1651, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-3 {
  width: 25%;
}

/* line 1654, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1657, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1660, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1663, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1666, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1669, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1672, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1675, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1678, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1681, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1684, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1687, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1690, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1693, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1696, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1699, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1702, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1705, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1708, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1711, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1714, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1717, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1720, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1723, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1726, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1729, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1732, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1735, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 1738, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1741, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1744, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1747, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1750, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1753, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1756, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1759, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1762, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1765, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1768, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1771, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1774, vendor/assets/stylesheets/comstrap.css.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1778, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 1781, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 1784, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 1787, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 1790, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 1793, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 1796, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 1799, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 1802, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 1805, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 1808, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 1811, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 1814, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 1817, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 1820, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 1823, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 1826, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 1829, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 1832, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 1835, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 1838, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 1841, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 1844, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 1847, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 1850, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 1853, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 1856, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 1859, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 1862, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 1865, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 1868, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 1871, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 1874, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 1877, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 1880, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 1883, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 1886, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 1889, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 1892, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 1895, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 1898, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 1901, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1904, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 1907, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1910, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1913, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 1916, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1919, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1922, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 1925, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1928, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1931, vendor/assets/stylesheets/comstrap.css.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 1936, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 1939, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 1942, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 1945, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 1948, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 1951, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 1954, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 1957, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 1960, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 1963, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 1966, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 1969, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 1972, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 1975, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 1978, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 1981, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 1984, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 1987, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 1990, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 1993, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 1996, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 1999, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 2002, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 2005, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 2008, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 2011, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 2014, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 2017, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 2020, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 2023, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 2026, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 2029, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 2032, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 2035, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 2038, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 2041, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 2044, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 2047, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 2050, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 2053, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 2056, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2059, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2062, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 2065, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2068, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2071, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 2074, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2077, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2080, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 2083, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2086, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2089, vendor/assets/stylesheets/comstrap.css.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 2094, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 2097, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 2100, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 2103, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 2106, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 2109, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 2112, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 2115, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 2118, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 2121, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 2124, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 2127, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 2130, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 2133, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 2136, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 2139, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 2142, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 2145, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 2148, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 2151, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 2154, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 2157, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 2160, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 2163, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 2166, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 2169, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 2172, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 2175, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 2178, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 2181, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 2184, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 2187, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 2190, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 2193, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 2196, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 2199, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 2202, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 2205, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 2208, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 2211, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 2214, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2217, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2220, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 2223, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2226, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2229, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 2232, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2235, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2238, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 2241, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2244, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2247, vendor/assets/stylesheets/comstrap.css.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 2251, vendor/assets/stylesheets/comstrap.css.scss */
table {
  background-color: transparent;
}

/* line 2254, vendor/assets/stylesheets/comstrap.css.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 2260, vendor/assets/stylesheets/comstrap.css.scss */
th {
  text-align: left;
}

/* line 2263, vendor/assets/stylesheets/comstrap.css.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2268, vendor/assets/stylesheets/comstrap.css.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 2279, vendor/assets/stylesheets/comstrap.css.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 2283, vendor/assets/stylesheets/comstrap.css.scss */
.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;
}

/* line 2291, vendor/assets/stylesheets/comstrap.css.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2294, vendor/assets/stylesheets/comstrap.css.scss */
.table .table {
  background-color: #fafafa;
}

/* line 2297, vendor/assets/stylesheets/comstrap.css.scss */
.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;
}

/* line 2305, vendor/assets/stylesheets/comstrap.css.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 2308, vendor/assets/stylesheets/comstrap.css.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 2316, vendor/assets/stylesheets/comstrap.css.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 2320, vendor/assets/stylesheets/comstrap.css.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 2323, vendor/assets/stylesheets/comstrap.css.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 2326, vendor/assets/stylesheets/comstrap.css.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 2331, vendor/assets/stylesheets/comstrap.css.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 2337, vendor/assets/stylesheets/comstrap.css.scss */
.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;
}

/* line 2351, vendor/assets/stylesheets/comstrap.css.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 2358, vendor/assets/stylesheets/comstrap.css.scss */
.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: #dbffdb;
}

/* line 2372, vendor/assets/stylesheets/comstrap.css.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #c2ffc2;
}

/* line 2379, vendor/assets/stylesheets/comstrap.css.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #ddf3ff;
}

/* line 2393, vendor/assets/stylesheets/comstrap.css.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c3eaff;
}

/* line 2400, vendor/assets/stylesheets/comstrap.css.scss */
.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: #fef6de;
}

/* line 2414, vendor/assets/stylesheets/comstrap.css.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fdefc5;
}

/* line 2421, vendor/assets/stylesheets/comstrap.css.scss */
.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;
}

/* line 2435, vendor/assets/stylesheets/comstrap.css.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 2442, vendor/assets/stylesheets/comstrap.css.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 2447, vendor/assets/stylesheets/comstrap.css.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 2454, vendor/assets/stylesheets/comstrap.css.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 2457, vendor/assets/stylesheets/comstrap.css.scss */
  .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;
  }
  /* line 2465, vendor/assets/stylesheets/comstrap.css.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 2468, vendor/assets/stylesheets/comstrap.css.scss */
  .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;
  }
  /* line 2476, vendor/assets/stylesheets/comstrap.css.scss */
  .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;
  }
  /* line 2484, vendor/assets/stylesheets/comstrap.css.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 2491, vendor/assets/stylesheets/comstrap.css.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 2497, vendor/assets/stylesheets/comstrap.css.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 2508, vendor/assets/stylesheets/comstrap.css.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2514, vendor/assets/stylesheets/comstrap.css.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2519, vendor/assets/stylesheets/comstrap.css.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 2525, vendor/assets/stylesheets/comstrap.css.scss */
input[type="file"] {
  display: block;
}

/* line 2528, vendor/assets/stylesheets/comstrap.css.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 2532, vendor/assets/stylesheets/comstrap.css.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 2536, vendor/assets/stylesheets/comstrap.css.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2542, vendor/assets/stylesheets/comstrap.css.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 2549, vendor/assets/stylesheets/comstrap.css.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -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 .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 2567, vendor/assets/stylesheets/comstrap.css.scss */
.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);
}

/* line 2573, vendor/assets/stylesheets/comstrap.css.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 2577, vendor/assets/stylesheets/comstrap.css.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 2580, vendor/assets/stylesheets/comstrap.css.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 2583, vendor/assets/stylesheets/comstrap.css.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2587, vendor/assets/stylesheets/comstrap.css.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 2593, vendor/assets/stylesheets/comstrap.css.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2597, vendor/assets/stylesheets/comstrap.css.scss */
textarea.form-control {
  height: auto;
}

/* line 2600, vendor/assets/stylesheets/comstrap.css.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2604, vendor/assets/stylesheets/comstrap.css.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 2610, vendor/assets/stylesheets/comstrap.css.scss */
  input.input-sm[type="date"],
input.input-sm[type="time"],
input.input-sm[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 2620, vendor/assets/stylesheets/comstrap.css.scss */
  input.input-lg[type="date"],
input.input-lg[type="time"],
input.input-lg[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 2631, vendor/assets/stylesheets/comstrap.css.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 2634, vendor/assets/stylesheets/comstrap.css.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2641, vendor/assets/stylesheets/comstrap.css.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2649, vendor/assets/stylesheets/comstrap.css.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 2657, vendor/assets/stylesheets/comstrap.css.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2661, vendor/assets/stylesheets/comstrap.css.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 2671, vendor/assets/stylesheets/comstrap.css.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2676, vendor/assets/stylesheets/comstrap.css.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input.disabled[type="radio"],
input.disabled[type="checkbox"],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2684, vendor/assets/stylesheets/comstrap.css.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2690, vendor/assets/stylesheets/comstrap.css.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2696, vendor/assets/stylesheets/comstrap.css.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 2702, vendor/assets/stylesheets/comstrap.css.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 2707, vendor/assets/stylesheets/comstrap.css.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2.5px;
}

/* line 2714, vendor/assets/stylesheets/comstrap.css.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2718, vendor/assets/stylesheets/comstrap.css.scss */
textarea.input-sm,
select.input-sm[multiple] {
  height: auto;
}

/* line 2722, vendor/assets/stylesheets/comstrap.css.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2.5px;
}

/* line 2729, vendor/assets/stylesheets/comstrap.css.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2733, vendor/assets/stylesheets/comstrap.css.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 2737, vendor/assets/stylesheets/comstrap.css.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 2744, vendor/assets/stylesheets/comstrap.css.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3.5px;
}

/* line 2751, vendor/assets/stylesheets/comstrap.css.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2755, vendor/assets/stylesheets/comstrap.css.scss */
textarea.input-lg,
select.input-lg[multiple] {
  height: auto;
}

/* line 2759, vendor/assets/stylesheets/comstrap.css.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3.5px;
}

/* line 2766, vendor/assets/stylesheets/comstrap.css.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 2770, vendor/assets/stylesheets/comstrap.css.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 2774, vendor/assets/stylesheets/comstrap.css.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 2781, vendor/assets/stylesheets/comstrap.css.scss */
.has-feedback {
  position: relative;
}

/* line 2784, vendor/assets/stylesheets/comstrap.css.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2787, vendor/assets/stylesheets/comstrap.css.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 2799, vendor/assets/stylesheets/comstrap.css.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2806, vendor/assets/stylesheets/comstrap.css.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2813, vendor/assets/stylesheets/comstrap.css.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #0c0;
}

/* line 2825, vendor/assets/stylesheets/comstrap.css.scss */
.has-success .form-control {
  border-color: #0c0;
  -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);
}

/* line 2830, vendor/assets/stylesheets/comstrap.css.scss */
.has-success .form-control:focus {
  border-color: #090;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3f3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3f3;
}

/* line 2835, vendor/assets/stylesheets/comstrap.css.scss */
.has-success .input-group-addon {
  color: #0c0;
  background-color: #dbffdb;
  border-color: #0c0;
}

/* line 2840, vendor/assets/stylesheets/comstrap.css.scss */
.has-success .form-control-feedback {
  color: #0c0;
}

/* line 2843, vendor/assets/stylesheets/comstrap.css.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f8c018;
}

/* line 2855, vendor/assets/stylesheets/comstrap.css.scss */
.has-warning .form-control {
  border-color: #f8c018;
  -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);
}

/* line 2860, vendor/assets/stylesheets/comstrap.css.scss */
.has-warning .form-control:focus {
  border-color: #d7a306;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbdb7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbdb7b;
}

/* line 2865, vendor/assets/stylesheets/comstrap.css.scss */
.has-warning .input-group-addon {
  color: #f8c018;
  background-color: #fef6de;
  border-color: #f8c018;
}

/* line 2870, vendor/assets/stylesheets/comstrap.css.scss */
.has-warning .form-control-feedback {
  color: #f8c018;
}

/* line 2873, vendor/assets/stylesheets/comstrap.css.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d12;
}

/* line 2885, vendor/assets/stylesheets/comstrap.css.scss */
.has-error .form-control {
  border-color: #d12;
  -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);
}

/* line 2890, vendor/assets/stylesheets/comstrap.css.scss */
.has-error .form-control:focus {
  border-color: #ae0d1b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3616d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3616d;
}

/* line 2895, vendor/assets/stylesheets/comstrap.css.scss */
.has-error .input-group-addon {
  color: #d12;
  background-color: #f2dede;
  border-color: #d12;
}

/* line 2900, vendor/assets/stylesheets/comstrap.css.scss */
.has-error .form-control-feedback {
  color: #d12;
}

/* line 2903, vendor/assets/stylesheets/comstrap.css.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2906, vendor/assets/stylesheets/comstrap.css.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2909, vendor/assets/stylesheets/comstrap.css.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2916, vendor/assets/stylesheets/comstrap.css.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2921, vendor/assets/stylesheets/comstrap.css.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2926, vendor/assets/stylesheets/comstrap.css.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 2929, vendor/assets/stylesheets/comstrap.css.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 2933, vendor/assets/stylesheets/comstrap.css.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 2938, vendor/assets/stylesheets/comstrap.css.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 2941, vendor/assets/stylesheets/comstrap.css.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2945, vendor/assets/stylesheets/comstrap.css.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2952, vendor/assets/stylesheets/comstrap.css.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 2956, vendor/assets/stylesheets/comstrap.css.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 2961, vendor/assets/stylesheets/comstrap.css.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 2965, vendor/assets/stylesheets/comstrap.css.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2973, vendor/assets/stylesheets/comstrap.css.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 2977, vendor/assets/stylesheets/comstrap.css.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 2982, vendor/assets/stylesheets/comstrap.css.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 2988, vendor/assets/stylesheets/comstrap.css.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2992, vendor/assets/stylesheets/comstrap.css.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 2998, vendor/assets/stylesheets/comstrap.css.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 3003, vendor/assets/stylesheets/comstrap.css.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}

/* line 3024, vendor/assets/stylesheets/comstrap.css.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3033, vendor/assets/stylesheets/comstrap.css.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #1af;
  text-decoration: none;
}

/* line 3039, vendor/assets/stylesheets/comstrap.css.scss */
.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);
}

/* line 3046, vendor/assets/stylesheets/comstrap.css.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 3055, vendor/assets/stylesheets/comstrap.css.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 3059, vendor/assets/stylesheets/comstrap.css.scss */
.btn-default {
  color: #1af;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3064, vendor/assets/stylesheets/comstrap.css.scss */
.btn-default:focus,
.btn-default.focus {
  color: #1af;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 3070, vendor/assets/stylesheets/comstrap.css.scss */
.btn-default:hover {
  color: #1af;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3075, vendor/assets/stylesheets/comstrap.css.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #1af;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3082, vendor/assets/stylesheets/comstrap.css.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #1af;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3095, vendor/assets/stylesheets/comstrap.css.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3100, vendor/assets/stylesheets/comstrap.css.scss */
.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.focus,
.btn-default.focus[disabled],
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3112, vendor/assets/stylesheets/comstrap.css.scss */
.btn-default .badge {
  color: #fff;
  background-color: #1af;
}

/* line 3116, vendor/assets/stylesheets/comstrap.css.scss */
.btn-primary {
  color: #fff;
  background-color: #1af;
  border-color: #009ef7;
}

/* line 3121, vendor/assets/stylesheets/comstrap.css.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #008edd;
  border-color: #004c77;
}

/* line 3127, vendor/assets/stylesheets/comstrap.css.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #008edd;
  border-color: #0077b9;
}

/* line 3132, vendor/assets/stylesheets/comstrap.css.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #008edd;
  border-color: #0077b9;
}

/* line 3139, vendor/assets/stylesheets/comstrap.css.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0077b9;
  border-color: #004c77;
}

/* line 3152, vendor/assets/stylesheets/comstrap.css.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3157, vendor/assets/stylesheets/comstrap.css.scss */
.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.focus,
.btn-primary.focus[disabled],
fieldset[disabled] .btn-primary.focus {
  background-color: #1af;
  border-color: #009ef7;
}

/* line 3169, vendor/assets/stylesheets/comstrap.css.scss */
.btn-primary .badge {
  color: #1af;
  background-color: #fff;
}

/* line 3173, vendor/assets/stylesheets/comstrap.css.scss */
.btn-success {
  color: #fff;
  background-color: #0c0;
  border-color: #00b300;
}

/* line 3178, vendor/assets/stylesheets/comstrap.css.scss */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #090;
  border-color: #030;
}

/* line 3184, vendor/assets/stylesheets/comstrap.css.scss */
.btn-success:hover {
  color: #fff;
  background-color: #090;
  border-color: #007500;
}

/* line 3189, vendor/assets/stylesheets/comstrap.css.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #090;
  border-color: #007500;
}

/* line 3196, vendor/assets/stylesheets/comstrap.css.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success.focus:active,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #007500;
  border-color: #030;
}

/* line 3209, vendor/assets/stylesheets/comstrap.css.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3214, vendor/assets/stylesheets/comstrap.css.scss */
.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.focus,
.btn-success.focus[disabled],
fieldset[disabled] .btn-success.focus {
  background-color: #0c0;
  border-color: #00b300;
}

/* line 3226, vendor/assets/stylesheets/comstrap.css.scss */
.btn-success .badge {
  color: #0c0;
  background-color: #fff;
}

/* line 3230, vendor/assets/stylesheets/comstrap.css.scss */
.btn-info {
  color: #fff;
  background-color: #015;
  border-color: #000c3b;
}

/* line 3235, vendor/assets/stylesheets/comstrap.css.scss */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #000722;
  border-color: #000;
}

/* line 3241, vendor/assets/stylesheets/comstrap.css.scss */
.btn-info:hover {
  color: #fff;
  background-color: #000722;
  border-color: #000;
}

/* line 3246, vendor/assets/stylesheets/comstrap.css.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #000722;
  border-color: #000;
}

/* line 3253, vendor/assets/stylesheets/comstrap.css.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info.focus:active,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 3266, vendor/assets/stylesheets/comstrap.css.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3271, vendor/assets/stylesheets/comstrap.css.scss */
.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.focus,
.btn-info.focus[disabled],
fieldset[disabled] .btn-info.focus {
  background-color: #015;
  border-color: #000c3b;
}

/* line 3283, vendor/assets/stylesheets/comstrap.css.scss */
.btn-info .badge {
  color: #015;
  background-color: #fff;
}

/* line 3287, vendor/assets/stylesheets/comstrap.css.scss */
.btn-warning {
  color: #fff;
  background-color: #f8c018;
  border-color: #efb507;
}

/* line 3292, vendor/assets/stylesheets/comstrap.css.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #d7a306;
  border-color: #745803;
}

/* line 3298, vendor/assets/stylesheets/comstrap.css.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #d7a306;
  border-color: #b48805;
}

/* line 3303, vendor/assets/stylesheets/comstrap.css.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #d7a306;
  border-color: #b48805;
}

/* line 3310, vendor/assets/stylesheets/comstrap.css.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning.focus:active,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #b48805;
  border-color: #745803;
}

/* line 3323, vendor/assets/stylesheets/comstrap.css.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3328, vendor/assets/stylesheets/comstrap.css.scss */
.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.focus,
.btn-warning.focus[disabled],
fieldset[disabled] .btn-warning.focus {
  background-color: #f8c018;
  border-color: #efb507;
}

/* line 3340, vendor/assets/stylesheets/comstrap.css.scss */
.btn-warning .badge {
  color: #f8c018;
  background-color: #fff;
}

/* line 3344, vendor/assets/stylesheets/comstrap.css.scss */
.btn-danger {
  color: #fff;
  background-color: #d12;
  border-color: #c50f1e;
}

/* line 3349, vendor/assets/stylesheets/comstrap.css.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ae0d1b;
  border-color: #4f060c;
}

/* line 3355, vendor/assets/stylesheets/comstrap.css.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #ae0d1b;
  border-color: #8c0b16;
}

/* line 3360, vendor/assets/stylesheets/comstrap.css.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ae0d1b;
  border-color: #8c0b16;
}

/* line 3367, vendor/assets/stylesheets/comstrap.css.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger.focus:active,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #8c0b16;
  border-color: #4f060c;
}

/* line 3380, vendor/assets/stylesheets/comstrap.css.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 3385, vendor/assets/stylesheets/comstrap.css.scss */
.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.focus,
.btn-danger.focus[disabled],
fieldset[disabled] .btn-danger.focus {
  background-color: #d12;
  border-color: #c50f1e;
}

/* line 3397, vendor/assets/stylesheets/comstrap.css.scss */
.btn-danger .badge {
  color: #d12;
  background-color: #fff;
}

/* line 3401, vendor/assets/stylesheets/comstrap.css.scss */
.btn-link {
  font-weight: normal;
  color: #1af;
  border-radius: 0;
}

/* line 3406, vendor/assets/stylesheets/comstrap.css.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3415, vendor/assets/stylesheets/comstrap.css.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 3421, vendor/assets/stylesheets/comstrap.css.scss */
.btn-link:hover,
.btn-link:focus {
  color: #007ec3;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3427, vendor/assets/stylesheets/comstrap.css.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 3434, vendor/assets/stylesheets/comstrap.css.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3.5px;
}

/* line 3441, vendor/assets/stylesheets/comstrap.css.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2.5px;
}

/* line 3448, vendor/assets/stylesheets/comstrap.css.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2.5px;
}

/* line 3455, vendor/assets/stylesheets/comstrap.css.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3459, vendor/assets/stylesheets/comstrap.css.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3462, vendor/assets/stylesheets/comstrap.css.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3467, vendor/assets/stylesheets/comstrap.css.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 3473, vendor/assets/stylesheets/comstrap.css.scss */
.fade.in {
  opacity: 1;
}

/* line 3476, vendor/assets/stylesheets/comstrap.css.scss */
.collapse {
  display: none;
}

/* line 3479, vendor/assets/stylesheets/comstrap.css.scss */
.collapse.in {
  display: block;
}

/* line 3482, vendor/assets/stylesheets/comstrap.css.scss */
tr.collapse.in {
  display: table-row;
}

/* line 3485, vendor/assets/stylesheets/comstrap.css.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3488, vendor/assets/stylesheets/comstrap.css.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 3502, vendor/assets/stylesheets/comstrap.css.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 3513, vendor/assets/stylesheets/comstrap.css.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 3517, vendor/assets/stylesheets/comstrap.css.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3520, vendor/assets/stylesheets/comstrap.css.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 3542, vendor/assets/stylesheets/comstrap.css.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3546, vendor/assets/stylesheets/comstrap.css.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3552, vendor/assets/stylesheets/comstrap.css.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 3561, vendor/assets/stylesheets/comstrap.css.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3567, vendor/assets/stylesheets/comstrap.css.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1af;
  outline: 0;
}

/* line 3575, vendor/assets/stylesheets/comstrap.css.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 3580, vendor/assets/stylesheets/comstrap.css.scss */
.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);
}

/* line 3588, vendor/assets/stylesheets/comstrap.css.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3591, vendor/assets/stylesheets/comstrap.css.scss */
.open > a {
  outline: 0;
}

/* line 3594, vendor/assets/stylesheets/comstrap.css.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3598, vendor/assets/stylesheets/comstrap.css.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3602, vendor/assets/stylesheets/comstrap.css.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 3610, vendor/assets/stylesheets/comstrap.css.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3618, vendor/assets/stylesheets/comstrap.css.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3622, vendor/assets/stylesheets/comstrap.css.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 3629, vendor/assets/stylesheets/comstrap.css.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3636, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 3640, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/* line 3645, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3651, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3656, vendor/assets/stylesheets/comstrap.css.scss */
.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;
}

/* line 3666, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3672, vendor/assets/stylesheets/comstrap.css.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3675, vendor/assets/stylesheets/comstrap.css.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3680, vendor/assets/stylesheets/comstrap.css.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3685, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3688, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3691, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3695, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3700, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3703, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3706, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3711, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3715, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3719, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 3723, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 3727, vendor/assets/stylesheets/comstrap.css.scss */
.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);
}

/* line 3731, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3735, vendor/assets/stylesheets/comstrap.css.scss */
.btn .caret {
  margin-left: 0;
}

/* line 3738, vendor/assets/stylesheets/comstrap.css.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3742, vendor/assets/stylesheets/comstrap.css.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3745, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3753, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3756, vendor/assets/stylesheets/comstrap.css.scss */
.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;
}

/* line 3763, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3766, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3772, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 3778, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3781, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3786, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3790, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3796, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 3802, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3805, vendor/assets/stylesheets/comstrap.css.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3808, vendor/assets/stylesheets/comstrap.css.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3816, vendor/assets/stylesheets/comstrap.css.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3821, vendor/assets/stylesheets/comstrap.css.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3826, vendor/assets/stylesheets/comstrap.css.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3833, vendor/assets/stylesheets/comstrap.css.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 3836, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3.5px;
}

/* line 3845, vendor/assets/stylesheets/comstrap.css.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3851, vendor/assets/stylesheets/comstrap.css.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select.input-group-lg[multiple] > .form-control,
select.input-group-lg[multiple] > .input-group-addon,
select.input-group-lg[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 3859, vendor/assets/stylesheets/comstrap.css.scss */
.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: 2.5px;
}

/* line 3868, vendor/assets/stylesheets/comstrap.css.scss */
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;
}

/* line 3874, vendor/assets/stylesheets/comstrap.css.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select.input-group-sm[multiple] > .form-control,
select.input-group-sm[multiple] > .input-group-addon,
select.input-group-sm[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 3882, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3887, vendor/assets/stylesheets/comstrap.css.scss */
.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;
}

/* line 3892, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3898, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* line 3909, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2.5px;
}

/* line 3914, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 3.5px;
}

/* line 3919, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3923, vendor/assets/stylesheets/comstrap.css.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3933, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3936, vendor/assets/stylesheets/comstrap.css.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3946, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3949, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3954, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3957, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3960, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3965, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3969, vendor/assets/stylesheets/comstrap.css.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 3974, vendor/assets/stylesheets/comstrap.css.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3979, vendor/assets/stylesheets/comstrap.css.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3983, vendor/assets/stylesheets/comstrap.css.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3988, vendor/assets/stylesheets/comstrap.css.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 3993, vendor/assets/stylesheets/comstrap.css.scss */
.nav > li.disabled > a {
  color: #777;
}

/* line 3996, vendor/assets/stylesheets/comstrap.css.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 4003, vendor/assets/stylesheets/comstrap.css.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #1af;
}

/* line 4009, vendor/assets/stylesheets/comstrap.css.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4015, vendor/assets/stylesheets/comstrap.css.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 4018, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4021, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4025, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}

/* line 4031, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 4034, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #1af;
  cursor: default;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4043, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4047, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 4050, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4054, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4059, vendor/assets/stylesheets/comstrap.css.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4063, vendor/assets/stylesheets/comstrap.css.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 4067, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}

/* line 4071, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4077, vendor/assets/stylesheets/comstrap.css.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  /* line 4081, vendor/assets/stylesheets/comstrap.css.scss */
  .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fafafa;
  }
}

/* line 4087, vendor/assets/stylesheets/comstrap.css.scss */
.nav-pills > li {
  float: left;
}

/* line 4090, vendor/assets/stylesheets/comstrap.css.scss */
.nav-pills > li > a {
  border-radius: 3px;
}

/* line 4093, vendor/assets/stylesheets/comstrap.css.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 4096, vendor/assets/stylesheets/comstrap.css.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #1af;
}

/* line 4102, vendor/assets/stylesheets/comstrap.css.scss */
.nav-stacked > li {
  float: none;
}

/* line 4105, vendor/assets/stylesheets/comstrap.css.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4109, vendor/assets/stylesheets/comstrap.css.scss */
.nav-justified {
  width: 100%;
}

/* line 4112, vendor/assets/stylesheets/comstrap.css.scss */
.nav-justified > li {
  float: none;
}

/* line 4115, vendor/assets/stylesheets/comstrap.css.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4119, vendor/assets/stylesheets/comstrap.css.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4124, vendor/assets/stylesheets/comstrap.css.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4128, vendor/assets/stylesheets/comstrap.css.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 4132, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4135, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}

/* line 4139, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4145, vendor/assets/stylesheets/comstrap.css.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  /* line 4149, vendor/assets/stylesheets/comstrap.css.scss */
  .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fafafa;
  }
}

/* line 4155, vendor/assets/stylesheets/comstrap.css.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4158, vendor/assets/stylesheets/comstrap.css.scss */
.tab-content > .active {
  display: block;
}

/* line 4161, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4166, vendor/assets/stylesheets/comstrap.css.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4173, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar {
    border-radius: 3px;
  }
}

@media (min-width: 768px) {
  /* line 4178, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-header {
    float: left;
  }
}

/* line 4182, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 4191, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4195, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 4201, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 4207, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 4210, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 4217, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4222, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 4227, vendor/assets/stylesheets/comstrap.css.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4235, vendor/assets/stylesheets/comstrap.css.scss */
  .container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 4243, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4248, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 4252, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4260, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 4265, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4269, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4274, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 4281, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4285, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4289, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 4294, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}

/* line 4306, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 4309, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4315, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4319, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 4323, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 4326, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4332, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 4342, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 4346, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 4349, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 4355, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 4359, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 4362, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 4367, vendor/assets/stylesheets/comstrap.css.scss */
.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) {
  /* line 4379, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4384, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 4389, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 4392, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 4396, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 4401, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 4404, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4408, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4415, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 4419, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 4424, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 4429, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 4432, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 4437, vendor/assets/stylesheets/comstrap.css.scss */
  .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;
  }
}

/* line 4448, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4453, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4460, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4464, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4468, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4472, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4477, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 4484, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 4487, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 4491, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 4495, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default {
  background-color: #fff;
  border-color: #eee;
}

/* line 4499, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-brand {
  color: #333;
}

/* line 4502, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1af;
  background-color: transparent;
}

/* line 4507, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-text {
  color: #015;
}

/* line 4510, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-nav > li > a {
  color: #333;
}

/* line 4513, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #1af;
  background-color: transparent;
}

/* line 4518, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1af;
  background-color: #eee;
}

/* line 4524, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 4530, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 4533, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 4537, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 4540, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eee;
}

/* line 4544, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #1af;
  background-color: #eee;
}

@media (max-width: 767px) {
  /* line 4551, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  /* line 4554, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #1af;
    background-color: transparent;
  }
  /* line 4559, vendor/assets/stylesheets/comstrap.css.scss */
  .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: #1af;
    background-color: #eee;
  }
  /* line 4565, vendor/assets/stylesheets/comstrap.css.scss */
  .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: #ccc;
    background-color: transparent;
  }
}

/* line 4572, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-link {
  color: #333;
}

/* line 4575, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .navbar-link:hover {
  color: #1af;
}

/* line 4578, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .btn-link {
  color: #333;
}

/* line 4581, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #1af;
}

/* line 4585, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 4591, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse {
  background-color: #015;
  border-color: #000722;
}

/* line 4595, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-brand {
  color: #fff;
}

/* line 4598, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4603, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-text {
  color: #fff;
}

/* line 4606, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

/* line 4609, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #1af;
  background-color: transparent;
}

/* line 4614, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #1af;
  background-color: #fff;
}

/* line 4620, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 4626, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 4629, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 4633, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 4636, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #000a31;
}

/* line 4640, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #1af;
  background-color: #fff;
}

@media (max-width: 767px) {
  /* line 4647, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #000722;
  }
  /* line 4650, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #000722;
  }
  /* line 4653, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  /* line 4656, vendor/assets/stylesheets/comstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #1af;
    background-color: transparent;
  }
  /* line 4661, vendor/assets/stylesheets/comstrap.css.scss */
  .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: #1af;
    background-color: #fff;
  }
  /* line 4667, vendor/assets/stylesheets/comstrap.css.scss */
  .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: #444;
    background-color: transparent;
  }
}

/* line 4674, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-link {
  color: #fff;
}

/* line 4677, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .navbar-link:hover {
  color: #1af;
}

/* line 4680, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .btn-link {
  color: #fff;
}

/* line 4683, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #1af;
}

/* line 4687, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 4693, vendor/assets/stylesheets/comstrap.css.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}

/* line 4700, vendor/assets/stylesheets/comstrap.css.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4703, vendor/assets/stylesheets/comstrap.css.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 4708, vendor/assets/stylesheets/comstrap.css.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 4711, vendor/assets/stylesheets/comstrap.css.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}

/* line 4717, vendor/assets/stylesheets/comstrap.css.scss */
.pagination > li {
  display: inline;
}

/* line 4720, vendor/assets/stylesheets/comstrap.css.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1af;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4732, vendor/assets/stylesheets/comstrap.css.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4738, vendor/assets/stylesheets/comstrap.css.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4743, vendor/assets/stylesheets/comstrap.css.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #007ec3;
  background-color: #eee;
  border-color: #ddd;
}

/* line 4752, vendor/assets/stylesheets/comstrap.css.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #1af;
  border-color: #1af;
}

/* line 4764, vendor/assets/stylesheets/comstrap.css.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 4775, vendor/assets/stylesheets/comstrap.css.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4781, vendor/assets/stylesheets/comstrap.css.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 3.5px;
  border-bottom-left-radius: 3.5px;
}

/* line 4786, vendor/assets/stylesheets/comstrap.css.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 3.5px;
  border-bottom-right-radius: 3.5px;
}

/* line 4791, vendor/assets/stylesheets/comstrap.css.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4797, vendor/assets/stylesheets/comstrap.css.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

/* line 4802, vendor/assets/stylesheets/comstrap.css.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}

/* line 4807, vendor/assets/stylesheets/comstrap.css.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4813, vendor/assets/stylesheets/comstrap.css.scss */
.pager li {
  display: inline;
}

/* line 4816, vendor/assets/stylesheets/comstrap.css.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/* line 4824, vendor/assets/stylesheets/comstrap.css.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4829, vendor/assets/stylesheets/comstrap.css.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4833, vendor/assets/stylesheets/comstrap.css.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4837, vendor/assets/stylesheets/comstrap.css.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4845, vendor/assets/stylesheets/comstrap.css.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4857, vendor/assets/stylesheets/comstrap.css.scss */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4863, vendor/assets/stylesheets/comstrap.css.scss */
.label:empty {
  display: none;
}

/* line 4866, vendor/assets/stylesheets/comstrap.css.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4870, vendor/assets/stylesheets/comstrap.css.scss */
.label-default {
  background-color: #777;
}

/* line 4873, vendor/assets/stylesheets/comstrap.css.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4877, vendor/assets/stylesheets/comstrap.css.scss */
.label-primary {
  background-color: #1af;
}

/* line 4880, vendor/assets/stylesheets/comstrap.css.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #008edd;
}

/* line 4884, vendor/assets/stylesheets/comstrap.css.scss */
.label-success {
  background-color: #0c0;
}

/* line 4887, vendor/assets/stylesheets/comstrap.css.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #090;
}

/* line 4891, vendor/assets/stylesheets/comstrap.css.scss */
.label-info {
  background-color: #015;
}

/* line 4894, vendor/assets/stylesheets/comstrap.css.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #000722;
}

/* line 4898, vendor/assets/stylesheets/comstrap.css.scss */
.label-warning {
  background-color: #f8c018;
}

/* line 4901, vendor/assets/stylesheets/comstrap.css.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #d7a306;
}

/* line 4905, vendor/assets/stylesheets/comstrap.css.scss */
.label-danger {
  background-color: #d12;
}

/* line 4908, vendor/assets/stylesheets/comstrap.css.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ae0d1b;
}

/* line 4912, vendor/assets/stylesheets/comstrap.css.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* line 4926, vendor/assets/stylesheets/comstrap.css.scss */
.badge:empty {
  display: none;
}

/* line 4929, vendor/assets/stylesheets/comstrap.css.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4933, vendor/assets/stylesheets/comstrap.css.scss */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4938, vendor/assets/stylesheets/comstrap.css.scss */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4944, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1af;
  background-color: #fff;
}

/* line 4949, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4952, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4955, vendor/assets/stylesheets/comstrap.css.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4958, vendor/assets/stylesheets/comstrap.css.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 4965, vendor/assets/stylesheets/comstrap.css.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4969, vendor/assets/stylesheets/comstrap.css.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4974, vendor/assets/stylesheets/comstrap.css.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4977, vendor/assets/stylesheets/comstrap.css.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 3.5px;
}

/* line 4983, vendor/assets/stylesheets/comstrap.css.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4987, vendor/assets/stylesheets/comstrap.css.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 4991, vendor/assets/stylesheets/comstrap.css.scss */
  .container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 4996, vendor/assets/stylesheets/comstrap.css.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 5001, vendor/assets/stylesheets/comstrap.css.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 5013, vendor/assets/stylesheets/comstrap.css.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5018, vendor/assets/stylesheets/comstrap.css.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1af;
}

/* line 5023, vendor/assets/stylesheets/comstrap.css.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5027, vendor/assets/stylesheets/comstrap.css.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}

/* line 5033, vendor/assets/stylesheets/comstrap.css.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5037, vendor/assets/stylesheets/comstrap.css.scss */
.alert .alert-link {
  font-weight: normal;
}

/* line 5040, vendor/assets/stylesheets/comstrap.css.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 5044, vendor/assets/stylesheets/comstrap.css.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5047, vendor/assets/stylesheets/comstrap.css.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 5051, vendor/assets/stylesheets/comstrap.css.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5058, vendor/assets/stylesheets/comstrap.css.scss */
.alert-success {
  color: #030;
  background-color: #dbffdb;
  border-color: #b3ffb3;
}

/* line 5063, vendor/assets/stylesheets/comstrap.css.scss */
.alert-success hr {
  border-top-color: #9f9;
}

/* line 5066, vendor/assets/stylesheets/comstrap.css.scss */
.alert-success .alert-link {
  color: #000;
}

/* line 5069, vendor/assets/stylesheets/comstrap.css.scss */
.alert-info {
  color: #002c44;
  background-color: #ddf3ff;
  border-color: #c3eaff;
}

/* line 5074, vendor/assets/stylesheets/comstrap.css.scss */
.alert-info hr {
  border-top-color: #aae1ff;
}

/* line 5077, vendor/assets/stylesheets/comstrap.css.scss */
.alert-info .alert-link {
  color: #000b11;
}

/* line 5080, vendor/assets/stylesheets/comstrap.css.scss */
.alert-warning {
  color: #5b4503;
  background-color: #fef6de;
  border-color: #fdebb6;
}

/* line 5085, vendor/assets/stylesheets/comstrap.css.scss */
.alert-warning hr {
  border-top-color: #fce49e;
}

/* line 5088, vendor/assets/stylesheets/comstrap.css.scss */
.alert-warning .alert-link {
  color: #291f01;
}

/* line 5091, vendor/assets/stylesheets/comstrap.css.scss */
.alert-danger {
  color: #4f060c;
  background-color: #fde1e3;
  border-color: #fcd3d6;
}

/* line 5096, vendor/assets/stylesheets/comstrap.css.scss */
.alert-danger hr {
  border-top-color: #fabbc0;
}

/* line 5099, vendor/assets/stylesheets/comstrap.css.scss */
.alert-danger .alert-link {
  color: #200205;
}

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

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

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

/* line 5126, vendor/assets/stylesheets/comstrap.css.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 3px;
  -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);
}

/* line 5135, vendor/assets/stylesheets/comstrap.css.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #1af;
  -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 .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 5150, vendor/assets/stylesheets/comstrap.css.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 5158, vendor/assets/stylesheets/comstrap.css.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5164, vendor/assets/stylesheets/comstrap.css.scss */
.progress-bar-success {
  background-color: #0c0;
}

/* line 5167, vendor/assets/stylesheets/comstrap.css.scss */
.progress-striped .progress-bar-success {
  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: -o-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);
}

/* line 5172, vendor/assets/stylesheets/comstrap.css.scss */
.progress-bar-info {
  background-color: #015;
}

/* line 5175, vendor/assets/stylesheets/comstrap.css.scss */
.progress-striped .progress-bar-info {
  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: -o-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);
}

/* line 5180, vendor/assets/stylesheets/comstrap.css.scss */
.progress-bar-warning {
  background-color: #f8c018;
}

/* line 5183, vendor/assets/stylesheets/comstrap.css.scss */
.progress-striped .progress-bar-warning {
  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: -o-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);
}

/* line 5188, vendor/assets/stylesheets/comstrap.css.scss */
.progress-bar-danger {
  background-color: #d12;
}

/* line 5191, vendor/assets/stylesheets/comstrap.css.scss */
.progress-striped .progress-bar-danger {
  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: -o-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);
}

/* line 5196, vendor/assets/stylesheets/comstrap.css.scss */
.media {
  margin-top: 15px;
}

/* line 5199, vendor/assets/stylesheets/comstrap.css.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5202, vendor/assets/stylesheets/comstrap.css.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5207, vendor/assets/stylesheets/comstrap.css.scss */
.media-body {
  width: 10000px;
}

/* line 5210, vendor/assets/stylesheets/comstrap.css.scss */
.media-object {
  display: block;
}

/* line 5213, vendor/assets/stylesheets/comstrap.css.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5216, vendor/assets/stylesheets/comstrap.css.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 5220, vendor/assets/stylesheets/comstrap.css.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 5224, vendor/assets/stylesheets/comstrap.css.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5230, vendor/assets/stylesheets/comstrap.css.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5233, vendor/assets/stylesheets/comstrap.css.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5236, vendor/assets/stylesheets/comstrap.css.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5240, vendor/assets/stylesheets/comstrap.css.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5244, vendor/assets/stylesheets/comstrap.css.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5248, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5256, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5260, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5265, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 5269, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5273, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5281, vendor/assets/stylesheets/comstrap.css.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5285, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5292, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 5297, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

/* line 5302, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #1af;
  border-color: #1af;
}

/* line 5310, vendor/assets/stylesheets/comstrap.css.scss */
.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,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 5321, vendor/assets/stylesheets/comstrap.css.scss */
.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: #ddf3ff;
}

/* line 5326, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item-success {
  color: #0c0;
  background-color: #dbffdb;
}

/* line 5330, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #0c0;
}

/* line 5334, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5338, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #0c0;
  background-color: #c2ffc2;
}

/* line 5345, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #0c0;
  border-color: #0c0;
}

/* line 5355, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item-info {
  color: #015;
  background-color: #ddf3ff;
}

/* line 5359, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #015;
}

/* line 5363, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5367, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #015;
  background-color: #c3eaff;
}

/* line 5374, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #015;
  border-color: #015;
}

/* line 5384, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item-warning {
  color: #f8c018;
  background-color: #fef6de;
}

/* line 5388, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #f8c018;
}

/* line 5392, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5396, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #f8c018;
  background-color: #fdefc5;
}

/* line 5403, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f8c018;
  border-color: #f8c018;
}

/* line 5413, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item-danger {
  color: #d12;
  background-color: #f2dede;
}

/* line 5417, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #d12;
}

/* line 5421, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5425, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #d12;
  background-color: #ebcccc;
}

/* line 5432, vendor/assets/stylesheets/comstrap.css.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d12;
  border-color: #d12;
}

/* line 5442, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5446, vendor/assets/stylesheets/comstrap.css.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5450, vendor/assets/stylesheets/comstrap.css.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5458, vendor/assets/stylesheets/comstrap.css.scss */
.panel-body {
  padding: 15px;
}

/* line 5461, vendor/assets/stylesheets/comstrap.css.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 5467, vendor/assets/stylesheets/comstrap.css.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5470, vendor/assets/stylesheets/comstrap.css.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5476, vendor/assets/stylesheets/comstrap.css.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 5483, vendor/assets/stylesheets/comstrap.css.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 5490, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5494, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5499, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 5505, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 5511, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5515, vendor/assets/stylesheets/comstrap.css.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5518, vendor/assets/stylesheets/comstrap.css.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5521, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5526, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5532, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 5537, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 5544, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}

/* line 5554, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}

/* line 5564, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 5569, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 5576, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}

/* line 5586, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}

/* line 5596, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5602, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5606, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5610, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 5624, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 5638, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 5648, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5658, vendor/assets/stylesheets/comstrap.css.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5662, vendor/assets/stylesheets/comstrap.css.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5665, vendor/assets/stylesheets/comstrap.css.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}

/* line 5669, vendor/assets/stylesheets/comstrap.css.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5672, vendor/assets/stylesheets/comstrap.css.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5675, vendor/assets/stylesheets/comstrap.css.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 5679, vendor/assets/stylesheets/comstrap.css.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5682, vendor/assets/stylesheets/comstrap.css.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5685, vendor/assets/stylesheets/comstrap.css.scss */
.panel-default {
  border-color: #ddd;
}

/* line 5688, vendor/assets/stylesheets/comstrap.css.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5693, vendor/assets/stylesheets/comstrap.css.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5696, vendor/assets/stylesheets/comstrap.css.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5700, vendor/assets/stylesheets/comstrap.css.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5703, vendor/assets/stylesheets/comstrap.css.scss */
.panel-primary {
  border-color: #1af;
}

/* line 5706, vendor/assets/stylesheets/comstrap.css.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1af;
  border-color: #1af;
}

/* line 5711, vendor/assets/stylesheets/comstrap.css.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1af;
}

/* line 5714, vendor/assets/stylesheets/comstrap.css.scss */
.panel-primary > .panel-heading .badge {
  color: #1af;
  background-color: #fff;
}

/* line 5718, vendor/assets/stylesheets/comstrap.css.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1af;
}

/* line 5721, vendor/assets/stylesheets/comstrap.css.scss */
.panel-success {
  border-color: #ccffc2;
}

/* line 5724, vendor/assets/stylesheets/comstrap.css.scss */
.panel-success > .panel-heading {
  color: #030;
  background-color: #dbffdb;
  border-color: #ccffc2;
}

/* line 5729, vendor/assets/stylesheets/comstrap.css.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ccffc2;
}

/* line 5732, vendor/assets/stylesheets/comstrap.css.scss */
.panel-success > .panel-heading .badge {
  color: #dbffdb;
  background-color: #030;
}

/* line 5736, vendor/assets/stylesheets/comstrap.css.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ccffc2;
}

/* line 5739, vendor/assets/stylesheets/comstrap.css.scss */
.panel-info {
  border-color: #b9f2ff;
}

/* line 5742, vendor/assets/stylesheets/comstrap.css.scss */
.panel-info > .panel-heading {
  color: #002c44;
  background-color: #ddf3ff;
  border-color: #b9f2ff;
}

/* line 5747, vendor/assets/stylesheets/comstrap.css.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b9f2ff;
}

/* line 5750, vendor/assets/stylesheets/comstrap.css.scss */
.panel-info > .panel-heading .badge {
  color: #ddf3ff;
  background-color: #002c44;
}

/* line 5754, vendor/assets/stylesheets/comstrap.css.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b9f2ff;
}

/* line 5757, vendor/assets/stylesheets/comstrap.css.scss */
.panel-warning {
  border-color: #fde6c5;
}

/* line 5760, vendor/assets/stylesheets/comstrap.css.scss */
.panel-warning > .panel-heading {
  color: #5b4503;
  background-color: #fef6de;
  border-color: #fde6c5;
}

/* line 5765, vendor/assets/stylesheets/comstrap.css.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fde6c5;
}

/* line 5768, vendor/assets/stylesheets/comstrap.css.scss */
.panel-warning > .panel-heading .badge {
  color: #fef6de;
  background-color: #5b4503;
}

/* line 5772, vendor/assets/stylesheets/comstrap.css.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fde6c5;
}

/* line 5775, vendor/assets/stylesheets/comstrap.css.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5778, vendor/assets/stylesheets/comstrap.css.scss */
.panel-danger > .panel-heading {
  color: #4f060c;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5783, vendor/assets/stylesheets/comstrap.css.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5786, vendor/assets/stylesheets/comstrap.css.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #4f060c;
}

/* line 5790, vendor/assets/stylesheets/comstrap.css.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5793, vendor/assets/stylesheets/comstrap.css.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5800, vendor/assets/stylesheets/comstrap.css.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5813, vendor/assets/stylesheets/comstrap.css.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5816, vendor/assets/stylesheets/comstrap.css.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5819, vendor/assets/stylesheets/comstrap.css.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -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);
}

/* line 5829, vendor/assets/stylesheets/comstrap.css.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5833, vendor/assets/stylesheets/comstrap.css.scss */
.well-lg {
  padding: 24px;
  border-radius: 3.5px;
}

/* line 5837, vendor/assets/stylesheets/comstrap.css.scss */
.well-sm {
  padding: 9px;
  border-radius: 2.5px;
}

/* line 5841, vendor/assets/stylesheets/comstrap.css.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 5851, vendor/assets/stylesheets/comstrap.css.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5859, vendor/assets/stylesheets/comstrap.css.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 5866, vendor/assets/stylesheets/comstrap.css.scss */
.modal-open {
  overflow: hidden;
}

/* line 5869, vendor/assets/stylesheets/comstrap.css.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5881, vendor/assets/stylesheets/comstrap.css.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 5890, vendor/assets/stylesheets/comstrap.css.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5896, vendor/assets/stylesheets/comstrap.css.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5900, vendor/assets/stylesheets/comstrap.css.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5905, vendor/assets/stylesheets/comstrap.css.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3.5px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 5917, vendor/assets/stylesheets/comstrap.css.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5926, vendor/assets/stylesheets/comstrap.css.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5930, vendor/assets/stylesheets/comstrap.css.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5934, vendor/assets/stylesheets/comstrap.css.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5938, vendor/assets/stylesheets/comstrap.css.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5941, vendor/assets/stylesheets/comstrap.css.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5945, vendor/assets/stylesheets/comstrap.css.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5949, vendor/assets/stylesheets/comstrap.css.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5954, vendor/assets/stylesheets/comstrap.css.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5958, vendor/assets/stylesheets/comstrap.css.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5961, vendor/assets/stylesheets/comstrap.css.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5964, vendor/assets/stylesheets/comstrap.css.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5972, vendor/assets/stylesheets/comstrap.css.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 5976, vendor/assets/stylesheets/comstrap.css.scss */
  .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);
  }
  /* line 5980, vendor/assets/stylesheets/comstrap.css.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5985, vendor/assets/stylesheets/comstrap.css.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 5989, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "TheSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 6013, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 6017, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6021, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6025, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6029, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6033, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #015;
  border-radius: 3px;
}

/* line 6041, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6048, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #015;
}

/* line 6055, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #015;
}

/* line 6062, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #015;
}

/* line 6069, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #015;
}

/* line 6076, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #015;
}

/* line 6083, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #015;
}

/* line 6090, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #015;
}

/* line 6097, vendor/assets/stylesheets/comstrap.css.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #015;
}

/* line 6104, vendor/assets/stylesheets/comstrap.css.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "TheSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3.5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

/* line 6138, vendor/assets/stylesheets/comstrap.css.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6141, vendor/assets/stylesheets/comstrap.css.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6144, vendor/assets/stylesheets/comstrap.css.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6147, vendor/assets/stylesheets/comstrap.css.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6150, vendor/assets/stylesheets/comstrap.css.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2.5px 2.5px 0 0;
}

/* line 6158, vendor/assets/stylesheets/comstrap.css.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6161, vendor/assets/stylesheets/comstrap.css.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6170, vendor/assets/stylesheets/comstrap.css.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 6173, vendor/assets/stylesheets/comstrap.css.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 6177, vendor/assets/stylesheets/comstrap.css.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 6185, vendor/assets/stylesheets/comstrap.css.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 6192, vendor/assets/stylesheets/comstrap.css.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 6200, vendor/assets/stylesheets/comstrap.css.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 6207, vendor/assets/stylesheets/comstrap.css.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6215, vendor/assets/stylesheets/comstrap.css.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 6222, vendor/assets/stylesheets/comstrap.css.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6230, vendor/assets/stylesheets/comstrap.css.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 6237, vendor/assets/stylesheets/comstrap.css.scss */
.carousel {
  position: relative;
}

/* line 6240, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6245, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 6252, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6257, vendor/assets/stylesheets/comstrap.css.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 6267, vendor/assets/stylesheets/comstrap.css.scss */
  .carousel-inner > .item.next,
.carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 6273, vendor/assets/stylesheets/comstrap.css.scss */
  .carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 6279, vendor/assets/stylesheets/comstrap.css.scss */
  .carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 6287, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6292, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6295, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6301, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6304, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6307, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6311, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6314, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6317, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6331, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6339, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6349, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 6357, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 6367, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6372, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6377, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 6384, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6387, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6390, vendor/assets/stylesheets/comstrap.css.scss */
.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;
}

/* line 6401, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 6413, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 6419, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 6431, vendor/assets/stylesheets/comstrap.css.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6435, vendor/assets/stylesheets/comstrap.css.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 6444, vendor/assets/stylesheets/comstrap.css.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 6448, vendor/assets/stylesheets/comstrap.css.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 6452, vendor/assets/stylesheets/comstrap.css.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 6457, vendor/assets/stylesheets/comstrap.css.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 6461, vendor/assets/stylesheets/comstrap.css.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6496, vendor/assets/stylesheets/comstrap.css.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* line 6514, vendor/assets/stylesheets/comstrap.css.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6519, vendor/assets/stylesheets/comstrap.css.scss */
.pull-right {
  float: right !important;
}

/* line 6522, vendor/assets/stylesheets/comstrap.css.scss */
.pull-left {
  float: left !important;
}

/* line 6525, vendor/assets/stylesheets/comstrap.css.scss */
.hide {
  display: none !important;
}

/* line 6528, vendor/assets/stylesheets/comstrap.css.scss */
.show {
  display: block !important;
}

/* line 6531, vendor/assets/stylesheets/comstrap.css.scss */
.invisible {
  visibility: hidden;
}

/* line 6534, vendor/assets/stylesheets/comstrap.css.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6541, vendor/assets/stylesheets/comstrap.css.scss */
.hidden {
  display: none !important;
}

/* line 6544, vendor/assets/stylesheets/comstrap.css.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 6550, vendor/assets/stylesheets/comstrap.css.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6556, vendor/assets/stylesheets/comstrap.css.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6571, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6574, vendor/assets/stylesheets/comstrap.css.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 6577, vendor/assets/stylesheets/comstrap.css.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 6580, vendor/assets/stylesheets/comstrap.css.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 6586, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 6591, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 6596, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6601, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6604, vendor/assets/stylesheets/comstrap.css.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 6607, vendor/assets/stylesheets/comstrap.css.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 6610, vendor/assets/stylesheets/comstrap.css.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6616, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6621, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6626, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6631, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6634, vendor/assets/stylesheets/comstrap.css.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 6637, vendor/assets/stylesheets/comstrap.css.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 6640, vendor/assets/stylesheets/comstrap.css.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6646, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6651, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6656, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6661, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6664, vendor/assets/stylesheets/comstrap.css.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 6667, vendor/assets/stylesheets/comstrap.css.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 6670, vendor/assets/stylesheets/comstrap.css.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 6676, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6681, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 6686, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 6691, vendor/assets/stylesheets/comstrap.css.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6696, vendor/assets/stylesheets/comstrap.css.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6701, vendor/assets/stylesheets/comstrap.css.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6706, vendor/assets/stylesheets/comstrap.css.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 6710, vendor/assets/stylesheets/comstrap.css.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6714, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6717, vendor/assets/stylesheets/comstrap.css.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 6720, vendor/assets/stylesheets/comstrap.css.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 6723, vendor/assets/stylesheets/comstrap.css.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 6728, vendor/assets/stylesheets/comstrap.css.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6732, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 6736, vendor/assets/stylesheets/comstrap.css.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6740, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 6744, vendor/assets/stylesheets/comstrap.css.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6748, vendor/assets/stylesheets/comstrap.css.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 6753, vendor/assets/stylesheets/comstrap.css.scss */
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: "TheSansLight";
  src: url(/assets/TheSansB_300_-fb684402821b60ef46314bf1f95aa11b37376800c219096a8851802cb4df812d.eot);
  src: url(/assets/TheSansB_300_-eb324cec868f074c79ccf5edcd734d97c16978a21968fbc79cbd6be5a4a74af8.woff2) format("woff2"), url(/assets/TheSansB_300_-54add5c583e3966518f7a551801cd0df9bbdce7437e95f27864afba38ae9f4ec.woff) format("woff"), url(/assets/TheSansB_300_-44aeac8f49034187b43ed9858323b0673c31e0b0dd8103d9b4ea4294066759fc.ttf) format("truetype"), url(/assets/TheSansB_300_-a03f34f6a235afdeea1ae3f98951386014166907b5021c9bb10a10dc64616a45.svg) format("svg");
}

@font-face {
  font-family: "TheSans";
  src: url(/assets/TheSansB_400_-e2fc761243331762f119af4fc7c9ff630079328c7b0ec5ea9c86fe691c1d8ae1.eot);
  src: url(/assets/TheSansB_400_-b161b7abec03c856f0667bc6acc239754e70ce9f4c090c7e3f44df8ee8a3cc85.woff2) format("woff2"), url(/assets/TheSansB_400_-d6c06622daaf5227ffb6a93864ec696817157d4fca027d1be4fede5f0177f68c.woff) format("woff"), url(/assets/TheSansB_400_-31bda07416b138900f821712a0583124038bde840809903d66b2eaeb818c3f4d.ttf) format("truetype"), url(/assets/TheSansB_400_-afea602b7a41da5a1d20d80fb23bd6769e29e12cf12da56e795ed50094cea5ec.svg) format("svg");
}

@font-face {
  font-family: "TheSans";
  font-weight: bold;
  src: url(/assets/TheSansB_700_-6b0b480c5117393ec8d3f060a04e1c729fe2245f7358d100cee791158a6a0c85.eot);
  src: url(/assets/TheSansB_700_-8574b0f3fe81841cd178320fb1000cd99152a5dd0f38edce3598bfb7f589995e.woff2) format("woff2"), url(/assets/TheSansB_700_-401b6e0826eca3f7bac0b4bb497302e6a1bae3f4ed784f05de13b405ea5e91e8.woff) format("woff"), url(/assets/TheSansB_700_-346da991c2955b65fd6c05ec554fd0ab62246329555462d168f82f3987224b2b.ttf) format("truetype"), url(/assets/TheSansB_700_-909739ffc5cc817e39c679b84c8c4ed44255cf999ec6dbc377f24176e4fd2b8f.svg) format("svg");
}

@font-face {
  font-family: "TheSerif";
  src: url(/assets/TheSerifB_300_-4467b49f49c18ab08c24c90d704be5dc9c21e3f73f8c47559f60335dd9861a79.eot);
  src: url(/assets/TheSerifB_300_-947c511ed4d62954de432ee42be6d44b0135a1f6af2b4e207e81713250c25eb8.woff2) format("woff2"), url(/assets/TheSerifB_300_-10608a48f700f12a41c78c3c5639ef8c62d34e568aed79f7fea38779712d6807.woff) format("woff"), url(/assets/TheSerifB_300_-15ed0226174f05314873046de67909650dae3460d8a7a63148dda4afcda74721.ttf) format("truetype"), url(/assets/TheSerifB_300_-2cf59f7fa9507aaad5d1d05dbda8354d3d4a4a820adaa9797fc5796d59042797.svg) format("svg");
}

@font-face {
  font-family: 'pictograms';
  font-style: normal;
  font-weight: normal;
  src: url(/assets/pictograms-0f562b10adc4d8e1495752a580759eb755e27e6f7437dcb824f14d200165ad96.eot?6amkhf);
  src: url(/assets/pictograms-0f562b10adc4d8e1495752a580759eb755e27e6f7437dcb824f14d200165ad96.eot?6amkhf#iefix) format("embedded-opentype"), url(/assets/pictograms-a65fbed7223906c0dca13a6e4b180f69394f623e7d369f415a39766f260e6992.ttf?6amkhf) format("truetype"), url(/assets/pictograms-e075f5943d10fb0aa537425329189b4f507ecc2aaa1b395861c35c71331bf8b1.woff?6amkhf) format("woff"), url(/assets/pictograms-f45407c8ff41cd2ce8b6facabfa5575d6a24ec4d76b9172b990f20b862b8c96d.svg?6amkhf#pictograms) format("svg");
}

/* line 6790, vendor/assets/stylesheets/comstrap.css.scss */
[class^="picto-"],
[class*=" picto-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pictograms' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6805, vendor/assets/stylesheets/comstrap.css.scss */
.picto-2x {
  font-size: 200%;
}

/* line 6808, vendor/assets/stylesheets/comstrap.css.scss */
.picto-4x {
  font-size: 400%;
}

/* line 6811, vendor/assets/stylesheets/comstrap.css.scss */
.picto-suse:before {
  content: "\e909";
}

/* line 6814, vendor/assets/stylesheets/comstrap.css.scss */
.picto-linux:before {
  content: "\e908";
}

/* line 6817, vendor/assets/stylesheets/comstrap.css.scss */
.picto-dbms:before {
  content: "\e905";
}

/* line 6820, vendor/assets/stylesheets/comstrap.css.scss */
.picto-redhat:before {
  content: "\e906";
}

/* line 6823, vendor/assets/stylesheets/comstrap.css.scss */
.picto-ubuntu:before {
  content: "\e907";
}

/* line 6826, vendor/assets/stylesheets/comstrap.css.scss */
.picto-windows-old:before {
  content: "\e90a";
}

/* line 6829, vendor/assets/stylesheets/comstrap.css.scss */
.picto-windows:before {
  content: "\e90b";
}

/* line 6832, vendor/assets/stylesheets/comstrap.css.scss */
.picto-console:before {
  content: "\e904";
}

/* line 6835, vendor/assets/stylesheets/comstrap.css.scss */
.picto-clone:before {
  content: "\e903";
}

/* line 6838, vendor/assets/stylesheets/comstrap.css.scss */
.picto-link:before {
  content: "\e902";
}

/* line 6841, vendor/assets/stylesheets/comstrap.css.scss */
.picto-tag:before {
  content: "\e900";
}

/* line 6844, vendor/assets/stylesheets/comstrap.css.scss */
.picto-upload:before {
  content: "\e901";
}

/* line 6847, vendor/assets/stylesheets/comstrap.css.scss */
.picto-runtime:before {
  content: "\e695";
}

/* line 6850, vendor/assets/stylesheets/comstrap.css.scss */
.picto-volume:before {
  content: "\e696";
}

/* line 6853, vendor/assets/stylesheets/comstrap.css.scss */
.picto-list:before {
  content: "\e694";
}

/* line 6856, vendor/assets/stylesheets/comstrap.css.scss */
.picto-edge:before {
  content: "\e690";
}

/* line 6859, vendor/assets/stylesheets/comstrap.css.scss */
.picto-gateway:before {
  content: "\e691";
}

/* line 6862, vendor/assets/stylesheets/comstrap.css.scss */
.picto-ip:before {
  content: "\e692";
}

/* line 6865, vendor/assets/stylesheets/comstrap.css.scss */
.picto-switch:before {
  content: "\e693";
}

/* line 6868, vendor/assets/stylesheets/comstrap.css.scss */
.picto-chevronleft:before {
  content: "\e68c";
}

/* line 6871, vendor/assets/stylesheets/comstrap.css.scss */
.picto-chevronright:before {
  content: "\e68d";
}

/* line 6874, vendor/assets/stylesheets/comstrap.css.scss */
.picto-chevrondown:before {
  content: "\e68e";
}

/* line 6877, vendor/assets/stylesheets/comstrap.css.scss */
.picto-chevronup:before {
  content: "\e68f";
}

/* line 6880, vendor/assets/stylesheets/comstrap.css.scss */
.picto-api:before {
  content: "\e68b";
}

/* line 6883, vendor/assets/stylesheets/comstrap.css.scss */
.picto-enterfullscreen:before {
  content: "\e679";
}

/* line 6886, vendor/assets/stylesheets/comstrap.css.scss */
.picto-leavefullscreen:before {
  content: "\e67a";
}

/* line 6889, vendor/assets/stylesheets/comstrap.css.scss */
.picto-gaming:before {
  content: "\e67b";
}

/* line 6892, vendor/assets/stylesheets/comstrap.css.scss */
.picto-rename:before {
  content: "\e67c";
}

/* line 6895, vendor/assets/stylesheets/comstrap.css.scss */
.picto-stop:before {
  content: "\e67d";
}

/* line 6898, vendor/assets/stylesheets/comstrap.css.scss */
.picto-start:before {
  content: "\e67e";
}

/* line 6901, vendor/assets/stylesheets/comstrap.css.scss */
.picto-pause:before {
  content: "\e67f";
}

/* line 6904, vendor/assets/stylesheets/comstrap.css.scss */
.picto-rewind:before {
  content: "\e680";
}

/* line 6907, vendor/assets/stylesheets/comstrap.css.scss */
.picto-forward:before {
  content: "\e681";
}

/* line 6910, vendor/assets/stylesheets/comstrap.css.scss */
.picto-toend:before {
  content: "\e682";
}

/* line 6913, vendor/assets/stylesheets/comstrap.css.scss */
.picto-tostart:before {
  content: "\e683";
}

/* line 6916, vendor/assets/stylesheets/comstrap.css.scss */
.picto-rotateleft:before {
  content: "\e684";
}

/* line 6919, vendor/assets/stylesheets/comstrap.css.scss */
.picto-rotateright:before {
  content: "\e685";
}

/* line 6922, vendor/assets/stylesheets/comstrap.css.scss */
.picto-ship:before {
  content: "\e686";
}

/* line 6925, vendor/assets/stylesheets/comstrap.css.scss */
.picto-sort:before {
  content: "\e687";
}

/* line 6928, vendor/assets/stylesheets/comstrap.css.scss */
.picto-sun:before {
  content: "\e688";
}

/* line 6931, vendor/assets/stylesheets/comstrap.css.scss */
.picto-zoomin:before {
  content: "\e689";
}

/* line 6934, vendor/assets/stylesheets/comstrap.css.scss */
.picto-zoomout:before {
  content: "\e68a";
}

/* line 6937, vendor/assets/stylesheets/comstrap.css.scss */
.picto-info-round:before {
  content: "\e672";
}

/* line 6940, vendor/assets/stylesheets/comstrap.css.scss */
.picto-question-round:before {
  content: "\e674";
}

/* line 6943, vendor/assets/stylesheets/comstrap.css.scss */
.picto-software:before {
  content: "\e676";
}

/* line 6946, vendor/assets/stylesheets/comstrap.css.scss */
.picto-caution-round:before {
  content: "\e678";
}

/* line 6949, vendor/assets/stylesheets/comstrap.css.scss */
.picto-plus:before {
  content: "\e673";
}

/* line 6952, vendor/assets/stylesheets/comstrap.css.scss */
.picto-robber:before {
  content: "\e675";
}

/* line 6955, vendor/assets/stylesheets/comstrap.css.scss */
.picto-minus:before {
  content: "\e677";
}

/* line 6958, vendor/assets/stylesheets/comstrap.css.scss */
.picto-folder:before {
  content: "\e671";
}

/* line 6961, vendor/assets/stylesheets/comstrap.css.scss */
.picto-group:before {
  content: "\e670";
}

/* line 6964, vendor/assets/stylesheets/comstrap.css.scss */
.picto-person:before {
  content: "\e601";
}

/* line 6967, vendor/assets/stylesheets/comstrap.css.scss */
.picto-trash:before {
  content: "\e602";
}

/* line 6970, vendor/assets/stylesheets/comstrap.css.scss */
.picto-server:before {
  content: "\e603";
}

/* line 6973, vendor/assets/stylesheets/comstrap.css.scss */
.picto-internet:before {
  content: "\e604";
}

/* line 6976, vendor/assets/stylesheets/comstrap.css.scss */
.picto-network:before {
  content: "\e605";
}

/* line 6979, vendor/assets/stylesheets/comstrap.css.scss */
.picto-help:before {
  content: "\e606";
}

/* line 6982, vendor/assets/stylesheets/comstrap.css.scss */
.picto-rocket:before {
  content: "\e607";
}

/* line 6985, vendor/assets/stylesheets/comstrap.css.scss */
.picto-personalcloud:before {
  content: "\e608";
}

/* line 6988, vendor/assets/stylesheets/comstrap.css.scss */
.picto-speed-connection:before {
  content: "\e609";
}

/* line 6991, vendor/assets/stylesheets/comstrap.css.scss */
.picto-bell:before {
  content: "\e60a";
}

/* line 6994, vendor/assets/stylesheets/comstrap.css.scss */
.picto-computer:before {
  content: "\e60b";
}

/* line 6997, vendor/assets/stylesheets/comstrap.css.scss */
.picto-router:before {
  content: "\e60c";
}

/* line 7000, vendor/assets/stylesheets/comstrap.css.scss */
.picto-wlan:before {
  content: "\e60d";
}

/* line 7003, vendor/assets/stylesheets/comstrap.css.scss */
.picto-document:before {
  content: "\e60e";
}

/* line 7006, vendor/assets/stylesheets/comstrap.css.scss */
.picto-database:before {
  content: "\e60f";
}

/* line 7009, vendor/assets/stylesheets/comstrap.css.scss */
.picto-lock:before {
  content: "\e610";
}

/* line 7012, vendor/assets/stylesheets/comstrap.css.scss */
.picto-firewall:before {
  content: "\e611";
}

/* line 7015, vendor/assets/stylesheets/comstrap.css.scss */
.picto-message:before {
  content: "\e612";
}

/* line 7018, vendor/assets/stylesheets/comstrap.css.scss */
.picto-question:before {
  content: "\e613";
}

/* line 7021, vendor/assets/stylesheets/comstrap.css.scss */
.picto-ok:before {
  content: "\e614";
}

/* line 7024, vendor/assets/stylesheets/comstrap.css.scss */
.picto-info:before {
  content: "\e615";
}

/* line 7027, vendor/assets/stylesheets/comstrap.css.scss */
.picto-caution:before {
  content: "\e616";
}

/* line 7030, vendor/assets/stylesheets/comstrap.css.scss */
.picto-fire:before {
  content: "\e617";
}

/* line 7033, vendor/assets/stylesheets/comstrap.css.scss */
.picto-website:before {
  content: "\e618";
}

/* line 7036, vendor/assets/stylesheets/comstrap.css.scss */
.picto-reload:before {
  content: "\e619";
}

/* line 7039, vendor/assets/stylesheets/comstrap.css.scss */
.picto-idea:before {
  content: "\e61a";
}

/* line 7042, vendor/assets/stylesheets/comstrap.css.scss */
.picto-sync:before {
  content: "\e61b";
}

/* line 7045, vendor/assets/stylesheets/comstrap.css.scss */
.picto-ethernet:before {
  content: "\e61c";
}

/* line 7048, vendor/assets/stylesheets/comstrap.css.scss */
.picto-proxy:before {
  content: "\e61d";
}

/* line 7051, vendor/assets/stylesheets/comstrap.css.scss */
.picto-cancel:before {
  content: "\e61e";
}

/* line 7054, vendor/assets/stylesheets/comstrap.css.scss */
.picto-edit:before {
  content: "\e61f";
}

/* line 7057, vendor/assets/stylesheets/comstrap.css.scss */
.picto-save:before {
  content: "\e620";
}

/* line 7060, vendor/assets/stylesheets/comstrap.css.scss */
.picto-cancel-round:before {
  content: "\e621";
}

/* line 7063, vendor/assets/stylesheets/comstrap.css.scss */
.picto-ok-round:before {
  content: "\e622";
}

/* line 7066, vendor/assets/stylesheets/comstrap.css.scss */
.picto-backup:before {
  content: "\e623";
}

/* line 7069, vendor/assets/stylesheets/comstrap.css.scss */
.picto-home:before {
  content: "\e624";
}

/* line 7072, vendor/assets/stylesheets/comstrap.css.scss */
.picto-gears:before {
  content: "\e625";
}

/* line 7075, vendor/assets/stylesheets/comstrap.css.scss */
.picto-time:before {
  content: "\e626";
}

/* line 7078, vendor/assets/stylesheets/comstrap.css.scss */
.picto-star:before {
  content: "\e627";
}

/* line 7081, vendor/assets/stylesheets/comstrap.css.scss */
.picto-calendar:before {
  content: "\e628";
}

/* line 7084, vendor/assets/stylesheets/comstrap.css.scss */
.picto-mobile:before {
  content: "\e629";
}

/* line 7087, vendor/assets/stylesheets/comstrap.css.scss */
.picto-creditcard:before {
  content: "\e62a";
}

/* line 7090, vendor/assets/stylesheets/comstrap.css.scss */
.picto-tool:before {
  content: "\e62b";
}

/* line 7093, vendor/assets/stylesheets/comstrap.css.scss */
.picto-chart:before {
  content: "\e62c";
}

/* line 7096, vendor/assets/stylesheets/comstrap.css.scss */
.picto-signal:before {
  content: "\e62d";
}

/* line 7099, vendor/assets/stylesheets/comstrap.css.scss */
.picto-present:before {
  content: "\e62e";
}

/* line 7102, vendor/assets/stylesheets/comstrap.css.scss */
.picto-settings:before {
  content: "\e62f";
}

/* line 7105, vendor/assets/stylesheets/comstrap.css.scss */
.picto-settings-round:before {
  content: "\e630";
}

/* line 7108, vendor/assets/stylesheets/comstrap.css.scss */
.picto-snow:before {
  content: "\e631";
}

/* line 7111, vendor/assets/stylesheets/comstrap.css.scss */
.picto-cloud:before {
  content: "\e632";
}

/* line 7114, vendor/assets/stylesheets/comstrap.css.scss */
.picto-like:before {
  content: "\e633";
}

/* line 7117, vendor/assets/stylesheets/comstrap.css.scss */
.picto-megaphone:before {
  content: "\e634";
}

/* line 7120, vendor/assets/stylesheets/comstrap.css.scss */
.picto-robot:before {
  content: "\e635";
}

/* line 7123, vendor/assets/stylesheets/comstrap.css.scss */
.picto-umbrella:before {
  content: "\e636";
}

/* line 7126, vendor/assets/stylesheets/comstrap.css.scss */
.picto-money:before {
  content: "\e637";
}

/* line 7129, vendor/assets/stylesheets/comstrap.css.scss */
.picto-steer:before {
  content: "\e638";
}

/* line 7132, vendor/assets/stylesheets/comstrap.css.scss */
.picto-cart:before {
  content: "\e639";
}

/* line 7135, vendor/assets/stylesheets/comstrap.css.scss */
.picto-search:before {
  content: "\e63a";
}

/* line 7138, vendor/assets/stylesheets/comstrap.css.scss */
.picto-up:before {
  content: "\e63b";
}

/* line 7141, vendor/assets/stylesheets/comstrap.css.scss */
.picto-down:before {
  content: "\e63c";
}

/* line 7144, vendor/assets/stylesheets/comstrap.css.scss */
.picto-left:before {
  content: "\e63d";
}

/* line 7147, vendor/assets/stylesheets/comstrap.css.scss */
.picto-right:before {
  content: "\e63e";
}

/* line 7150, vendor/assets/stylesheets/comstrap.css.scss */
.picto-prime:before {
  content: "\e63f";
}

/* line 7153, vendor/assets/stylesheets/comstrap.css.scss */
.picto-target:before {
  content: "\e640";
}

/* line 7156, vendor/assets/stylesheets/comstrap.css.scss */
.picto-compass:before {
  content: "\e641";
}

/* line 7159, vendor/assets/stylesheets/comstrap.css.scss */
.picto-code:before {
  content: "\e642";
}

/* line 7162, vendor/assets/stylesheets/comstrap.css.scss */
.picto-handshake:before {
  content: "\e643";
}

/* line 7165, vendor/assets/stylesheets/comstrap.css.scss */
.picto-key:before {
  content: "\e644";
}

/* line 7168, vendor/assets/stylesheets/comstrap.css.scss */
.picto-camera:before {
  content: "\e645";
}

/* line 7171, vendor/assets/stylesheets/comstrap.css.scss */
.picto-puzzle:before {
  content: "\e646";
}

/* line 7174, vendor/assets/stylesheets/comstrap.css.scss */
.picto-crown:before {
  content: "\e647";
}

/* line 7177, vendor/assets/stylesheets/comstrap.css.scss */
.picto-speech:before {
  content: "\e648";
}

/* line 7180, vendor/assets/stylesheets/comstrap.css.scss */
.picto-podium:before {
  content: "\e649";
}

/* line 7183, vendor/assets/stylesheets/comstrap.css.scss */
.picto-speed:before {
  content: "\e64a";
}

/* line 7186, vendor/assets/stylesheets/comstrap.css.scss */
.picto-sms:before {
  content: "\e64b";
}

/* line 7189, vendor/assets/stylesheets/comstrap.css.scss */
.picto-steps:before {
  content: "\e64c";
}

/* line 7192, vendor/assets/stylesheets/comstrap.css.scss */
.picto-photo:before {
  content: "\e64d";
}

/* line 7195, vendor/assets/stylesheets/comstrap.css.scss */
.picto-news:before {
  content: "\e64e";
}

/* line 7198, vendor/assets/stylesheets/comstrap.css.scss */
.picto-factory:before {
  content: "\e64f";
}

/* line 7201, vendor/assets/stylesheets/comstrap.css.scss */
.picto-leaf:before {
  content: "\e650";
}

/* line 7204, vendor/assets/stylesheets/comstrap.css.scss */
.picto-ball:before {
  content: "\e651";
}

/* line 7207, vendor/assets/stylesheets/comstrap.css.scss */
.picto-skull:before {
  content: "\e652";
}

/* line 7210, vendor/assets/stylesheets/comstrap.css.scss */
.picto-waypointer:before {
  content: "\e653";
}

/* line 7213, vendor/assets/stylesheets/comstrap.css.scss */
.picto-bill:before {
  content: "\e654";
}

/* line 7216, vendor/assets/stylesheets/comstrap.css.scss */
.picto-eye:before {
  content: "\e655";
}

/* line 7219, vendor/assets/stylesheets/comstrap.css.scss */
.picto-antenna:before {
  content: "\e656";
}

/* line 7222, vendor/assets/stylesheets/comstrap.css.scss */
.picto-notes:before {
  content: "\e657";
}

/* line 7225, vendor/assets/stylesheets/comstrap.css.scss */
.picto-phone:before {
  content: "\e658";
}

/* line 7228, vendor/assets/stylesheets/comstrap.css.scss */
.picto-company:before {
  content: "\e659";
}

/* line 7231, vendor/assets/stylesheets/comstrap.css.scss */
.picto-play:before {
  content: "\e65a";
}

/* line 7234, vendor/assets/stylesheets/comstrap.css.scss */
.picto-coffee:before {
  content: "\e65b";
}

/* line 7237, vendor/assets/stylesheets/comstrap.css.scss */
.picto-tv:before {
  content: "\e65c";
}

/* line 7240, vendor/assets/stylesheets/comstrap.css.scss */
.picto-music:before {
  content: "\e65d";
}

/* line 7243, vendor/assets/stylesheets/comstrap.css.scss */
.picto-movie:before {
  content: "\e65e";
}

/* line 7246, vendor/assets/stylesheets/comstrap.css.scss */
.picto-drink:before {
  content: "\e65f";
}

/* line 7249, vendor/assets/stylesheets/comstrap.css.scss */
.picto-standby:before {
  content: "\e660";
}

/* line 7252, vendor/assets/stylesheets/comstrap.css.scss */
.picto-grid:before {
  content: "\e661";
}

/* line 7255, vendor/assets/stylesheets/comstrap.css.scss */
.picto-back-round:before {
  content: "\e662";
}

/* line 7258, vendor/assets/stylesheets/comstrap.css.scss */
.picto-heart:before {
  content: "\e663";
}

/* line 7261, vendor/assets/stylesheets/comstrap.css.scss */
.picto-book:before {
  content: "\e664";
}

/* line 7264, vendor/assets/stylesheets/comstrap.css.scss */
.picto-share:before {
  content: "\e665";
}

/* line 7267, vendor/assets/stylesheets/comstrap.css.scss */
.picto-teddy:before {
  content: "\e666";
}

/* line 7270, vendor/assets/stylesheets/comstrap.css.scss */
.picto-scale:before {
  content: "\e667";
}

/* line 7273, vendor/assets/stylesheets/comstrap.css.scss */
.picto-piggybank:before {
  content: "\e668";
}

/* line 7276, vendor/assets/stylesheets/comstrap.css.scss */
.picto-webcam:before {
  content: "\e669";
}

/* line 7279, vendor/assets/stylesheets/comstrap.css.scss */
.picto-attach:before {
  content: "\e66a";
}

/* line 7282, vendor/assets/stylesheets/comstrap.css.scss */
.picto-flag:before {
  content: "\e66b";
}

/* line 7285, vendor/assets/stylesheets/comstrap.css.scss */
.picto-plus-round:before {
  content: "\e66c";
}

/* line 7288, vendor/assets/stylesheets/comstrap.css.scss */
.picto-minus-round:before {
  content: "\e66d";
}

/* line 7291, vendor/assets/stylesheets/comstrap.css.scss */
.picto-up-round:before {
  content: "\e66e";
}

/* line 7294, vendor/assets/stylesheets/comstrap.css.scss */
.picto-sync-round:before {
  content: "\e66f";
}

/* line 7297, vendor/assets/stylesheets/comstrap.css.scss */
.picto-spinner:before {
  content: "\e600";
}

/* line 7300, vendor/assets/stylesheets/comstrap.css.scss */
.sc-navbar-vert {
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
  border-right: 1px solid #eee;
}

/* line 7306, vendor/assets/stylesheets/comstrap.css.scss */
.sc-navbar-vert ul:first-child {
  padding: 61px 0 0 0;
}

/* line 7309, vendor/assets/stylesheets/comstrap.css.scss */
.sc-navbar-vert-traditional {
  border: none;
}

/* line 7312, vendor/assets/stylesheets/comstrap.css.scss */
.sc-navbar-vert-traditional > nav > ul > li {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #d6d6d6;
}

/* line 7317, vendor/assets/stylesheets/comstrap.css.scss */
.sc-navbar-vert-traditional > nav > ul > li > a {
  padding-left: 17px;
  margin-left: 0;
}

/* line 7321, vendor/assets/stylesheets/comstrap.css.scss */
.sc-navbar-vert-traditional > nav > ul > li.active > a,
.sc-navbar-vert-traditional > nav > ul > li.active > a:hover {
  font-weight: bold;
  color: #1af;
  background-color: transparent;
}

/* line 7327, vendor/assets/stylesheets/comstrap.css.scss */
.sc-navbar-vert > nav > ul > sc-navbar-vert-form {
  margin-top: 14px;
  margin-bottom: 14px;
  border-bottom: none;
}

/* line 7332, vendor/assets/stylesheets/comstrap.css.scss */
.sc-navbar-vert:not(.sc-navbar-vert-traditional) > nav > ul > li > form {
  margin-right: 10px;
  margin-left: 10px;
}

/* line 7336, vendor/assets/stylesheets/comstrap.css.scss */
.sc-navbar-vert-traditional > nav > ul > li > form {
  margin-right: 0;
  margin-left: 0;
}

/* line 7340, vendor/assets/stylesheets/comstrap.css.scss */
.sc-navbar-vert > nav > .nav-pills > li > a,
.sc-navbar-vert > div > nav > .nav-pills > li > a {
  border-radius: 0;
}

@media (max-width: 768px) {
  /* line 7345, vendor/assets/stylesheets/comstrap.css.scss */
  .sc-navbar-vert {
    margin-bottom: 1.5em;
  }
  /* line 7348, vendor/assets/stylesheets/comstrap.css.scss */
  .sc-navbar-vert-traditional > nav > ul > li > form {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  /* line 7354, vendor/assets/stylesheets/comstrap.css.scss */
  .sc-navbar-vert {
    position: fixed;
    left: 0;
    height: 100%;
  }
  /* line 7359, vendor/assets/stylesheets/comstrap.css.scss */
  .sc-navbar-vert ul li a {
    padding-left: 22px;
  }
  /* line 7362, vendor/assets/stylesheets/comstrap.css.scss */
  .sc-navbar-vert-traditional > nav > ul > li {
    margin-left: 15px;
  }
  /* line 7365, vendor/assets/stylesheets/comstrap.css.scss */
  .sc-navbar-vert-traditional > nav > ul > li > a {
    padding-left: 7px;
  }
  /* line 7368, vendor/assets/stylesheets/comstrap.css.scss */
  .sc-main-content {
    float: right;
    margin-top: 70px;
  }
  /* line 7372, vendor/assets/stylesheets/comstrap.css.scss */
  .sc-main-content *:first-child {
    margin-top: 0;
  }
}

/* line 7376, vendor/assets/stylesheets/comstrap.css.scss */
.navbar {
  border-width: 0;
}

/* line 7379, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-default {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

/* line 7383, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-brand img {
  position: relative;
  top: -16px;
  width: 145px;
}

/* line 7388, vendor/assets/stylesheets/comstrap.css.scss */
.navbar-fixed-top > div > div > a > img {
  margin-left: -21px;
}

/* line 7391, vendor/assets/stylesheets/comstrap.css.scss */
.nav-pills li a,
.nav-tabs li a {
  color: #333;
}

/* line 7395, vendor/assets/stylesheets/comstrap.css.scss */
.nav-stacked > li + li {
  margin-top: 0;
}

/* line 7398, vendor/assets/stylesheets/comstrap.css.scss */
.sc-spinner-container {
  text-align: center;
}

/* line 7401, vendor/assets/stylesheets/comstrap.css.scss */
.sc-spinner {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border: solid 18px;
  border-color: #777 transparent #777 transparent;
  border-radius: 99999px;
  -webkit-animation: spin 1.7s linear infinite;
  -o-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
}

/* line 7413, vendor/assets/stylesheets/comstrap.css.scss */
.sc-spinner-gif {
  height: 1em;
}

/* line 7416, vendor/assets/stylesheets/comstrap.css.scss */
.sc-spinner-gif::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url(data:image/gif;base64,R0lGODlhMgAyAPECAHd3d3h4eAAAAAAAACH5BAkDAAIAIf8LTkVUU0NBUEUyLjADAQAAACH/C0ltYWdlTWFnaWNrDmdhbW1hPTAuNDU0NTQ1ACwAAAAAMgAyAAAClJSPmcARCqOchllLsz7herCFUfd54nmUJSqqKru5L0yRsklL95wr9n7pQYArIYJYNAp+SIay0sQZmdFn9GO9Bo1aaa+7FYIx4rGzbOaaQULqdbp+fs0P9FidtoPx4Pr8ztelFBf4NghYWHUomKXll0gkJ8Ao5yg5aSgZ9VjZdJmC9Am6I3p0wykqg1pasloK1eGaUQAAIfkECQMAAgAh/wtJbWFnZU1hZ2ljaw5nYW1tYT0wLjQ1NDU0NQAsAAAAADIAMgAAApmUj5nAzaGinNLZR7M2IdwLbeLyleNplCoqqi6ruS88ebJJR/YN5gq/8pGAFyGCiDPukA5jillUQqPCKdVnbRqz2iqX4fyChcus82kNnYflz7qVfJ9s8hy9fgriKzePuv61JgbwRzMYJoYYuLVIlsjY6NPGdPYIaSVololZmfbm+TZ5A8hU2Em0J0BkujmaqirzitDRYMO6UQAAIfkECQMAAgAh/wtJbWFnZU1hZ2ljaw5nYW1tYT0wLjQ1NDU0NQAsAAAAADIAMgAAApiUj5nA7QqjhK7aiXGw/OWPbN0IgCZJBmaGoivWum8Uy3Mi1tyt5PrFQ/w6qqBh2DEafMiGUtDcGZnRZxRovFaeVORTeP0qmmJarayxoSej9SnnngGK8de8vnLQ8WYpf5HydxCzwTdU6KaFpuWkxNiY9VjiKEn5aFVpqagZhqm1F8QIyiMqxli2+dWJijTqqVMHKzjH4fpRAAAh+QQJAwACACH/C0ltYWdlTWFnaWNrDmdhbW1hPTAuNDU0NTQ1ACwAAAAAMgAyAAACpZSPmcDNEZScVLqLQd015H9F3OiBZjNy56qlFMu6E7zKFm2K9lHi347o+TA64BAEPByRSeESlRQ4n63o9BhNXHFZxbbWvfnCLxp583WcVaZ1aut2YeI2Nd1WvMv1Mjt/E/JXRiSocFJowJJ3x6WHRffklraymETVUCkzSZOZcunQyfbJkDVKGmUKECp6uQpo2gVbOhr2SbaZc4ab4WpkVigEAbVTAAAh+QQJAwACACH/C0ltYWdlTWFnaWNrDmdhbW1hPTAuNDU0NTQ1ACwAAAAAMgAyAAACoZSPmcANEYCatE6Hs7S86q91ohCBphOM3sk66tLGzHvIMm3YcUrrMV7ymXAk4YlYNGZ4SIES00QEjVGFklmtCbOTaYu7+oLDxzH5Y+6A0iLvgz1CwVWN+Qtrb+fj770F6te1FAgzSOhkgjf3s3dj5wNHZfY0+aRI9OQS5WYUgZSJhgNq+DKaIWqq2ZPat5p6KcJaxakDC6QU+SDWCKHri1QAACH5BAkDAAIAIf8LSW1hZ2VNYWdpY2sOZ2FtbWE9MC40NTQ1NDUALAAAAAAyADIAAAKllI+ZwO0Ko4SuWjDzBOH6qoVC95VOIErmCqYIC7dpTDduXd947Ar7iuqNfh/hgXgxIkhIjPKFDD6XxCmEGZNaFzTtlgv7bljizKqsKaFDWNs6ZHmnSF65uW7f4PNXxp5/JAMIdjJIGGfoU/KH1uYBSJOHI/ez5sgj1uRkdTk51YnDaKYpOENaIaoAqqlziijimtQamxoRy6lZC1f1FjnI4dfQoVQAACH5BAkDAAIAIf8LSW1hZ2VNYWdpY2sOZ2FtbWE9MC40NTQ1NDUALAAAAAAyADIAAAKilI+ZwA3xlJxUuotB3RXmf3Gi4IFmE4zUyYaqUrbtu8hyShu2jee7ndP9WL3XkBgUHEFF39KVPDwZzeg0OlliV79tBej9IsObU5UsiTnQIzWDrYLCR4157mzv5I3vPceB50eCEZgHIojgJrfXUhgGZqdoYqfF9uQYN6XhpVln1YmSJHl1B7qYaepZmhoRxNrn+orFujXKQ0YKt4M4CBGDOVEAACH5BAkDAAIAIf8LSW1hZ2VNYWdpY2sOZ2FtbWE9MC40NTQ1NDUALAAAAAAyADIAAAKhlI+ZwM0BlJxUuotj3RTmf3HiAZZOMIrmqqUUy7ovbMqSR3+oveTgzjP4SsDgEBQkHT9J4RJTtOGej6aA2ojysNrkEWJVTGHhSa48W6E3xDUH6Vad4ikHXda6j7p6c6O/MQY4MfY3qAQ3WJgBeHY3xJcUsKiGRkkTdukoiWXH2clgBWroNWql6XNqqtoZWQdathrWuUZbu+RaSnboMTnHUwAAIfkECQMAAgAh/wtJbWFnZU1hZ2ljaw5nYW1tYT0wLjQ1NDU0NQAsAAAAADIAMgAAApuUj5nAHA2UnHTCi6veBvvLhctHAoEoPiWJhuvaam95xtZM1raC5zvf++h+AlUwQzwcP8nOEjPcPT1NwfQStV1BSeO2um2Ar1XlsgycoW++NUXo5nDjnAddxLjXIXqKl9938IekZ6JG97Q22FO1eDQWFpEUmddFCRnW5PjYdIlJphlZtomDRnr4eYb25Qa6NnWnWlga6GToUBlTAAAh+QQJAwACACH/C0ltYWdlTWFnaWNrDmdhbW1hPTAuNDU0NTQ1ACwAAAAAMgAyAAACm5SPqRHgDYKatFoBnd63e7OF4kdO4qmVqoC2K9m20nvFMm3ZNz5lejjjJX6ooBBEPB0RSdQS2Rwto8opFWi9crJawLO7FYJTx7GD2zXSfNQnVAZxm05qOeVhh0XyFzaZz5IkF9F15HeFppWIWGb2NfYIaei4GPV02OQmGcnI2SaH+WMXGlPX+GnXmWcJGEjUekBkyqcD28PGgFMAACH5BAkDAAIAIf8LSW1hZ2VNYWdpY2sOZ2FtbWE9MC40NTQ1NDUALAAAAAAyADIAAAKTlI+pCA2xopzUWUCzVvfCDUrdGJbM2JkmOn6qxqIvHHfuHNUynus2v/CRgAnhkGgwHonKFFLQdDKjlie1irxigVpHtouZdm8zcEOsJb/MYR6bjdbGr3MqMWD+dvXyetO6x2eHhNcn+PdUOAi4yIj4JKCoBHnQCCnpQ3lipImAGdNZlBnqqUOq8Ll1Kiq1uoAHS1QAACH5BAkDAAIAIf8LSW1hZ2VNYWdpY2sOZ2FtbWE9MC40NTQ1NDUALAAAAAAyADIAAAKflI+pK8EPYwQUyItX3bnPvTneiIAmiZoq6qmmyF7uG8szCNdLcK+61jv9FLwgaJgw+pACpZDpfA6jR2SRSoFiOdNtBen9dsOBsiUWvvE66e2jDbhSywe4HZaWex9FvZ2W4eKHVcMzSAWWlhi2uNdI+BjF1OCoBWmJOEkZlYOppGlwqXm4BLoZZFpilKraw5o00/l68wpUVcvAhQshW1MAACH5BAkDAAIAIf8LSW1hZ2VNYWdpY2sOZ2FtbWE9MC40NTQ1NDUALAAAAAAyADIAAAKilI+py+0Po5wQWEBzvDbov3AXSAoi55XZiaoU27pQAMdyU583nnN72BP9EkHd0FAUHmlJ37Cp/EGdu6mS+mFaMSbjamsRaE+pDbiTrJy3vPW2jHTLDWNwnd2Vn+F5PRR3BxM4peZXw+eQ47H2wRIHVuK094QnVVl1uTNYc0QHhYjZ1HkgOvoYZHqwiWWKmorQ85owCPrqKAvEigvbsev7O1EAACH5BAkDAAIAIf8LSW1hZ2VNYWdpY2sOZ2FtbWE9MC40NTQ1NDUALAAAAAAyADIAAAKwlI+py+0Po5y02hnC3SyAz4XHR2riRabmSaUqO7kyHMkz3dg3vug7P/L9gMIhiOUpuhClk/I3pCSfpKBs1aIuBUIsZKo9PiXhZfhRTru8TPUHfE6451sDHZC5c+980D1PhwDXp6VAWJZzqMQmR6UxR6Zkp8aY6DOZdjF4tIe4AdcWFzIlGFZpwYk5BnSwqcMa2gXbWDQb+2p7u5ab4MpraPOrACrc81bMgIe8zNy8UQAAIfkECQMAAgAh/wtJbWFnZU1hZ2ljaw5nYW1tYT0wLjQ1NDU0NQAsAAAAADIAMgAAArKUj6nL7Q+jnLTai7PeMQS+BcAIZuP4ldV5pmrHsm8Uy4w41/Gyg3qtENk0PyDi57oUjYYlZskUQC1C6OlgJUmqWW0XIPnaxBCxzKxdcMUeNJjnjrcS8joKW1+7BXpzOy+VZ+fS91XYlXBoNwXnJ5eUiBYo+UA2aVmGeNkF6aB41WRI5YSnOfpzZKqEmmrFEWXw+fZa1ciqkqZQNANRyNsL+3szJFwJWgyMrLzM3Oz8zFsAACH5BAkDAAIAIf8LSW1hZ2VNYWdpY2sOZ2FtbWE9MC40NTQ1NDUALAAAAAAyADIAAAKtlI+py+0Po5y02ouz3rz7DwJAACKB+IhqKaho447g6cLxy924qe9Y72sBAZohEWGUXZJHA7M5oRmRTNLk2cQGGdpj1+qQPp1dqKJMRG+F6rZCrIV/ee36y44f5fEB+dduxVdHt4cFdtDmN7bghubgyIYFoQhEJhlBqYNYRXFpOVWRubIJasGUUHqR+Va5McSo2eFno3LIAfdYUxKTosRCwxIsPExcbHyMnKycUQAAIfkECQMAAgAh/wtJbWFnZU1hZ2ljaw5nYW1tYT0wLjQ1NDU0NQAsAAAAADIAMgAAArOUj6nL7Q+jnLTai7NWIewPhN6HhSZ5BeaJTus6ttC7yjNdy+Gi4vnX2yV8NNBrSDxmgkpD8hWrJBHPonTqrEJd2qz29/gCvGKhoywobxnqtlXhZroTcnHH/bvj9yYPX/QnUPfXdkC4F5WGiMd2KNYwqOX3GDanWJXYYCk5EYl16WPhiUPlkymBdhCpQWnYlPEF14fSJWvzZFNJmusweMpbCgN8wzLcW2x89pvM3Oz8DI1SAAAh+QQJAwACACH/C0ltYWdlTWFnaWNrDmdhbW1hPTAuNDU0NTQ1ACwAAAAAMgAyAAACr5SPqcvtD6OctLYQrHag5w0aQUeG4EiWZpW2K9XGbxTL81O3373kNp9A+VLAxPBXFB49sw5iidwQD1DdyWWoRiXKqdY66WK/WAhUQN4aq2JyIw0vU+Ht7zNed8f3NTTfs3e3l3ekQPhXs6OAqPVwOJSxpMgRlzUEU+nXZ0E3RzJJ8Yj0uZJ2NyM6VaR5tmoJBQpU5Sp4SVubc4urRuujaxgT+wv2C+xUfCGMvMxcXAAAIfkECQMAAgAh/wtJbWFnZU1hZ2ljaw5nYW1tYT0wLjQ1NDU0NQAsAAAAADIAMgAAAqSUj6nL7Q+jbAGAMHOs1urPdCJIGuIJlB96qhnbuhssYrJDozeej/vSO9l+B06wQ0QcY0nj8pIUPJm/qa9qvd6y2hVSyvV4W+Euzlkrf3nqZWOKDifi7aWtrjbQ8cEEfg/zxpczJDioIwF4hMECkgcmRvK4o9iTJHfJFVUZGJUVpQcHCuk2SmppepqTqspSaNrHakLzmrpXy9ooqyC0u2DkG7xbAAAh+QQJAwACACH/C0ltYWdlTWFnaWNrDmdhbW1hPTAuNDU0NTQ1ACwAAAAAMgAyAAACnpSPmaHtD1UANNrbJt242w1y3piEJomaKjqqK4u5LxxpMkhHt8rkzj7zIYCmnvBADB6Tp6PBxqw4BdDoVBBtCrNaHzfk/OKEVe5SLIJRyl8Pm23+odtP+Bx4sN95j33g7eYHYMSyd4ZGSHMXNuekh3dIxygZmXUldoVFWZmUSWXpGRealHhJVGoK6Ym0g5q5s9og4xqrFFuSdvtAG1EAADs=);
  -webkit-background-size: 1em 1em;
  background-size: 1em 1em;
}

/* line 7425, vendor/assets/stylesheets/comstrap.css.scss */
.sc-spinner-xs {
  border-width: 6px;
}

/* line 7428, vendor/assets/stylesheets/comstrap.css.scss */
.sc-spinner-sm {
  border-width: 9px;
}

/* line 7431, vendor/assets/stylesheets/comstrap.css.scss */
.sc-spinner-md {
  border-width: 18px;
}

/* line 7434, vendor/assets/stylesheets/comstrap.css.scss */
.sc-spinner-lg {
  border-width: 26px;
}

/* line 7437, vendor/assets/stylesheets/comstrap.css.scss */
.sc-spinner-xl {
  border-width: 34px;
}

/* line 7440, vendor/assets/stylesheets/comstrap.css.scss */
.sc-spinner-text {
  text-align: center;
}

/* line 7443, vendor/assets/stylesheets/comstrap.css.scss */
.sc-spinner-text .sc-spinner-dots {
  -webkit-animation: fade 1s linear infinite;
  -o-animation: fade 1s linear infinite;
  animation: fade 1s linear infinite;
}

/* line 7448, vendor/assets/stylesheets/comstrap.css.scss */
.sc-spinner-text .sc-spinner-dots:before,
.sc-spinner-text .sc-spinner-dots:after {
  content: ".";
}

/* line 7452, vendor/assets/stylesheets/comstrap.css.scss */
.sc-spinner-text .sc-spinner-dots:after {
  -webkit-animation: fade 2s linear infinite;
  -o-animation: fade 2s linear infinite;
  animation: fade 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 7513, vendor/assets/stylesheets/comstrap.css.scss */
.sc-img-user {
  position: relative;
  top: 9px;
  right: 14px;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  background-color: #fff;
}

@media (max-width: 768px) {
  /* line 7523, vendor/assets/stylesheets/comstrap.css.scss */
  .sc-img-user {
    display: none;
  }
}

/* line 7527, vendor/assets/stylesheets/comstrap.css.scss */
.tab-content {
  padding-top: .8em;
}

/* line 7530, vendor/assets/stylesheets/comstrap.css.scss */
footer {
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1em;
  margin-top: 3em;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

/* line 7539, vendor/assets/stylesheets/comstrap.css.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  filter: alpha(opacity=46);
  opacity: .46;
}

@media (min-width: 768px) {
  /* line 7546, vendor/assets/stylesheets/comstrap.css.scss */
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* line 7551, vendor/assets/stylesheets/comstrap.css.scss */
.alert-success .alert-link {
  color: #0c0;
}

/* line 7554, vendor/assets/stylesheets/comstrap.css.scss */
.alert-info .alert-link {
  color: #1af;
}

/* line 7557, vendor/assets/stylesheets/comstrap.css.scss */
.alert-warning .alert-link {
  color: #f8c018;
}

/* line 7560, vendor/assets/stylesheets/comstrap.css.scss */
.alert-danger .alert-link {
  color: #d12;
}

/* line 7563, vendor/assets/stylesheets/comstrap.css.scss */
.btn-outline {
  color: inherit;
  background-color: transparent;
}

/* line 7567, vendor/assets/stylesheets/comstrap.css.scss */
.btn-default.btn-outline {
  color: #1af;
  border-color: #ccc;
}

/* line 7571, vendor/assets/stylesheets/comstrap.css.scss */
.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.btn-default.btn-outline:active,
.btn-default.btn-outline:hover > i,
.btn-default.btn-outline:focus > i,
.btn-default.btn-outline:active > i,
.btn-default.btn-outline:hover > span,
.btn-default.btn-outline:focus > span,
.btn-default.btn-outline:active > span {
  color: #1af;
  border-color: #adadad;
}

/* line 7583, vendor/assets/stylesheets/comstrap.css.scss */
.btn-default.btn-outline[disabled]:hover,
.btn-default.btn-outline[readonly]:hover,
.btn-default.btn-outline[disabled]:focus,
.btn-default.btn-outline[readonly]:focus,
.btn-default.btn-outline[disabled]:active,
.btn-default.btn-outline[readonly]:active,
.btn-default.btn-outline[disabled]:hover > i,
.btn-default.btn-outline[readonly]:hover > i,
.btn-default.btn-outline[disabled]:focus > i,
.btn-default.btn-outline[readonly]:focus > i,
.btn-default.btn-outline[disabled]:active > i,
.btn-default.btn-outline[readonly]:active > i,
.btn-default.btn-outline[disabled]:hover > span,
.btn-default.btn-outline[readonly]:hover > span,
.btn-default.btn-outline[disabled]:focus > span,
.btn-default.btn-outline[readonly]:focus > span,
.btn-default.btn-outline[disabled]:active > span,
.btn-default.btn-outline[readonly]:active > span {
  color: #1af;
}

/* line 7603, vendor/assets/stylesheets/comstrap.css.scss */
.btn-primary.btn-outline {
  color: #1af;
  border-color: #1af;
}

/* line 7607, vendor/assets/stylesheets/comstrap.css.scss */
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline:hover > i,
.btn-primary.btn-outline:focus > i,
.btn-primary.btn-outline:active > i,
.btn-primary.btn-outline:hover > span,
.btn-primary.btn-outline:focus > span,
.btn-primary.btn-outline:active > span {
  color: #fff;
  border-color: #0077b9;
}

/* line 7619, vendor/assets/stylesheets/comstrap.css.scss */
.btn-primary.btn-outline[disabled]:hover,
.btn-primary.btn-outline[readonly]:hover,
.btn-primary.btn-outline[disabled]:focus,
.btn-primary.btn-outline[readonly]:focus,
.btn-primary.btn-outline[disabled]:active,
.btn-primary.btn-outline[readonly]:active,
.btn-primary.btn-outline[disabled]:hover > i,
.btn-primary.btn-outline[readonly]:hover > i,
.btn-primary.btn-outline[disabled]:focus > i,
.btn-primary.btn-outline[readonly]:focus > i,
.btn-primary.btn-outline[disabled]:active > i,
.btn-primary.btn-outline[readonly]:active > i,
.btn-primary.btn-outline[disabled]:hover > span,
.btn-primary.btn-outline[readonly]:hover > span,
.btn-primary.btn-outline[disabled]:focus > span,
.btn-primary.btn-outline[readonly]:focus > span,
.btn-primary.btn-outline[disabled]:active > span,
.btn-primary.btn-outline[readonly]:active > span {
  color: #1af;
}

/* line 7639, vendor/assets/stylesheets/comstrap.css.scss */
.btn-success.btn-outline {
  color: #0c0;
  border-color: #0c0;
}

/* line 7643, vendor/assets/stylesheets/comstrap.css.scss */
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active,
.btn-success.btn-outline:hover > i,
.btn-success.btn-outline:focus > i,
.btn-success.btn-outline:active > i,
.btn-success.btn-outline:hover > span,
.btn-success.btn-outline:focus > span,
.btn-success.btn-outline:active > span {
  color: #fff;
  border-color: #007500;
}

/* line 7655, vendor/assets/stylesheets/comstrap.css.scss */
.btn-success.btn-outline[disabled]:hover,
.btn-success.btn-outline[readonly]:hover,
.btn-success.btn-outline[disabled]:focus,
.btn-success.btn-outline[readonly]:focus,
.btn-success.btn-outline[disabled]:active,
.btn-success.btn-outline[readonly]:active,
.btn-success.btn-outline[disabled]:hover > i,
.btn-success.btn-outline[readonly]:hover > i,
.btn-success.btn-outline[disabled]:focus > i,
.btn-success.btn-outline[readonly]:focus > i,
.btn-success.btn-outline[disabled]:active > i,
.btn-success.btn-outline[readonly]:active > i,
.btn-success.btn-outline[disabled]:hover > span,
.btn-success.btn-outline[readonly]:hover > span,
.btn-success.btn-outline[disabled]:focus > span,
.btn-success.btn-outline[readonly]:focus > span,
.btn-success.btn-outline[disabled]:active > span,
.btn-success.btn-outline[readonly]:active > span {
  color: #0c0;
}

/* line 7675, vendor/assets/stylesheets/comstrap.css.scss */
.btn-info.btn-outline {
  color: #015;
  border-color: #015;
}

/* line 7679, vendor/assets/stylesheets/comstrap.css.scss */
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active,
.btn-info.btn-outline:hover > i,
.btn-info.btn-outline:focus > i,
.btn-info.btn-outline:active > i,
.btn-info.btn-outline:hover > span,
.btn-info.btn-outline:focus > span,
.btn-info.btn-outline:active > span {
  color: #fff;
  border-color: #000;
}

/* line 7691, vendor/assets/stylesheets/comstrap.css.scss */
.btn-info.btn-outline[disabled]:hover,
.btn-info.btn-outline[readonly]:hover,
.btn-info.btn-outline[disabled]:focus,
.btn-info.btn-outline[readonly]:focus,
.btn-info.btn-outline[disabled]:active,
.btn-info.btn-outline[readonly]:active,
.btn-info.btn-outline[disabled]:hover > i,
.btn-info.btn-outline[readonly]:hover > i,
.btn-info.btn-outline[disabled]:focus > i,
.btn-info.btn-outline[readonly]:focus > i,
.btn-info.btn-outline[disabled]:active > i,
.btn-info.btn-outline[readonly]:active > i,
.btn-info.btn-outline[disabled]:hover > span,
.btn-info.btn-outline[readonly]:hover > span,
.btn-info.btn-outline[disabled]:focus > span,
.btn-info.btn-outline[readonly]:focus > span,
.btn-info.btn-outline[disabled]:active > span,
.btn-info.btn-outline[readonly]:active > span {
  color: #015;
}

/* line 7711, vendor/assets/stylesheets/comstrap.css.scss */
.btn-warning.btn-outline {
  color: #f8c018;
  border-color: #f8c018;
}

/* line 7715, vendor/assets/stylesheets/comstrap.css.scss */
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active,
.btn-warning.btn-outline:hover > i,
.btn-warning.btn-outline:focus > i,
.btn-warning.btn-outline:active > i,
.btn-warning.btn-outline:hover > span,
.btn-warning.btn-outline:focus > span,
.btn-warning.btn-outline:active > span {
  color: #fff;
  border-color: #b48805;
}

/* line 7727, vendor/assets/stylesheets/comstrap.css.scss */
.btn-warning.btn-outline[disabled]:hover,
.btn-warning.btn-outline[readonly]:hover,
.btn-warning.btn-outline[disabled]:focus,
.btn-warning.btn-outline[readonly]:focus,
.btn-warning.btn-outline[disabled]:active,
.btn-warning.btn-outline[readonly]:active,
.btn-warning.btn-outline[disabled]:hover > i,
.btn-warning.btn-outline[readonly]:hover > i,
.btn-warning.btn-outline[disabled]:focus > i,
.btn-warning.btn-outline[readonly]:focus > i,
.btn-warning.btn-outline[disabled]:active > i,
.btn-warning.btn-outline[readonly]:active > i,
.btn-warning.btn-outline[disabled]:hover > span,
.btn-warning.btn-outline[readonly]:hover > span,
.btn-warning.btn-outline[disabled]:focus > span,
.btn-warning.btn-outline[readonly]:focus > span,
.btn-warning.btn-outline[disabled]:active > span,
.btn-warning.btn-outline[readonly]:active > span {
  color: #f8c018;
}

/* line 7747, vendor/assets/stylesheets/comstrap.css.scss */
.btn-danger.btn-outline {
  color: #d12;
  border-color: #d12;
}

/* line 7751, vendor/assets/stylesheets/comstrap.css.scss */
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active,
.btn-danger.btn-outline:hover > i,
.btn-danger.btn-outline:focus > i,
.btn-danger.btn-outline:active > i,
.btn-danger.btn-outline:hover > span,
.btn-danger.btn-outline:focus > span,
.btn-danger.btn-outline:active > span {
  color: #fff;
  border-color: #8c0b16;
}

/* line 7763, vendor/assets/stylesheets/comstrap.css.scss */
.btn-danger.btn-outline[disabled]:hover,
.btn-danger.btn-outline[readonly]:hover,
.btn-danger.btn-outline[disabled]:focus,
.btn-danger.btn-outline[readonly]:focus,
.btn-danger.btn-outline[disabled]:active,
.btn-danger.btn-outline[readonly]:active,
.btn-danger.btn-outline[disabled]:hover > i,
.btn-danger.btn-outline[readonly]:hover > i,
.btn-danger.btn-outline[disabled]:focus > i,
.btn-danger.btn-outline[readonly]:focus > i,
.btn-danger.btn-outline[disabled]:active > i,
.btn-danger.btn-outline[readonly]:active > i,
.btn-danger.btn-outline[disabled]:hover > span,
.btn-danger.btn-outline[readonly]:hover > span,
.btn-danger.btn-outline[disabled]:focus > span,
.btn-danger.btn-outline[readonly]:focus > span,
.btn-danger.btn-outline[disabled]:active > span,
.btn-danger.btn-outline[readonly]:active > span {
  color: #d12;
}

/* line 7783, vendor/assets/stylesheets/comstrap.css.scss */
.btn-outline[disabled] {
  background: transparent;
}

/* line 7786, vendor/assets/stylesheets/comstrap.css.scss */
.btn-outline[disabled]:hover,
.btn-outline[disabled]:focus,
.btn-outline[disabled]:active,
.btn-outline[disabled]:hover > i,
.btn-outline[disabled]:focus > i,
.btn-outline[disabled]:active > i,
.btn-outline[disabled]:hover > span,
.btn-outline[disabled]:focus > span,
.btn-outline[disabled]:active > span {
  background: transparent;
}

/* line 7797, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs {
  border-bottom: 3px solid #ddd;
}

/* line 7800, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs > li {
  bottom: -2px;
}

/* line 7803, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs > li:not(.active) > a,
.nav-tabs > li.active > a,
.nav-tabs > li:not(.active) > a:hover,
.nav-tabs > li.active > a:hover,
.nav-tabs > li:not(.active) > a:focus,
.nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
}

/* line 7813, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs > li:not(.active) > a:hover,
.nav-tabs > li.active > a:hover,
.nav-tabs > li:not(.active) > a:focus,
.nav-tabs > li.active > a:focus {
  color: #1af;
  outline: 0;
}

/* line 7820, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs > li.disabled > a:hover,
.nav-tabs > li.disabled > a:focus {
  color: #777;
}

/* line 7824, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border: 0;
  border-bottom: 3px solid transparent;
}

/* line 7829, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom: 3px solid #1af;
}

/* line 7834, vendor/assets/stylesheets/comstrap.css.scss */
.nav-tabs > li.open > a,
.nav-tabs > li.open > a:hover,
.nav-tabs > li.open > a:focus {
  background-color: transparent;
  border-bottom: 3px solid #1af;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
/* line 10, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}

/* line 16, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle {
  position: relative;
  overflow: hidden;
}

/* line 20, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle input[type="checkbox"] {
  display: none;
}

/* line 23, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}

/* line 34, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle.off .toggle-group {
  left: -100%;
}

/* line 37, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}

/* line 47, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

/* line 57, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
}

/* line 67, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}

/* line 68, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle-on.btn {
  padding-right: 24px;
}

/* line 69, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle-off.btn {
  padding-left: 24px;
}

/* line 71, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}

/* line 72, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle-on.btn-lg {
  padding-right: 31px;
}

/* line 73, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle-off.btn-lg {
  padding-left: 31px;
}

/* line 74, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle-handle.btn-lg {
  width: 40px;
}

/* line 76, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}

/* line 77, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle-on.btn-sm {
  padding-right: 20px;
}

/* line 78, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle-off.btn-sm {
  padding-left: 20px;
}

/* line 80, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}

/* line 81, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle-on.btn-xs {
  padding-right: 12px;
}

/* line 82, vendor/assets/stylesheets/bootstrap-toggle.css.scss */
.toggle-off.btn-xs {
  padding-left: 12px;
}
/*
 * 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.
 *


























 */
/* Make clicks pass-through */
/* line 6, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress {
  pointer-events: none;
}

/* line 10, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .bar {
  background: #1af;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
/* line 23, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #1af, 0 0 5px #1af;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
/* line 38, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px;
}

/* line 46, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1af;
  border-left-color: #1af;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/* line 60, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 65, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 1, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress-bootstrap.css */
#nprogress .bar,
#nprogress .spinner {
  z-index: 999999;
}

/* line 44, app/assets/stylesheets/application.scss */
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 50, app/assets/stylesheets/application.scss */
h1 {
  color: #666 !important;
  font: 27px TheSaB3, "Trebuchet MS", Arial, Helvetica, sans-serif !important;
  margin: -4px 0px 17px 0px !important;
  padding: 0px !important;
}

/* line 57, app/assets/stylesheets/application.scss */
#wrapper {
  min-height: 100%;
  position: relative;
}

/* line 62, app/assets/stylesheets/application.scss */
.center_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

/* line 69, app/assets/stylesheets/application.scss */
.area_container {
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 50px;
  padding-bottom: 20px;
}

/* line 76, app/assets/stylesheets/application.scss */
.content_wrapper {
  margin-left: 139px;
  padding-left: 20px;
}

/* line 81, app/assets/stylesheets/application.scss */
.sidebar {
  float: left;
  width: 139px;
  padding-left: 4px;
}

/* line 87, app/assets/stylesheets/application.scss */
.module {
  min-width: 251px;
  margin-bottom: 20px;
  position: relative;
}

/* line 93, app/assets/stylesheets/application.scss */
.hightlighted {
  padding: 15px;
  background-color: white;
  box-shadow: 1px 1px 5px #aaaaaa;
}

/* line 99, app/assets/stylesheets/application.scss */
.sidemodule {
  max-width: 251px;
  position: relative;
}

/* line 104, app/assets/stylesheets/application.scss */
.actions {
  margin: 10px 0px;
}

/* line 108, app/assets/stylesheets/application.scss */
.floatright {
  float: right;
}

/* line 112, app/assets/stylesheets/application.scss */
.floatleft {
  float: left;
}

/* line 116, app/assets/stylesheets/application.scss */
.percent20 {
  width: 20%;
}

/* line 120, app/assets/stylesheets/application.scss */
.percent40 {
  width: 40%;
}

/* line 124, app/assets/stylesheets/application.scss */
.percent60 {
  width: 60%;
}

/* line 128, app/assets/stylesheets/application.scss */
.percent80 {
  width: 80%;
}

/* line 132, app/assets/stylesheets/application.scss */
.percent100 {
  width: 100%;
}

/* line 136, app/assets/stylesheets/application.scss */
.quick_actions a {
  float: left !important;
}

/* line 140, app/assets/stylesheets/application.scss */
.quick_actions > tbody > tr > td:last-child a {
  margin-left: 10px;
}

/* line 144, app/assets/stylesheets/application.scss */
.profil_wrapper {
  list-style: none;
  padding-left: 0px;
  margin-right: 14px !important;
  width: 120px;
  float: right;
}

/* line 152, app/assets/stylesheets/application.scss */
.profil_first {
  height: 18px !important;
  margin-top: 2px !important;
  padding: 5px !important;
  position: relative;
  z-index: 50;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
}

/* line 162, app/assets/stylesheets/application.scss */
#profil_link {
  color: white;
  font-size: 15px;
  text-decoration: none;
  margin: 0px auto;
  text-align: center;
  line-height: 100%;
}

/* line 171, app/assets/stylesheets/application.scss */
#profil_link:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
  color: #2d90ec;
  text-align: center;
}

/* line 178, app/assets/stylesheets/application.scss */
#profil_link > .user_name {
  vertical-align: text-bottom;
}

/* line 182, app/assets/stylesheets/application.scss */
#profil_link > .user_icon {
  background: transparent url(/assets/user_icon-2386d7bfb8e463cc25ade0ce088ae24f2c02465c9c326f026fceb84be0c5833c.png) center/cover no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin-right: 2px;
}

/* line 191, app/assets/stylesheets/application.scss */
#profil_link:hover > .user_icon {
  background: transparent url(/assets/user_icon_hover-ba8f463fbcfd012e540c9cf554b843313bf283295ad8ce73a8c2eaf984828b8f.png) center/cover no-repeat;
}

/* line 196, app/assets/stylesheets/application.scss */
.profil_first a:visited {
  color: white;
  margin: 0px auto;
}

/* line 201, app/assets/stylesheets/application.scss */
.profil_wrapper:hover .profil_inside {
  display: inherit;
  z-index: 1;
  opacity: 1;
}

/* line 207, app/assets/stylesheets/application.scss */
.profil_wrapper:hover .profil_first {
  background-color: white;
}

/* line 211, app/assets/stylesheets/application.scss */
.profil_wrapper:hover > .profil_first > #profil_link {
  color: #1af;
}

/* line 215, app/assets/stylesheets/application.scss */
.profil_wrapper:hover > .profil_first > #profil_link > .user_icon {
  background: transparent url(/assets/user_icon_hover-ba8f463fbcfd012e540c9cf554b843313bf283295ad8ce73a8c2eaf984828b8f.png) center/cover no-repeat;
}

/* line 219, app/assets/stylesheets/application.scss */
.profil_inside {
  list-style: none !important;
  width: 170px;
  padding-left: 10px !important;
  margin-left: -60px !important;
  background-color: white;
  opacity: 0;
  display: none;
  position: relative;
  z-index: -1;
  box-shadow: 0px 0px 5px #BBB;
}

/* line 232, app/assets/stylesheets/application.scss */
.profil_inside > li {
  height: 30px;
  line-height: 30px;
}

/* line 239, app/assets/stylesheets/application.scss */
.profil_inside a {
  color: #015;
  font-size: 13px;
  transition: all linear 0.15s;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
}

/* line 247, app/assets/stylesheets/application.scss */
.profil_inside a:hover {
  color: #2d90ec !important;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

/* line 253, app/assets/stylesheets/application.scss */
.profil_inside a:visited {
  color: #015;
  text-decoration: none;
}

/* line 258, app/assets/stylesheets/application.scss */
.logo {
  position: relative;
  z-index: 12;
  height: 66px;
  margin: 5px auto;
}

/* line 265, app/assets/stylesheets/application.scss */
.logo_ivocore {
  color: #015;
  font-size: 34px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 5px !important;
}

/* line 273, app/assets/stylesheets/application.scss */
.swisscom_primary {
  margin-left: -7px;
}

/* line 277, app/assets/stylesheets/application.scss */
.navigation {
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
  padding: 0px;
  background: rgba(0, 0, 0, 0) url(/assets/bg_nav-1179635d234cdeadb87850dc0b8a97a5ca2e94961c399b44faf766363fb4f1a5.png) repeat-x;
  clear: both;
  display: block;
  height: 44px;
  position: relative;
  z-index: 9999;
  list-style: outside none none;
}

/* line 291, app/assets/stylesheets/application.scss */
.sibling {
  background: rgba(0, 0, 0, 0) url(/assets/bg_nav_level1_divider-455fe20d41cab2985444f9f353bdd7c58a45d7aa038ac2362cfd85d6c3fe9ff6.png) no-repeat scroll 0 4px;
  text-align: center;
  line-height: 1;
  float: left;
  height: 40px;
  padding: 4px 0 0 2px;
  vertical-align: baseline;
}

/* line 301, app/assets/stylesheets/application.scss */
a.navigation_link {
  color: #015;
  display: block;
  font-size: 15px;
  font-family: TheSaB5,"Trebuchet MS",Arial,Helvetica,sans-serif;
  height: 28px;
  line-height: 15px;
  padding: 8px 16px 0 17px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  z-index: 2;
}

/* line 315, app/assets/stylesheets/application.scss */
a.navigation_link:visited {
  color: #015;
  display: block;
  font-size: 15px;
  height: 28px;
  line-height: 15px;
  padding: 8px 16px 0 17px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  z-index: 2;
}

/* line 328, app/assets/stylesheets/application.scss */
a.navigation_link:hover {
  color: #2d90ec;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

/* line 334, app/assets/stylesheets/application.scss */
.navigation > li:first-child {
  background-image: none;
  margin-left: -1px;
}

/* line 339, app/assets/stylesheets/application.scss */
.yield {
  padding-bottom: 45px;
}

/* line 343, app/assets/stylesheets/application.scss */
.site_action {
  float: right;
  margin-top: -50px;
  min-width: 100px;
}

/* line 349, app/assets/stylesheets/application.scss */
.site_action > a {
  float: right;
}

/* line 353, app/assets/stylesheets/application.scss */
.forSmallTitle {
  margin-top: -36px;
}

/* line 357, app/assets/stylesheets/application.scss */
table > thead {
  border-bottom: 1px solid #EEE;
}

/* line 361, app/assets/stylesheets/application.scss */
table > thead > tr > th {
  border-bottom: none !important;
  color: #333333;
  font-size: 15px;
}

/* line 367, app/assets/stylesheets/application.scss */
table {
  float: none;
}

/* line 375, app/assets/stylesheets/application.scss */
.table > tbody > tr {
  transition: background-color 0.3s;
}

/* line 379, app/assets/stylesheets/application.scss */
.table > tbody > tr:hover {
  background-color: rgba(181, 181, 181, 0.4);
  cursor: pointer;
}

/* line 384, app/assets/stylesheets/application.scss */
.sorter-false {
  cursor: auto !important;
  background-color: transparent !important;
}

/* line 389, app/assets/stylesheets/application.scss */
.tablesorter-header {
  cursor: pointer;
}

/* line 393, app/assets/stylesheets/application.scss */
.tablesorter-header:hover {
  background-color: rgba(181, 181, 181, 0.1);
}

/* line 397, app/assets/stylesheets/application.scss */
.tablesorter-headerUnSorted > div > .sort_img {
  display: inline-block;
  height: 12px;
  width: 9px;
  float: right;
  margin-top: 4px;
  margin-left: 2px;
  background: url(/assets/sorting_nosorting_inactive-c7fc4c2967ca66d5f470915ca5ad95f2593be729098befa0ccd726e8ad4a95fb.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 409, app/assets/stylesheets/application.scss */
.tablesorter-headerUnSorted:hover > div > .sort_img {
  background: url(/assets/sorting_nosorting_active-67c76f5b935156a937fbf8b45c9d199743b367429ea984669d10e1a330e58b94.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 415, app/assets/stylesheets/application.scss */
.tablesorter-headerAsc > div > .sort_img {
  display: inline-block;
  height: 12px;
  width: 9px;
  float: right;
  margin-top: 4px;
  margin-left: 2px;
  background: url(/assets/sorting_asc_inactive-0afc4bd24af56570e4286a6faa97e79f4a8f89c485bf46275c6c0dec50247888.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 427, app/assets/stylesheets/application.scss */
.tablesorter-headerAsc:hover > div > .sort_img {
  background: url(/assets/sorting_asc_active-ae07062155ec31040163c22d33a8338feca3c32d42ce3ecb4ccbfb6ad8b8ee41.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 433, app/assets/stylesheets/application.scss */
.tablesorter-headerDesc > div > .sort_img {
  display: inline-block;
  height: 12px;
  width: 9px;
  float: right;
  margin-top: 4px;
  margin-left: 2px;
  background: url(/assets/sorting_desc_inactive-a5e948b9635c15522cd6739d6e6c03820ba8f556c18129ca355618d4c4d24c8b.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 445, app/assets/stylesheets/application.scss */
.tablesorter-headerDesc:hover > div > .sort_img {
  background: url(/assets/sorting_desc_active-418829bdae793aa354a56b80049ffc60eb8e1767eb92fdb1e5033a7121b83639.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 455, app/assets/stylesheets/application.scss */
#pager {
  margin: 0px 0px 10px 0px !important;
}

/* line 459, app/assets/stylesheets/application.scss */
.pager {
  display: inline-block;
  overflow: visible;
  position: relative !important;
  top: 0px !important;
  height: 33px;
  vertical-align: top;
  float: right;
}

/* line 469, app/assets/stylesheets/application.scss */
.pager .disabled {
  opacity: 0.5;
}

/* line 473, app/assets/stylesheets/application.scss */
.pager input {
  margin: 0px !important;
}

/* line 477, app/assets/stylesheets/application.scss */
.pager > form {
  margin-top: 4px;
  display: inline-block;
}

/* line 482, app/assets/stylesheets/application.scss */
.pager > form > .field > .pagedisplay > input {
  min-width: 20px !important;
  padding: 4px 1px;
  text-align: center;
}

/* line 488, app/assets/stylesheets/application.scss */
.pager > form > img {
  height: 20px;
  width: auto;
}

/* line 493, app/assets/stylesheets/application.scss */
.pager > form > .pageSizeWrapper {
  width: 110px !important;
  display: inline-block !important;
  margin: 0px 10px;
}

/* line 499, app/assets/stylesheets/application.scss */
.pager > form > .pageSizeWrapper > select {
  width: 50px !important;
  display: inline-block !important;
}

/* line 504, app/assets/stylesheets/application.scss */
.pager > form > .output {
  width: inherit !important;
  display: inline-block !important;
  min-width: 100px;
  margin: 0px 10px;
}

/* line 511, app/assets/stylesheets/application.scss */
.pager > form > span > select {
  margin: 0px !important;
}

/* line 515, app/assets/stylesheets/application.scss */
.pager > form > span > input {
  margin: 0px !important;
}

/* line 519, app/assets/stylesheets/application.scss */
.pager > form > div {
  display: inline-block;
  height: 21px;
  width: 21px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 528, app/assets/stylesheets/application.scss */
.pager > form > .first {
  background: url(/assets/first-c87ecf5930d12a573687fa1fcda068aa252ad03d210e85326769c07e646a6070.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 534, app/assets/stylesheets/application.scss */
.pager > form > .first:hover {
  background: url(/assets/first_hover-d40db292f9646fca4b15a48fd5098a5b7924ad2b640676f5322e702f30b977ba.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 540, app/assets/stylesheets/application.scss */
.pager > form > .prev {
  background: url(/assets/prev-75cc69bffc79c2004826e5cbe4b9afa4f785b65592e16aea69bcd3db449f759f.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 546, app/assets/stylesheets/application.scss */
.pager > form > .prev:hover {
  background: url(/assets/prev_hover-aa33c2f61c7cc7f8e6110e001cd5d37dcc5e7c840a770704fd73ba6d81331435.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 552, app/assets/stylesheets/application.scss */
.pager > form > .next {
  background: url(/assets/next-8bfdfc3c722126d40cb7575e01102a5e7e6e1f9195f03b4736db14e76d996bd5.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 558, app/assets/stylesheets/application.scss */
.pager > form > .next:hover {
  background: url(/assets/next_hover-8a60c542a2546d027074019bc69e63860cf323e81159ea180da0d2cfac148d87.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 564, app/assets/stylesheets/application.scss */
.pager > form > .last {
  background: url(/assets/last-ad759d6750604e5c4db38aadae02dbce798d3dc28455d5f6dc8c41eefe22df5b.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 570, app/assets/stylesheets/application.scss */
.pager > form > .last:hover {
  background: url(/assets/last_hover-4263a2e7dabdfbebe928822bb1cb9f2bfdd4d57ca49ff3d04c02c55897d3b4d5.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 576, app/assets/stylesheets/application.scss */
.yield > .area_container > table {
  table-layout: fixed;
}

/* line 580, app/assets/stylesheets/application.scss */
.yield > .area_container > table > tbody > tr:hover > td {
  color: #333333;
}

/* line 584, app/assets/stylesheets/application.scss */
.yield > .area_container > table > tbody > tr > td:last-child {
  padding-right: 0px;
  min-width: 119px;
}

/* line 590, app/assets/stylesheets/application.scss */
.yield > .area_container > table > tbody > tr > td:last-child a {
  float: right;
  margin-left: 10px !important;
}

/* line 595, app/assets/stylesheets/application.scss */
.yield > .area_container > table > tbody > tr > td:last-child a:last-child {
  margin-left: 0px !important;
}

/* line 599, app/assets/stylesheets/application.scss */
.yield > .area_container > table > tbody > tr > td {
  border: none !important;
  vertical-align: middle !important;
  color: #666666;
  word-wrap: break-word;
}

/* line 606, app/assets/stylesheets/application.scss */
.table_action_button_show {
  background-image: url(/assets/btn_detail-cf5dee8e13c9c15a1d94f25e23bb82ab32dc2ec9e8d66e175f1532f9d1adae92.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  border: none;
}

/* line 614, app/assets/stylesheets/application.scss */
.table_action_button_show:hover {
  background-image: url(/assets/btn_detail_hover-8bbf4d8e67cf0103358f056793389bc8e1696464a88b48b7012c76fab0b1ce86.png);
}

/* line 618, app/assets/stylesheets/application.scss */
.table_action_button_print {
  background-image: url(/assets/btn_print-a54407f5c5b5d7a9c95100d766fb9a5d7651db09482bfa50263a146b5137b963.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  border: none;
}

/* line 626, app/assets/stylesheets/application.scss */
.table_action_button_print:hover {
  background-image: url(/assets/btn_print_hover-e2b89ffdf0423d3ce262bf1159e3c62115e21f84970a0a64e3c7b71c22901ab0.png);
}

/* line 630, app/assets/stylesheets/application.scss */
.table_action_button_edit {
  background-image: url(/assets/btn_edit-81b6194d32310dbb7f4b48174fdaa01a9b312bc35a538bc7f4642af63f198b31.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  border: none;
}

/* line 638, app/assets/stylesheets/application.scss */
.table_action_button_edit:hover {
  background-image: url(/assets/btn_edit_hover-4a1059fc3fb7a9557548c3cbe4c345f25d7e8e278102a9a40637093d2ee8bf93.png);
}

/* line 642, app/assets/stylesheets/application.scss */
.table_action_button_destroy {
  background-image: url(/assets/btn_destroy-43f5d0676963db853ff795a37d34ab771f9bf08a6c44f33f6ff890922889fc7a.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  border: none;
}

/* line 650, app/assets/stylesheets/application.scss */
.table_action_button_destroy:hover {
  background-image: url(/assets/btn_destroy_hover-10b9df22ae815685faa7b3eb72cb86598bb1f151ec46381ac771028cc9775982.png);
}

/* line 654, app/assets/stylesheets/application.scss */
.table_action_button_history {
  background-image: url(/assets/btn_history-673b7d169f2f79c1cd8756ca6b9944cb4c5404a5a12e6b9dff0f1af1d668df5b.png);
  background-size: cover;
  curser: pointer;
  width: 30px;
  height: 30px;
  border: none;
}

/* line 663, app/assets/stylesheets/application.scss */
.table_action_button_history:hover {
  background-image: url(/assets/btn_history_hover-f2a4732feb3c85ac1e78431bad1f4fad14cdebcf5c29e7baf2ded905a4e2cc36.png);
}

/* line 667, app/assets/stylesheets/application.scss */
.table_action_button_add {
  border: 1px solid #666;
  border-radius: 9999px;
  box-shadow: none;
  color: #666;
  font-size: 20px;
  height: 26px;
  line-height: 1;
  margin: 0px 10px 0px 0px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 26px;
}

/* line 682, app/assets/stylesheets/application.scss */
.table_action_button_add:hover {
  border: 2px solid #015;
  color: #015;
}

/* line 687, app/assets/stylesheets/application.scss */
.table_action_button_done {
  border: none;
  box-shadow: none !important;
  font-size: 16px;
  margin-right: 7px;
  height: 30px;
}

/* line 695, app/assets/stylesheets/application.scss */
.table_action_button_done:hover {
  color: #015;
}

/* line 699, app/assets/stylesheets/application.scss */
.timepicker {
  margin-left: 9px !important;
  margin-right: 0 !important;
  width: 140px !important;
}

/* line 705, app/assets/stylesheets/application.scss */
.details_table {
  margin-left: 25px;
}

/* line 709, app/assets/stylesheets/application.scss */
.details_table > tbody > tr > td:first-child {
  min-width: 75px;
}

/* line 714, app/assets/stylesheets/application.scss */
.details_table tr td {
  padding: 5px 5px;
}

/* line 718, app/assets/stylesheets/application.scss */
.details_table tr td:first-child {
  padding-left: 0px;
}

/* line 722, app/assets/stylesheets/application.scss */
.details_table tr td:last-child {
  color: #333333;
  font-weight: bold;
}

/* line 727, app/assets/stylesheets/application.scss */
.content_table {
  width: 100%;
  table-layout: fixed;
}

/* line 732, app/assets/stylesheets/application.scss */
.content_table > tbody > tr > td {
  vertical-align: top;
}

/* line 736, app/assets/stylesheets/application.scss */
.content_table > tbody > tr > td:first-child {
  width: 68%;
  padding-right: 20px;
}

/* line 741, app/assets/stylesheets/application.scss */
.lightGray {
  color: #666;
}

/* line 745, app/assets/stylesheets/application.scss */
.PermissionsTable {
  width: 100%;
}

/* line 749, app/assets/stylesheets/application.scss */
.PermissionsTable > tbody > tr > td {
  font-size: 12px;
}

/* line 753, app/assets/stylesheets/application.scss */
.PermissionsTable > tbody > tr:first-child > td {
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 759, app/assets/stylesheets/application.scss */
.noMargin {
  margin: 0px !important;
}

/* line 763, app/assets/stylesheets/application.scss */
.custom-dropdown {
  height: 25px;
  background: #f8f8f8 url(/assets/dropdown-bg-654cae2e4128681ed2d37839660baeaa39840246a747eac4463183554b512086.png) no-repeat scroll right top;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: 1px solid #5e5555;
  border-radius: 5px;
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  margin: 0 20px 10px 0;
  max-width: 532px;
  padding: 3px 20px 3px 0 !important;
  width: 179px;
}

/* line 781, app/assets/stylesheets/application.scss */
.custom-dropdown::-ms-expand {
  display: none;
}

/* line 785, app/assets/stylesheets/application.scss */
.custom-dropdown:focus {
  border: 1px solid white !important;
  background-color: #fff !important;
  background-position: right -86px;
  box-shadow: 0 0 5px #999;
}

/* line 796, app/assets/stylesheets/application.scss */
.results {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -4px;
  overflow: hidden;
  padding: 0 5px;
  position: absolute;
  z-index: 9999;
}

/* line 806, app/assets/stylesheets/application.scss */
.ui-autocomplete {
  background: #fff none repeat scroll 0 0;
  border-color: transparent;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px #999;
  list-style-type: none;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 5px 5px 5px;
  max-width: 300px;
  margin-top: -1px;
}

/* line 820, app/assets/stylesheets/application.scss */
.ui-autocomplete > .ui-state-focus {
  color: #2d90ec;
  text-decoration: none;
}

/* line 825, app/assets/stylesheets/application.scss */
.ui-autocomplete > li {
  margin-top: 5px;
}

/* line 829, app/assets/stylesheets/application.scss */
.ui-autocomplete > li:last-child {
  margin-bottom: 5px;
}

/* line 833, app/assets/stylesheets/application.scss */
.custom-combobox > input {
  height: 25px;
  background: #f8f8f8 url(/assets/dropdown-bg-654cae2e4128681ed2d37839660baeaa39840246a747eac4463183554b512086.png) no-repeat scroll right top;
}

/* line 838, app/assets/stylesheets/application.scss */
.custom-combobox > input:focus {
  border: none !important;
  margin: 0px 0px 10px !important;
  background-color: #fff !important;
  background-position: right -86px;
  box-shadow: 0 0 5px #999;
}

/* line 846, app/assets/stylesheets/application.scss */
.custom-combobox > a {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  height: 27px;
  margin-left: 273px;
  margin-top: -37px;
  position: relative;
  width: 27px;
}

/* line 861, app/assets/stylesheets/application.scss */
.customMultipleSelect {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.1s;
  padding: 10px 8px 8px 10px !important;
  background: #fff !important;
}

/* line 870, app/assets/stylesheets/application.scss */
.customMultipleSelect:focus {
  border-color: transparent !important;
  box-shadow: 0 0 5px #999;
}

/* line 875, app/assets/stylesheets/application.scss */
.customMultipleSelect > optgroup {
  margin-top: 10px;
}

/* line 879, app/assets/stylesheets/application.scss */
.customMultipleSelect > optgroup:first-child {
  margin-top: 0px;
}

/* line 883, app/assets/stylesheets/application.scss */
.customMultipleSelect > optgroup > option {
  padding-left: 10px;
}

/* line 887, app/assets/stylesheets/application.scss */
.form_table {
  width: 100%;
}

/* line 891, app/assets/stylesheets/application.scss */
.form_table > tbody > tr > td {
  vertical-align: top;
  padding-left: 100px;
}

/* line 896, app/assets/stylesheets/application.scss */
.form_table > tbody > tr > td:first-child {
  padding-left: 0px;
}

/* line 900, app/assets/stylesheets/application.scss */
fieldset > legend {
  height: 27px;
  margin: 5px 0px;
}

/* line 905, app/assets/stylesheets/application.scss */
.field input.semifield:last-child {
  margin-right: 0px !important;
}

/* line 909, app/assets/stylesheets/application.scss */
input.semifield {
  display: inline-block;
  margin-right: 10px !important;
  width: calc(50% - 13px) !important;
}

/* line 915, app/assets/stylesheets/application.scss */
.sideform .field {
  width: 100% !important;
}

/* line 919, app/assets/stylesheets/application.scss */
input.primary-button {
  width: 100%;
}

/* line 923, app/assets/stylesheets/application.scss */
.assignment-status {
  border-radius: 8px;
  height: 15px;
  width: 15px;
  border: 1px solid #ccc;
}

/* line 930, app/assets/stylesheets/application.scss */
.typeWrapper {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-shadow: inset 0px 5px 10px -10px #666666, inset 0px -5px 10px -10px #666666;
}

/* line 939, app/assets/stylesheets/application.scss */
.typeForm {
  margin-top: 10px;
}

/* line 943, app/assets/stylesheets/application.scss */
.typeTable {
  width: 100%;
}

/* line 947, app/assets/stylesheets/application.scss */
.typeTable > tbody > tr > td {
  border-top: none;
  vertical-align: middle;
}

/* line 952, app/assets/stylesheets/application.scss */
.typeTable > tbody > tr > td:last-child > a {
  float: right;
}

/* line 956, app/assets/stylesheets/application.scss */
.typeTable .modScForm {
  margin-bottom: 0px;
}

/* line 960, app/assets/stylesheets/application.scss */
.typeTable .modScForm input[type=text] {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #444;
  font-size: 13px;
  line-height: 1.42857;
  padding: 6px 0px 0px;
  font-family: verdana,arial,helvetica,sans-serif;
}

/* line 971, app/assets/stylesheets/application.scss */
.typeTable .modScForm .field {
  width: calc(100% - 43px) !important;
}

/* line 975, app/assets/stylesheets/application.scss */
.typeForm .modScForm .field {
  width: calc(100% - 52px) !important;
}

/* line 979, app/assets/stylesheets/application.scss */
.formError {
  border-color: #dd1122 !important;
}

@keyframes highlightGreen {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #80FF80;
  }
  100% {
    background-color: transparent;
  }
}

@-webkit-keyframes highlightGreen {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #80FF80;
  }
  100% {
    background-color: transparent;
  }
}

@-moz-keyframes highlightGreen {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #80FF80;
  }
  100% {
    background-color: transparent;
  }
}

@-o-keyframes highlightGreen {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #80FF80;
  }
  100% {
    background-color: transparent;
  }
}

/* line 1007, app/assets/stylesheets/application.scss */
.newEntry {
  -webkit-animation: highlightGreen 1s 0.2s;
  -moz-animation: highlightGreen 1s 0.2s;
  -o-animation: highlightGreen 1s 0.2s;
  animation: highlightGreen 1s 0.2s;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

/* line 1034, app/assets/stylesheets/application.scss */
.spinner {
  animation: spin 1.5s infinite linear;
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  border-color: #777 transparent;
  border-image: none;
  border-radius: 99999px;
  border-style: solid;
  border-width: 13px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin: 0 auto;
}

/* line 1051, app/assets/stylesheets/application.scss */
.smallSpinner {
  border-width: 7px;
}

/* line 1055, app/assets/stylesheets/application.scss */
#history {
  overflow-y: scroll;
  max-height: 327px !important;
}

/* line 1060, app/assets/stylesheets/application.scss */
.self_edit {
  margin: auto;
  max-width: 200px;
}

/* line 1065, app/assets/stylesheets/application.scss */
#history > table {
  width: 100%;
}

/* line 1069, app/assets/stylesheets/application.scss */
#history > table > tbody > tr:hover {
  background-color: rgba(181, 181, 181, 0.1);
}

/* line 1073, app/assets/stylesheets/application.scss */
#history > table > tbody > tr > td {
  padding: 5px 5px 5px 0px;
}

/* line 1077, app/assets/stylesheets/application.scss */
.noRadiusRight {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* line 1082, app/assets/stylesheets/application.scss */
.noRadiusLeft {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

/* line 1087, app/assets/stylesheets/application.scss */
.grayBack {
  background-color: #eeeeee;
  color: #333;
  padding: 10px 15px;
  text-align: left;
}

/* line 1094, app/assets/stylesheets/application.scss */
.topBottomShadow {
  box-shadow: 0px 5px 5px -5px #666 inset, 0px -5px 5px -5px #666 inset;
}

/* line 1098, app/assets/stylesheets/application.scss */
.hardwareList {
  list-style: outside disc;
  margin-bottom: 0;
  margin-left: 15px;
}

/* line 1104, app/assets/stylesheets/application.scss */
.hardwareList > li {
  padding: 2px;
  color: #1af;
}

/* line 1109, app/assets/stylesheets/application.scss */
.hardwareList > li > span {
  color: #333;
}

/* line 1113, app/assets/stylesheets/application.scss */
.infoTable {
  margin-bottom: 10px;
  table-layout: fixed;
  width: 100%;
}

/* line 1119, app/assets/stylesheets/application.scss */
.infoTable > tbody > tr > td:first-child {
  width: 75px;
}

/* line 1123, app/assets/stylesheets/application.scss */
.infoTable > tbody > tr > td:last-child {
  color: #333333;
  font-weight: bold;
}

/* line 1128, app/assets/stylesheets/application.scss */
.sidePadding {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1133, app/assets/stylesheets/application.scss */
.topright {
  position: absolute;
  top: 5px;
  right: 5px;
}

/* line 1139, app/assets/stylesheets/application.scss */
.small_action_button {
  border: none;
  color: #666666;
  height: 25px;
  width: 25px;
  background-color: inherit;
  float: right;
}

/* line 1148, app/assets/stylesheets/application.scss */
.small_action_button.cancel {
  font-size: 28px;
  line-height: 20px;
  transition: color 0.2s;
}

/* line 1154, app/assets/stylesheets/application.scss */
.small_action_button.cancel:hover {
  color: #DD1122;
}

/* line 1158, app/assets/stylesheets/application.scss */
.small_action_button.submit {
  font-size: 20px;
  line-height: 25px;
  transition: color 0.2s;
}

/* line 1164, app/assets/stylesheets/application.scss */
.small_action_button.submit:hover {
  color: green;
}

/* line 1168, app/assets/stylesheets/application.scss */
.customer-comment {
  padding: 30px 15px 20px 17px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 20px;
  position: relative;
  transition: background-color 0.3s, box-shadow 0.3s;
}

/* line 1177, app/assets/stylesheets/application.scss */
.customer-comment-edit {
  box-shadow: 0px 0px 5px #999;
  background-color: white;
}

/* line 1182, app/assets/stylesheets/application.scss */
.customer-comment .comment {
  line-height: 18px;
  max-height: 200px;
  overflow-y: scroll;
}

/* line 1188, app/assets/stylesheets/application.scss */
.customer-comment-edit .comment-input {
  border: medium none;
  width: 100%;
  max-height: 200px;
  max-width: 100%;
  min-width: 100%;
  min-height: 50px;
  height: auto;
}

/* line 1202, app/assets/stylesheets/application.scss */
#info-box.success {
  color: green;
}

/* line 1206, app/assets/stylesheets/application.scss */
#info-box.failure {
  color: red;
}

/* line 1210, app/assets/stylesheets/application.scss */
.module.sidemodule.primary-button.full-button {
  font-size: 10pt !important;
  height: auto;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

/* line 1219, app/assets/stylesheets/application.scss */
.module.sidemodule.primary-button.special-button.full-button {
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #801a9b, #551166) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(center top, #801a9b, #551166) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(center top, #801a9b, #551166) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -ms-linear-gradient(center top, #801a9b, #551166) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(center top, #801a9b, #551166) repeat scroll 0 0;
}

/* line 1227, app/assets/stylesheets/application.scss */
.module.sidemodule.primary-button.special-button.full-button:hover {
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #551166, #801a9b) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(center top, #551166, #801a9b) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(center top, #551166, #801a9b) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -ms-linear-gradient(center top, #551166, #801a9b) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(center top, #551166, #801a9b) repeat scroll 0 0;
}

/* line 1235, app/assets/stylesheets/application.scss */
.field table td {
  padding: 10px;
}

/* line 1238, app/assets/stylesheets/application.scss */
.field table td:first-child {
  padding-left: 15px;
}

/* line 1242, app/assets/stylesheets/application.scss */
.map {
  height: 300px;
  width: 100%;
  border-radius: 15px;
}

/* line 1248, app/assets/stylesheets/application.scss */
.no-data {
  width: 100%;
  height: 100%;
  font-size: 10pt;
  line-height: 10pt;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  padding-top: 95px;
}

/* line 1259, app/assets/stylesheets/application.scss */
.phiA-X {
  width: 61.803% !important;
}

/* line 1263, app/assets/stylesheets/application.scss */
.phiA-Y {
  height: 61.803% !important;
}

/* line 1267, app/assets/stylesheets/application.scss */
.phiB-X {
  width: 38.197% !important;
}

/* line 1271, app/assets/stylesheets/application.scss */
.phiB-Y {
  height: 38.197% !important;
}

/* line 1275, app/assets/stylesheets/application.scss */
.users {
  max-width: auto;
  width: auto;
}

/* line 1280, app/assets/stylesheets/application.scss */
.users > ul {
  max-width: auto;
  max-height: 170px;
  width: auto;
  z-index: 3;
}

/* line 1287, app/assets/stylesheets/application.scss */
.ts-page {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -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 .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 1304, app/assets/stylesheets/application.scss */
.sc-spinner-white {
  border-color: white transparent;
}

/* line 1308, app/assets/stylesheets/application.scss */
.table td input.disabled {
  display: none;
}

/* line 1312, app/assets/stylesheets/application.scss */
select > optgroup {
  padding: 5px;
}

/* line 1316, app/assets/stylesheets/application.scss */
option {
  margin-left: 5px;
  padding: 2px 5px;
}

/* line 1320, app/assets/stylesheets/application.scss */
.auto-with {
  width: auto;
}

/* line 1324, app/assets/stylesheets/application.scss */
.break-word {
  word-break: break-all;
}

/* line 1328, app/assets/stylesheets/application.scss */
.form-horizontal .control-label.text-left {
  text-align: left;
}
