@charset "UTF-8";
.wrap.tootoot {
  max-width: 800px;
  text-align: center;
  position: relative; }
  .wrap.tootoot button i {
    margin-left: -1px; }
  .wrap.tootoot .linked_mentors_form {
    width: 100%;
    display: block; }
    .wrap.tootoot .linked_mentors_form .chosen-container {
      width: 100% !important; }
  .wrap.tootoot .case-row.resolved {
    opacity: 0.5; }
  .wrap.tootoot .case-row {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 85px;
    line-height: 85px;
    background: #fff;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    cursor: pointer; }
    .wrap.tootoot .case-row .case-row-indicator {
      float: left;
      height: 85px;
      width: 15px;
      background-color: #d3d3d3;
      background: -webkit-gradient(linear, left top, right bottom, from(#e3e3e3), to(#d3d3d3));
      background: -webkit-linear-gradient(top left, #e3e3e3, #d3d3d3);
      background: linear-gradient(to bottom right, #e3e3e3, #d3d3d3);
      border-bottom-left-radius: 15px;
      border-top-left-radius: 15px; }
    .wrap.tootoot .case-row .case-row-indicator.unread {
      background-color: #0a81c4;
      background: -webkit-gradient(linear, left top, right bottom, from(#04a1d1), to(#1780c3));
      background: -webkit-linear-gradient(top left, #04a1d1, #1780c3);
      background: linear-gradient(to bottom right, #04a1d1, #1780c3); }
    .wrap.tootoot .case-row .case-row-indicator.resolved-indicator {
      background-color: #2fc217;
      background: -webkit-gradient(linear, left top, right bottom, from(#20d104), to(#2fc217));
      background: -webkit-linear-gradient(top left, #20d104, #2fc217);
      background: linear-gradient(to bottom right, #20d104, #2fc217); }
    .wrap.tootoot .case-row .status {
      float: left;
      margin-left: 30px; }
    .wrap.tootoot .case-row .unread, .wrap.tootoot .case-row .date {
      color: #0a81c4; }
    .wrap.tootoot .case-row .case-title {
      float: left;
      margin-left: 40px;
      color: #4a4a4a;
      font-weight: 600; }
    .wrap.tootoot .case-row .date {
      float: right;
      margin-right: 40px; }
  .wrap.tootoot .case-row.mentor {
    line-height: 16px; }
    .wrap.tootoot .case-row.mentor .case-row-indicator {
      margin-right: 40px; }
    .wrap.tootoot .case-row.mentor .mentor-date, .wrap.tootoot .case-row.mentor .mentor-case-title {
      text-align: left;
      font-weight: 300; }
    .wrap.tootoot .case-row.mentor .mentor-case-title {
      color: #4a4a4a;
      font-weight: 600;
      margin-top: 25px; }
    .wrap.tootoot .case-row.mentor .mentor-date {
      margin-top: 5px;
      font-size: 12px;
      color: #0a81c4; }
    .wrap.tootoot .case-row.mentor .case-title-and-date {
      display: inline-block;
      float: left; }
    .wrap.tootoot .case-row.mentor .pills {
      display: inline-block;
      float: right;
      margin-top: 26px; }
      .wrap.tootoot .case-row.mentor .pills .pill {
        display: inline-block;
        float: right;
        margin-right: 10px;
        background-color: #efefef;
        padding: 8px 10px;
        border-radius: 30px;
        color: #0a81c4; }
    .wrap.tootoot .case-row.mentor .pills.two-rows {
      margin-top: 8px; }
      .wrap.tootoot .case-row.mentor .pills.two-rows .pill {
        margin-bottom: 5px; }
  .wrap.tootoot .case-row.mentor.resolved .mentor-case-title {
    margin-top: 20px; }
  .wrap.tootoot .case-row.alarm {
    background: #c70f06; }
    .wrap.tootoot .case-row.alarm .mentor-case-title, .wrap.tootoot .case-row.alarm .mentor-date, .wrap.tootoot .case-row.alarm .pills .pill {
      color: #fff; }
    .wrap.tootoot .case-row.alarm .case-row-indicator, .wrap.tootoot .case-row.alarm .pills .pill {
      background: #b30604; }
    .wrap.tootoot .case-row.alarm span.id {
      color: #fff; }
  .wrap.tootoot .left {
    float: left; }
  .wrap.tootoot .right {
    float: right; }
  .wrap.tootoot .left, .wrap.tootoot .right {
    display: inline-block; }
  .wrap.tootoot .replies {
    border-top: 1px solid #efefef;
    margin-bottom: 20px; }
    .wrap.tootoot .replies .reply {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 7px;
      padding: 10px 15px;
      font-size: 16px;
      line-height: 24px;
      background: #fff;
      width: 75%;
      margin-top: 30px;
      text-align: left; }
    .wrap.tootoot .replies .reply_details {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 15px;
      font-size: 12px;
      width: 75%;
      margin-top: 3px;
      text-align: left;
      opacity: 0.7; }
      .wrap.tootoot .replies .reply_details strong {
        font-weight: 600;
        color: #767575; }
    .wrap.tootoot .replies .attached_file {
      padding: 5px 10px;
      font-size: 14px;
      border-radius: 7px;
      margin-top: 7px;
      background: #fff;
      color: #a2a2a2; }
      .wrap.tootoot .replies .attached_file i {
        color: #0a81c4; }
    .wrap.tootoot .replies .sent {
      background: #dbedf6;
      border-bottom-right-radius: 0;
      color: #4b4d56; }
      .wrap.tootoot .replies .sent .attached_file {
        border-bottom-right-radius: 0; }
    .wrap.tootoot .replies .received {
      background: #ededed;
      border-bottom-left-radius: 0;
      color: #4a4a4a; }
      .wrap.tootoot .replies .received .attached_file {
        border-bottom-left-radius: 0; }
    .wrap.tootoot .replies .note {
      background: #fff7ef;
      color: #5d574a; }
    .wrap.tootoot .replies .closing_comment {
      background: #ebfce5;
      color: #4e564e; }
    .wrap.tootoot .replies a.delete-reply {
      color: #cc0001;
      cursor: pointer; }
    .wrap.tootoot .replies .deleted-reply {
      background: #fae7e7; }
  .wrap.tootoot .block-reply-reopen {
    width: 100%;
    border-radius: 15px;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #efefef;
    padding: 20px; }

/* ==========================================================================
   tootoot - mobile
   ========================================================================== */
@media only screen and (max-width: 800px) {
  .case-row {
    line-height: 25px !important;
    text-align: left; }
    .case-row .status {
      margin-top: 5px; }
    .case-row .status, .case-row .case-title, .case-row .date {
      margin-left: 40px !important;
      Float: none !important;
      display: block !important; }
  .case-row.mentor {
    line-height: 16px !important;
    height: auto !important; }
    .case-row.mentor .case-row-indicator {
      height: 100px !important;
      border-bottom-left-radius: 0px !important; }
    .case-row.mentor .case-title-and-date {
      display: block !important;
      float: none !important; }
    .case-row.mentor .pills {
      display: block !important;
      float: none !important;
      margin-top: 0px !important;
      width: 70% !important;
      margin: 0 auto;
      margin-bottom: 15px; }
      .case-row.mentor .pills .pill {
        display: block !important;
        margin-right: 0px !important;
        margin-top: 10px !important;
        text-align: center !important; }
  .case-row.incident {
    padding-left: 0 !important; } }

/* ==========================================================================
   Base styles
   ========================================================================== */
use {
  pointer-events: none; }

@font-face {
  font-family: proxima;
  src: url(../fonts/proxima.otf);
  font-weight: normal; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  opacity: 0.5; }

audio, canvas, img, svg, video {
  vertical-align: middle; }

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

textarea {
  resize: vertical;
  border-radius: 15px; }

label, input, textarea, input[type=date] {
  border: 1px solid #cbcbcb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 5px; }

input {
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 3px; }

input.smallinput {
  width: 40px;
  margin: 0 auto;
  padding: 3px 4px;
  text-align: center; }

input[type=date] {
  height: 38px;
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 1.2em;
  width: 170px; }

.date {
  margin: 0 auto; }

textarea {
  outline: none;
  margin-bottom: 10px; }

:focus {
  outline-color: transparent;
  outline-style: none; }

select {
  padding: 4px; }

.unselect {
  cursor: pointer; }

label {
  border: 0;
  text-align: left;
  color: #16212e; }

.checkbox-wrap {
  margin: 10px 0; }

label.checkbox {
  display: block;
  padding-left: 25px;
  text-indent: -15px;
  line-height: 17px; }

input[type=checkbox] {
  display: inline;
  width: 20px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden; }

button, a.button {
  cursor: pointer;
  outline: none;
  display: inline-block;
  outline: none;
  border: 0;
  padding: 10px 17px;
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 12px; }

html, body {
  color: #a2a2a2;
  font-size: 14px;
  line-height: 20px;
  font-family: proxima, Arial, sans-serif;
  font-weight: 300 !important; }

.wrap {
  max-width: 960px;
  margin: 0 auto;
  display: block; }

header, article, .wrap {
  width: 100%; }

.login, .center {
  text-align: center !important; }

img.center {
  margin: 0 auto;
  display: block; }

a, a:hover, .link a, .link a:active, .link a:visited, a.active, .links a, .links a:active, a i:hover {
  color: #0a81c4;
  text-decoration: none; }

a i {
  color: #4a4a4a; }

a.red {
  color: #cc0001; }

a.signup, a.signup:active, a.signup:visited {
  font-size: 12px;
  display: block;
  margin-top: 15px; }

ul.errors {
  color: #cc0001;
  padding: 0;
  margin: 0; }

ul.errors li {
  margin: 13px 0px; }

.alert {
  padding: 10px 2%;
  text-align: center;
  margin-bottom: 10px;
  width: 50%; }

.admin .alert {
  width: 80% !important; }

.message {
  color: #127ca2; }

.success {
  color: #71b612; }

.error {
  color: #cc0001; }

.warning {
  color: #E87600; }

.hidden {
  display: none !important; }

.blue, .strong.blue {
  color: #16212e; }

.light-blue {
  color: #00baff; }

.alignright {
  text-align: right; }

.no-margin {
  margin: 0 !important; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

form.inline-form {
  display: inline; }

table {
  border-collapse: separate !important; }

tr:first-child td:first-child {
  border-top-left-radius: 10px !important; }

tr:first-child td:last-child {
  border-top-right-radius: 10px !important; }

tr:last-child td:first-child {
  border-bottom-left-radius: 10px !important; }

tr:last-child td:last-child {
  border-bottom-right-radius: 10px !important; }

.show-on-print {
  display: none; }

.vertical-center {
  vertical-align: middle !important; }

.underline {
  text-decoration: underline; }

.page {
  page-break-after: always !important;
  page-break-inside: avoid !important; }

.rounded-corners {
  border-radius: 15px; }

.shadow {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(91, 91, 91, 0.2);
          box-shadow: 0px 0px 7px 0px rgba(91, 91, 91, 0.2); }

ul.raw {
  list-style-type: disc;
  list-style-position: inside; }

ul.raw ul.raw {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px; }

ul.raw li {
  margin-bottom: 15px; }

ol {
  list-style-type: decimal;
  list-style-position: inside; }

ol li {
  margin-bottom: 25px; }

p {
  margin-bottom: 25px; }

.upload {
  cursor: pointer; }

button:disabled, button[disabled] {
  cursor: not-allowed !important;
  opacity: 0.3; }

.app-store-alternate {
  font-weight: 100;
  color: #000;
  opacity: 0.7;
  font-size: 16px;
  margin: 20px auto; }

.padding-top-5-percent {
  padding-top: 5%; }

.strong {
  color: #4a4a4a;
  font-weight: bold; }

.default-cursor {
  cursor: default; }

.timeago {
  text-decoration: none;
  border-bottom: 1px dotted #999999; }

.stribe {
  background: #f9d815;
  color: #282e2c;
  text-align: center;
  padding: 10px;
  width: 100%; }

.stribe a, .stribe a:active {
  text-decoration: underline;
  color: #282e2c; }

.pupilvoiceweek {
  background: #0a81c4;
  color: #fff;
  text-align: center;
  padding: 10px;
  width: 100%; }

.pupilvoiceweek a, .pupilvoiceweek a:active {
  text-decoration: underline;
  color: #fff; }

/* ==========================================================================
   tootoot
   ========================================================================== */
header {
  min-height: 115px;
  background: #fff; }

.permission-message {
  background: #0a81c4;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 10px;
  color: #fff; }

.logo img {
  padding: 18px 0; }

.nav {
  margin-top: 20px;
  width: auto;
  height: 72px;
  line-height: 70px;
  float: right;
  zoom: 1;
  *display: inline; }

.nav ul {
  list-style: none; }

.nav ul li {
  position: relative;
  text-transform: uppercase;
  margin-right: 20px;
  display: inline-block;
  *float: left;
  zoom: 1;
  *display: inline; }

.nav ul li .new {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 9px;
  color: #cc0001; }

.nav ul li.last {
  margin-right: 0; }

.nav ul li a, .nav ul li a:active, .nav ul li, .nav ul li.active .sub-nav ul li a {
  color: #0a81c4;
  text-decoration: none; }

.nav ul li a:hover, .nav ul li.active a, .nav ul li.active a:active {
  color: #00baff;
  text-decoration: none; }

.nav ul li.dropdown {
  position: relative; }

.nav ul li.dropdown:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  margin-top: -2px;
  width: 7px;
  height: 4px;
  background-size: 7px 4px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat; }

.nav ul li .sub-nav {
  position: absolute;
  top: 48px;
  left: 0px;
  display: none;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  z-index: 1000;
  width: 100px; }

.nav ul li .wider {
  width: 190px; }

.nav ul li .sub-nav ul {
  border: 1px solid #0a81c4;
  background: #fff;
  margin: 0;
  padding: 0; }

.nav ul li .sub-nav .arrow-up {
  position: absolute;
  top: -5px;
  left: 15px; }

.nav ul li .sub-nav ul li {
  background: #fff;
  height: 50px;
  line-height: 50px;
  display: block;
  border-top: 1px solid #0a81c4;
  text-align: left;
  width: 100%; }

.nav ul li .sub-nav ul li:hover {
  background: #fff; }

.nav ul li .sub-nav ul li:first-child {
  border-top: none; }

.nav ul li:hover .sub-nav {
  display: block;
  opacity: 1;
  visibility: visible; }

.nav ul li .sub-nav ul li a {
  margin-left: 10px; }

.nav ul li .sub-nav ul li a:hover, .nav ul li .sub-nav ul li.active a, .nav ul li .sub-nav ul li a:active, .nav ul li.active .sub-nav ul li.active {
  color: #00baff;
  text-decoration: none; }

.tinynav {
  display: none; }

#tinynav1 {
  height: 31px;
  -webkit-appearance: menulist-button; }

select {
  height: auto;
  -webkit-appearance: menulist-button; }

#nav {
  display: block; }

.notification {
  position: absolute;
  top: 7px;
  height: 10px;
  width: 10px;
  text-align: center;
  padding: 7px;
  font-weight: bold;
  line-height: 10px;
  background: #cc0001;
  border-radius: 15px;
  color: #ffffff;
  font-size: 11px; }

article {
  background: #f7f9f9;
  padding: 30px 0; }

article.export {
  background: #fff; }

.login {
  max-width: 250px; }

.login img {
  margin-bottom: 15px; }

.login form button {
  margin-top: 10px; }

.username {
  font-size: 16px;
  margin: 20px auto; }

.input-group {
  position: relative;
  width: 100%; }

.input-group .toggle {
  display: none;
  background: none;
  border: none;
  color: #337ab7;
  font-size: 10px;
  right: 0px;
  top: -7px;
  font-weight: 600;
  position: absolute;
  z-index: 9000; }

.tenant-name {
  font-size: 24px;
  line-height: 30px;
  color: #16212e;
  margin-bottom: 15px; }

.city {
  font-size: 16px;
  color: #a4a4a4; }

.user-view {
  max-width: 700px !important; }

.select-all {
  text-transform: lowercase;
  color: #0a81c4;
  cursor: pointer;
  display: inline-block;
  font-size: 11px; }

.select-all-select-alls {
  text-transform: lowercase;
  color: #0a81c4;
  cursor: pointer; }

.export-chronology {
  margin-bottom: -30px;
  margin-top: 30px;
  padding-bottom: 0; }

.main {
  max-width: 530px;
  text-align: center;
  position: relative; }

.title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  color: #0a81c4; }

.sub-title {
  margin-top: 15px; }

.last-sub-title {
  margin-bottom: 15px; }

.main textarea, .reply-title {
  margin-top: 20px; }

.main button, article button {
  margin: 10px auto;
  text-align: center; }

.attachment {
  display: none; }

.attachevidence, .attachevidence a, .attachevidence a:active {
  display: block;
  outline: 0; }

.attachment_examples {
  font-size: 12px; }

.actions {
  padding: 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px; }

.actions.admin {
  border-bottom: none; }

.actions button {
  margin-bottom: 10px; }

.actions .dropdown {
  padding: 25px 10px 10px 10px;
  display: none; }

.change_tag input {
  width: 40%;
  margin: 0 auto; }

.resolve_case button {
  display: block;
  margin-top: 10px; }

.categorise_case, .closing_comments {
  width: 96%;
  display: block;
  padding: 1%; }

.id {
  color: #5d5d5d; }

.message_student {
  text-align: right;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-top: -15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D8EAFF; }

.content-editable {
  background: #fff;
  padding: 3px;
  border-radius: 10px;
  color: black;
  border: 1px solid #dedede; }

.edit-case-title.fa-check {
  cursor: pointer; }

.case-title-length {
  font-size: 12px;
  color: #a2a2a2; }

.char-count.red {
  color: #cc0001; }

/* Cases */
.admin table.users tr th.faded, .faded {
  color: #a5a5a5;
  margin-bottom: 40px; }

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

.main table.cases-table-negative-margin {
  margin-top: -40px; }

.main table tr th, .main table tr td {
  line-height: 40px;
  font-weight: normal; }

.main table tr th {
  text-transform: uppercase;
  color: #16212e; }

/* Rows */
.main table.cases tr {
  border-top: 1px solid #fafafa; }

.main table.cases tr:hover, .main table.cases tr.hover {
  border-top: 1px solid #d8eaff;
  background: #e5f6fc; }

.main table.cases tr.no-hover:hover, .main table.cases tr.no-hover {
  border-top: none;
  background: none; }

/* Alarm */
.main table.cases tr.alarm, .main table.cases tr.alarm:hover {
  border-top: 1px solid #fccac4;
  background: #fce1db; }

.main table.cases tr.alarm a, .main table.cases tr.alarm a:active, .main table.cases tr.alarm a:hover, .main table.cases tr.alarm a:visited, tr.alarm .id {
  color: #fc3601; }

/* First column */
.col1, .main table tr > th, .main table tr > td {
  padding-left: 5px;
  text-align: left;
  white-space: nowrap; }

.col1, .main table tr > td, .main table tr > td a, .main table tr > td a:active, .main table tr > td a:hover, .main table tr > td a:visited {
  color: #5d5d5d; }

/* Second column */
.col2, .main table tr > td + td, .main table tr > td + td a, .main table tr > td + td a:active, .main table tr > td + td a:hover, .main table tr > td + td a:visited {
  white-space: normal;
  color: #a5a5a5;
  text-align: left; }

/* Third column */
.col3, .main table tr > th + th + th, .main table tr > td + td + td {
  padding-right: 5px;
  text-align: right;
  white-space: nowrap; }

.col3, .main table tr > td + td + td a, .main table tr > td + td + td a:active, .main table tr > td + td + td a:hover, .main table tr > td + td + td a:visited {
  color: #00baff; }

.envelope {
  font-size: 22px; }

.mentor-spacing {
  margin-top: 60px; }

.enter_email {
  color: #0a81c4;
  margin-bottom: 30px; }

/* Case Messages */
.main table {
  padding-bottom: 0;
  margin-bottom: 15px; }

.main table.case-messages tr th + th {
  padding-bottom: 5px;
  padding-left: 15px; }

.main table.case-messages tr th, .main table.case-messages tr td {
  vertical-align: top;
  line-height: 18px;
  text-align: left; }

.who {
  color: #00baff;
  font-size: 12px; }

.user, tr.first_incident_reply {
  border-bottom: 1px solid #d8eaff;
  border-top: 1px solid #d8eaff;
  background: #e5f6fc; }

.uploaded_attachment, .uploaded_attachment a, .uploaded_attachment a:active, a.uploaded_attachment {
  background: #c6e9f6;
  color: #0a81c4 !important; }

.closing-comment {
  border-bottom: 1px solid #d9f3b8;
  border-top: 1px solid #d9f3b8;
  background: #ebfce5; }

img.alarm {
  display: inline;
  margin-top: -3px; }

.short-cell {
  padding-top: 20px !important;
  padding-bottom: 10px !important; }

.small-stat {
  color: #0a81c4; }

.small-stat div {
  padding: 0;
  margin: 0;
  margin-top: 5px; }

.link {
  color: #bebebe;
  margin-top: 15px !important; }

/* First Column */
.main table.case-messages tr td {
  padding: 15px 0px;
  color: #a5a5a5; }

/* Second Column */
.main table.case-messages tr td + td {
  padding-top: 0;
  color: #5d5d5d; }

/* First column */
table.case-messages .col1, .main table.case-messages tr > td {
  padding-left: 5px;
  text-align: center; }

/* Second column */
table.case-messages .col2, .main table.case-messages tr > td + td {
  padding-left: 15px;
  padding-top: 10px;
  text-align: left;
  line-height: 26px; }

/* Create Case */
.create_case label {
  text-align: center;
  margin-top: 10px; }

.categorise {
  display: none; }

/* Create Incident */
.three-columns, .two-columns {
  width: 100%; }

.three-columns .column {
  width: 30%; }

.two-columns .column {
  width: 48%; }

.column {
  display: inline-block;
  float: left;
  margin-left: 4%; }

.column.first {
  margin-left: 0; }

select[multiple] {
  width: 100%;
  overflow: scroll; }

.attach-evidence {
  margin-top: 15px; }

/* Settings */
.float-left {
  float: left; }

.float-right {
  float: right; }

.two-columned {
  width: 45%; }

/* Support */
.one-third-columned {
  width: 23%; }

.two-third-columned {
  width: 73%; }

.replybox {
  margin: 0 auto;
  width: auto;
  max-width: 800px;
  height: auto;
  border: 1px solid #DFEAEA;
  background: #fff;
  border-radius: 15px; }

.replybox .top {
  height: 40px;
  border-bottom: 1px solid #DFEAEA;
  font-size: 14px;
  color: #a7bfcb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px; }

.replybox .tab {
  float: left;
  display: inline-block;
  line-height: 40px;
  margin-right: 1px solid #c9d7df;
  cursor: pointer;
  text-align: center !important;
  width: 70px; }

.replybox .tab.active {
  border-bottom: 3px solid #0389ce;
  height: 37px;
  color: #0389ce;
  font-weight: bold; }

.replybox .note-tab.active {
  color: #da9a00;
  border-bottom: 3px solid #da9a00; }

.replyboxwarning {
  color: #adadad;
  font-size: 14px;
  margin-top: 15px; }

.replybox textarea {
  border: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  height: 160px;
  resize: none;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-top-left-radius: 0;
  margin-top: -10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; }

.replybox .note textarea, textarea.note, .inputnote {
  background: #fff7ef; }

.casenote1 {
  background: #fef3e8; }

/* Resources */
li.resources a, li.resources a:active {
  color: #fff !important;
  background: #01cc00;
  padding: 10px 7px;
  border-radius: 5px; }

.helpline {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #16212e; }

img.helpline-logo {
  padding-top: 15px; }

blockquote {
  background: #0a81c4;
  color: #e0f4ff;
  padding: 10px 30px;
  border-radius: 15px; }

blockquote .blue {
  color: #fff; }

blockquote a, blockquote a:active, blockquote a:hover {
  color: #fff !important;
  text-decoration: underline; }

table.raw {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

table.raw thead tr th {
  border-bottom: 2px solid #0a81c4;
  padding: 10px 20px;
  vertical-align: bottom;
  font-weight: bold;
  color: #4a4a4a; }

table.raw tbody tr td {
  border-bottom: 1px solid #e3e2e2;
  padding: 10px 20px; }

.makeanoise-tagline {
  display: inline-block;
  font-size: 40px;
  color: #dedede; }

.openingtimes {
  font-size: 14px;
  margin-top: -20px;
  color: #8e8e8e; }

.references {
  font-size: 10px;
  word-wrap: break-word;
  line-height: 13px; }

.ribbon {
  width: 100%;
  padding: 50px 0;
  color: #fff; }

.ribbon.top {
  margin-top: 50px; }

.ribbon.blue {
  background: #0a81c4; }

.ribbon.dark-blue {
  background: #0d5177; }

.ribbon .title {
  font-size: 22px;
  color: #fff; }

.ribbon .row {
  margin-top: 30px;
  text-align: center; }

.ribbon .row .box {
  height: 195px;
  color: #0a81c4;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 5px;
  padding-top: 50px;
  padding-bottom: 20px;
  display: inline-block;
  width: 138px;
  min-height: 138px;
  background: #fff;
  border-radius: 15px;
  margin-right: 22px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2); }

.ribbon .row .box.last {
  margin-right: 0; }

.ribbon .row .box a, .ribbon .row .box a:active {
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold; }

.ribbon .row .box img {
  margin-top: -35px; }

.ribbon-arrow {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 50px;
  width: 100px; }

.resource-divider {
  margin: 50px 0 !important; }

.mirrored {
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 30px;
  background: #c4e7fa;
  color: #0a81c4;
  border-radius: 7px; }

/* Admin */
.admin {
  width: 800px;
  text-align: center;
  position: relative; }

.admin.tootootadmin {
  width: 910px; }

.admin.wide {
  width: 100% !important;
  text-align: center;
  position: relative; }

.uploading {
  display: none; }

.slow-upload-notice {
  margin-top: 10px;
  color: #1F799B;
  display: none; }

.support-link {
  padding: 10px 0;
  background: #e9f2fd;
  margin-bottom: 25px;
  color: #4171a8; }

.support-title {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px 0;
  text-align: center;
  background: #0a81c4;
  border: 1px solid #02abeb;
  color: #fff;
  border-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.support-title-spacing {
  margin-bottom: 25px;
  border-bottom: 1px solid #02abeb; }

.support-links {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #dedede;
  border-top: 1px solid #02abeb;
  margin-bottom: 25px;
  background: #fff;
  padding-right: 20px; }

.support-links ul {
  margin-left: 20px; }

.support-links ul li {
  padding: 4px 0; }

.support-article-title {
  border-radius: 15px;
  padding: 25px 0;
  text-align: center;
  font-size: 21px;
  color: #fff;
  background: #0a81c4;
  margin-bottom: 25px; }

.support-article {
  line-height: 24px;
  color: #7d7d7d;
  border-bottom: 1px solid #c3ebfa;
  padding-bottom: 15px;
  margin-bottom: 50px; }

.backtotop {
  text-align: center; }

.emphasis {
  font-weight: bold;
  color: #16212e; }

.step {
  font-weight: bold;
  color: #02abeb; }

.support-sub-title {
  font-weight: 200;
  margin-top: -20px;
  text-align: center;
  color: #b3b3b3; }

table.reports {
  width: 100%;
  margin-bottom: 15px;
  margin-top: -15px; }

table.reports tr td, table.reports tr th {
  text-align: center; }

table.reports tr th {
  text-transform: uppercase;
  color: #16212e; }

table.reports tr.stats td {
  font-size: 30px;
  color: #0a81c4;
  padding-top: 15px; }

table.categories {
  width: 50%;
  margin: 0 auto; }

table.categories tr td.stat {
  text-align: center; }

table.reports tr.border {
  border-top: 1px solid #d8eaff !important;
  height: 50px;
  line-height: 50px; }

.group-light-blue {
  background-color: #c5e9ff !important; }

.group-light-grey {
  background-color: #e0e0e0 !important; }

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

.admin table tr th {
  text-transform: uppercase;
  color: #16212e;
  border-top: 1px solid #fafafa; }

.admin table tr {
  border-top: 1px solid #d8eaff; }

.admin table tr th, .admin table tr td {
  line-height: 30px;
  font-weight: normal;
  padding: 20px; }

.admin table tr.noborder {
  border-top: none; }

.admin table tr.noborder th, .admin table tr.noborder td {
  padding-top: 0px; }

.admin table tr th .stat, .admin table tr td .stat {
  font-size: 22px;
  color: #00baff; }

.admin table tr th .no-stat, .admin table tr td .no-stat {
  text-transform: lowercase;
  color: #a2a2a2; }

.padded_row {
  height: 50px; }

.pupilvoiceweek-banner {
  position: fixed;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1faada;
  color: #fff;
  width: 100%;
  text-align: center;
  z-index: 10000 !important; }

.pupilvoiceweek-banner a, .pupilvoiceweek-banner a:active {
  color: white;
  text-decoration: underline; }

.form-inline {
  display: inline; }

.alertnote {
  line-height: 16px;
  font-size: 12px;
  margin-top: 10px;
  color: #ff812c; }

.admin table.users tr th, .admin table.users tr td, .admin table.case_search, .admin table.case_search tr td {
  line-height: 15px;
  font-weight: normal;
  padding: 10px; }

.admin table.user tr th.nowrap, .admin table.users tr td.nowrap {
  white-space: nowrap; }

table.users tr.posters {
  background-color: #edf8d5;
  border-top: 1px solid #d3f191; }

.highlight_row {
  background-color: #d8eaff;
  color: #16212e; }

.highlight_row:hover {
  background-color: #E0F0FF; }

.admin table.case_search {
  width: 40%;
  text-align: center;
  margin: 0 auto; }

.admin table.case_search label {
  text-align: center; }

.admnin-case-message {
  color: #e28e0e;
  background-color: #fdf4ce;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 25px; }

#sitewidemessage {
  background: #fff; }

.user-details {
  margin-bottom: 40px; }

button.user-details {
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 10px; }

.user-details table tr td {
  color: #16212e !important; }

td.align-left {
  text-align: left !important; }

td.align-left a, td.align-left a:active {
  color: #0a81c4 !important; }

.user-involvement {
  margin-top: 20px !important; }

select.categoryselect {
  width: 200px; }

ul.pagination li {
  display: inline;
  padding: 0px 10px; }

.selfies {
  margin: 20px; }

.selfies img {
  display: inline-block;
  padding: 0;
  margin: 0; }

.abutton {
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  font-size: 12px;
  margin-top: 15px; }

.abutton:hover {
  color: #fff; }

.yes {
  text-shadow: 0px 1px 0px #0482c0;
  background: #1cc4f2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjYzRmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNWIwZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1cc4f2), color-stop(100%, #15b0ee));
  background: -webkit-linear-gradient(top, #1cc4f2 0%, #15b0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1cc4f2), to(#15b0ee));
  background: linear-gradient(to bottom, #1cc4f2 0%, #15b0ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cc4f2', endColorstr='#15b0ee',GradientType=0 ); }

.no {
  text-shadow: 0px 1px 0px #ed2715;
  background: #ee4015;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNDAxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDI3MTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee4015), color-stop(100%, #ed2715));
  background: -webkit-linear-gradient(top, #ee4015 0%, #ed2715 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ee4015), to(#ed2715));
  background: linear-gradient(to bottom, #ee4015 0%, #ed2715 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4015', endColorstr='#ed2715',GradientType=0 ); }

.default {
  color: #3b3d3a;
  background: #f2f2f2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#cccccc));
  background: linear-gradient(to bottom, #f2f2f2 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 ); }

ul.onboarding {
  margin-bottom: 30px; }

ul.onboarding li {
  display: inline-block;
  background: #fff;
  padding: 15px 25px;
  margin-left: 10px;
  border-radius: 7px; }

ul.onboarding li.ob-active {
  background: #0a81c4; }

ul.onboarding li.ob-active a, ul.onboarding li.ob-active a:active, ul.onboarding li.ob-active .count {
  color: #fff; }

ul.onboarding li:first-child {
  margin-left: 0; }

ul.onboarding li .count {
  color: #0a81c4;
  font-size: 18px;
  line-height: 24px; }

.filter {
  background: #fff;
  display: block;
  width: 600px;
  margin: 0 auto;
  padding: 10px 0;
  margin-bottom: 30px;
  border-radius: 7px; }

.filter ul {
  margin-bottom: 20px;
  overflow: hidden; }

.filter ul li {
  line-height: 1.5em;
  float: left;
  display: inline;
  width: 33.333%; }

.advanced-search {
  cursor: pointer; }

img.advanced-search {
  margin-top: 4px; }

.youtube {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 30px 0;
  text-align: center;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  font-size: 23px;
  border-radius: 7px; }

/* Dashboard */
.dashboard-wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  padding: 0;
  text-align: center;
  margin: 20px auto; }

.dashboard-title {
  text-align: center;
  color: #16212e;
  font-size: 24px; }

.dashboard-filter {
  margin: 0 auto;
  text-align: center; }

.dashboard-filter label, .dashboard-filter input {
  display: inline; }

.dashboard-filter input {
  width: auto;
  margin-left: 5px;
  margin-right: 30px; }

.dashboard-filter button {
  display: inline-block;
  outline: none;
  border: 0;
  padding: 8px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px; }

select.dashboard-filter {
  display: inline-block;
  width: 170px;
  margin-left: 5px;
  margin-right: 30px !important; }

.organisation-spacing {
  padding-left: 30px !important; }

.stat-title {
  color: #ffffff;
  background-color: #0a81c4 !important;
  text-transform: uppercase;
  font-size: 21px;
  margin: 0 10px;
  line-height: 28px; }

.stat-name, .stat-name-large {
  text-transform: uppercase;
  color: #16212e;
  margin: 0 10px; }

.stat, .stat-large, .stat-medium, .stat-analytics {
  color: #0a81c4;
  font-size: 24px; }

.stat {
  margin-top: 20px; }

.stat-large {
  font-size: 115px;
  line-height: 200px; }

.stat-medium {
  font-size: 106px;
  line-height: 200px; }

.stat-analytics {
  font-size: 85px;
  line-height: 200px; }

.green {
  color: #84b761; }

.header div {
  color: #fff;
  font-size: 24px;
  margin-top: 0px; }

.white {
  background: #0a81c4 !important; }

.white .stat-name, .white .stat, .white .stat-name-large, .white .stat-medium, .white .stat-large, .white .stat-analytics {
  color: #fff !important; }

.stat a, .stat a:active, .white .stat a, .white .stat a:active {
  color: inherit; }

.clickable-stat {
  cursor: pointer; }

.amcharts-chart-div {
  overflow: visible !important; }

.heatmap {
  height: 700px;
  width: 980px;
  margin-top: -30px;
  background: transparent !important; }

.no-margin-bottom {
  margin-bottom: 0; }

.half-width {
  display: block;
  width: 40%;
  margin: 0 auto; }

.valign_middle {
  float: left;
  padding-top: 30px; }

.tag {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -15px; }

.tag li, .tag a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 12px; }

.tag li {
  margin-top: 15px; }

.tag a {
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: #2fc2ef;
  color: #fff;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.tag a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #2fc2ef transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0; }

.tag a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: -1px -1px 2px #197f9f;
          box-shadow: -1px -1px 2px #197f9f; }

.tag a:hover {
  background: #31acd2; }

.tag a:hover:before {
  border-color: transparent #31acd2 transparent transparent; }

.tag a:hover:after {
  -webkit-box-shadow: -1px -1px 2px #197f9f;
          box-shadow: -1px -1px 2px #197f9f; }

.tag a.add {
  cursor: pointer;
  background: #b5b5b5;
  color: #fff; }

.tag a.add:before {
  border-color: transparent #b5b5b5 transparent transparent; }

.tag a.add:after {
  -webkit-box-shadow: -1px -1px 2px #a09e9e;
          box-shadow: -1px -1px 2px #a09e9e; }

.tag a.add:hover {
  background: #a09e9e; }

.tag a.add:hover:before {
  border-color: transparent #a09e9e transparent transparent; }

.tag a.add:hover:after {
  -webkit-box-shadow: -1px -1px 2px #929191;
          box-shadow: -1px -1px 2px #929191; }

.modify-tags {
  margin-top: 15px; }

.escalations {
  margin-bottom: 30px; }

.escalation {
  cursor: pointer !important;
  margin: 5px 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #cc0001;
  border-radius: 15px;
  font-size: 14px; }

.escalation a, .escalation a:active {
  color: #fff; }

/* Automation Steps */
body.automation {
  font-size: 16px;
  line-height: 24px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGExZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGE4MWM0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #00a1fc), color-stop(100%, #0a81c4));
  background: -webkit-radial-gradient(center, ellipse cover, #00a1fc 0%, #0a81c4 100%);
  background: -webkit-radial-gradient(center ellipse, #00a1fc 0%, #0a81c4 100%);
  background: radial-gradient(ellipse at center, #00a1fc 0%, #0a81c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1fc', endColorstr='#0a81c4',GradientType=1 );
  height: 100%; }

body.automation header, body.automation article, body.automation footer, body.automation .get-started, body.automation label, body.automation .title, body.automation .blue.username {
  background: none;
  color: #fff; }

body.automation footer, body.automation .lighter, body.automation .faded, body.automation .blue, body.automation .note {
  color: #b4d4f0; }

body.automation .alert, body.automation ul.errors {
  margin-top: -30px !important;
  margin-bottom: 25px !important;
  width: 100%; }

body.automation .success {
  color: #D4FF00; }

body.automation .error, body.automation ul.errors, body.automation .warning {
  color: #FFC28B; }

body.automation .next-step-white, body.automation .title {
  text-shadow: 0px 1px 2px #0a699e;
  margin-bottom: 40px; }

body.automation .title {
  font-size: 40px;
  font-weight: bold; }

body.automation .wrap {
  max-width: 650px;
  margin: 0 auto;
  display: block; }

body.automation ul li a, body.automation ul li a:active {
  color: #fff; }

body.automation a, body.automation a:active {
  color: #fff;
  text-decoration: underline; }

body.automation .margin-bottom {
  margin-bottom: 40px; }

body.automation .batch-padding {
  border: 1px solid #087AB9;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 25px;
  background: #0089d6;
  border-radius: 15px;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }

body.automation .fileupload {
  margin-top: 30px !important; }

.automation-steps-bg {
  height: auto; }

body.automation .selection .choice {
  text-align: left;
  color: #fff;
  display: inline-block;
  width: 45%;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  margin: 2%;
  height: 500px;
  float: left;
  border: 1px solid #087AB9;
  background: #0089d6;
  border-radius: 15px;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }

body.automation .selection .choice:hover, body.automation .selection .choice.active {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0783CA;
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  background: #0398EC; }

body.automation .selection .choice .sub-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px; }

body.automation .selection .choice .recommended {
  text-align: center;
  font-weight: 100;
  color: #b4d4f0;
  font-size: 14px;
  display: block; }

body.automation .selection .choice img {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px; }

body.automation .information {
  margin-top: -20px !important;
  margin-bottom: 15px !important; }

body.automation img.staff-training {
  border-radius: 15px; }

.stepswrap label.automation {
  width: 100%; }

.stepswrap {
  margin: 0 auto;
  text-align: center; }

.stepswrap input[type=file], .stepswrap label {
  width: 300px;
  display: block;
  text-align: center;
  margin: 0 auto; }

.intro-video {
  margin-top: 20px; }

iframe, video {
  border-radius: 15px; }

.get-started {
  text-align: center;
  font-size: 28px;
  color: #00baff; }

ul.get-started-requiredments {
  margin: 30px auto;
  margin-left: -50px;
  text-align: center;
  padding: 0; }

ul.get-started-requiredments li {
  width: 190px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  line-height: 20px;
  padding: 10px 0; }

ul.get-started-requiredments.wider li {
  width: 400px;
  padding-left: 150px; }

ul.get-started-requiredments li img {
  margin-right: 10px; }

.mascot {
  margin-bottom: 40px; }

.next-step {
  color: #76c828;
  font-size: 22px;
  margin-bottom: 15px; }

.next-step-detail {
  color: #fff;
  font-size: 30px;
  margin-bottom: 40px; }

.next-step-white {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px; }

.support-video {
  width: 560px;
  height: 315px; }

.dd-payment-options {
  padding-left: 4px;
  text-align: center;
  margin: 0 auto; }

.dd-payment-option {
  width: 177px;
  height: 144px;
  display: inline;
  float: left;
  cursor: pointer;
  margin-left: 8px;
  margin-top: 25px;
  margin-bottom: 65px;
  text-align: center;
  color: #0a81c4;
  line-height: 350px;
  font-size: 22px; }

.dd-phone {
  background: #fff url("../img/automation/dd-phone.png") no-repeat top left; }

.dd-post {
  background: #fff url("../img/automation/dd-post.png") no-repeat top left; }

.dd-online {
  background: #fff url("../img/automation/dd-online.png") no-repeat top left; }

.dd-payment-option:hover {
  background-position: -177px 0;
  color: #00baff; }

.blue-bg {
  background-color: #f7f9f9;
  display: block;
  width: 100%;
  color: #0a81c4;
  padding: 20px; }

.blue-bg .title {
  color: #0a81c4; }

.blue-bg a, .blue-bg a:active, .blue-bg a:hover {
  color: #0a81c4;
  text-decoration: underline; }

.dd-table {
  width: 100%;
  margin: 0 auto; }

.dd-table tr.warning td {
  color: #fff;
  background: #ff9c00;
  padding: 15px;
  margin-top: 5px; }

.dd-table tr td {
  padding: 0 10px;
  vertical-align: middle; }

.dd-table .faded {
  font-size: 10px;
  color: #9bbbc7;
  line-height: 15px; }

.dd-image {
  margin: 10px auto; }

.hidden {
  display: none; }

.smaller {
  font-size: 12px;
  line-height: 18px; }

.popup {
  position: relative;
  width: 50%;
  margin: 30px auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 5px; }

#confirm_details {
  width: 400px;
  font-size: 14px;
  line-height: 21px; }

#confirm_details .details {
  padding: 20px;
  width: 70%;
  margin: 20px auto;
  border-radius: 3px;
  border: 1px solid #e6e6e6; }

#confirm_details .details table tr th {
  text-align: right;
  color: #16212e; }

#confirm_details .details table tr th, #confirm_details .details table tr td {
  padding: 5px 10px; }

#confirm_details .smaller {
  font-size: 10px;
  margin-top: 5px; }

.launch_message {
  color: #fff;
  margin-top: 30px; }

.launch_date {
  font-size: 54px;
  color: #fff;
  font-weight: bold;
  margin: 15px;
  cursor: pointer; }

.launch_date.smaller {
  font-size: 30px; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .automation-steps {
    background: transparent url("../img/automation/progress-bg@2x.png") repeat-x top left;
    background-size: auto 20px; }
  .no-bg {
    background: #00baff; }
  .dd-phone {
    background: #fff url("../img/automation/dd-phone@2x.png") no-repeat top left; }
  .dd-post {
    background: #fff url("../img/automation/dd-post@2x.png") no-repeat top left; }
  .dd-online {
    background: #fff url("../img/automation/dd-online@2x.png") no-repeat top left; } }

.dd-active {
  background-position: -177px 0;
  color: #00baff; }

/* Admin Safe2learn pages */
.page-title {
  margin-top: 40px; }

.page-title.first {
  margin-top: 0; }

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

.page-list .page {
  color: #16212e;
  font-size: 16px;
  border-top: 1px solid #dedede;
  width: 70%;
  margin: 0 auto;
  line-height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.page-list .page:first-child {
  border-top: none; }

table.new-page tr {
  border-top: 0; }

table.new-page tr td {
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0; }

.child {
  padding-left: 50px; }

.grandchild {
  padding-left: 100px; }

.child-indicator {
  color: #9e9e9e; }

.show_in_nav0 {
  color: #cc0001; }

.show_in_nav1 {
  color: #76c828; }

.user-actions {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  text-align: right; }

a.link-button, a:active.link-button {
  color: #fff;
  outline: none;
  display: inline-block;
  outline: none;
  border: 0;
  padding: 8px 17px;
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 12px; }

a.link-button:hover, a.link-button i {
  color: #fff; }

.create_users {
  margin-top: 40px; }

.create_users .block {
  width: 45%;
  float: left;
  margin-right: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px; }

.create_users .block .title {
  margin-bottom: 20px; }

.create_users .block input[type='file'] {
  margin-top: 20px; }

.support-tiles {
  margin-top: 20px; }

.tile {
  cursor: pointer !important;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.3%;
  vertical-align: top;
  width: 29.3%;
  margin: 1%;
  height: 230px;
  background-clip: padding-box;
  background: #fff;
  border-radius: 7px;
  position: relative; }

.tile-title {
  position: absolute;
  width: 100%;
  color: #0a81c4;
  font-size: 20px;
  text-align: center;
  top: 28px; }

.tile img {
  margin-top: 80px; }

.tile.featured {
  background: #eaf9ff;
  background: -webkit-linear-gradient(to top, #eaf9ff, #fbfeff);
  background: -webkit-gradient(linear, left bottom, left top, from(#eaf9ff), to(#fbfeff));
  background: -webkit-linear-gradient(bottom, #eaf9ff, #fbfeff);
  background: linear-gradient(to top, #eaf9ff, #fbfeff); }

.hoverlay {
  -webkit-transition: all 150ms ease-out 0.0000001ms;
  transition: all 150ms ease-out 0.0000001ms;
  position: absolute;
  top: 0;
  opacity: 0;
  display: table;
  border-radius: 7px;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.6); }

.hoverlay:hover {
  opacity: 1; }

.hoverlay span {
  color: #FFFFFF;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0px 20px;
  padding-top: 15px;
  font-size: 19px;
  line-height: 30px; }

.requirements ul li {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-size: 12px; }

.requirements ul li img {
  margin-right: 7px; }

.support-hub-article {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
  width: 80%;
  margin: 0 auto;
  text-align: left; }

.support-hub-article .support-image {
  margin: 20px auto; }

.support-hub-article .title {
  margin-bottom: 20px; }

.support-hub-article video {
  margin: 20px 0; }

.breadcrumb {
  color: #fff;
  float: left;
  font-size: 14px;
  width: 200px;
  padding: 5px 10px;
  background: #0a81c4;
  border-radius: 7px;
  text-shadow: 0px 1px 0px #0395d7;
  background: #3e93c1;
  background: -webkit-linear-gradient(top, #3e93c1 0%, #0a81c4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3e93c1), to(#0a81c4));
  background: linear-gradient(to bottom, #3e93c1 0%, #0a81c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e93c1', endColorstr='#0a81c4',GradientType=0 ); }

.breadcrumb a, .breadcrumb a:active {
  color: #fff; }

.support-article-title-image {
  margin-bottom: 20px !important; }

.sponsor-logo {
  margin-left: 30px !important; }

.navigatable-content {
  float: right;
  width: 70%;
  display: inline; }

.navigatable-content .title {
  margin-top: 50px; }

.navigatable-content hr {
  margin-top: 50px; }

.support-hub-article .navigation {
  float: left;
  margin-right: 5%;
  margin-top: 20px;
  font-size: 14px;
  width: 190px; }

.support-hub-article .navigation ul {
  margin: 0;
  padding: 0;
  border: 1px solid #0a81c4;
  border-radius: 8px; }

.support-hub-article .navigation ul li {
  padding: 7px 15px;
  border-top: 1px solid #0a81c4;
  background: #fff; }

.support-hub-article .navigation ul li:first-child, .support-hub-article .navigation ul li.first {
  border-top: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px; }

.support-hub-article .navigation ul li.last {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; }

.support-hub-article .navigation ul li:hover, .support-hub-article .navigation ul li:hover a, .support-hub-article .navigation ul li:hover a:active, .support-hub-article .navigation ul li:hover a:hover {
  color: #fff;
  background: #0a81c4;
  outline: 0; }

#sticky.stick {
  margin-top: 0px !important;
  position: fixed;
  top: 20px;
  z-index: 10000;
  height: 1px; }

.student-message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
  margin-top: 15px;
  padding: 30px 30px 10px 30px;
  border-radius: 15px;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  color: #4a4a4a;
  border: 1px solid #b5dbf1;
  background: #e7f6ff;
  width: 100%;
  text-align: center; }
  .student-message div {
    display: block;
    width: 100%; }
    .student-message div p {
      text-align: left;
      width: 100%;
      margin-bottom: 20px; }
    .student-message div a {
      text-decoration: underline;
      color: #0a81c4; }

ul.standard {
  list-style: disc; }

ul.standard li {
  margin-bottom: 20px; }

article.wip {
  background: #fff;
  border-top: 1px solid #dedede; }

.filterbox {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 30px;
  text-align: center;
  border-top: 1px solid #dedede;
  padding-top: 30px; }
  .filterbox .title {
    color: #4a4a4a;
    font-size: 14px;
    text-transform: uppercase; }
  .filterbox .filter {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 0 25px; }
    .filterbox .filter .filter-title {
      color: #4a4a4a;
      text-transform: uppercase; }
    .filterbox .filter .count {
      font-size: 18px;
      color: #0a81c4;
      font-weight: bold;
      margin: 15px auto; }
    .filterbox .filter label, .filterbox .filter input {
      cursor: pointer; }

.filterbox:first-child {
  border-top: 0;
  padding-top: 0; }

.filterbox > .half {
  width: 600px;
  margin: 0 auto; }

article i {
  margin-left: 5px;
  cursor: pointer;
  font-size: 16px !important; }

article button i {
  font-size: 14px !important; }

article i.disabled {
  opacity: 0.3;
  cursor: initial; }

article i.green {
  color: green;
  cursor: initial; }

article i.red {
  color: #cc0001; }

article i.blue {
  color: #0a81c4; }

article i.whitey, article i.whitey:hover {
  background: none;
  color: #fff !important; }

table.sortable input[type='search'] {
  padding: 3px;
  border: 0 !important; }

table.sortable tr.red {
  background-color: #ffdecb; }

table.sortable td.red {
  color: #bd6000 !important; }

.remodal {
  border-radius: 7px; }
  .remodal h1 {
    line-height: 34px !important; }
  .remodal table {
    margin: 0 auto;
    text-align: center; }
  .remodal table tr td {
    padding: 0 10px; }

ul.capsule-schools, ul.wonde-schools {
  width: 80%;
  margin: 0 auto; }
  ul.capsule-schools input, ul.wonde-schools input {
    width: 30px;
    display: inline !important; }
  ul.capsule-schools li, ul.wonde-schools li {
    text-align: left; }

.ajax-alert {
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 30px;
  display: none;
  color: #ffffff;
  background: #cc0001; }
  .ajax-alert i {
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px;
    float: right; }

.ajax-alert.green-success {
  background: #03b500 !important; }

footer {
  position: relative;
  text-align: center;
  font-size: 11px;
  color: #0a81c4;
  padding: 15px 0; }

footer .sponsors {
  position: absolute;
  left: 0;
  top: 5px; }

footer .sponsors img {
  padding: 5px; }

/* ==========================================================================
   tootoot - mobile
   ========================================================================== */
@media only screen and (max-width: 850px) {
  .pupilvoiceweek-banner {
    height: auto;
    line-height: 16px;
    padding: 15px; }
  /* Center logo */
  .logo img {
    margin: 0 auto;
    display: block; }
  /* Navigation */
  .nav {
    width: 100%;
    height: 40px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px; }
  .tinynav {
    display: block; }
  #nav {
    display: none; }
  .nav select {
    display: block;
    margin: 0 auto; }
  .title {
    margin-top: 35px;
    line-height: 28px; }
  .title:first-child {
    margin-top: 0; }
  .message_student {
    width: 90%;
    margin: 0 auto;
    text-align: center; }
  /* Case messages */
  .actions {
    margin: 0 auto;
    display: block;
    margin-bottom: 0px; }
  .categorise_case, .closing_comments {
    width: 96%;
    display: block; }
  /* Second column */
  table.case-messages .col2, .main table.case-messages tr > td + td {
    padding-top: 0px; }
  /* First column */
  table.case-messages .col1, .main table.case-messages tr > td {
    display: block; }
  /* Second column */
  table.case-messages .col2, .main table.case-messages tr > td + td {
    display: block; }
  /* Settings */
  .float-left {
    float: none; }
  .float-right {
    float: none; }
  .two-columned {
    width: 90%;
    padding: 5%; }
  .two-columned:first-child {
    padding-top: 0; }
  .one-third-columned {
    width: 90%;
    padding: 5%;
    padding-top: 0; }
  .two-third-columned {
    width: 90%;
    padding: 5%; }
  /* Create Incident */
  .three-columns, .two-columns, .three-columns .column, .two-columns .column {
    width: 100%; }
  .column {
    display: block;
    float: none;
    margin-left: 0;
    margin: 0 auto; }
  .column.first {
    margin: 0 auto; }
  .float {
    display: block; }
  /* Admin */
  .wrap.admin, .wrap.main, .wrap.admin.wide, .wrap {
    max-width: 90% !important;
    margin: 0 auto; }
  .admin table tr {
    border-top: none; }
  .admin table tr th, .admin table tr td {
    display: block;
    border-top: 1px solid #d8eaff; }
  .admin table tr.noborder th, .admin table tr.noborder td {
    padding-top: 20px; }
  .admin table tr.noborder th:first-child, .admin table tr.noborder td:first-child {
    padding-top: 0px;
    border-top: none; }
  .user-details table tr td {
    display: block; }
  .admin table.case_search {
    width: 100%; }
  .dashboard-filter label {
    text-align: center; }
  .dashboard-filter label, .dashboard-filter input, select.dashboard-filter {
    display: block;
    margin: 0 auto; }
  .dashboard-filter input, select.dashboard-filter {
    margin-right: 0;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 20px; }
  .dashboard-filter button {
    display: block;
    margin: 20px auto; }
  .organisation-spacing {
    padding-left: 0 !important; }
  .last_updated {
    margin-top: 20px; }
  table.users tbody tr.multiselectusers td {
    border-top: 0; }
  table.users tr th {
    display: none; }
  table.reports {
    display: none; }
  .valign_middle {
    float: none;
    margin: 0 auto;
    text-align: center; }
  .stat-large {
    font-size: 130px;
    line-height: 200px; }
  .stat-medium {
    font-size: 90px;
    line-height: 200px; }
  .heatmap {
    height: 400px;
    width: 99%; }
  /* Automation */
  .next-step-white {
    line-height: 36px;
    margin-bottom: 0; }
  .percentage {
    line-height: 36px; }
  .next-step-detail, .launch_date {
    line-height: 46px; }
  .support-video, iframe, video {
    width: 95%;
    margin: 0 auto; }
  .faqs, .white-faqs {
    width: 95%; }
  .dd-table tr td {
    display: block;
    width: 80%;
    margin: 0 auto; }
  .dd-payment-option {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 65px; }
  body.automation .selection .choice {
    display: block;
    float: none;
    width: 97%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    margin-bottom: 30px; }
  .create_users .block {
    width: 100%;
    float: none;
    margin-right: 0; }
  .tile {
    display: block;
    float: none;
    width: 90%;
    margin: 20px auto; }
  .support-hub-article {
    width: 95%; }
  .navigatable-content {
    float: none;
    width: 90%;
    display: block;
    margin: 0 auto; }
  .support-hub-article .navigation {
    display: none; }
  .breadcrumb {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0a81c4;
    border-radius: 7px;
    text-shadow: 0px 1px 0px #0395d7;
    background: #3e93c1;
    background: -webkit-linear-gradient(top, #3e93c1 0%, #0a81c4 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#3e93c1), to(#0a81c4));
    background: linear-gradient(to bottom, #3e93c1 0%, #0a81c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e93c1', endColorstr='#0a81c4',GradientType=0 ); }
  .breadcrumb a, .breadcrumb a:active {
    color: #fff; }
  .student-message {
    padding: 10px; }
  .lightbox {
    display: none;
    border-radius: 0 !important;
    width: 90%;
    height: 315px;
    margin: 0 auto; }
  .ribbon .row .box {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  /* Footer */
  footer .sponsors {
    left: 0;
    right: 0;
    top: 40px; } }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-primary, .btn-blue {
  color: #ffffff;
  text-shadow: 0px 1px 0px #0395d7;
  background: #3e93c1;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e93c1), to(#0a81c4));
  background: -webkit-linear-gradient(top, #3e93c1 0%, #0a81c4 100%);
  background: linear-gradient(to bottom, #3e93c1 0%, #0a81c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e93c1', endColorstr='#0a81c4',GradientType=0 ); }

.btn-blue-outline {
  color: #0a81c4;
  text-shadow: none;
  background: #fff;
  border: 1px solid #b6d9ed;
  padding: 9px 16px !important; }

.btn-white {
  color: #057dc0;
  background: #fff; }

.btn-misty {
  color: #fff;
  background: none;
  border: 2px solid #fff; }

.btn-misty:hover {
  color: #057dc0;
  background: #fff; }

.support-call {
  border-radius: 20px; }

.btn-grey {
  color: #ffffff;
  text-shadow: 0px 1px 0px #727272;
  background: #b2b2b2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYjJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjhmOGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#b2b2b2), to(#8f8f8f));
  background: -webkit-linear-gradient(top, #b2b2b2 0%, #8f8f8f 100%);
  background: linear-gradient(to bottom, #b2b2b2 0%, #8f8f8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#8f8f8f',GradientType=0 ); }

.btn-red {
  color: #ffffff;
  text-shadow: 0px 1px 0px #83290e;
  background: #c3342f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzMzQyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZjM5MjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#c3342f), to(#af3923));
  background: -webkit-linear-gradient(top, #c3342f 0%, #af3923 100%);
  background: linear-gradient(to bottom, #c3342f 0%, #af3923 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3342f', endColorstr='#af3923',GradientType=0 ); }

.btn-green, a.button-green {
  color: #ffffff;
  text-shadow: 0px 1px 0px #3b830e;
  background: #85c32f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1YzMyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2M2FmMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#85c32f), to(#63af23));
  background: -webkit-linear-gradient(top, #85c32f 0%, #63af23 100%);
  background: linear-gradient(to bottom, #85c32f 0%, #63af23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c32f', endColorstr='#63af23',GradientType=0 ); }

.btn-big {
  padding: 18px 30px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0a81c4; }

/* ==========================================================================
   Print styles.
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  article {
    background: #fff !important; }
  a,
  a:visited {
    text-decoration: underline; }
  header, input, button, #case-reply, footer, .support-nav {
    display: none;
    visibility: hidden; }
  article {
    background: #fff; }
  .support-content {
    width: 100%; }
  .dashboard-wrap {
    width: 100% !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  .show-on-print {
    display: block; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ==========================================================================
   Freewall
   ========================================================================== */
.free-wall {
  margin: auto; }

.size2-2 {
  width: 80px;
  height: 80px; }

.size11 {
  height: 160px;
  width: 160px; }

.size12 {
  width: 160px;
  height: 320px; }

.size21 {
  width: 320px;
  height: 160px; }

.size22 {
  height: 320px;
  width: 320px; }

.size13 {
  width: 160px;
  height: 480px; }

.size31 {
  width: 480px;
  height: 160px; }

.size23 {
  width: 320px;
  height: 480px; }

.size24 {
  width: 320px;
  height: 640px; }

.size32 {
  width: 480px;
  height: 320px; }

.size33 {
  width: 480px;
  height: 480px; }

.size34 {
  width: 480px;
  height: 640px; }

.size43 {
  width: 640px;
  height: 480px; }

.size35 {
  width: 480px;
  height: 800px; }

.size53 {
  width: 800px;
  height: 480px; }

.size36 {
  width: 480px;
  height: 960px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.rest-left {
  margin-left: 244px; }

.desc h1,
.desc h2,
.desc h3,
.desc h4,
.desc h5,
.desc h6 {
  font-weight: bold; }

.desc h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 50px; }

.desc h2 span {
  float: left;
  display: block;
  line-height: 50px; }

.brick {
  background-color: white;
  float: left;
  cursor: default;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.brick .cover {
  overflow: hidden;
  margin: 20px; }

.brick .read-more {
  position: absolute;
  display: none;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 12px;
  background: black;
  background: rgba(0, 0, 0, 0.45); }

.brick:hover .read-more {
  display: block;
  cursor: pointer; }

.brick .desc {
  display: none; }

.full-width .float-left {
  display: none; }

.full-width .desc {
  display: block; }

.full-width.brick {
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
  border: none !important;
  background: none !important; }

.full-width.brick .cover {
  margin: 0px 20px;
  color: #333; }

.full-width.brick .cover * {
  text-shadow: none; }

.full-width.brick .cover code {
  color: #666; }

.open .float-left {
  display: none; }

.open .desc {
  display: block; }

.example {
  width: 0px;
  height: 0px;
  overflow: visible !important;
  /* for ie7 */ }

.example-draggable {
  cursor: move; }

.example-draggable * {
  cursor: move; }

.example-draggable a {
  cursor: pointer; }

.cell {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-color: #222; }

[class*="-share"] {
  cursor: pointer;
  margin: 20px 0;
  line-height: 30px;
  padding-left: 30px; }

@keyframes start {
  from {
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes start {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }

.free-wall .brick[data-state="init"] {
  display: none; }

.free-wall .brick[data-state="start"] {
  display: block;
  animation: start 0.5s;
  -webkit-animation: start 0.5s; }

.free-wall .brick[data-state="move"] {
  transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
  -webkit-transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; }

/* *********************************************************************************************************************
    One% CSS Grid - 12 Columns Fluid CSS Grid System

    Why One% ? Let’s count ...
        we have 12 columns (magic number divided by 2, 3, 4, 6)

        for 12 columns we need 11 margins

        so if we count margin 3%, then 3% * 11 margins = 33%

        and if we count width of 1 column 5.5%, than 5.5% * 12 columns = 66%

        in the end we have 33% + 66% = 99% aaand ???

        1% is still here so that's the name - One%

    2 starting options ? Let’s count a bit more ...
        1200px - perfectly fits 1280 screens
            12 columns
            margin 3% / 36px (full-width)
            col1 5.5% / 66px (full-width)

        1000px - perfectly fits 1024 screens
            12 columns
            margin 3% / 30px (full-width)
            col1 5.5% / 55px (full-width)
*/
/* *********************************************************************************************************************
 * Main container for all
 */
.onepcssgrid-1000, .onepcssgrid-1200 {
  margin-top: 0;
  padding-top: 0;
  margin: 0 auto;
  padding: 0 0 0 1%;
  /* THAT'S THE NAME ;) */ }

.onepcssgrid-1200 {
  max-width: 1220px; }

.onepcssgrid-1000 {
  max-width: 1020px; }

.onerow {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* *********************************************************************************************************************
 * Common columns definitions
 */
.db-col1, .db-col2, .db-col3, .db-col4, .db-col5, .db-col6, .db-col7, .db-col8, .db-col9, .db-col10, .db-col11, .db-col12 {
  float: left;
  margin: 0 3% 0 0;
  background: #fff;
  padding: 45px 0 35px 0;
  border-radius: 5px; }

.db-col1:hover, .db-col2:hover, .db-col3:hover, .db-col4:hover, .db-col5:hover, .db-col6:hover, .db-col7:hover, .db-col8:hover, .db-col9:hover, .db-col10:hover, .db-col11:hover, .db-col12:hover {
  -webkit-box-shadow: 0px 0px 15px #f4f4f4;
          box-shadow: 0px 0px 15px #f4f4f4; }

.db-col1.last, .db-col2.last, .db-col3.last, .db-col4.last, .db-col5.last, .db-col6.last, .db-col7.last, .db-col8.last, .db-col9.last, .db-col10.last, .db-col11.last, .db-col12 {
  margin: 0; }

.db-col1 {
  width: 5.5%; }

.db-col2 {
  width: 14%; }

.db-col3 {
  width: 22.5%; }

.db-col4 {
  width: 31%; }

.db-col5 {
  width: 39.5%; }

.db-col6 {
  width: 48%; }

.db-col7 {
  width: 56.5%; }

.db-col8 {
  width: 65%; }

.db-col9 {
  width: 73.5%; }

.db-col10 {
  width: 82%; }

.db-col11 {
  width: 90.5%; }

.db-col12 {
  width: 99%;
  margin: 0; }

.db-col1 img, .db-col2 img, .db-col3 img, .db-col4 img, .db-col5 img, .db-col6 img, .db-col7 img, .db-col8 img, .db-col9 img, .db-col10 img, .db-col11 img, .db-col12 img {
  width: 100%;
  height: auto;
  display: block; }

/* *********************************************************************************************************************
 * Small devices
 */
@media only screen and (max-width: 850px) {
  .onerow {
    padding: 0;
    margin: 0;
    display: block; }
  .db-col1, .db-col2, .db-col3, .db-col4, .db-col5, .db-col6, .db-col7, .db-col8, .db-col9, .db-col10, .db-col11 {
    float: none;
    display: block;
    width: 99%;
    padding: 20px 0;
    margin: 20px 0; } }

/*! jQuery UI - v1.11.4 - 2015-05-20
* http://jqueryui.com
* Includes: core.css, resizable.css, autocomplete.css, datepicker.css, menu.css, selectmenu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=3px&bgColorHeader=%23127ca2&bgTextureHeader=flat&bgImgOpacityHeader=100&borderColorHeader=%23127ca2&fcHeader=%23ffffff&iconColorHeader=%23d8e7f3&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=100&borderColorContent=%23cbcbcb&fcContent=%23222222&iconColorContent=%23469bdd&bgColorDefault=%23e7f5ff&bgTextureDefault=flat&bgImgOpacityDefault=100&borderColorDefault=%23e7f5ff&fcDefault=%23127ca2&iconColorDefault=%236da8d5&bgColorHover=%23e7f5ff&bgTextureHover=flat&bgImgOpacityHover=100&borderColorHover=%23e7f5ff&fcHover=%23127ca2&iconColorHover=%236da8d5&bgColorActive=%23f5f8f9&bgTextureActive=flat&bgImgOpacityActive=100&borderColorActive=%2379b7e7&fcActive=%23e17009&iconColorActive=%23f9bd01&bgColorHighlight=%2300baff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%2300baff&fcHighlight=%23ffffff&iconColorHighlight=%2300baff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

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

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

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

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Lucida Grande,Lucida Sans,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: Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #cbcbcb;
  background: #ffffff url("../img/ui-bg_flat_100_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #127ca2;
  background: #127ca2 url("../img/ui-bg_flat_100_127ca2_40x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #e7f5ff;
  background: #e7f5ff url("../img/ui-bg_flat_100_e7f5ff_40x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #127ca2; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #127ca2;
  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 #e7f5ff;
  background: #e7f5ff url("../img/ui-bg_flat_100_e7f5ff_40x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #127ca2; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #127ca2;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url("../img/ui-bg_flat_100_f5f8f9_40x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #e17009;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #00baff;
  background: #00baff url("../img/ui-bg_flat_55_00baff_40x100.png") 50% 50% repeat-x;
  color: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../img/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/ui-icons_469bdd_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../img/ui-icons_d8e7f3_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("../img/ui-icons_6da8d5_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../img/ui-icons_6da8d5_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("../img/ui-icons_f9bd01_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("../img/ui-icons_00baff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../img/ui-icons_cd0a0a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("../img/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("../img/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

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

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

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

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Lucida Grande,Lucida Sans,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: Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #cbcbcb;
  background: #ffffff url("../img/ui-bg_flat_100_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #127ca2;
  background: #127ca2 url("../img/ui-bg_flat_100_127ca2_40x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #e7f5ff;
  background: #e7f5ff url("../img/ui-bg_flat_100_e7f5ff_40x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #127ca2; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #127ca2;
  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 #e7f5ff;
  background: #e7f5ff url("../img/ui-bg_flat_100_e7f5ff_40x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #127ca2; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #127ca2;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url("../img/ui-bg_flat_100_f5f8f9_40x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #e17009;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #00baff;
  background: #00baff url("../img/ui-bg_flat_55_00baff_40x100.png") 50% 50% repeat-x;
  color: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../img/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/ui-icons_469bdd_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../img/ui-icons_d8e7f3_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("../img/ui-icons_6da8d5_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../img/ui-icons_6da8d5_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("../img/ui-icons_f9bd01_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("../img/ui-icons_00baff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../img/ui-icons_cd0a0a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("../img/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("../img/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), to(#f4f4f4));
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../img/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../img/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/*
    Icon font
*/
@font-face {
  font-family: 'RedactorFont';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }

/*
    Box
*/
.redactor-box {
  position: relative;
  overflow: visible;
  margin-bottom: 24px; }

.redactor-box textarea {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  outline: none;
  border: none;
  background-color: #111;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif !important;
  resize: none; }

.redactor-box textarea:focus {
  outline: none; }

.redactor-editor,
.redactor-box {
  background: #fff; }

/*
    Z-index setup
*/
.redactor-editor,
.redactor-box,
.redactor-box textarea {
  z-index: auto; }

.redactor-box-fullscreen {
  z-index: 1051; }

.redactor-toolbar {
  z-index: 100; }

.redactor-dropdown {
  z-index: 1052; }

#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1053; }

/*
    Fullscreen
*/
body .redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

/*
    Utils
*/
.redactor-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

/*
    Editor
*/
.redactor-editor {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 20px;
  min-height: 80px;
  outline: none;
  white-space: normal;
  border: 1px solid #eee;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  font-size: 14px;
  line-height: 1.6em; }

.redactor-editor:focus {
  outline: none; }

.toolbar-fixed-box + .redactor-editor {
  padding-top: 32px !important; }

/*
    Placeholder
*/
.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  display: block;
  /* For Firefox */
  color: #999 !important;
  font-weight: normal !important; }

/*
    Toolbar
*/
.redactor-toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.redactor-toolbar:after {
  content: "";
  display: table;
  clear: both; }

.redactor-toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 29px;
  white-space: nowrap; }

.redactor-toolbar.redactor-toolbar-external {
  z-index: 999;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.redactor-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.redactor-toolbar li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 9px 10px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.redactor-toolbar li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff; }

.redactor-toolbar li a:hover i:before {
  color: #fff; }

.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
  outline: none;
  background-color: #ccc;
  color: #444; }

.redactor-toolbar li a.redactor-btn-image {
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat; }

.redactor-toolbar li a.fa-redactor-btn {
  display: inline-block;
  padding: 9px 10px 8px 10px;
  line-height: 1; }

.redactor-toolbar li a.redactor-button-disabled {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3; }

.redactor-toolbar li a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default; }

.redactor-toolbar li a.redactor-button-focus {
  color: #fff;
  background: #000; }

/*
    CodeMirror
*/
.redactor-box .CodeMirror {
  display: none; }

/*
    Icons
*/
.re-icon {
  font-family: 'RedactorFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.re-icon i:before {
  position: relative;
  font-size: 14px; }

.re-video:before {
  content: "\e600"; }

.re-unorderedlist:before {
  content: "\e601"; }

.re-undo:before {
  content: "\e602"; }

.re-underline:before {
  content: "\e603"; }

.re-textdirection:before {
  content: "\e604"; }

.re-fontcolor:before {
  content: "\e605"; }

.re-table:before {
  content: "\e606"; }

.re-redo:before {
  content: "\e607"; }

.re-quote:before {
  content: "\e608"; }

.re-outdent:before {
  content: "\e609"; }

.re-orderedlist:before {
  content: "\e60a"; }

.re-link:before {
  content: "\e60b"; }

.re-horizontalrule:before {
  content: "\e60c"; }

.re-italic:before {
  content: "\e60d"; }

.re-indent:before {
  content: "\e60e"; }

.re-image:before {
  content: "\e60f"; }

.re-fullscreen:before {
  content: "\e610"; }

.re-normalscreen:before {
  content: "\e611"; }

.re-formatting:before {
  content: "\e612"; }

.re-fontsize:before {
  content: "\e613"; }

.re-fontfamily:before {
  content: "\e614"; }

.re-deleted:before {
  content: "\e615"; }

.re-html:before {
  content: "\e616"; }

.re-clips:before {
  content: "\e617"; }

.re-bold:before {
  content: "\e618"; }

.re-backcolor:before {
  content: "\e619"; }

.re-file:before {
  content: "\e61a"; }

.re-alignright:before {
  content: "\e61b"; }

.re-alignment:before,
.re-alignleft:before {
  content: "\e61c"; }

.re-alignjustify:before {
  content: "\e61d"; }

.re-aligncenter:before {
  content: "\e61e"; }

.re-gallery:before {
  content: "\e61f"; }

/*
    Toolbar tooltip
*/
.redactor-toolbar-tooltip {
  position: absolute;
  z-index: 1054;
  text-align: center;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  font-size: 12px;
  border-radius: 2px; }

/*
    Dropdown
*/
.redactor-dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0;
  min-width: 220px;
  max-height: 254px;
  overflow: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  line-height: 1.6em; }

.redactor-dropdown a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.redactor-dropdown a:last-child {
  border-bottom: none; }

.redactor-dropdown a:hover {
  background-color: #1f78d8;
  color: #fff !important;
  text-decoration: none; }

.redactor-dropdown a.selected {
  background-color: #000;
  color: #fff; }

.redactor-dropdown a.redactor-dropdown-link-inactive,
.redactor-dropdown a.redactor-dropdown-link-inactive:hover {
  background: none;
  cursor: default;
  color: #000 !important;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4; }

.redactor-dropdown a.redactor-dropdown-link-selected {
  color: #fff;
  background: #000; }

/*
    IMAGE BOX
*/
#redactor-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 1px dashed rgba(0, 0, 0, 0.6); }

#redactor-image-editter {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
  cursor: pointer; }

#redactor-image-resizer {
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -4px;
  right: -5px;
  border: 1px solid #fff;
  background-color: #000;
  width: 8px;
  height: 8px; }

/*
    LINK TOOLTIP
*/
.redactor-link-tooltip {
  position: absolute;
  z-index: 99;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important; }

.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important; }

.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none; }

.redactor-link-tooltip a:hover {
  color: #fff; }

/*
    DROPAREA
*/
#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 140px 20px;
  border: 3px dashed rgba(0, 0, 0, 0.1); }

#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75); }

#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5); }

#redactor-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7); }

/*
    PROGRESS
*/
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px; }

#redactor-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px; }

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

/*
    MODAL
*/
#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3; }

#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto; }

#redactor-modal {
  outline: 0;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 14px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  -webkit-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5); }

#redactor-modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold; }

#redactor-modal section {
  padding: 30px 40px 50px 40px; }

#redactor-modal label {
  display: block;
  float: none !important;
  margin: 15px 0 3px 0 !important;
  padding: 0; }

#redactor-modal input[type="radio"],
#redactor-modal input[type="checkbox"] {
  position: relative;
  top: -1px; }

#redactor-modal select {
  width: 100%; }

#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 5px 4px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  -webkit-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in; }

#redactor-modal input[type="text"]:focus,
#redactor-modal input[type="password"]:focus,
#redactor-modal input[type="email"]:focus,
#redactor-modal input[type="url"]:focus,
#redactor-modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  -webkit-box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; }

#redactor-modal input[type="text"].redactor-input-error,
#redactor-modal input[type="password"].redactor-input-error,
#redactor-modal input[type="email"].redactor-input-error,
#redactor-modal input[type="url"].redactor-input-error,
#redactor-modal textarea.redactor-input-error {
  border-color: #e82f2f;
  -webkit-box-shadow: 0 0 0 2px rgba(232, 47, 47, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0 2px rgba(232, 47, 47, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; }

#redactor-modal textarea {
  display: block;
  margin-top: 4px;
  line-height: 1.4em; }

/*
    Tabs in Modal
*/
#redactor-modal-tabber {
  margin-bottom: 15px;
  font-size: 12px; }

#redactor-modal-tabber a {
  border: 1px solid #ddd;
  line-height: 1;
  padding: 8px 15px;
  margin-right: -1px;
  text-decoration: none;
  color: #000; }

#redactor-modal-tabber a:hover {
  background-color: #1f78d8;
  border-color: #1f78d8;
  color: #fff; }

#redactor-modal-tabber a.active {
  cursor: default;
  background-color: #ddd;
  border-color: #ddd;
  color: rgba(0, 0, 0, 0.6); }

/*
    List in Modal
*/
#redactor-modal #redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: auto; }

#redactor-modal #redactor-modal-list li {
  border-bottom: 1px solid #ddd; }

#redactor-modal #redactor-modal-list li:last-child {
  border-bottom: none; }

#redactor-modal #redactor-modal-list a {
  padding: 10px 5px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: block;
  position: relative; }

#redactor-modal #redactor-modal-list a:hover {
  background-color: #eee; }

#redactor-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  background: 0;
  outline: none; }

#redactor-modal-close:hover {
  color: #000; }

#redactor-modal footer button {
  position: relative;
  width: 100%;
  padding: 14px 16px;
  margin: 0;
  outline: none;
  border: none;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  line-height: 1;
  cursor: pointer; }

#redactor-modal footer button:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none; }

#redactor-modal footer button.redactor-modal-delete-btn {
  background: none;
  color: #fff;
  background-color: #b52525; }

#redactor-modal footer button.redactor-modal-delete-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b; }

#redactor-modal footer button.redactor-modal-action-btn {
  background: none;
  color: #fff;
  background-color: #2461b5; }

#redactor-modal footer button.redactor-modal-action-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580; }

/*
    ##############################################

    DROPDOWN FORMATTING

    ##############################################
*/
.redactor-dropdown .redactor-formatting-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor-dropdown .redactor-formatting-pre {
  font-family: monospace, sans-serif; }

.redactor-dropdown .redactor-formatting-h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold; }

.redactor-dropdown .redactor-formatting-h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold; }

.redactor-dropdown .redactor-formatting-h3 {
  font-size: 21px;
  line-height: 30px;
  font-weight: bold; }

.redactor-dropdown .redactor-formatting-h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold; }

.redactor-dropdown .redactor-formatting-h5 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold; }

/*
    ##############################################

     CONTENT STYLES

    ##############################################
*/
.redactor-editor code,
.redactor-editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif !important;
  cursor: text; }

.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor pre {
  font-size: 14px;
  line-height: 1.6em; }

.redactor-editor a {
  color: #15c;
  text-decoration: underline; }

.redactor-editor object,
.redactor-editor embed,
.redactor-editor video,
.redactor-editor img {
  max-width: 100%;
  width: auto; }

.redactor-editor video,
.redactor-editor img {
  height: auto; }

.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor figure,
.redactor-editor blockquote,
.redactor-editor pre {
  margin: 0;
  margin-bottom: 15px;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.redactor-editor iframe,
.redactor-editor object,
.redactor-editor hr {
  margin-bottom: 15px; }

.redactor-editor blockquote {
  margin-left: 1.6em !important;
  padding-left: 0;
  color: #777;
  font-style: italic; }

.redactor-editor ul,
.redactor-editor ol {
  padding-left: 2em; }

.redactor-editor ul ul,
.redactor-editor ol ol,
.redactor-editor ul ol,
.redactor-editor ol ul {
  margin: 2px;
  padding: 0;
  padding-left: 2em;
  border: none; }

.redactor-editor ol ol li {
  list-style-type: lower-alpha; }

.redactor-editor ol ol ol li {
  list-style-type: lower-roman; }

.redactor-editor dl dt {
  font-weight: bold; }

.redactor-editor dd {
  margin-left: 1em; }

.redactor-editor table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%; }

.redactor-editor table td,
.redactor-editor table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top; }

.redactor-editor table thead td,
.redactor-editor table th {
  font-weight: bold;
  border-bottom-color: #888; }

.redactor-editor code {
  background-color: #d8d7d7; }

.redactor-editor pre {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  font-size: 90%; }

.redactor-editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc; }

.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  font-weight: bold;
  color: #000;
  padding: 0;
  background: none;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0; }

.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4 {
  line-height: 1.3; }

.redactor-editor h1 {
  font-size: 36px; }

.redactor-editor h2 {
  font-size: 24px;
  margin-bottom: .7em; }

.redactor-editor h3 {
  font-size: 21px; }

.redactor-editor h4 {
  font-size: 18px; }

.redactor-editor h5 {
  font-size: 16px; }

.redactor-editor h6 {
  font-size: 12px;
  text-transform: uppercase; }

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.lightbox {
  display: none;
  border-radius: 0 !important;
  width: 560px;
  height: 315px; }

@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent; }
  .featherlight:last-of-type {
    background: url(data:image/png;base64,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TUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDEzLTExLTA2VDIyOjExOjgxPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5QaXhlbG1hdG9yIDMuMDwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj41PC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4xPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MTA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KbQS91AAAAB1JREFUGBljZGBgOA7EBAETQRVQBaMK8YYU0cEDAE1HANt9zybzAAAAAElFTkSuQmCC);
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0; }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .featherlight iframe {
    border: 0; }
  .featherlight * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/*************
  Table Sorter - Dropbox Theme (by thezoggy)
 *************/
table.sortable tr td, table.sortable tr th {
  padding: 2px 5px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle; }

/* overall */
.tablesorter-dropbox {
  width: 100%;
  font: 13px/32px "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
  color: #555;
  text-align: left;
  background-color: #fff;
  border-collapse: collapse;
  border-top: 1px solid #82cffa;
  border-spacing: 0; }

/* header */
.tablesorter-dropbox th,
.tablesorter-dropbox thead td,
.tablesorter-dropbox tfoot th,
.tablesorter-dropbox tfoot td {
  background-color: #f0f9ff;
  border-color: #82cffa #e7f2fb #96c4ea;
  border-style: solid;
  border-width: 1px;
  padding: 3px 6px;
  font-size: 13px;
  font-weight: normal;
  line-height: 29px;
  color: #2281CF;
  text-align: left; }

.tablesorter-dropbox .header,
.tablesorter-dropbox thead tr,
.tablesorter-dropbox .tablesorter-headerRow {
  background-color: #f0f9ff;
  border-bottom: 1px solid #96c4ea;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 0 #000000 inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 0 #000000 inset;
  white-space: normal; }

.tablesorter-dropbox .tablesorter-headerSortUp,
.tablesorter-dropbox .tablesorter-headerSortDown,
.tablesorter-dropbox .tablesorter-headerAsc,
.tablesorter-dropbox .tablesorter-headerDesc {
  font-weight: 600; }

.tablesorter-dropbox .tablesorter-header {
  cursor: pointer; }

.tablesorter-dropbox .tablesorter-header i.tablesorter-icon {
  width: 9px;
  height: 9px;
  padding: 0 10px 0 4px;
  display: inline-block;
  background-position: center right;
  background-repeat: no-repeat;
  content: ""; }

.tablesorter-dropbox .tablesorter-headerSortUp i.tablesorter-icon,
.tablesorter-dropbox .tablesorter-headerAsc i.tablesorter-icon {
  background-image: url(../img/tablesorter/dropbox-asc.png); }

.tablesorter-dropbox .tablesorter-headerSortUp:hover i.tablesorter-icon,
.tablesorter-dropbox .tablesorter-headerAsc:hover i.tablesorter-icon {
  background-image: url(../img/tablesorter/dropbox-asc-hovered.png); }

.tablesorter-dropbox .tablesorter-headerSortDown i.tablesorter-icon,
.tablesorter-dropbox .tablesorter-headerDesc i.tablesorter-icon {
  background-image: url(../img/tablesorter/dropbox-desc.png); }

.tablesorter-dropbox .tablesorter-headerSortDown:hover i.tablesorter-icon,
.tablesorter-dropbox .tablesorter-headerDesc:hover i.tablesorter-icon {
  background-image: url(../img/tablesorter/dropbox-desc-hovered.png); }

.tablesorter-dropbox thead .sorter-false {
  cursor: default; }

.tablesorter-dropbox thead .sorter-false i.tablesorter-icon {
  display: none; }

/* tbody */
.tablesorter-dropbox td {
  padding: 5px 6px;
  line-height: 32px;
  color: #555;
  text-align: left;
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #edf1f5; }

/* hovered row colors */
.tablesorter-dropbox tbody > tr.hover > td,
.tablesorter-dropbox tbody > tr:hover > td,
.tablesorter-dropbox tbody > tr.even:hover > td,
.tablesorter-dropbox tbody > tr.odd:hover > td {
  background-color: rgba(230, 245, 255, 0.3);
  border-right: 0;
  border-left: 0;
  border-color: #c6d8e4;
  /* trick to do border-top and bottom colors */
  border-style: double; }

/* table processing indicator */
.tablesorter-dropbox .tablesorter-processing {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-image: url(../img/tablesorter/loading.gif) !important; }

/* Zebra Widget - row alternating colors */
/* Column Widget - column sort colors */
/* caption */
caption {
  background-color: #fff; }

/* Filter Widget */
.tablesorter-dropbox .tablesorter-filter-row {
  background-color: #fff; }

.tablesorter-dropbox .tablesorter-filter-row td {
  background-color: #fff;
  line-height: normal;
  text-align: center;
  /* center the input */
  -webkit-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease; }

/* optional disabled input styling */
.tablesorter-dropbox .tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed; }

/* hidden filter row */
.tablesorter-dropbox .tablesorter-filter-row.hideme td {
  /*** *********************************************** ***/
  /*** change this padding to modify the thickness     ***/
  /*** of the closed filter row (height = padding x 2) ***/
  padding: 2px;
  /*** *********************************************** ***/
  margin: 0;
  line-height: 0;
  cursor: pointer; }

.tablesorter-dropbox .tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0); }

/* filters */
.tablesorter-dropbox input.tablesorter-filter,
.tablesorter-dropbox select.tablesorter-filter {
  width: 98%;
  height: auto;
  margin: 0;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  transition: height 0.1s ease; }

/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
  display: none; }

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99; }

*[data-balloon] {
  overflow: visible; }

[data-balloon] {
  position: relative; }

[data-balloon]:before,
[data-balloon]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }

[data-balloon]:after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 12px;
  padding: .5em 1em;
  white-space: nowrap;
  margin-bottom: 11px; }

[data-balloon]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  content: "";
  margin-bottom: 5px; }

[data-balloon]:hover:before,
[data-balloon][data-balloon-visible]:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[data-balloon].font-awesome:after {
  font-family: FontAwesome; }

[data-balloon][data-balloon-break]:after {
  white-space: pre; }

[data-balloon-pos="down"]:before,
[data-balloon-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px); }

[data-balloon-pos="down"]:after {
  margin-top: 11px; }

[data-balloon-pos="down"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0; }

[data-balloon-pos="down"]:hover:before,
[data-balloon-pos="down"][data-balloon-visible]:before,
[data-balloon-pos="down"]:hover:after,
[data-balloon-pos="down"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[data-balloon-pos="left"]:before,
[data-balloon-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%); }

[data-balloon-pos="left"]:after {
  margin-right: 11px; }

[data-balloon-pos="left"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0; }

[data-balloon-pos="left"]:hover:before,
[data-balloon-pos="left"][data-balloon-visible]:before,
[data-balloon-pos="left"]:hover:after,
[data-balloon-pos="left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[data-balloon-pos="right"]:before,
[data-balloon-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%); }

[data-balloon-pos="right"]:after {
  margin-left: 11px; }

[data-balloon-pos="right"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px; }

[data-balloon-pos="right"]:hover:before,
[data-balloon-pos="right"][data-balloon-visible]:before,
[data-balloon-pos="right"]:hover:after,
[data-balloon-pos="right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[data-balloon-length]:after {
  white-space: normal; }

[data-balloon-length="small"]:after {
  width: 80px; }

[data-balloon-length="medium"]:after {
  width: 150px; }

[data-balloon-length="large"]:after {
  width: 260px; }

[data-balloon-length="xlarge"]:after {
  width: 90vw; }

@media screen and (min-width: 768px) {
  [data-balloon-length="xlarge"]:after {
    width: 380px; } }

[data-balloon-length="fit"]:after {
  width: 100%; }
