@charset "UTF-8";
/* ===============================================*/
/*
/* Base - Single compliation source for SASS
/*
/* To compile, run this command from Client root:
/*
/* gulp renderer-styles
/*
/* ===============================================*/
/* ===============================================*/
/*
/* Variables
/*
/* ===============================================*/
.kn-content {
  padding-bottom: 50px;
}

.kn-view {
  margin: 0px 0px 24px;
  padding: 2px 0px;
}

.kn-register {
  margin-top: 15px;
}

/* ===============================================*/
/*
/* APP UI
/*
/* ===============================================*/
/* == CRUMBTRAIL ================== */
.kn-content .kn-view .kn-crumbtrail {
  display: inline-block;
}

/* INFO, like user login ================== */
.kn-content .kn-view.kn-info {
  font-size: 90%;
  margin: 0;
}

.kn-content .kn-view.kn-info a:hover {
  color: #074376;
}

.kn-content .kn-view .kn-current_user {
  float: right;
}

.kn-action-link.disabled {
  opacity: 0.4 !important;
}

#kn-support-access-banner {
  background: #ffe09a;
  color: #333;
  padding: 1em;
  border-radius: 0.25em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

input[disabled] {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #dbdbdb;
  cursor: not-allowed;
  pointer-events: none;
}

.kn-content #kn-app-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2.8em;
  padding: 0px 25px;
  background-image: none;
}

/* == POWERED BY ================== */
#kn-powered-link {
  border-top: solid 1px #eee;
  padding-top: 22px;
}

#knack-body #kn-powered-link a {
  font-size: 90%;
  text-decoration: none;
  color: #999;
  background-color: #eee;
  padding: 7px 10px;
}

#knack-body #kn-powered-link:hover a {
  color: inherit;
  background-color: #f5f5f5;
}

.pac-container {
  z-index: 10000 !important;
  width: 400px !important;
}

.pac-container:after {
  content: none !important;
  width: 400px !important;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus-sign:before {
  content: "\e600";
  font-size: 22px;
}

.kn-add-option .icon-plus-sign:before {
  color: #aaa;
}

.kn-add-option:hover .icon-plus-sign:before {
  color: inherit;
}

.kn-add-option {
  display: inline-block;
  margin-left: 4px;
  text-decoration: none;
}

.kn-view p {
  margin-bottom: 22px;
}

/* ===============================================*/
/*
/* Variables
/*
/* ===============================================*/
/* ===============================================*/
/*
/* RESPONSIVE
/*
/* ===============================================*/
/* == WEB ====================== */
@media screen and (max-width: 900px) {
  .kn-list-three-column .kn-list-item-container img {
    height: auto;
    width: 95%;
  }
  /* responsive table - this was moved here from below to prevent tables from stacking during transition */
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
}
/* == RETINA IMAGES ================ */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 500px), only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 500px), only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 500px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 500px) {
  .kn-crumbtrail a:nth-last-child(3) {
    background-image: url("img/mobile-icon-back-x2.png");
    background-size: 30px 29px;
  }
  #kn-app-menu {
    background-image: url("img/mobile-icon-menu-x2.png");
    background-size: 30px 29px;
  }
}
@media screen and (max-width: 600px) {
  /* responsive tables */
  table th {
    font-weight: bold;
    -webkit-text-size-adjust: 100%;
  }
  table td, table th {
    padding: 9px 10px;
    text-align: left;
    -webkit-text-size-adjust: 100%;
  }
  table td span, table td span a {
    -webkit-text-size-adjust: 100% !important;
    line-height: 125%;
    font-size: 100% !important;
  }
  table.kn-responsive {
    margin-bottom: 0;
    position: relative;
    border-right: none;
    min-height: 65px;
  }
  .pinned {
    display: table;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th a, .pinned table td {
    white-space: nowrap;
  }
  .pinned table th a, .pinned table td span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 135px;
    display: table-caption;
  }
  .pinned table th {
    width: 133px;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  .pinned td.kn-td-nodata {
    border-right: 0;
  }
  .nodata th, .nodata td {
    height: 19px !important;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .kn-table th {
    border-bottom: none;
  }
  table.kn-responsive td, table.kn-responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.kn-table-one-column td, table.kn-table-one-column th {
    position: relative;
    white-space: inherit;
    overflow: visible;
  }
  table.kn-responsive th {
    min-height: 19px;
  }
  div.table-wrapper div.scrollable td.kn-td-nodata {
    display: table-cell;
  }
  div.table-wrapper div.scrollable.nodata table.kn-responsive {
    left: -1px !important;
  }
  table.kn-responsive th:first-child, table.kn-responsive td:first-child, table.kn-responsive td:first-child, table.kn-responsive.pinned td {
    display: none;
  }
  table.kn-table-one-column th:first-child, table.kn-table-one-column td:first-child, table.kn-table-one-column td:first-child {
    display: block;
  }
  .sorted-asc .kn-sort-icon {
    height: 15px !important;
    background-position-y: -57px !important;
  }
  .sorted-desc .kn-sort-icon {
    height: 15px !important;
    background-position-y: -77px !important;
  }
}
/* == TABLET ====================== */
@media screen and (max-width: 600px) {
  .kn-modal {
    margin-left: 0 !important;
    left: 0;
    width: 100% !important;
  }
  .kn-view form input[type=text],
  .kn-view form input[type=email],
  .kn-view form input[type=url],
  .kn-view form input[type=password],
  .kn-view form select {
    width: auto;
    font-size: 115%;
  }
  .kn-list-two-column .kn-list-item-container {
    float: left;
    width: 50% !important;
  }
  .kn-list-three-column .kn-list-item-container {
    float: left;
    width: 50% !important;
  }
  .kn-view img {
    height: auto;
    width: 60%;
  }
  .kn-view .kn-input textarea {
    width: 97%;
    font-size: 115%;
    padding: 6px;
  }
  .kn-view .kn-signature {
    width: auto;
  }
  .kn-content .kn-form li.kn-form-col {
    width: 100%;
  }
  /*   Connections drop down input    */
  .kn-view .kn-input-connection .chzn-container, .kn-view .kn-input-connection .chzn-drop {
    width: 100% !important;
  }
  .kn-view .kn-input-connection .chzn-single.chzn-single-with-drop {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .kn-view .kn-input-connection .chzn-container .chzn-results li {
    font-size: 14px !important;
    display: inline-block !important;
    width: 100% !important;
  }
  .kn-view .kn-input-connection .chzn-single.chzn-single-with-drop span {
    padding-left: 6px;
  }
  .kn-view .kn-input-connection .chzn-search input {
    width: 91% !important;
  }
}
/* == PHONE ====================== */
@media screen and (max-width: 500px) {
  /* fix the month width pushing out tool bar */
  .fc-header-center {
    display: block;
    padding-top: 40px !important;
    position: absolute;
    left: 30%;
  }
  .fc-header {
    height: 80px;
  }
  h1#knack-logo {
    font-size: 20px !important;
    line-height: 43px !important;
    font-weight: normal;
    height: 43px !important;
    text-align: center !important;
  }
  h1#knack-logo.logo-img {
    padding-bottom: 0 !important;
  }
  /* reduce width for longer titles */
  #knack-logo .ang-link {
    width: 215px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    height: 33px;
    display: block;
  }
  #knack-logo .ang-link img {
    width: auto;
    height: 80%;
  }
  .kn-scene > div {
    padding: 7px 10px !important;
  }
  /* overall text size */
  .kn-view p, .kn-view a, .kn-view span {
    font-size: 110%;
  }
  /* view menu font size */
  .kn-button-menu a {
    font-size: 110% !important;
  }
  /* hide the page flipper arrows, the drop down is enough */
  .kn-pagination .kn-change-page {
    display: none;
  }
  .kn-list-two-column .kn-list-item-container {
    float: left;
    width: 100% !important;
  }
  .kn-list-three-column .kn-list-item-container {
    float: left;
    width: 100% !important;
  }
  .kn-content .kn-details table h1, .kn-content .kn-list table h1 {
    font-size: 160%;
    line-height: 100%;
  }
  .kn-details-column {
    width: 100% !important;
  }
  .kn-details-group-column {
    width: 100% !important;
  }
  .kn-label-left th {
    width: 40% !important;
  }
  .kn-details-group table td, .kn-details-group table th {
    padding: 3px 6px;
    text-align: left;
    -webkit-text-size-adjust: 100%;
  }
  /* inputs full width */
  .kn-view form input[type=text],
  .kn-view form input[type=email],
  .kn-view form input[type=url],
  .kn-view form input[type=password],
  .kn-view form select {
    width: 98% !important;
    font-size: 115%;
    height: 26px;
    padding-left: 6px;
    border-radius: 6px;
  }
  /* submit button */
  .kn-view form input[type=submit] {
    width: 100%;
    font-size: 120%;
    height: 37px;
    border-radius: 6px;
  }
  .kn-submit {
    margin-top: 12px !important;
  }
  /* The form inputs related to dual column forms */
  .kn-content .kn-form li.kn-form-col {
    width: 99%;
  }
  .kn-content .kn-form li.kn-form-col-2 {
    margin-left: 0px;
    float: right;
  }
  /* form labels */
  .kn-view label, .kn-view .label {
    font-size: 115%;
    font-weight: normal;
    color: #666;
  }
  .kn-search-filters > ul > li {
    margin-bottom: 16px;
  }
  div.kn-filters {
    width: 100%;
  }
  .kn-filters > ul > li {
    margin-bottom: 6px;
    border-radius: 3px;
  }
  .kn-filters > ul > li a.remove {
    margin-left: 10px;
    background: url("img/sprites/ui.png") no-repeat scroll 0 -117px transparent;
    width: 23px;
    height: 25px;
    line-height: 25px;
  }
  .kn-filters > ul > li a.remove:hover {
    background: url("img/sprites/ui.png") no-repeat scroll -29px -117px transparent;
  }
  /* hide the gray bar where the crumbtrail was */
  /* move the second to last crumbtrail item into a back button */
  .kn-crumbtrail a, .kn-crumbtrail span {
    display: none;
  }
  .kn-crumbtrail a:nth-last-child(3) {
    display: block;
    position: absolute;
    top: 9px;
    text-indent: -999px;
    left: 7px;
    background: url(../img/mobile-icon-back.png) no-repeat;
    height: 29px;
    width: 30px;
  }
  /* move the account settings link into a gear icon */
  #kn-app-menu {
    position: absolute;
    right: 0px;
    top: 9px;
    width: 30px;
    height: 29px;
    background: url("img/mobile-icon-menu.png") no-repeat;
    z-index: 50;
  }
  /* app menus */
  #kn-app-menu.large {
    position: absolute;
    width: 240px;
    right: 0;
    top: 47px;
    z-index: 100;
  }
  #kn-app-menu li {
    padding-right: 0 !important;
    display: inline !important;
    text-align: center;
  }
  #kn-app-menu.large li {
    padding-right: 0 !important;
    display: block !important;
    text-align: left;
    float: none;
  }
  #kn-app-menu.large li.divide {
    border-top: 1px solid #385f7b;
    padding-top: 5px;
    margin-top: 5px;
  }
  #kn-app-menu a {
    height: 35px;
    padding: 0 0px !important;
  }
  #kn-app-menu.large a {
    padding-left: 15px !important;
  }
  #kn-app-menu a span, .kn-button-menu a, .kn-tab-menu a {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 12px !important;
    padding-left: 7px !important;
    white-space: nowrap;
    text-align: center !important;
    display: block !important;
  }
  #kn-app-menu a span {
    text-align: left !important;
  }
  #kn-app-menu ul.kn-grid-list {
    position: absolute;
    top: 38px;
    right: 0;
    min-width: 200px;
    max-width: 70vw;
  }
  #kn-app-menu a {
    width: 100% !important;
  }
  #kn-app-menu ul.kn-grid-list li {
    width: 100%;
    text-align: left;
  }
  /* Default menu state on mobile */
  #kn-app-menu #menu-show-dropdown ~ ul {
    display: none;
  }
  /* Check toggle is selected */
  #kn-app-menu #menu-show-dropdown:checked ~ ul {
    display: block;
  }
  /* view menus */
  .kn-button-menu li {
    padding-right: 7px !important;
    display: inline !important;
    text-align: center;
  }
  .kn-button-menu.kn-grid-1 li {
    width: 100%;
  }
  .kn-button-menu.kn-grid-2 li {
    width: 48%;
  }
  .kn-button-menu.kn-grid-3 li {
    width: 31%;
  }
  .kn-button-menu.kn-grid-4 li {
    width: 23%;
  }
  .kn-button-menu.kn-grid-5 li {
    width: 18%;
  }
  .kn-button-menu.kn-grid-6 li {
    width: 14%;
  }
  /* view menus in tabs */
  .kn-tab-menu li {
    display: inline !important;
    text-align: center;
  }
  .kn-tab-menu.kn-grid-1 li {
    width: 100%;
  }
  .kn-tab-menu.kn-grid-2 li {
    width: 50%;
  }
  .kn-tab-menu.kn-grid-3 li {
    width: 33%;
  }
  .kn-tab-menu.kn-grid-4 li {
    width: 25%;
  }
  .kn-tab-menu.kn-grid-5 li {
    width: 20%;
  }
  .kn-tab-menu.kn-grid-6 li {
    width: 16%;
  }
  .kn-tab-menu.kn-grid-7 li {
    width: 50%;
  }
  .kn-tab-menu.kn-grid-7 li a {
    border-width: 1px 0 0 1px;
  }
  .kn-tab-menu.kn-grid-7 li:first-child a {
    border-radius: 0px;
    border-top-left-radius: 9px;
    border-bottom: 0;
  }
  .kn-tab-menu.kn-grid-7 li:nth-child(2) a {
    border-radius: 0px;
    border-top-right-radius: 9px;
    border-width: 1px 1px 0px 1px;
  }
  .kn-tab-menu.kn-grid-8 li {
    width: 50%;
  }
  .kn-tab-menu.kn-grid-9 li {
    width: 50%;
  }
  /* help give a little breathing room on the last item in this menu setup */
  .kn-tab-menu li:last-child a span {
    margin-left: 5px;
  }
  .kn-tab-menu a {
    width: 100%;
    padding: 7px 0 !important;
    font-size: 115%;
  }
  /* SSO */
  .kn-sso-container {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
    border-top: #ccc 1px solid;
    padding-top: 20px;
  }
}
/* ===============================================*/
/*
/* Modal
/*
/* ===============================================*/
.kn-modal .kn-scene {
  overflow: visible;
}

#knack-body .kn-modal .kn-scene .kn-view {
  padding: 0;
  overflow: auto;
}

/* == APP MENU ================== */
#kn-app-menu ul {
  overflow: hidden;
  border: 1px solid;
  margin: 0;
  padding: 0;
}
#kn-app-menu li {
  float: left;
  list-style: none;
  padding: 0;
  padding-right: 2px;
  margin: 0;
}
#kn-app-menu #menu-show-dropdown {
  display: none;
}
#kn-app-menu .nav-dropdown-link:after {
  content: "▾";
  padding-left: 7px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 500px) {
  #kn-app-menu .nav-dropdown-link:after {
    display: none;
  }
}
#kn-app-menu li > ul {
  display: none;
  position: absolute;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  #kn-app-menu li > ul {
    display: flex;
    position: inherit !important;
  }
  #kn-app-menu li > ul > li > a {
    padding-left: 1rem !important;
  }
}
#kn-app-menu li:hover > ul {
  display: flex;
  z-index: 9;
}

/* == VIEW MENU ================== */
.kn-menu ul {
  margin: 0;
  padding: 0;
  margin-top: 8px;
}

/* ===============================================*/
/*
/* TABLE - mostly in shared
/*
/* ===============================================*/
.kn-table tbody .kn-table-group td {
  background-color: #dadada;
  line-height: 133%;
  font-weight: bold;
  padding-top: 10px;
}

tr.kn-table-group {
  position: relative;
}

tr.kn-table-group > td > span {
  position: absolute;
  overflow: visible !important;
  text-overflow: none !important;
}

.kn-group-level-1 {
  font-size: 110%;
}

/* ===============================================*/
/*
/* FORM - mostly in shared.css
/*
/* ===============================================*/
.kn-submission-confirmation {
  background: #e9ffeb;
  display: inline-block;
}

.kn-form-reload {
  background-color: #eee;
  padding: 4px 8px;
  text-decoration: none;
}

.kn-content p.kn-equation {
  margin: 0;
}

.kn-content .kn-form ul.kn-form-group, .kn-form ul.kn-form-group, .kn-register ul.kn-form-group {
  margin: 0;
  padding: 0 !important;
  list-style-type: none !important;
}

.kn-content .kn-login ul.kn-form-group {
  list-style: none;
  padding-left: 0;
}

.kn-content .kn-form li.kn-form-col {
  float: left;
  margin: 0;
}

.kn-content .kn-form li.kn-form-col-2 {
  margin-left: 25px;
}

.kn-submission-confirmation {
  background: #e9ffeb;
  display: inline-block;
}

.kn-form-reload {
  background-color: #eee;
  padding: 4px 8px;
  text-decoration: none;
}

.kn-content p.kn-equation {
  margin: 0;
}

/* ===============================================*/
/*
/* MAP
/*
/* ===============================================*/
.kn-map {
  overflow: auto;
}
.kn-map .H_ib {
  font-size: 1.2em;
  color: #363636;
  background-color: #fff;
}
.kn-map .H_ib .H_ib_tail {
  display: none;
}
.kn-map .H_ib .H_ib_body {
  background-color: #fff;
  padding: 1.5em 1.75em 1.25em 1.25em;
  bottom: 4.25em;
  min-width: 18em;
}
.kn-map .H_ib .H_ib_body .H_ib_close svg.H_icon {
  fill: #363636;
}
.kn-map .H_ib .H_ib_body h3 {
  font-size: 1.5em;
}

.kn-google-map {
  float: left;
  margin-right: 15px;
}

.kn-map-list {
  float: left;
  overflow-y: auto;
  background: #eee;
  width: auto;
}

.kn-map-list .kn-list-container {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.kn-map-list .kn-list-container:hover, .kn-map-list .kn-list-container.active {
  background: #f6f6f6;
}

.kn-map-list .kn-list-container:last-child {
  border-bottom: 0;
}

.kn-map-list .kn-list-item {
  margin: 0;
  padding: 0;
  padding-right: 55px;
}

.kn-map-list .kn-geo-distance {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 95%;
  color: #aaa;
}

.kn-map .kn-view {
  padding: 2px 0px !important;
  margin-top: 12px;
} /* embedded search results don't need double padding */
.kn-map .kn-map-search .kn-map-submit {
  font-size: 1em;
  line-height: 1.2em;
}

/* ===============================================*/
/*
/* REPORT - mostly in shared.css
/*
/* ===============================================*/
ul.kn-report-layout-thirds > li {
  float: left;
  margin-right: 3%;
}

ul.kn-report-layout-half > li {
  float: left;
  margin-right: 3%;
}

ul.kn-report-layout-one-third > li {
  float: left;
  margin-right: 3%;
}

ul.kn-report-layout-two-thirds > li {
  float: left;
  margin-right: 3%;
}

#knack-body .kn-report h3 {
  margin-bottom: 8px;
  margin-top: 5px;
}

/* ===============================================*/
/*
/* CALENDAR - mostly in shared.css
/*
/* ===============================================*/
.kn-calendar .kn-entries-summary, .kn-calendar .kn-pagination, .kn-calendar .export-data {
  display: none;
}

/* LIST */
ul.kn-cal-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.kn-cal-list li {
  margin: 10px 0;
  padding: 0;
}

.kn-cal-list li span {
  display: inline-block;
}

.kn-cal-list-day {
  min-width: 30px;
  margin-right: 2px;
  font-weight: bold;
}

.kn-cal-list-date {
  min-width: 60px;
  margin-right: 5px;
  font-weight: bold;
}

.kn-cal-list-time {
  min-width: 120px;
  margin-right: 5px;
}

.kn-cal-list-label {
  font-weight: bold;
}

.kn-cal-list .new-date {
  margin-top: 20px;
}

/* ===============================================*/
/*
/* ECOM
/*
/* ===============================================*/
.kn-ecom-or-divider {
  max-width: 100px;
  padding: 20px 0px 35px 0px;
}

.kn-ecom-or-line {
  width: 30%;
  float: left;
  border-bottom: 1px solid #C7C7C7;
  display: inline-block;
  height: 10px;
  clear: none;
}

.kn-ecom-or-divider span {
  display: inline-block;
  float: left;
  padding: 0 10px;
  position: relative;
}

.kn-paypal-button {
  border: 1px solid #feaf00;
  border-radius: 6px;
  margin: 0;
  margin-top: 5px;
  display: inline-block;
  float: none;
  text-decoration: none;
  color: #000;
  background-color: #ffc439;
  padding: 0.4em 1em;
  width: auto;
  height: 2em;
  line-height: 2em;
  line-height: 1.5em;
  font-size: 1em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

.kn-paypal-button:hover {
  border-color: #ed9e00;
  background-color: #FDCF61;
}

.kn-paypal-button span {
  display: inline-block;
  padding-right: 10px;
  line-height: 2em;
}

.kn-paypal-button img {
  float: right;
  height: 1.8em;
  position: relative;
}

.checkout-view .kn-message {
  margin-top: 16px;
}

.control.card-expiration {
  padding-right: 20px;
}

.stripe-container {
  -webkit-appearance: none;
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0.35em;
  color: #363636;
  font-size: 14px;
  height: 32px;
  line-height: 24px;
  padding-left: 28px;
  padding-right: 8px;
  padding-top: 7px;
  position: relative;
  vertical-align: top;
  box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
}

.stripe-container:before {
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 8px;
  color: #999;
}

#card-number:before {
  content: "\f09d";
}

#card-expiration:before {
  content: "\f133";
}

#card-cvc:before {
  content: "\f023";
}

.stripe-container.error {
  border-color: #ff3860;
}

#card-number {
  max-width: 400px;
}

#card-expiration {
  min-width: 120px !important;
}

#card-cvc {
  min-width: 90px !important;
}

.nailthumb-container {
  width: auto;
  height: auto;
  margin: 0 0 11px;
  padding: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.nailthumb-container img.nailthumb-image {
  margin: 0;
  padding: 0;
  max-width: none;
  text-align: left;
  float: left;
}
.nailthumb-container span.nailthumb-title {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: White;
  display: block;
  font-size: 9px;
  height: 20px;
  left: 0;
  margin-top: 2px;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  float: left;
}
.nailthumb-container span.nailthumb-title .nailthumb-title-scroller {
  padding-left: 2px;
}
.nailthumb-container img {
  max-width: none;
  text-align: left;
  width: 100%;
}

/* == FULL CALENDAR ============================ */
.fc {
  direction: ltr;
  text-align: left;
}

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

html .fc, .fc table {
  font-size: 1em;
}

.fc td, .fc th {
  padding: 0;
  vertical-align: top;
}

.fc-header td {
  white-space: nowrap;
}

.fc-header-left {
  width: 25%;
  text-align: left;
}

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

.fc-header-right {
  width: 25%;
  text-align: right;
}

.fc-header-title {
  display: inline-block;
  vertical-align: top;
}

.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
}

.fc .fc-header-space {
  padding-left: 10px;
}

.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
}

.fc-header .fc-button {
  margin-right: -1px;
}

.fc-header .fc-corner-right {
  margin-right: 1px; /* back to normal */
}

.fc-header .ui-corner-right {
  margin-right: 0; /* back to normal */
}

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}

.fc-header .fc-state-down {
  z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}

.fc-content {
  clear: both;
}

.fc-view {
  width: 100%; /* needed for view switching (when view is absolute) */
  overflow: hidden;
}

.fc-widget-header,
.fc-widget-content { /* <td>, usually */
  border: 1px solid #ccc;
}

.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
  background: #ffc;
}

.fc-cell-overlay { /* semi-transparent rectangle while dragging */
  background: #9cf;
  opacity: 0.2;
  filter: alpha(opacity=20); /* for IE */
}

.fc-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.fc-state-default { /* non-theme */
  border-style: solid;
  border-width: 1px 0;
}

.fc-button-inner {
  position: relative;
  float: left;
  overflow: hidden;
}

.fc-state-default .fc-button-inner { /* non-theme */
  border-style: solid;
  border-width: 0 1px;
}

.fc-button-content {
  position: relative;
  float: left;
  height: 1.9em;
  line-height: 1.9em;
  padding: 0 0.6em;
  white-space: nowrap;
}

.fc-button-content .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}

.fc-button-content .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
}

.fc-state-default .fc-button-effect {
  position: absolute;
  top: 50%;
  left: 0;
}

.fc-state-default .fc-button-effect span {
  position: absolute;
  top: -100px;
  left: 0;
  width: 500px;
  height: 100px;
  border-width: 100px 0 0 1px;
  border-style: solid;
  border-color: #fff;
  background: #444;
  opacity: 0.09;
  filter: alpha(opacity=9);
}

.fc-state-default,
.fc-state-default .fc-button-inner {
  border-style: solid;
  border-color: #ccc #bbb #aaa;
  background: #F3F3F3;
  color: #000;
}

.fc-state-hover,
.fc-state-hover .fc-button-inner {
  border-color: #999;
}

.fc-state-down,
.fc-state-down .fc-button-inner {
  border-color: #555;
  background: #777;
}

.fc-state-active,
.fc-state-active .fc-button-inner {
  border-color: #555;
  background: #777;
  color: #fff;
}

.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
  color: #999;
  border-color: #ddd;
}

.fc-state-disabled {
  cursor: default;
}

.fc-state-disabled .fc-button-effect {
  display: none;
}

.fc-event {
  border-style: solid;
  border-width: 0;
  font-size: 0.85em;
  cursor: default;
}

a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}

a.fc-event {
  text-decoration: none;
}

.fc-rtl .fc-event {
  text-align: right;
}

.fc-event-skin {
  border-color: #36c;
  background-color: #36c;
  color: #fff; /* DEFAULT COLORS */
}

.fc-event-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
  line-height: 130% !important;
}

.fc-event-time, .fc-event-title {
  padding: 0 1px;
}

.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden; /* hacky spaces (IE6/7) */
  font-size: 300%;
  line-height: 50%;
}

.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}

.fc-event-hori .ui-resizable-e {
  top: 0 !important; /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px; /* IE6 had 0 height */
}

.fc-corner-left {
  margin-left: 1px;
}

.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
  margin-left: -1px;
}

.fc-corner-right {
  margin-right: 1px;
}

.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
  margin-right: -1px;
}

.fc-corner-top {
  margin-top: 1px;
}

.fc-corner-top .fc-event-inner {
  margin-top: -1px;
}

.fc-corner-bottom {
  margin-bottom: 1px;
}

.fc-corner-bottom .fc-event-inner {
  margin-bottom: -1px;
}

.fc-corner-left .fc-event-inner {
  border-left-width: 1px;
}

.fc-corner-right .fc-event-inner {
  border-right-width: 1px;
}

.fc-corner-top .fc-event-inner {
  border-top-width: 1px;
}

.fc-corner-bottom .fc-event-inner {
  border-bottom-width: 1px;
}

table.fc-border-separate {
  border-collapse: separate;
}

.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}

.fc-grid th {
  text-align: center;
}

.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE */
}

.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px; /* distance between events and day edges */
}

.fc-grid .fc-event-time {
  font-weight: bold;
}

.fc-rtl .fc-grid .fc-day-number {
  float: left;
}

.fc-rtl .fc-grid .fc-event-time {
  float: right;
}

.fc-agenda table {
  border-collapse: separate;
}

.fc-agenda-days th {
  text-align: center;
}

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}

.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}

.fc-agenda-allday th {
  border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
  min-height: 34px; /* TODO: doesnt work well in quirksmode */
  _height: 34px;
}

.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}

.fc-agenda-slots th {
  border-width: 1px 1px 0;
}

.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}

.fc-agenda-slots td div {
  height: 20px;
}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid; /* doesn't work with background in IE6/7 */
}

.fc-event-vert {
  border-width: 0 1px;
}

.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}

.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9 ; /* for IE6/7/8. nested opacity filters while dragging don't work */
}

.fc-event-vert .ui-resizable-s {
  bottom: 0 !important; /* importants override pre jquery ui 1.7 styles */
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
  _overflow: hidden;
}

@media print {
  .fc-event-skin {
    /*background: none !important; */
    /*color: #000 !important;*/
  }
  /* horizontal events */
  .fc-event-hori {
    border-width: 0 0 1px 0 !important;
    border-bottom-style: dotted !important;
    /*border-bottom-color: #000 !important;*/
    padding: 1px 0 0 0 !important;
  }
  .fc-event-hori .fc-event-inner {
    border-width: 0 !important;
    padding: 0 1px !important;
  }
  /* vertical events */
  .fc-event-vert {
    border-width: 0 0 0 1px !important;
    border-left-style: dotted !important;
    /*border-left-color: #000 !important;*/
    padding: 0 1px 0 0 !important;
  }
  .fc-event-vert .fc-event-inner {
    border-width: 0 !important;
    padding: 1px 0 !important;
  }
  .fc-event-bg {
    display: none !important;
  }
  .fc-event .ui-resizable-handle {
    display: none !important;
  }
  .fc-event-inner {
    -webkit-print-color-adjust: exact;
    position: relative;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    overflow: hidden;
  }
}
.kn-notification {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 16px 20px;
  position: relative;
}
.kn-notification:not(:last-child) {
  margin-bottom: 20px;
}
.kn-notification.is-alert {
  background-color: #d05b72;
}
.kn-notification.is-warning {
  background-color: #fbdb5f;
}
.kn-notification.is-confirmation {
  background-color: #58c77f;
}

.kn-notification .delete {
  border-radius: 0 3px;
  float: right;
  margin: -16px -20px 0 20px;
  user-select: none;
  background-color: rgba(10, 10, 10, 0.1);
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 24px;
}
.kn-notification .delete:after {
  transform: rotate(-45deg);
}
.kn-notification .delete:before {
  transform: rotate(45deg);
}
.kn-notification .delete:before, .kn-notification .delete:after {
  background-color: white;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -25%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 50%;
}
.kn-notification .delete.is-rounded {
  border-radius: 290486px;
}

/* ===============================================*/
/*
/* Variables
/*
/* ===============================================*/
/* SSO Login Buttons */
.kn-sso-container {
  float: left;
  margin-top: 20px;
  margin-left: 90px;
  border-left: #ccc 1px solid;
  padding-left: 30px;
}

/* SSO Login Buttons */
.kn-sso-container {
  float: left;
  margin-top: 20px;
  margin-left: 90px;
  border-left: #ccc 1px solid;
  padding-left: 30px;
}

a.kn-button.sso-button {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 210px;
  padding: 8px 10px;
  padding-left: 38px;
  box-shadow: none;
  position: relative;
  border-color: rgba(0, 0, 0, 0.2);
  line-height: 1.2em;
  text-decoration: none;
}

.sso-button .icon {
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  width: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

a.kn-button.sso-google {
  background-color: #c53727;
}

.sso-google .icon {
  background: url("img/sprites/ui.png") no-repeat scroll 6px -111px;
}

a.kn-button.sso-openid {
  background-color: #fafafa;
  color: #777 !important;
}

.sso-openid .icon {
  background: url("img/sprites/ui.png") no-repeat scroll -67px -82px;
}

.kn-print {
  float: right;
  display: inline-block;
  padding-left: 20px;
}

@media print {
  #knack-logo,
  .kn-submit,
  .kn-info,
  .kn-menu,
  .kn-back-link,
  .kn-table-link,
  .kn-details-link,
  .kn-records-nav,
  .is-print-hidden {
    display: none !important;
  }
  table.kn-responsive tr {
    border-bottom: 1px solid #ccc;
  }
  .kn-view {
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
  }
  .kn-calendar .fc-header-left, .kn-calendar .fc-header-right {
    display: none;
  }
  #kn-app-menu {
    display: none !important;
  }
  div.kn-details-group-column {
    width: auto !important;
  }
  img {
    max-width: 100%;
  }
}
/* ===============================================*/
/*
/* Utilities - For duplicated utility classes
/*
/* ===============================================*/
/* Nicolas Gallagher's micro clearfix */
.kn-content .clear {
  clear: both;
  display: block;
}
.kn-content .row:before, .kn-content .row:after, .kn-content .clearfix:before, .kn-content .clearfix:after {
  content: "";
  display: table;
}
.kn-content .row:after, .kn-content .clearfix:after {
  clear: both;
}
.kn-content .row, .kn-content .clearfix {
  zoom: 1;
}
/* ===============================================*/
/*
/* Base - Single compliation source for SASS
/*
/* To compile, run this command from Client root:
/*
/* gulp shared-styles
/*
/* ===============================================*/
/* ===============================================*/
/*
/* GENERAL UI
/*
/* ===============================================*/
/* == WRAPPERS ===============================*/
.kn-content {
  position: relative;
}

.kn-content .kn-modal form {
  margin-top: 8px;
}

/* upload buttons over flash */
.kn-content .swfupload {
  position: absolute;
}

/* this is used for updates in uploading files */
.kn-asset-result {
  font-size: 13px;
}

/* used for uploading assets, submiting forms */
.kn-spinner {
  background: url(img/spinner.gif) no-repeat left center;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.kn-input .kn-spinner {
  margin-top: 3px;
  vertical-align: top;
  margin-left: 10px;
}

a:not([href]) {
  cursor: pointer;
}

/* scene spinner when hitting server */
#kn-loading-spinner {
  z-index: 3001;
  background: black url(img/spinner-light.gif) no-repeat center center;
  position: fixed;
  left: 50%;
  top: 50%;
  opacity: 0.85;
  margin: -25px 0 0 -25px;
  height: 50px;
  width: 50px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  box-shadow: 0 2px 4px #333333;
  -moz-box-shadow: 0 2px 4px #333333;
  -webkit-box-shadow: 0 2px 4px #333333;
}

/* alert messages */
.kn-message {
  background-color: #EEDC94;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #404040;
  margin-bottom: 1.5em;
  padding: 1.25em 1.25em 0;
  position: relative;
}

.kn-message p {
  margin-bottom: 1em !important;
}

.kn-message p:first-child {
  margin-top: 0;
}

.kn-message ul, .kn-message p {
  margin-right: 30px !important;
}

.kn-message.error {
  background-color: #FDDFDE;
  border-color: #FBC7C6;
}

.kn-message.success {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #468847;
}

.kn-message a {
  color: #404040;
  font-weight: bold;
}

.kn-message .close {
  margin-top: 1px;
  color: #000000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  opacity: 0.25;
  text-shadow: 0 1px 0 #FFFFFF;
  text-decoration: none;
}

.kn-modal-wrapper .chzn-container:not(.chzn-container-active) .chzn-drop {
  display: none;
}

.kn-modal-wrapper .chzn-container.chzn-container-active {
  position: absolute;
}

.kn-modal-wrapper select.chzn-select.chzn-done {
  display: inline-block !important;
  visibility: hidden;
  margin-left: -240px;
}

.pac-container {
  z-index: 10000 !important;
  width: 400px !important;
}

.pac-container:after {
  content: none !important;
  width: 400px !important;
}

/* ===============================================*/
/*
/* TYPOGRAPHY (Shared)
/*
/* ===============================================*/
.kn-content p {
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.kn-content em {
  font-style: italic;
  line-height: inherit;
}

.kn-content strong {
  font-weight: bold;
  line-height: inherit;
}

.kn-content small {
  font-size: 60%;
  line-height: inherit;
}

.kn-content hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0 18px;
  height: 0;
}

/* under form inputs, filters? */
.kn-content p.kn-instructions {
  margin: 3px 0 4px;
  color: #666;
  font-size: 0.9em;
  margin-bottom: 4px;
  font-style: italic;
}

.kn-content .kn-input-paragraph_text p.kn-instructions {
  margin-top: -2px;
}

.kn-view i.fa {
  font-size: 1.2em;
  line-height: 0;
}

/* Print styles. Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css */
@media print {
  p a,
  p a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  p a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* Don't show links for images, or javascript/internal links */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .kn-modal h1 {
    display: none;
  }
}
/* ===============================================*/
/*
/* ASSET VIEWER (Shared)
/*
/* ===============================================*/
div.kn-asset {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2001;
  top: 0;
  bottom: 0;
  left: 0;
}

.kn-asset-preview {
  height: 100%;
  width: 100%;
  position: absolute;
}

.kn-asset-preview > h1 {
  color: #eee !important;
  background: none !important;
  font-size: 1.25em !important;
  line-height: 2em !important;
  margin: 0 !important;
}

.kn-asset-preview > * {
  text-align: center;
}

.kn-asset-preview p > * {
  display: inline-block;
  padding: 0 5px;
  color: #ddd !important;
}

.kn-asset-preview p {
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin: 0 !important;
}

.kn-asset-preview a {
  background: #000;
  padding: 4px 12px;
  border-radius: 3px;
  text-decoration: none;
}

.kn-asset-preview a:hover {
  color: #fff !important;
}

.kn-file-download {
  font-weight: 600;
}

.kn-file-download i {
  font-size: 1.2em;
  vertical-align: text-bottom;
  margin-left: 5px;
}

.kn-asset-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 80vh;
  width: 90%;
}

.kn-asset-content i {
  font-size: 6em;
  color: #3d3f44;
}

.kn-asset-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

div.kn-asset .kn-asset-close {
  display: block;
  cursor: pointer;
  font-size: 2em;
  font-weight: normal;
  text-decoration: underline;
  position: absolute;
  top: 5px;
  right: 20px;
  color: #ddd !important;
  z-index: 5;
}

.kn-asset-prev, .kn-asset-next {
  display: block;
  cursor: pointer;
  font-size: 1em;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 4%;
  background: none;
}

.kn-asset-prev {
  left: 0;
}

.kn-asset-next {
  right: 0;
}

.kn-asset-prev i, .kn-asset-next i {
  color: #ddd !important;
  opacity: 0.6;
}

.kn-asset-prev:hover i, .kn-asset-next:hover i {
  opacity: 1;
}

div.kn-asset i {
  display: inline-block !important;
}

/* == BUTTON MENU, BUTTON ====================== */
/* Gray buttons */
.kn-content .kn-button-menu li {
  float: left;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  list-style: none;
  background: none;
}

.kn-content .kn-button-menu a:link, .kn-button-menu a:visited, a.kn-button {
  border: 1px solid #bbb;
  padding: 0.3em 1em;
  margin: 0;
  display: inline-block;
  float: none;
  font-size: 1em;
  text-decoration: none;
  background-color: #ebebeb;
  border-radius: 3px;
}

.kn-button-menu a:hover, a.kn-button:not(.save):hover {
  border-color: #888;
  color: #000;
  background-color: #efefef;
}

/* Save, blue */
a.kn-button.save {
  color: white !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #17427A;
  background-color: #0A488F;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Small */
a.kn-button.small {
  padding: 2px 6px;
}

.kn-button-group {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.kn-button-group--spread {
  justify-content: space-between !important;
}

/* ===============================================*/
/*
/* CALENDAR (Shared)
/*
/* ===============================================*/
#kn-calendar-repeat .kn-input label {
  font-weight: normal;
  float: left;
}

#kn-calendar-repeat .kn-input > label {
  width: 90px;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

#kn-calendar-repeat select {
  float: left;
}

#kn-calendar-repeat select[name=frequency] {
  width: 100px;
}

#kn-calendar-repeat select[name=interval] {
  width: 50px;
}

#kn-calendar-repeat input[name=end_count] {
  width: 40px;
}

#kn-calendar-repeat input[name=end_date] {
  width: 150px;
}

.kn-dow input, .kn-repeat-type input {
  margin-left: 6px;
  margin-right: 3px;
}

.calendar-repeat-ends > div {
  overflow: auto;
  padding-left: 4px;
}

.calendar-repeat-ends input[type=radio] {
  margin-right: 4px;
}

#kn-calendar-repeat .kn-interval label {
  float: left;
  font-weight: normal;
  padding: 0 10px;
}

/* ===============================================*/
/*
/* DETAILS
/*
/* ===============================================*/
/* Typography */
.kn-details-column p.address, .kn-content .kn-list p.address {
  margin: 0;
  padding: 0;
}

.kn-content .kn-details table h1, .kn-content .kn-list table h1 {
  background: none;
  color: #000;
  font-size: 26px;
  margin: 0 0 4px;
  padding: 0;
}

.kn-content .kn-details table h2, .kn-content .kn-list table h2 {
  font-size: 18px;
  margin: 0;
}

/* Wrappers */
.kn-details .item, .kn-list .item {
  margin-bottom: 4px;
}

.kn-details .kn-details-group, .kn-list .kn-details-group {
  clear: both;
  overflow: auto;
  margin-bottom: 8px;
}

/* Label Alignments */
.kn-details .kn-label-left th, .kn-list .kn-label-left th {
  vertical-align: top;
}

.kn-details .kn-label-left td, .kn-list .kn-label-left td {
  padding-left: 2px;
  padding-right: 8px;
}

.kn-details .kn-label-right th, .kn-list .kn-label-right th {
  vertical-align: top;
}

.kn-details .kn-label-right td, .kn-list .kn-label-right td {
  padding-left: 4px;
  padding-right: 8px;
}

.kn-details .kn-label-right th, .kn-list .kn-label-right th {
  text-align: right;
}

.kn-details .kn-label-top td, .kn-list .kn-label-top td {
  padding-bottom: 12px;
  padding-left: 3px;
}

.kn-details .kn-label-top th, .kn-details .kn-label-left th, .kn-list .kn-label-top th, .kn-list .kn-label-left th {
  text-align: left;
}

/* Column Alignments */
.kn-details-group.column-1 {
  margin: 0;
}

.kn-details-group.column-2 .kn-details-group-column {
  float: left;
  width: 50%;
}

.kn-details-group.column-3 .kn-details-group-column {
  float: left;
  width: 33.3%;
}

.kn-map-list .title, .kn-details .title, .kn-list .title {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  padding-top: 12px;
}

/* Label/Value */
.kn-details table, .kn-list table, .kn-map-list table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

.kn-details td, .kn-list td .kn-map-list td {
  vertical-align: top;
}

.kn-details th, .kn-list th, .kn-map-list th {
  background-color: #f6f6f6;
  color: #333 !important;
  font-weight: bold;
  clear: both;
  text-align: left;
  vertical-align: top;
}

.kn-details th.kn-label > span, .kn-details td.kn-value > span {
  display: inline-block;
  padding: 3px 10px 3px 5px;
}

.kn-list th.kn-label > span, .kn-list td.kn-value > span {
  display: inline-block;
  padding: 3px 10px 3px 3px;
}

/* ===============================================*/
/*
/* FORMS
/*
/* ===============================================*/
/* input wrapper styles */
.kn-input {
  margin-bottom: 18px;
}

.kn-input td {
  padding: 0 4px 0 0;
} /* used for address? */
/* labels */
.kn-input label {
  display: block;
  float: none;
  color: #444;
  font-weight: bold;
  padding: 0px 0 4px 0px;
  margin: 0;
}

.kn-input label .required {
  color: #900;
}

.kn-input label.option, .kn-input label.hint {
  font-weight: normal !important;
}

.kn-input label.hint {
  font-size: 85%;
  padding: 2px 0 8px 0;
}

.kn-input-multiple_choice label.option {
  display: table !important;
}

/* input elements */
.kn-search-filter input[type=text], .kn-map-search input[name=map_origin], .kn-map-search select, .kn-search-filter select, .kn-input input[type=text], .kn-input input[type=email], .kn-input input[type=url], .kn-input input[type=password], .kn-input select, .kn-input textarea {
  line-height: 1.4em;
  font-size: 1em;
  padding: 0.35em 0.5em;
  margin: 0;
  border: solid 1px #bbb;
  border-radius: 3px;
}

.kn-input input[type=text], .kn-input input[type=email], .kn-input input[type=url], .kn-input input[type=password], .kn-input select {
  width: 240px;
}

.kn-input textarea {
  height: 80px;
  width: 560px;
}

.kn-input select {
  height: 2.2em;
}

.kn-form .input-error {
  background-color: #FDDFDE;
  border-color: #FBC7C6;
}

/* field inputs */
.kn-input-section_break {
  padding-top: 10px;
  margin-bottom: 6px;
}

.kn-form .swfupload {
  position: absolute;
}

.kn-input-address .address_street input[type=text] {
  width: 240px;
}

.kn-input-address .address-us #state {
  width: 40px !important;
}

.kn-input-address .address-us #city {
  width: 130px !important;
}

.kn-input-address .address-us #zip {
  width: 60px !important;
}

.kn-input-address .address-international #state {
  width: 240px !important;
}

.kn-input-address .address-international #city {
  width: 240px !important;
}

.kn-input-address .address-international #zip {
  width: 100px !important;
}

.kn-input-connection ul.selected {
  border: 1px solid #dbdfe6;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
}

.kn-input-date_time select {
  width: 50px;
}

.kn-input input.knack-date {
  width: 6.1em !important;
}

.kn-input input[name=first], .kn-input input[name=last] {
  width: 130px;
}

.kn-input input.kn-time {
  width: 4.5em;
  min-width: 80px;
}

.kn-input-name select[name=title] {
  width: 65px;
}

.kn-input-timer select {
  width: 52px;
}

.kn-input-address, .kn-input-name, .kn-input-link, .kn-input-email, .kn-input-password {
  margin-bottom: 10px;
} /* subtract some for bigger label padding */
.repeat-edit {
  float: left;
  line-height: 22px;
  padding-left: 8px;
}

/* submit */
.kn-submit input {
  display: inline-block;
  margin-right: 5px;
}

.kn-content input[type=submit] {
  margin-right: 6px;
}

.kn-view input[type=submit] {
  cursor: pointer;
  margin: 0;
  margin-top: 5px;
  padding: 0.4em 1em;
  width: auto;
  font-size: 1.05em;
  line-height: 1.5em;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #17427a;
  background-color: #00396D;
}

.kn-view input[type=submit]:hover {
  background-color: #012949;
}

.kn-view input[type=submit].disabled, .kn-view input[type=submit].disabled:hover {
  background-color: #012949;
  opacity: 0.75;
  filter: Alpha(opacity=75);
  cursor: default;
}

.kn-required {
  color: red;
}

.kn-signature {
  width: 500px;
  max-width: 500px;
  height: 125px;
  border: 1px dashed #ccc;
}

/* cell editor & popover forms */
#cell-editor.wrapper {
  padding: 0.6em;
}

#cell-editor-form {
  padding: 0.1em 0.5em;
}

#cell-editor-form .kn-input {
  margin-bottom: 0px;
}

#cell-editor form {
  margin: 0;
  margin-top: 7px;
}

#cell-editor label {
  padding-bottom: 4px;
}

#kn-popover .kn-input input,
#kn-popover .kn-input select,
#kn-popover .kn-input textarea {
  border-radius: 0;
}

#kn-popover .kn-input textarea,
#modal .kn-input textarea {
  width: 375px;
  height: 65px;
}

#kn-popover .kn-input,
#modal .kn-input {
  margin-bottom: 1px !important;
}

#kn-popover .kn-input input[type=text] {
  width: 300px;
}

#kn-popover .kn-input input[type=email] {
  width: 300px;
}

#kn-popover .kn-input input[type=url] {
  width: 300px;
}

#kn-popover .kn-input input[name=first], #modal .kn-input input[name=first] {
  width: 120px;
}

#kn-popover .kn-input input[name=last], #modal .kn-input input[name=last] {
  width: 120px;
}

#kn-popover .kn-input input[name=city], #modal .kn-input input[name=city] {
  width: 150px;
}

/* login form */
.kn-login label a {
  font-weight: normal;
  padding-left: 4px;
  text-decoration: none;
}

.kn-login label.remember {
  font-weight: normal !important;
}

/* Layout */
.kn-form .kn-form-group-2 textarea {
  max-width: 90%;
}

.kn-form .kn-form-group-2 > li {
  max-width: 48%;
}

.kn-form .kn-form-group-2 .kn-instructions {
  max-width: 90%;
}

ul.kn-form-group {
  margin: 0;
  padding: 0 !important;
  list-style-type: none !important;
}

.kn-content .kn-login ul.kn-form-group {
  list-style: none;
  padding-left: 0;
}

.kn-content .kn-form li.kn-form-col {
  float: left;
  margin: 0;
}

.kn-content .kn-form li.kn-form-col-2 {
  margin-left: 25px;
}

/* ===============================================*/
/*
/* LIST
/*
/* ===============================================*/
.kn-list-content {
  position: relative;
}

.kn-list-item {
  clear: both;
  border-bottom: 1px solid #eee;
  margin-right: 8px;
  margin-bottom: 16px;
}

.kn-list-item:last-child {
  border: 0;
}

.kn-list-item {
  padding: 0;
  padding-right: 20px;
}

.kn-list-two-column .kn-list-item-container {
  float: left;
  width: 50%;
}

.kn-list-three-column .kn-list-item-container {
  float: left;
  width: 33%;
}

/* ===============================================*/
/*
/* MENUS
/*
/* ===============================================*/
/* == FILTER MENU, TAB MENU ================== */
.kn-filter-menu, .kn-tab-menu {
  height: 40px;
  margin: 0;
  margin-top: 5px;
  padding: 0;
}

.kn-filter-menu li, .kn-tab-menu li {
  list-style: none;
  margin: 0 0px 0 0;
  padding: 0;
  float: left;
  display: inline-block;
}

.kn-filter-menu a, .kn-tab-menu a {
  display: inline-block;
  padding: 0.3em 1em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  text-decoration: none;
  cursor: pointer;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #DADADA #D6D6D6 #CCCCCC;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.18);
  background-color: #ECECEC;
}

.kn-filter-menu li:first-child a, .kn-tab-menu li:first-child a {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  padding-left: 14px;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-bottomleft: 9px;
}

.kn-filter-menu li:last-child a, .kn-tab-menu li:last-child a {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border-right: 1px solid #bbb;
  padding-right: 14px;
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
}

.kn-filter-menu a:hover, .kn-filter-menu li.active a, .kn-tab-menu .active a, .kn-tab-menu a:hover {
  background-color: #f5f5f5;
  background-image: none;
  border-top-color: #CCC;
}

.kn-nub {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #B3B3B3;
  position: relative;
  top: -1px;
  margin: 0 auto;
  display: none;
}

.kn-nub-internal {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #f5f5f5;
  left: -9px;
  top: -10px;
  position: absolute;
  display: none;
}

li.active .kn-nub {
  display: block;
}

li.active .kn-nub-internal {
  display: block;
}

/* ===============================================*/
/*
/* MODAL (Shared)
/*
/* ===============================================*/
.kn-modal-bg {
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  overflow-y: auto;
  width: 100%;
  z-index: 1000;
}

.kn-modal-bg.top {
  z-index: 10101;
}

#kn-modal-bg-1 .kn-modal.default {
  width: 760px;
  margin-left: -380px;
}

#kn-modal-bg-2 .kn-modal.default {
  width: 740px;
  margin-left: -380px;
}

#kn-modal-bg-3 .kn-modal.default {
  width: 720px;
  margin-left: -380px;
}

#kn-modal-bg-4 .kn-modal.default {
  width: 700px;
  margin-left: -380px;
}

.kn-modal.small {
  width: 500px;
  margin-left: -250px;
}

#kn-modal-bg-0 #kn-popover {
  z-index: 1001;
}

#kn-modal-bg-1 {
  z-index: 1100;
}

#kn-modal-bg-1 #kn-popover {
  z-index: 1101;
}

#kn-modal-bg-2 {
  z-index: 1200;
}

#kn-modal-bg-2 #kn-popover {
  z-index: 1201;
}

#kn-modal-bg-3 {
  z-index: 1300;
}

#kn-modal-bg-3 #kn-popover {
  z-index: 1301;
}

#kn-modal-bg-4 {
  z-index: 1400;
}

#kn-modal-bg-4 #kn-popover {
  z-index: 1401;
}

#kn-modal-bg-5 {
  z-index: 1500;
}

#kn-modal-bg-5 #kn-popover {
  z-index: 1501;
}

#kn-modal-bg-6 {
  z-index: 1600;
}

#kn-modal-bg-6 #kn-popover {
  z-index: 1601;
}

.kn-modal.small h1 {
  font-size: 1.75em;
  line-height: 1.1em;
}

.kn-modal {
  display: none;
  margin-bottom: 80px;
  position: absolute;
  width: 800px;
  z-index: 105;
  background-color: #fff;
  top: 0;
  left: 50%;
  margin-left: -400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.kn-modal.small h1 {
  font-size: 1.5em;
  line-height: 1em;
}
.kn-modal h1 {
  position: relative;
  font-size: 1.75em;
  line-height: 1.1em;
  padding-top: 2px;
  padding-left: 25px;
  margin: 0;
  background-color: #d9dadd;
}
.kn-modal .kn-modal-print,
.kn-modal .close-modal {
  display: inline-block;
  float: right;
  cursor: pointer;
  font-size: 1em;
  font-weight: normal;
  text-decoration: underline;
  text-transform: lowercase;
  margin-right: 10px;
}
.kn-modal .kn-modal-print.fa,
.kn-modal .close-modal.fa {
  top: 0.4em;
  font-size: 1em;
  text-decoration: none;
}
.kn-modal .kn-submit {
  margin-top: 20px;
  text-align: center;
}
.kn-modal .alert-message {
  background-color: #FDDFDE;
  border-color: #FBC7C6;
  color: #404040;
  margin-bottom: 18px;
  padding: 12px 15px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.kn-modal .wrapper {
  padding: 1.5em;
}
.kn-modal .small > .wrapper {
  padding: 1.7em;
}
.kn-modal .medium > .wrapper {
  padding: 1.7em;
}

#knack-body .kn-modal .kn-modal-wrapper,
.kn-content .kn-modal .kn-modal-wrapper {
  padding: 24px 25px 24px;
  margin: 0;
}

#knack-body .kn-modal.small .kn-modal-wrapper,
.kn-content .kn-modal.small .kn-modal-wrapper {
  padding: 18px 25px 18px;
}

/* ===============================================*/
/*
/* OVERLAY (Shared)
/*
/* ===============================================*/
.overlay {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  overflow-y: auto;
  width: 100%;
  z-index: 3000; /* this makes sure it covers popover (999) and modals (2000)  */
}

#kn-overlay {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  overflow-y: auto;
  width: 100%;
  z-index: 2000; /* this makes sure it covers popover and modals which has index 999 */
}

/* ===============================================*/
/*
/* POPOVER (Shared)
/*
/* ===============================================*/
.kn-popover.drop {
  background: #fff;
  border: solid #BFC1C7 1px;
  min-width: 200px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 2999;
}

.drop-content {
  max-width: 600px;
}

div.kn-popover.drop h1 {
  position: relative;
  font-size: 1.1em;
  line-height: 2em;
  padding-left: 1em;
  margin: 0;
  background-color: #E5E6EA;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-right: 45px;
}

div.kn-popover.drop .close-popover {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0.25em;
  top: 3px;
  font-size: 1.5em;
  font-weight: normal;
  color: #AFB0B7;
  text-decoration: none;
}

div.kn-popover.close-popover:hover {
  color: #76777D;
}

.drop-content > .wrapper {
  padding: 1.25em;
}

.drop-content > .wrapper.medium {
  padding: 1.2em;
  max-width: 360px;
}

.drop-content > .wrapper.large {
  padding: 1.25em;
  max-width: 500px;
}

.drop-content > .wrapper.small {
  padding: 1em;
  max-width: 340px;
}

.drop-content > .wrapper.warning {
  padding: 0.5em;
  margin: 0.5em;
}

/* DROP RIGHT, TRIANGLE LEFT */
.kn-popover.drop.drop-target-attached-right:after, .kn-popover.drop.drop-target-attached-right:before {
  top: 50%;
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.kn-popover.drop.drop-target-attached-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 7px;
  margin-top: -7px;
}

.kn-popover.drop.drop-target-attached-right:before {
  border-color: rgba(187, 187, 187, 0);
  border-right-color: #bbb;
  border-width: 8px;
  margin-top: -8px;
}

/* DROP LEFT, TRIANGLE RIGHT */
.kn-popover.drop.drop-target-attached-left:after, .kn-popover.drop.drop-target-attached-left:before {
  top: 50%;
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.kn-popover.drop.drop-target-attached-left:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 7px;
  margin-top: -7px;
}

.kn-popover.drop.drop-target-attached-left:before {
  border-color: rgba(187, 187, 187, 0);
  border-left-color: #bbb;
  border-width: 8px;
  margin-top: -8px;
}

/* DROP TOP, TRIANGLE BOTTOM */
.kn-popover.drop.drop-target-attached-bottom:after, .kn-popover.drop.drop-target-attached-bottom:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.kn-popover.drop.drop-target-attached-bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #E5E6EA;
  border-width: 7px;
  margin-left: -7px;
}

.kn-popover.drop.drop-target-attached-bottom:before {
  border-color: rgba(187, 187, 187, 0);
  border-bottom-color: #bbb;
  border-width: 8px;
  margin-left: -8px;
}

.kn-popover.drop.drop-target-attached-top:after, .kn-popover.drop.drop-target-attached-top:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.kn-popover.drop.drop-target-attached-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

.kn-popover.drop.drop-target-attached-top:before {
  border-color: rgba(187, 187, 187, 0);
  border-top-color: #bbb;
  border-width: 8px;
  margin-left: -8px;
}

/* DROP POPOVERS */
.drop-element, .drop-element:after, .drop-element:before, .drop-element *, .drop-element *:after, .drop-element *:before {
  box-sizing: border-box;
}

.drop-element {
  position: absolute;
  display: none;
}

.drop-element.drop-open {
  display: block;
}

.drop-element.drop-theme-hubspot-popovers {
  max-width: 100%;
  max-height: 100%;
}

.drop-element.drop-theme-hubspot-popovers .drop-content {
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: #ddd;
  color: #444;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
}

.drop-element.drop-theme-hubspot-popovers .drop-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 10px;
  border-style: solid;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  margin-bottom: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ddd;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-center .drop-content {
  margin-top: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-center .drop-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ddd;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-right.drop-element-attached-middle .drop-content {
  margin-right: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
  left: 100%;
  top: 50%;
  margin-top: -10px;
  border-left-color: #ddd;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-left.drop-element-attached-middle .drop-content {
  margin-left: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
  right: 100%;
  top: 50%;
  margin-top: -10px;
  border-right-color: #ddd;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  margin-top: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  left: 10px;
  border-bottom-color: #ddd;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  margin-top: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  right: 10px;
  border-bottom-color: #ddd;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  margin-bottom: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
  top: 100%;
  left: 10px;
  border-top-color: #ddd;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  margin-bottom: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
  top: 100%;
  right: 10px;
  border-top-color: #ddd;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  top: 10px;
  left: 100%;
  border-left-color: #ddd;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  top: 10px;
  right: 100%;
  border-right-color: #ddd;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  bottom: 10px;
  left: 100%;
  border-left-color: #ddd;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  bottom: 10px;
  right: 100%;
  border-right-color: #ddd;
}

.drop-element.drop-theme-hubspot-popovers .drop-content {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 3px;
  font-size: 13px;
}

.drop-element.drop-theme-hubspot-popovers .drop-content .drop-content-inner {
  border: 1px solid #dbdbdb;
  padding: 14px;
  background: #fff;
  overflow: hidden;
  width: 280px;
}

.drop-element.drop-theme-hubspot-popovers .drop-content .drop-content-inner .title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: normal;
  line-height: 1;
}

.drop-element.drop-theme-hubspot-popovers .drop-content .drop-content-inner p:last-child {
  margin-bottom: 0;
}

/* popovers */
#kn-popover {
  display: none;
  position: absolute;
  background: #fff;
  border: solid #ddd 5px;
  min-width: 200px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  z-index: 999;
}

#kn-popover .after, #kn-popover .before {
  height: 17px;
  margin-left: -10px;
  left: 50%;
  position: absolute;
  width: 20px;
}

#kn-popover .after {
  bottom: -17px;
  display: block;
  background: url("img/sprites/ui.png") no-repeat;
  background-position: 0px -10px;
}

#kn-popover .before {
  top: -17px;
  display: none;
  background: url("img/sprites/ui.png") no-repeat;
  background-position: -22px -9px;
}

#kn-popover.flopped-y .after {
  display: none;
}

#kn-popover.flopped-y .before {
  display: block;
}

#kn-popover > div > div {
  padding: 12px;
}

#kn-popover > div > div {
  padding-top: 5px;
  padding-bottom: 8px;
}

#kn-popover h1 {
  font-size: 1em;
  line-height: 1.35em;
  color: #17427a;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
  padding: 6px 0;
  padding-left: 12px;
  margin: 0 !important;
  width: auto;
}

/* ===============================================*/
/*
/* RECORD VIEWS 
/*
/* ===============================================*/
.kn-records-nav {
  color: #777;
  font-size: 90%;
  line-height: 28px;
  margin-bottom: 8px;
}
.kn-records-nav.below {
  margin-bottom: 0;
  margin-top: 8px;
}
.kn-records-nav .table-keyword-search {
  clear: both;
  margin: 4px 0 6px 0 !important;
}

.kn-records-nav .light {
  color: #999;
}

.kn-entries-summary {
  margin-right: 15px;
  float: left;
}

/* Pagination */
.kn-pagination {
  float: right;
  color: #666;
}

.kn-pagination .kn-total-pages {
  display: inline-block;
  padding: 0px 4px;
  padding-right: 12px;
  margin-right: 8px;
}

.kn-pagination select {
  border: 1px solid #ddd;
  background-color: #f0f0f0;
  color: #666;
  height: 30px;
  width: 87px;
  margin: 0px;
  margin-left: 15px;
  padding: 2px 2px;
  vertical-align: top;
}

.kn-pagination select:hover, .kn-change-page a.pagination:hover {
  background-color: #f6f6f6;
  border-color: #ccc;
  z-index: 3;
}

.kn-pagination select[name=limit] {
  width: 110px;
}

.kn-pagination .kn-change-page {
  display: block;
  position: relative;
  float: left;
  z-index: 2;
  height: 28px;
  width: 32px;
  border: 1px solid #ddd;
  background-color: #f0f0f0;
  color: #888;
}

.kn-pagination .kn-change-page span {
  text-indent: -99999px;
  text-decoration: none;
  display: block;
  height: 14px;
  width: 10px;
  position: absolute;
  left: 11px;
  top: 9px;
  background: url(../img/sprites/ui.png) 0px -27px no-repeat;
}

.kn-pagination .kn-next {
  margin-left: -1px;
}

.kn-pagination .kn-next span {
  left: 12px;
  background: url(../img/sprites/ui.png) -10px -27px no-repeat;
}

.kn-pagination .kn-change-page.disabled {
  cursor: default;
  border: 1px solid #eee;
  background-color: #f6f6f6;
  color: #888;
  z-index: 1;
}

.kn-pagination .kn-change-page.disabled:hover {
  border-color: #eee;
  z-index: 1;
}

/* Filters */
.kn-filters-nav {
  float: left;
}

.kn-filters-nav a {
  display: inline-block;
  float: left;
  padding-right: 10px;
  text-decoration: underline;
}

.kn-filters {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
}

.kn-filters a:link, .kn-filters a:visited {
  display: inline-block;
  text-decoration: none;
}

.kn-filters .field {
  font-weight: bold;
}

.kn-filters {
  margin-bottom: 2px;
}

.kn-filters ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.kn-filters ul li {
  background: #EEE;
  border: 1px solid #EEE;
  display: inline-block;
  font-size: 0.94em;
  line-height: 17px;
  margin-right: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  padding: 3px 1px;
}

.kn-filters ul li .field {
  font-weight: bold;
}

.kn-filters ul li a {
  color: #5f5e5e !important;
  display: inline-block;
  color: #074376;
  line-height: 0.9em;
  vertical-align: middle;
  margin-left: 4px;
}

.kn-filters ul li a.remove {
  color: #074376;
  padding: 0.2em;
  margin-right: 2px;
  border-radius: 50px;
  background-color: #c9c9ce;
}

.kn-filters ul li a.remove > span {
  width: 1.075em;
  text-align: center;
}

.kn-filter-add {
  margin-bottom: 8px;
}

#knack-body #kn-filters-form {
  padding: 2em;
}

#kn-filters-form > ul > li, #kn-filters-form > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0.75em;
}

#kn-filters-form > ul > li {
  background: #efeff1;
  padding: 0.5em;
}

/* ===============================================*/
/*
/* REPORTS
/*
/* ===============================================*/
/* table */
.kn-report .kn-report-rendered table {
  width: auto;
}

.kn-report li, .kn-report ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}

.kn-report table.expand-records td.kn-pivot-calc {
  cursor: pointer;
}

.kn-report table.expand-records td.kn-pivot-calc:hover {
  background-color: #C7EEFE;
}

/* ===============================================*/
/*
/* SEARCH
/*
/* ===============================================*/
/* Wrappers */
.kn-search {
  margin-bottom: 0 !important;
}

.kn-search .kn-view {
  padding: 2px 0px !important;
  margin-top: 12px;
} /* embedded search results don't need double padding */
/* Filters */
.kn-search-filters .label {
  display: inline-block;
}

.kn-search-filters {
  margin-bottom: 25px;
}

.kn-search-filters > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kn-search-filter {
  margin: 0 0 15px;
  display: block;
  list-style: none;
}

.kn-search-filter:last-child {
  margin: 0;
}

.kn-search select[name=operator] {
  width: 130px;
  margin-right: 2px;
}

.kn-search .label {
  text-align: left;
  vertical-align: top;
  line-height: 1.8em;
}

.kn-search .kn-instructions {
  font-size: 90%;
  font-style: italic;
}

.kn-search-filter .chzn-container {
  vertical-align: bottom;
}

.kn-search-filters .value select, .kn-search-filters input[type=text] {
  width: 225px;
}

.kn-search-form .kn-details-group.column-2 .kn-details-group-column {
  float: left;
  width: auto;
}

.kn-search-form .kn-details-group.column-2 .kn-details-group-column-0, .kn-search-form .kn-details-group.column-2 .kn-details-group-column-1 {
  margin-right: 40px;
}

.kn-search-form .kn-details-group.column-3 .kn-details-group-column {
  float: left;
  width: auto;
}

.kn-search-form .kn-details-group.column-3 .kn-details-group-column-0, .kn-search-form .kn-details-group.column-3 .kn-details-group-column-1 {
  margin-right: 40px;
}

.kn-search .kn-submit {
  clear: both;
}

.kn-search .kn-submit, .kn-search .kn-submit input {
  margin: 0;
}

.kn-search-form .kn-label-top span.label {
  display: block;
}

.kn-search-form .kn-label-right span.label {
  text-align: right;
  margin-right: 4px;
}

.kn-search-form .conn_inputs {
  display: inline-block;
}

.kn-search-form .conn_inputs label, .kn-search-form label.option {
  display: block;
  margin-bottom: 4px;
}

.kn-content .kn-search-form {
  box-sizing: border-box;
}

.kn-content .kn-search-form *, .kn-content .kn-search-form *:before, .kn-content .kn-search-form *:after {
  box-sizing: inherit;
}

.kn-content .kn-search-form .chzn-container * {
  box-sizing: content-box;
}

.kn-search-filter h3 {
  line-height: 1.4em;
}

.kn-search-filter p:last-child {
  margin-bottom: 5px;
}

.kn-search-filter > span.label {
  color: #444;
  font-weight: bold;
}

.kn-details-group {
  clear: both;
}

.kn-search-filter .value {
  display: inline-block;
}

/* ===============================================*/
/*
/* TABLES
/*
/* ===============================================*/
/* table */
.kn-table table {
  width: 100%;
  border-collapse: collapse;
}

.kn-table table th {
  padding: 6px 8px;
  white-space: nowrap;
  background-color: #eee;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

.kn-table tbody td {
  color: #444;
  line-height: 115%;
  padding: 7px;
  vertical-align: top;
}

.kn-table table th a {
  display: block;
  text-decoration: none;
}

.kn-table tbody p {
  margin-bottom: 0 !important;
  line-height: 115%;
}

.kn-table tbody td > span > p:first-child {
  margin-top: 0;
}

/* borders */
.kn-table table, .kn-table th, .kn-table td {
  border: 0;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.kn-table table {
  border: 1px solid #dadada;
}

.kn-table th {
  border-bottom: 1px solid #dadada;
}

/* bg colors */
.kn-table tr {
  background-color: #fff;
}

.kn-table tr:nth-child(even) {
  background-color: #f5f5f5;
}

/* utilities */
.kn-table .check {
  padding: 5px 3px 0px 2px;
  width: 20px;
}

/*
.kn-table th.sorted-asc a { padding-left: 16px; background: url(img/sprites/ui.png) no-repeat 0px -57px; }
.kn-table th.sorted-desc a { padding-left: 16px; background: url(img/sprites/ui.png) no-repeat 0px -77px; }
*/
.sorted-asc .kn-sort-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("img/sprites/ui.png") no-repeat 0px -56px;
}

.sorted-desc .kn-sort-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("img/sprites/ui.png") no-repeat 0px -76px;
}

/* cell edit */
table.cell-editable tbody td.cell-edit {
  cursor: pointer;
}

table.cell-editable tbody td.cell-edit:hover, table.cell-editable tbody td.cell-edit.active, tbody td.highlight {
  background-color: #C7EEFE;
}

/* CHOZEN */
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: bottom;
  *display: inline;
}

.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1055;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eeeeee", endColorstr="#ffffff",GradientType=0 );
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 50%);
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #bbb;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 6px;
  color: #444;
  text-decoration: none;
}

.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(https://cdn1.cloud-database.co/renderer/css/js/chosen-sprite.png) right top no-repeat;
}

.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}

.chzn-container-single .chzn-single div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cccccc", endColorstr="#eeeeee",GradientType=0 );
  background-image: linear-gradient(to bottom, #cccccc 0%, #eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}

.chzn-container-single .chzn-single div b {
  background: url("https://cdn1.cloud-database.co/renderer/css/js/chosen-sprite.png") no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}

.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}

.chzn-container-single .chzn-search input {
  background: #fff url("https://cdn1.cloud-database.co/renderer/css/js/chosen-sprite.png") no-repeat 100% -22px;
  background: url("https://cdn1.cloud-database.co/renderer/css/js/chosen-sprite.png") no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px !important;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  float: none !important;
}

.chzn-container-single .chzn-drop {
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* @end */
.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eeeeee",GradientType=0 );
  background-image: linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}

.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  /*padding: 5px;*/
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}

.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e4e4e4", endColorstr="#eeeeee",GradientType=0 );
  background-image: linear-gradient(to bottom, #e4e4e4 0%, #eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}

.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(https://cdn1.cloud-database.co/renderer/css/js/chosen-sprite.png) right top no-repeat;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}

.chzn-container .chzn-results li {
  display: none;
  line-height: 100%;
  padding: 6px 7px 5px;
  margin: 0;
  list-style: none;
}

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}

.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff;
}

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
  background: transparent;
}

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}

.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}

.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}

.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eeeeee",GradientType=0 );
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}

.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}

.chzn-container-active .chzn-choices {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chzn-disabled .chzn-single {
  cursor: default;
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl {
  direction: rtl;
  text-align: right;
}

.chzn-rtl .chzn-single {
  padding-left: 0;
  padding-right: 8px;
}

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
}

.chzn-rtl .chzn-single div {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}

.chzn-rtl .chzn-choices li {
  float: right;
}

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 6px 3px 19px;
  margin: 3px 5px 3px 0;
}

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 5px;
  right: auto;
  background-position: right top;
}

.chzn-rtl.chzn-container-single .chzn-results {
  margin-left: 4px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px;
}

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 20px;
}

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}

.chzn-rtl .chzn-search input {
  background: url("https://cdn1.cloud-database.co/renderer/css/js/chosen-sprite.png") no-repeat -38px -22px, #ffffff;
  background: url("https://cdn1.cloud-database.co/renderer/css/js/chosen-sprite.png") no-repeat -38px -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
  padding: 4px 5px 4px 20px;
}

/* @end */
/* == FULL CALENDAR ============================ */
.fc {
  direction: ltr;
  text-align: left;
}

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

html .fc, .fc table {
  font-size: 1em;
}

.fc td, .fc th {
  padding: 0;
  vertical-align: top;
}

.fc-header td {
  white-space: nowrap;
}

.fc-header-left {
  width: 25%;
  text-align: left;
}

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

.fc-header-right {
  width: 25%;
  text-align: right;
}

.fc-header-title {
  display: inline-block;
  vertical-align: top;
}

.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
}

.fc .fc-header-space {
  padding-left: 10px;
}

.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
}

.fc-header .fc-button {
  margin-right: -1px;
}

.fc-header .fc-corner-right {
  margin-right: 1px; /* back to normal */
}

.fc-header .ui-corner-right {
  margin-right: 0; /* back to normal */
}

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}

.fc-header .fc-state-down {
  z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}

.fc-content {
  clear: both;
}

.fc-view {
  width: 100%; /* needed for view switching (when view is absolute) */
  overflow: hidden;
}

.fc-widget-header,
.fc-widget-content { /* <td>, usually */
  border: 1px solid #ccc;
}

.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
  background: #ffc;
}

.fc-cell-overlay { /* semi-transparent rectangle while dragging */
  background: #9cf;
  opacity: 0.2;
  filter: alpha(opacity=20); /* for IE */
}

.fc-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.fc-state-default { /* non-theme */
  border-style: solid;
  border-width: 1px 0;
}

.fc-button-inner {
  position: relative;
  float: left;
  overflow: hidden;
}

.fc-state-default .fc-button-inner { /* non-theme */
  border-style: solid;
  border-width: 0 1px;
}

.fc-button-content {
  position: relative;
  float: left;
  height: 1.9em;
  line-height: 1.9em;
  padding: 0 0.6em;
  white-space: nowrap;
}

.fc-button-content .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}

.fc-button-content .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
}

.fc-state-default .fc-button-effect {
  position: absolute;
  top: 50%;
  left: 0;
}

.fc-state-default .fc-button-effect span {
  position: absolute;
  top: -100px;
  left: 0;
  width: 500px;
  height: 100px;
  border-width: 100px 0 0 1px;
  border-style: solid;
  border-color: #fff;
  background: #444;
  opacity: 0.09;
  filter: alpha(opacity=9);
}

.fc-state-default,
.fc-state-default .fc-button-inner {
  border-style: solid;
  border-color: #ccc #bbb #aaa;
  background: #F3F3F3;
  color: #000;
}

.fc-state-hover,
.fc-state-hover .fc-button-inner {
  border-color: #999;
}

.fc-state-down,
.fc-state-down .fc-button-inner {
  border-color: #555;
  background: #777;
}

.fc-state-active,
.fc-state-active .fc-button-inner {
  border-color: #555;
  background: #777;
  color: #fff;
}

.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
  color: #999;
  border-color: #ddd;
}

.fc-state-disabled {
  cursor: default;
}

.fc-state-disabled .fc-button-effect {
  display: none;
}

.fc-event {
  border-style: solid;
  border-width: 0;
  font-size: 0.85em;
  cursor: default;
}

a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}

a.fc-event {
  text-decoration: none;
}

.fc-rtl .fc-event {
  text-align: right;
}

.fc-event-skin {
  border-color: #36c;
  background-color: #36c;
  color: #fff; /* DEFAULT COLORS */
}

.fc-event-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
  line-height: 130% !important;
}

.fc-event-time, .fc-event-title {
  padding: 0 1px;
}

.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden; /* hacky spaces (IE6/7) */
  font-size: 300%;
  line-height: 50%;
}

.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}

.fc-event-hori .ui-resizable-e {
  top: 0 !important; /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px; /* IE6 had 0 height */
}

.fc-corner-left {
  margin-left: 1px;
}

.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
  margin-left: -1px;
}

.fc-corner-right {
  margin-right: 1px;
}

.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
  margin-right: -1px;
}

.fc-corner-top {
  margin-top: 1px;
}

.fc-corner-top .fc-event-inner {
  margin-top: -1px;
}

.fc-corner-bottom {
  margin-bottom: 1px;
}

.fc-corner-bottom .fc-event-inner {
  margin-bottom: -1px;
}

.fc-corner-left .fc-event-inner {
  border-left-width: 1px;
}

.fc-corner-right .fc-event-inner {
  border-right-width: 1px;
}

.fc-corner-top .fc-event-inner {
  border-top-width: 1px;
}

.fc-corner-bottom .fc-event-inner {
  border-bottom-width: 1px;
}

table.fc-border-separate {
  border-collapse: separate;
}

.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}

.fc-grid th {
  text-align: center;
}

.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE */
}

.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px; /* distance between events and day edges */
}

.fc-grid .fc-event-time {
  font-weight: bold;
}

.fc-rtl .fc-grid .fc-day-number {
  float: left;
}

.fc-rtl .fc-grid .fc-event-time {
  float: right;
}

.fc-agenda table {
  border-collapse: separate;
}

.fc-agenda-days th {
  text-align: center;
}

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}

.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}

.fc-agenda-allday th {
  border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
  min-height: 34px; /* TODO: doesnt work well in quirksmode */
  _height: 34px;
}

.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}

.fc-agenda-slots th {
  border-width: 1px 1px 0;
}

.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}

.fc-agenda-slots td div {
  height: 20px;
}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid; /* doesn't work with background in IE6/7 */
}

.fc-event-vert {
  border-width: 0 1px;
}

.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}

.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9 ; /* for IE6/7/8. nested opacity filters while dragging don't work */
}

.fc-event-vert .ui-resizable-s {
  bottom: 0 !important; /* importants override pre jquery ui 1.7 styles */
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
  _overflow: hidden;
}

@media print {
  .fc-event-skin {
    background-color: #eee !important;
    color: #333 !important;
  }
  /* horizontal events */
  .fc-event-hori {
    border-width: 0 0 1px 0 !important;
    border-bottom-style: dotted !important;
    /*border-bottom-color: #000 !important;*/
    padding: 1px 0 0 0 !important;
  }
  .fc-event-hori .fc-event-inner {
    border-width: 0 !important;
    padding: 0 1px !important;
  }
  /* vertical events */
  .fc-event-vert {
    border-width: 0 0 0 1px !important;
    border-left-style: dotted !important;
    /*border-left-color: #000 !important;*/
    padding: 0 1px 0 0 !important;
  }
  .fc-event-vert .fc-event-inner {
    border-width: 0 !important;
    padding: 1px 0 !important;
  }
  .fc-event-bg {
    display: none !important;
  }
  .fc-event .ui-resizable-handle {
    display: none !important;
  }
  .fc-event-inner {
    -webkit-print-color-adjust: exact;
    position: relative;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    overflow: hidden;
  }
}
/* == jQuery UI =========================================*/
/* Layout helpers */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 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:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

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

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

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

/* Component containers*/
.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: white url(images/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 #dddddd;
  background: #f6f6f6 url(images/ui-bg_highlight-soft_75_f6f6f6_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

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

/* Interaction states*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #dddddd;
  background: #f6f6f6 url(images/ui-bg_glass_75_f6f6f6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  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 #999999;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: white url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

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

.ui-widget :active {
  outline: none;
}

/* Interaction Cues*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #f1d632;
  background: #f9e67b url(images/ui-bg_inset-hard_100_f9e67b_1x100.png) 50% bottom repeat-x;
  color: #363636;
}

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

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom 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: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

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

/* Icons*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

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

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

/* Misc visuals*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

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

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* jQuery UI Resizable 1.8.9*/
.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}

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

/* jQuery UI Selectable 1.8.9*/
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* jQuery UI Autocomplete */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}

/* jQuery UI Menu */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/** jQuery UI Datepicker 1.8.9*/
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

#ui-datepicker-div {
  z-index: 3102 !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.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-year {
  width: 100%;
}

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

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

.ui-datepicker th {
  padding: 0.7em 0.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: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.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 0.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 {
  border-left-width: 0;
}

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

/* 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 {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

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

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

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

.ui-autocomplete-loading {
  background: url(img/spinner.gif) no-repeat right center, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee)) !important;
}

/* notify (top message bar) */
#info_message {
  display: none;
  width: 100%;
  height: 51px;
  position: absolute;
  top: 0;
  position: fixed;
  z-index: 50000;
  margin: 0;
  padding: 0;
}

.center_auto {
  margin: 0 auto;
  width: 100%;
  padding: 15px 25px;
}

#info_message .message_area {
  text-align: center;
  width: 98%;
  margin: 0 auto;
  display: inline-block;
}

#info_message .message_area span.link_ribbon {
  color: #999999;
  text-decoration: underline;
  cursor: pointer;
}

#info_message .button_area {
  float: right;
  width: 11px;
  height: 10px;
  margin: 7px 0 0 0;
}

.info_bg {
  background: url("img/notify_bg.png") 0 0 repeat-x;
}

.info_bg .message_area {
  font: bold 14px;
  color: #0d9a95;
  text-shadow: 0 1px 0 #fff;
}

.info_bg .message_area a {
  color: #0d9a95;
  text-decoration: underline;
}

.info_bg .button_area {
  background: url("img/notify_close.png") 0 0 no-repeat;
  cursor: pointer;
}

/* RATE IT */
div.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  height: 20px;
}

div.rateit div {
  background-size: 19px 20px;
}

div.rateit div.rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyNiAyOCI+PHBhdGggZmlsbD0iI2ViOWExNCIgZD0iTTE3Ljc2NiAxNS42ODdsNC43ODEtNC42NDEtNi41OTQtMC45NjktMi45NTMtNS45NjktMi45NTMgNS45NjktNi41OTQgMC45NjkgNC43ODEgNC42NDEtMS4xNDEgNi41NzggNS45MDYtMy4xMDkgNS44OTEgMy4xMDl6TTI2IDEwLjEwOXEwIDAuMzQ0LTAuNDA2IDAuNzVsLTUuNjcyIDUuNTMxIDEuMzQ0IDcuODEycTAuMDE2IDAuMTA5IDAuMDE2IDAuMzEzIDAgMC43ODEtMC42NDEgMC43ODEtMC4yOTcgMC0wLjYyNS0wLjE4N2wtNy4wMTYtMy42ODctNy4wMTYgMy42ODdxLTAuMzQ0IDAuMTg3LTAuNjI1IDAuMTg3LTAuMzI4IDAtMC40OTItMC4yMjd0LTAuMTY0LTAuNTU1cTAtMC4wOTQgMC4wMzEtMC4zMTNsMS4zNDQtNy44MTItNS42ODgtNS41MzFxLTAuMzkxLTAuNDIyLTAuMzkxLTAuNzUgMC0wLjU3OCAwLjg3NS0wLjcxOWw3Ljg0NC0xLjE0MSAzLjUxNi03LjEwOXEwLjI5Ny0wLjY0MSAwLjc2Ni0wLjY0MXQwLjc2NiAwLjY0MWwzLjUxNiA3LjEwOSA3Ljg0NCAxLjE0MXEwLjg3NSAwLjE0MSAwLjg3NSAwLjcxOXoiPjwvcGF0aD48L3N2Zz4=);
  outline: none;
}

div.rateit div.rateit-range * {
  display: block;
}

/* for IE 6 */
* html div.rateit, * html div.rateit div.rateit-range {
  display: inline;
}

/* for IE 7 */
* + html div.rateit, * + html div.rateit div.rateit-range {
  display: inline;
}

div.rateit div.rateit-hover, div.rateit div.rateit-selected {
  position: absolute;
  left: 0px;
  max-width: 100px;
}

div.rateit div.rateit-hover-rtl, div.rateit div.rateit-selected-rtl {
  left: auto;
  right: 0px;
}

div.rateit div.rateit-hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyNiAyOCI+PHBhdGggZmlsbD0iI2ZhNjEwMCIgZD0iTTI2LjAwMiAxMC4xMDlxMCAwLjM0NC0wLjQwNiAwLjc1bC01LjY3MyA1LjUzMiAxLjM0NCA3LjgxNHEwLjAxNiAwLjEwOSAwLjAxNiAwLjMxMyAwIDAuMzI4LTAuMTY0IDAuNTU1dC0wLjQ3NyAwLjIyN3EtMC4yOTcgMC0wLjYyNS0wLjE4OGwtNy4wMTctMy42ODgtNy4wMTcgMy42ODhxLTAuMzQ0IDAuMTg4LTAuNjI1IDAuMTg4LTAuMzI4IDAtMC40OTItMC4yMjd0LTAuMTY0LTAuNTU1cTAtMC4wOTQgMC4wMzEtMC4zMTNsMS4zNDQtNy44MTQtNS42ODgtNS41MzJxLTAuMzkxLTAuNDIyLTAuMzkxLTAuNzUgMC0wLjU3OCAwLjg3NS0wLjcxOWw3Ljg0NS0xLjE0MSAzLjUxNi03LjExcTAuMjk3LTAuNjQxIDAuNzY2LTAuNjQxdDAuNzY2IDAuNjQxbDMuNTE2IDcuMTEgNy44NDUgMS4xNDFxMC44NzUgMC4xNDEgMC44NzUgMC43MTl6Ij48L3BhdGg+PC9zdmc+);
}

div.rateit div.rateit-hover-rtl {
  background-position: right -32px;
}

div.rateit div.rateit-selected {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyNiAyOCI+PHBhdGggZmlsbD0iI2ZkYTQwMCIgZD0iTTI2LjAwMiAxMC4xMDlxMCAwLjM0NC0wLjQwNiAwLjc1bC01LjY3MyA1LjUzMiAxLjM0NCA3LjgxNHEwLjAxNiAwLjEwOSAwLjAxNiAwLjMxMyAwIDAuMzI4LTAuMTY0IDAuNTU1dC0wLjQ3NyAwLjIyN3EtMC4yOTcgMC0wLjYyNS0wLjE4OGwtNy4wMTctMy42ODgtNy4wMTcgMy42ODhxLTAuMzQ0IDAuMTg4LTAuNjI1IDAuMTg4LTAuMzI4IDAtMC40OTItMC4yMjd0LTAuMTY0LTAuNTU1cTAtMC4wOTQgMC4wMzEtMC4zMTNsMS4zNDQtNy44MTQtNS42ODgtNS41MzJxLTAuMzkxLTAuNDIyLTAuMzkxLTAuNzUgMC0wLjU3OCAwLjg3NS0wLjcxOWw3Ljg0NS0xLjE0MSAzLjUxNi03LjExcTAuMjk3LTAuNjQxIDAuNzY2LTAuNjQxdDAuNzY2IDAuNjQxbDMuNTE2IDcuMTEgNy44NDUgMS4xNDFxMC44NzUgMC4xNDEgMC44NzUgMC43MTl6Ij48L3BhdGg+PC9zdmc+);
}

div.rateit div.rateit-selected-rtl {
  background-position: right -16px;
}

div.rateit div.rateit-preset {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyNiAyOCI+PHBhdGggZmlsbD0iI2ZkYTQwMCIgZD0iTTI2LjAwMiAxMC4xMDlxMCAwLjM0NC0wLjQwNiAwLjc1bC01LjY3MyA1LjUzMiAxLjM0NCA3LjgxNHEwLjAxNiAwLjEwOSAwLjAxNiAwLjMxMyAwIDAuMzI4LTAuMTY0IDAuNTU1dC0wLjQ3NyAwLjIyN3EtMC4yOTcgMC0wLjYyNS0wLjE4OGwtNy4wMTctMy42ODgtNy4wMTcgMy42ODhxLTAuMzQ0IDAuMTg4LTAuNjI1IDAuMTg4LTAuMzI4IDAtMC40OTItMC4yMjd0LTAuMTY0LTAuNTU1cTAtMC4wOTQgMC4wMzEtMC4zMTNsMS4zNDQtNy44MTQtNS42ODgtNS41MzJxLTAuMzkxLTAuNDIyLTAuMzkxLTAuNzUgMC0wLjU3OCAwLjg3NS0wLjcxOWw3Ljg0NS0xLjE0MSAzLjUxNi03LjExcTAuMjk3LTAuNjQxIDAuNzY2LTAuNjQxdDAuNzY2IDAuNjQxbDMuNTE2IDcuMTEgNy44NDUgMS4xNDFxMC44NzUgMC4xNDEgMC44NzUgMC43MTl6Ij48L3BhdGg+PC9zdmc+);
}

div.rateit div.rateit-preset-rtl {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyNiAyOCI+PHBhdGggZmlsbD0iI2ZhNjEwMCIgZD0iTTI2LjAwMiAxMC4xMDlxMCAwLjM0NC0wLjQwNiAwLjc1bC01LjY3MyA1LjUzMiAxLjM0NCA3LjgxNHEwLjAxNiAwLjEwOSAwLjAxNiAwLjMxMyAwIDAuMzI4LTAuMTY0IDAuNTU1dC0wLjQ3NyAwLjIyN3EtMC4yOTcgMC0wLjYyNS0wLjE4OGwtNy4wMTctMy42ODgtNy4wMTcgMy42ODhxLTAuMzQ0IDAuMTg4LTAuNjI1IDAuMTg4LTAuMzI4IDAtMC40OTItMC4yMjd0LTAuMTY0LTAuNTU1cTAtMC4wOTQgMC4wMzEtMC4zMTNsMS4zNDQtNy44MTQtNS42ODgtNS41MzJxLTAuMzkxLTAuNDIyLTAuMzkxLTAuNzUgMC0wLjU3OCAwLjg3NS0wLjcxOWw3Ljg0NS0xLjE0MSAzLjUxNi03LjExcTAuMjk3LTAuNjQxIDAuNzY2LTAuNjQxdDAuNzY2IDAuNjQxbDMuNTE2IDcuMTEgNy44NDUgMS4xNDFxMC44NzUgMC4xNDEgMC44NzUgMC43MTl6Ij48L3BhdGg+PC9zdmc+);
}

.rateit-reset {
  position: relative;
  background-color: inherit;
  border: 0;
  margin: 0;
  padding: 0;
  width: 20px;
  bottom: 4px;
}

.rateit-reset:before {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
  font-family: FontAwesome;
  content: "\f05e";
  top: 0;
  left: 0;
  line-height: 19px;
}

.rateit-reset:hover:before {
  color: rgba(0, 0, 0, 0.6);
}

/*default cursos for list/table/ */
.kn-details .rateit, .kn-table .rateit, .kn-list .rateit, .kn-search .rateit {
  cursor: default !important;
}

.chzn-select {
  width: 350px;
}

/* * * * * * * * * * * * * * * * * * * * *
/* REDACTOR
 * * * * * * * * * * * * * * * * * * * * */
/*
  Icon font
*/
@font-face {
  font-family: "RedactorFont";
  src: url("redactor-font.eot");
}
@font-face {
  font-family: "RedactorFont";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggi/NUAAAC8AAAAYGNtYXAaVcx2AAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zm8dIFkAAAFwAAATSGhlYWQACVb9AAAUuAAAADZoaGVhA+ECBQAAFPAAAAAkaG10eEEBA94AABUUAAAAkGxvY2FVlFE8AAAVpAAAAEptYXhwAC8AkgAAFfAAAAAgbmFtZRHEcG0AABYQAAABZnBvc3QAAwAAAAAXeAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmHwHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYf//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAAACUCAAGSAAQACQANAAA3EQURBQEFEQURATUXBwACAP4AAdv+SgG2/tySkiUBbgH+lAEBSgH+3AEBJv7/3G9sAAAGAAAASQIAAW4ABAAJAA4AEwAYAB0AABMhFSE1FSEVITUVIRUhNSczFSM1FTMVIzUVMxUjNZIBbv6SAW7+kgFu/pKSSUlJSUlJAW5JSW5JSW5JSdxJSW5JSW5JSQAAAAACAAAAJQH3AZIAFgAuAAAlLgMnBzIuAic+AyMXNh4CByUnMg4CBx4DIxcnHgMXNi4CBwH3Dik/XUABAR04Vjg+WDUYAQFNeEcZEv7MAQENHDMlHzIfEQEBASZUTDYHCSBIZj4lGCQaEARqFi5HLzJFKhJqDC1RZSzVPQoWIxkbJBQID0wCCQ4VDxo4KA8PAAACAG4AJQGSAZIABAAzAAA3IQchJzceAzMyPgI3PgMnNyMXDgMHDgMjIi4CJy4DNycjBx4DF24BJQH+3QFABRIUGg0QGBUQCAYKBgQBAUABAQEEBAQCCAgKBQYJCQcEAgUCAwEBPwEBAwcJCEkkJD8HCgYEBAYKBwcRFRkPtcMGCQkHAwMFAwEBAwUDAwcJCQbDtQ8ZFREHAAUAAP//AgABtwAGAA4AFgBHAF8AAAEzFTMVIzUfAQc1IzUzNS8BNxUzFSMVFx4DFRwBDgEHDgMHMh4CFx4DHwEjJzwBJjQjLgMrARUjNTMyHgIXBzMyPgI3PgM1NC4CJy4DKwEVAUkjS24mkZFvb96RkW9vDAMFAwECAwICBQUGBAECAgIBAQICAgEbIBMBAQIEBQUCCh0qCAwKCQM3DgMFBQMCAQIBAQEBAgECAwQGAw4BtpYgtv9cXEolSUhcXEklSlUDCAoNBwQJBwcCAwUDAgEBAQIBAQMEBANCLgEBAQIGBwYCSLYBAwUDRAECAgECBAQGAwQFBQQBAgIBATIAAAAAAwBtAAABkgGTAAMADAARAAAlIzcXBzM3MxczAyMDFyEVITUBI0YjI7ZKF2MXSmVbZQEBJP7c5nh4eUlJASb+2iRJSQAKAAAAJQIAAZIABAAJAA4AEwAYAB0AIgAnACwAMQAANxEFEQU3FzUHFTU3NScVJwcVFzUVJxU3NRUHFRc1NxUXNQclBxUXNRUnFTc1FQcVFzUAAgD+ALeSkpKSJW1tbW1tbSWSkgEkbW1tbW1tJQFuAf6UASUBSgFIbQFIAUq4AUgBSm8BSgFIbQFIAUrbSAFKAQEBSAFKbwFKAUhtAUgBSgAAAAIACQAlAgABkgAWAC4AACUOAxU1DgMHJj4CFzU0HgIXBT4DNxU1FD4CNy4DNRUmDgIXAgA5VTkcQVxAKA8RGEh3Thc2Vz/+PAY3S1UlECAxICYyHQw9Z0chCt8wRi8VAWsFDxsjGS1kUiwLaQETKUYxYBAUDwgDTRABCRMlGhoiFwkBPhAQJzkZAAAAAgBJAEkBtwFuAEcAjwAAAQ4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYHNAYmIicwLgE0NTQ+Ajc+Azc1DgMHJw4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYVJgYmIjUiJjQmNTQ+Ajc+Azc1DgMHATkJDQkEAwYKBgcOEBAJCA4NDAUGCAUDAwQHBQUKCgwGBQoICAMBAgIBAQEBAQEBAQMGCgYGDxITCxMhHBYJzQkNCQQDBwkHBg4QEQgIDg0MBgUIBQMCBQcFBAoLDAYFCQkIAwECAgEBAQEBAQEBAwcJBgcPERQLEyEcFwkBIgwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAQwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAAT//wBJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNQcXAAIA/gC3AUn+twFJ/rclk5MBbklJbklJbklJSbdcWwAAAAUAAABJAgABbgAEAAkADgAaAG0AABMhFSE1FSEVITUVIRUhNSczNSM1IwcVNxUjFRc+Azc+Azc0PgE0NTQuAicuAyMiBioBByIOAiMVPgM3Mj4BMjM6AR4BFx4CFBUcAQYUBw4DBw4DDwEVMzUjPgM3MZIBbv6SAW7+kgFu/pKNRBgUFhYYIAUHBQMBAgICAQEBAQEDBAICBgcHBQEEAwQCAgMEBAICBAQDAgIDAwMCAgMDAwEBAgEBAQEBAgICAQQGCQULRC0BAwQEAgFuSUluSUluSUlrFF0GFAZJFJEFBwYEAQIDBAMBAgMDAwIDBwUFAgIEAgEBAQEBAhUBAgIBAQEBAQIBAQIDBAIBAgMCAQICAwMCAQUHCQYNExQBBAMFAgADAAAASQIAAW4ALAAxAGwAACUiLgInNTMeAzMyPgI1NC4CIyIOAgcjNT4DMzIeAhUUDgIjJzMVIzUnIg4CByMVDgMVFB4CFxUzHgMzMj4CNzMVDgMjIi4CNTQ+AjMyHgIXFSMuAyMBbgoUEhEIHgUKCwsGEyEZDg4ZIRMGCwsKBR4IERIUCh41KBcXKDUet5KSJQYLCwoFHgQHBQICBQcEHgUKCwsGBgsLCgUeCBESFAoeNSgXFyg1HgoUEhEIHgUKCwsGSQMGBwU0AgQDAQ0XHhESHhcNAQMEAjQFBwYDFyg1Hx41KBe3SUkvAQMEAhgFCw0OBwcNDQsGFwIEAwEBAwQCNAUHBgMXKDUeHzUoFwMGBwU0AgQDAQAAAAEAAAC3AgABAAAEAAATIRUhNQACAP4AAQBJSQABAJIASQGSAZIADAAAAQ8CFzcHNxc3DwEXAQcpQQvBC0ApQAvBC0EBWdYBOAE6AdgBOgE4AQAAAAQAAABJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNRcHAAIA/gC3AUn+twFJ/re3k5MBbklJbklJbklJSbdcWwAAAAMAAAAlAgABkgAEAAkAEgAANxEFEQUBBREFEQc/ARcVJTU3FwACAP4AAdv+SgG2tiQwPv6Sbm4lAW4B/pQBAUoB/twBASa4AV5eSgFIk5MABAAlAAAB2wG3AAMAGgAeADUAAAEVJzMHHgIGDwEOAS4BJy4BNDY/AT4BHgEXARcnFTceATI2PwE+AS4BJy4CBg8BDgEeARcB29vbKgMDAQICcwIGBgYCAwMBAnQCBQYGAv5029sqAwYGBQJzAgEBAgMCBgYGAnICAgEDAgG33NwrAgYGBgJzAgEBAgMDBQYGAnMCAQECA/51AdvaKgMDAQJzAgUGBgMCAwECAnMCBQYGAgAABAAA/9sCAAHbAAMAGgAeADUAACU1Fwc3LgI2PwE+AR4BFx4BFAYPAQ4BIiYnBycXNQcuASIGDwEOAR4BFx4CNj8BPgEuAScBJdvbKgMDAQICcwIGBgYCAwMBAnQCBQYGAnTb2yoDBgYFAnMCAQECAwIGBgYCcgICAQMC/9zbASwCBgYGAnICAgEDAgMGBgUCcwIBAwN1AdzbKgMDAQJzAgUGBgMCAwECAnICBgYGAgABAG4AJQFuAZIAEgAAJREjESM1Ii4CNTQ+AjsBESMBSSRKFigeEREeKBaTJSUBSf63khEeKBcWKB4R/pMAAAAAAwAlAAEB3AG2AAoAVwB4AAAlMwcnMzUjNxcjFQcOAwcOAyMiLgInLgM1ND4CNz4DOwE1NC4CJy4DIyIOAgcOAwc1PgM3PgIyMzIeAhceAx0BIzU1IyIOAgcOAxUUHgIXHgMzMj4CNz4DPQEBkkpcXEpKXFxK6wIGBgcEAwgICQUIDw4LBQUHBQIDBQkGBQ8SFAwlAQMDAgMFBwgFBAoJCQQFCQkJBQQJCQkEBQkKCQUNFRENBQUIBQI0FQgMCggDAwUDAQECAwICBQUHAwUJCQcCAwUCApKRkZORkZMHBAYFBQECAwIBAgUHBQULDQ8JCRANCwQFBgUCCQMGBQQCAgICAQEBAgEBAwQFAy8CAwMCAQEBAQIFCAUGDhIXDXgYSwECAwICBgYIBQQGBgUCAgMCAQIEBgQECgsOBwQAAAAEACUASgHbAW4AAwAMAC0AegAANyM3FwczNzMXMwMjAyUVFA4CBw4DIyIuAicuAzU0PgI3PgM7ATcuAyMqAQ4BBw4DBxU+Azc+AzMyHgIXHgMdASMiDgIHDgMVFB4CFx4DMzI+Ajc+AzcVMzU0LgInrjUbGok4EUsSOE1ETQF/AQMFAwMHCQoFBAYGBQIDAwIBAgMEAwMJCw0IFiIFDhIWDQYKCgoFBAoJCgQFCgoJBQUJCgoFBAkHBgIDAwMBJg0WEw8GBgkGAwIFCAUFDA4QCQUJCQgEBAcHBgI3AgUIBsV1dXZHRwEf/uFlBAcOCwsEBAYEAwICAwICBQYHAwUJBwUCAgMCAWIFCAYCAQEBAQMCBAIwAwUEAwIBAgEBAQIDAQIEBgYDCQMEBwQFCw4QCgkPDgsFBQcFAgEBAwICBQUHAxh7DhcTDwUAAAIASQBJAbcBkwAEAIEAABMhFSE1Fx4DFx4DFRQOAgcOAyMiLgInLgMnFR4DFx4DMzI+Ajc+AzU0LgInLgMvAS4DJy4DNTQ+Ajc+AzMyHgIXHgMXNS4DJy4DIyIOAgcOAxUUHgIXHgMfAUkBbv6SvwQIBgYCAgMDAQIDBQQDCAkLBgYNDAwGBg0NDQYGCwwNBgYNDAwHDxoXEggHCwgDAgUHBAUMDxIKHAcNCQcDAgMDAQIDBQMDCAkKBgYLCgsGBQsLCgYGCwwLBgYLDAsGDBcUEQcICwcDAgQHBAUMERUNIAEAJSUxAgMFBAMDBgYHAwUICAYDAgQDAQECAwMCBQcIBEEDBAUDAgECAQEDBgkGBQ8SFQwJEA8NBgYKCggDCwIFBQQDAgUFBgMFBwcFAwIDAwEBAgMCAgQGBgM9AgUDBAEBAgEBAwcJBgYPERMLCA8ODAQFCgoJBQsAAAQAAABJAgABbgAEAAkADgATAAA/ARcHJxc3FwcnJScHFzcXJwcXNwAltiO4AbYluCMB/yO4JbYBuCO2Jdsdkh6TAZQekhwBHZIekwGUHpIcAAAAAAUAAP/bAgAB2wAEAAkADgATABgAABcRIREhASERIREHITUhFRUhNSEVFSE1IRUAAgD+AAHb/koBtkn+3AEk/twBJP7cASQlAgD+AAHc/kkBt5JJSW5JSW5JSQAAAwCTAEkBbQGSABcALwBbAAA3Mh4CFx4DFwYUDgEHDgMrATczNzIeAhceAhQXBhQOAQcOAysBNzMDMzI+Ajc+Ayc2LgInLgMnPgM3PgMnNi4CJy4DKwED+AcNCQkDBAMEAQEBBAQEAgkKDQcqASgBBQsIBwIDAwQBAQQCBAEICAsFKgEoZGQRGRgRCAYLBgQBAQMEBwQGCg8OCggMDQgFAwcDAwEBBAYLBgcQFBcOZAHeAQMEAwMICQwHBgsJCAIDBAMBYYECAgMDAgYHCQUFCQcGAgIEAgFN/uoDBQgGBQ4RFQsKEQ8NBgUJBgQBAQMFBwUECwwOCAsSDw0FBggFAv63AAADACUAAAHbAbcABAANABEAADcRIREhEyMDMzczFzMDBxcjNyUBtv5K/URMOBBLETdLIho0GgABt/5JAW7+20hIASU1eHgAAAACAEIAHwG8AZkAIQBLAAAlBycOAS4BJwcXBw4BIiYvAS4BNDY/AT4BMhYfAR4BFAYHJy4BIgYPAQ4BFBYXHgE+AT8BLgMnLgI2PwE+AhYXBxc3PgE0JicBvJQEBQsMCwYhHg8PJygnDw8PDw8P1w8nKCcPDw8QEA8lCxscHAvFCwwLCgsbHRsLJwMFBgUCCgwDBQhSBg8QEgl+JoYLCwoL9pQEAQECAwMgHg8PDw8PDxAmKCcP1w8QEA8PDycoJw9+CwoLC8YLGx0bCwoLAQsLJgIDBAUCChcXFQhSBgYBBAV9JYYLHBwbCwAAAAMAAABJAgABbgAEAAkADgAAEyEVITUXIRUhNRczFSM1AAIA/gCSAW7+kpPb2wFuSUluSUluSUkAAwAAAEkCAAFuAAQACQAOAAATIRUhNRUhFSE1FTMVIzUAAgD+AAFt/pPc3AFuSUluSUluSUkAAAADAAAASQIAAW4ABAAJAA4AABMhFSE1FSEVITUVIRUhNQAB//4BAf/+AQIA/gABbklJbklJbklJAAMAAABJAgABbgAEAAkADgAAEyEHIScHIRchNxchByEnbgElAf7dAW0B/wH9/wFtASUB/t0BAW5JSW5JSW5JSQAGAAAAJwIAAZUACAANABQAGAAdACEAADc1IxEhFTMRIQEhFSE1FyMVIRUhNQcjNxcXITUhFScXIzdJSQG3Sf5JAUn+kwFtSiX+twFu27hcXG3+2wElKSlJICdJASVK/twBSdzcSbcl3EltbSUlJW5JSQAAAAEAAAABAADCHXSvXw889QALAgAAAAAAz3WLJQAAAADPdYsl////2wIAAdsAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgD//wAAAgAAAQAAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAACAAAAAgAAbgIAAAACAABtAgAAAAIAAAkCAABJAgD//wIAAAACAAAAAgAAAAIAAJICAAAAAgAAAAIAACUCAAAAAgAAbgIAACUCAAAlAgAASQIAAAACAAAAAgAAkwIAACUCAABCAgAAAAIAAAACAAAAAgAAAAIAAAAAAAAAAAoAFAAeAEAAcAC4AQQBhgGoAfoCQAMCAyYDuARGBFQEcASUBLwFFgVuBY4GLgbUB4IHrAfaCFwIgAj2CRIJLglKCWoJpAAAAAEAAAAkAJAACgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABIoAAoAAAAAEeAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAADgEAAA4Bg0Rie09TLzIAAA74AAAAYAAAAGAIIvzVY21hcAAAD1gAAABMAAAATBpVzHZnYXNwAAAPpAAAAAgAAAAIAAAAEGhlYWQAAA+sAAAANgAAADYACVb9aGhlYQAAD+QAAAAkAAAAJAPhAgVobXR4AAAQCAAAAJAAAACQQQED3m1heHAAABCYAAAABgAAAAYAJFAAbmFtZQAAEKAAAAFmAAABZhHEcG1wb3N0AAASCAAAACAAAAAgAAMAAAEABAQAAQEBDVJlZGFjdG9yRm9udAABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeKZviU+HQFHQAAAT8PHQAAAUQRHQAAAAkdAAAN+BIAJQEBDRkbHSAlKi80OT5DSE1SV1xhZmtwdXp/hImOk5idoqessba7wFJlZGFjdG9yRm9udFJlZGFjdG9yRm9udHUwdTF1MjB1RTYwMHVFNjAxdUU2MDJ1RTYwM3VFNjA0dUU2MDV1RTYwNnVFNjA3dUU2MDh1RTYwOXVFNjBBdUU2MEJ1RTYwQ3VFNjBEdUU2MEV1RTYwRnVFNjEwdUU2MTF1RTYxMnVFNjEzdUU2MTR1RTYxNXVFNjE2dUU2MTd1RTYxOHVFNjE5dUU2MUF1RTYxQnVFNjFDdUU2MUR1RTYxRXVFNjFGAAACAYkAIgAkAgABAAQABwAKAA0AQQCYAPEBSQH6Ai8CxwMhA98EGwTXBYEFkQW0BfEGLwagBxEHOgf0CLUJaQmsCfwKhAq5C0QLdAuiC9AMAQxo/JQO/JQO/JQO+5QOi7AVi/gB+JSLi/wB/JSLBfhv990V/EqLi/u5+EqLi/e5Bfu4+5QVi/dv9yb7Avsm+wEFDvcm+AIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AX7JvdwFdSLi0JCi4vUBYv7AhXUi4tCQouL1AWL+wIV1IuLQkKLi9QFDviLsBVky0yq+0KWCIshBYuLQMb7LPcT9z33GsW4i4sIiyEF92Wr9wT7QV77Cgj7yfdpFYvIBYuLb3ImSOFBtnqLiwiLfIvXBe6F9yJ7nGSl0PsO6Ps2YwgO9wLUFfe4i4tn+7iLi68FysoVnHmngrGLsounlJydnJ2Up4uyCIv3SUyLi/tXBYt8hoCDg4ODgId8i32Lf4+Dk4OTh5aLmgiL91dLi4v7SQWLZJRvnXkIDvfd+EoVrouL+yrWi4tr+wKLi/dKBbH7kxX3JS/7JS+L1fsDi4uw9wOLi9QF+3LTFfsl5/cl54tC9wOLi2b7A4uLQQWXNhWTg499i3iLf4mBhoSGg4SHgYmOio6KjYiNiI6GjoQIpklri3i5BYuMio2KjYaZhZKEiwiBi4tDbouL90q1iwWfi5mHk4MIVEcVmYsFk4uRjY+Pjo+NkYuUi5SJkoiOh4+FjYOLCH2Li1kFDve393oVRYuu9wyu+wwF+0r7DRXVi6LU7ouiQtWLJve6MIsm+7oFjGcV97iLi0L7uIuL1AUOi7AVi/gB+JSLi/wB/JSLBfdLrxX3JouL1Psmi4tCBYv3AhX3JouL1Psmi4tCBWb3SxX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBbD3cBWLQvcmi4vU+yaLBfe4ixX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBQ74lPdzFfss+xNAUIuLCIv1BftCgExsZEte9wr3BPdB92VrCIv1BYuLxV73PfsaCPxYLBWcsvcim+6RCIs/i5oFi4u2nOHVJs5vpIuLCItOBfs2s/sOLqVGCA73zfe2FXNsgGiLY4tpk3Ccd513n4Gji6CLnJKZmpqakpyLn4uehZt+mH+ZfJJ7i32LgIeChQiIiYmKiYuKi4mMioyKjoqPi5GLpJOknKOco6KcqJYIi6EFWXhlcnRrCPthixV0bH9oi2OLaZNwnXecd6CBoougi5ySmpqZmpKci5+LnoWbfph/mX2Seot+i3+IgoQIiImJioqLiYuKjIqMiY6Kj4uRi6SUpJujnKOinKmWCIuhBVh4ZnJzawgOi/gCFfiUi4tC/JSLi9QF90v7AhX33YuLQvvdi4vUBYv7AhX33YuLQvvdi4vUBWZCFYv3S/snL/cnMAUO9yb4AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBfsh9hXPi4ufc4uL6HeLdYWLd6GRi0Jzi4t3Bav7JRWXl5KTjY6PkI2PjY+Mj4yPi5CLlIiThJCFkYKOf4uHi4aKhoqGioaKhokIi3YFkI6QjZCNkIyPjI+LkIuPio6IjoiMh4uGi4iLiImIiYeJh4eHiIiDgX18CIB+i3jPi4ufXosFjo+QkJGRCIuLBQ74AtQVcItyk3aYCIu/qYsFmIWZh5uLvYu0sIu5i7pisFmLe4t9h36FCG2Li78FoJikk6aL3IvMSYs6iztKSTqLCPtL90sV9yaLi0L7JouL1AVmuhV8i3yHfoUIbYuLcwWAfYR6i3iLeZJ5ln0Ii3SpiwWYhZqHmoubi5mPmJEIqYuLVwV2fnKDcIs6i0rNi9uL3MzN3Iumi6SDoH4Ii1dtiwV+kX2Pe4sIDov3lBX4lIuLQvyUi4vUBQ73m/ftFWL7a0qLgFL3VYuWxEuLtPdry4uWxPtVi4BSzIsFDov4AhX4lIuLQvyUi4vUBfdL+wIV992Li0L73YuL1AWL+wIV992Li0L73YuL1AX7S0IVi/dL9ycv+ycwBQ6LsBWL+AH4lIuL/AH8lIsF+G/33RX8SouL+7n4SouL97kF+0r7SxWvi7vqySyLQvwCi4vU9wL3JvcC+yYFDvhv+EsVi/tw+2/3cPdviwVhYBWShIyChoUI+wf7BwWFhoKMhJKEkoqUkJEI9wj3BwWQkJWKkYQI/CD8HxX3b4r7b/dvi/tuBbW1FZKElYqQkAj3B/cHBZCQipWEkoSRgo2FhQj7BvsHBYWGjYGRhQgO97n3kxWL93D3b/tv+2+KBbW3FYSSipSQkQj3B/cGBZGRlIqShJKEjIGGhgj7CPsHBYaGgYyFkgj7CPsJFftvjPdv+3CL928FYWEVhJKBjIaGCPsH+wcFhoaMgZKEkoSUipGRCPcG9wYFkZGJlIWSCA733bAVi/fdZ4uL+91Bi4v3JgVPi1q8i8iLx7y8x4sI9yeLi/wBZosFDvgm9yYV1Ysv+yUv9yXVi4v3J0GL5/cl5/slQYuL+ycF+3+EFYWCgoSBhoGGgIh/i3WLeZF+mH6XhZ2Looujkp2blpqXopGriwiwi4uUBYuUiJKFj4SQgo1/i3+Lf4l/iH+If4V+hAiLugWWkJeOl46XjZiMmIusi6KEmH6ZfZFyi2gIi/sMV4uLowWL1hV2iwV3i32IhIaDhoeCi36LgY6EkIWQhpOIlIuZi5aQkpaTlo+ai58Ii48FDvdC91kVVoum9wml+wkF+x37ChXDi5zS1oudRMOLPvezR4s++7MF+BPwFYuHBYt3h3uDgIOAf4V9i4GLg46GkYWRiJOLlIuYj5WTkJSQmY6giwihiwWt7RV9mXOSaYt8i36Kfol/iH6Hf4YIi1sFmJOYkJiPl46YjZmLl4uViJGHkoaOhIuCCIuCZYsFaYtyhXt/e3+DeItyi3SReZl+mH6ehaOLmIuXjZWQlpCTk5KUCItzwouL9w8Fi6+EpX2ZCA7U95QV+AKLi2b8AouLsAX3U1oVloeUhZGEkYSOgouCi36GgYKEgoR/iHuLe4t6jnuRepB6lHqXCItKBZqEm4Wch5yIm4mci7OLqZOfm5+alKOLq4ujhZ9/mn6bd5dwlAhvlgV3kX6ShZGFkIiTi5OLl4+UlJGTkZeOm4uai5mImoaZhpqEmYIIi8gFfJF8kHuPfI58jXuLaYtxg3h6d3uCdItui3WQeZd+l32hf61+CKuABQ6L928Vr6n3S/snZ277S/cmBYuLFfdL9yevbvtL+ydnqAX4lIsVZ6n7S/snr273S/cmBYuLFftL9ydnbvdL+yevqAUOi2YVi/iU+JSLi/yU/JSLBfhv+HAV/EqLi/xL+EqLi/hLBUL7JhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBQ73jPdyFZ6LmYiUg5ODj36LeYt6h3+DhIOEfYd3iwhii4vstIsFi/cVFZuLloiShJKFjoKLfYt+iIGEhYSFgIh7iwhii4vYtIsFJvuqFfCLBbWLqJKemp2ZlKKLqoulhZ9/mn+ZeZRzjZ+NmpKVl5aXkJuLoIungqB5mHqZcJJoiwgmi4v73QUOsIsVi/hL+EqLi/xL/EqLBfeR+AIVR4s/+7nDi5vT1oucQ8KLQPe5BWlWFaX7DFeLpfcMBQ74UPeKFfso+yiHjwV9h3uNfJMIamupbXx8BWJiSYtitAh8mgVitIvNtLQI92v3awW0tM2LtGIImnwFtGKLSWJiCGb3EhVuqFyKbm4I+1n7WgVtbotcp26ob7qLqKkIsrEFg4+EkIWScKaGsJ+gCN3dBZuapIyifwj7EvsRsWb3GvcaBaiojLpuqAgOi/gCFfiUi4tC/JSLi9QF9yb7AhX4AouLQvwCi4vUBfcn+wIV92+Li0L7b4uL1AUOi/gCFfiUi4tC/JSLi9QFi/sCFfgBi4tC/AGLi9QFi/sCFfdwi4tC+3CLi9QFDov4AhX4k4uLQvyTi4vUBYv7AhX4k4uLQvyTi4vUBYv7AhX4lIuLQvyUi4vUBQ73AvgCFfe4i4tC+7iLi9QF+wL7AhX4lIuLQvyUi4vUBfcC+wIV97iLi0L7uIuL1AUO1LIVi9RCi4v3ufhLi4tB1IuL+7j8S4sF99333RX8AYuL+3D4AYuL93AF1UIVZouL+0v73YuLZvgCi4v3cAX7b0IV+0yL5/cB5/sBBfcBZhX7uYuLsPe5i4tmBWL3AhW0QkKLq9QFDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOYfAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAOAAAAAoACAACAAIAAQAg5h///f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAQAAhlBJsl8PPPUACwIAAAAAAM91iyUAAAAAz3WLJf///9sCAAHbAAAACAACAAAAAAAAAAEAAAHg/+AAAAIA//8AAAIAAAEAAAAAAAAAAAAAAAAAAAAkAAAAAAAAAAAAAAAAAQAAAAIAAAACAAAAAgAAAAIAAG4CAAAAAgAAbQIAAAACAAAJAgAASQIA//8CAAAAAgAAAAIAAAACAACSAgAAAAIAAAACAAAlAgAAAAIAAG4CAAAlAgAAJQIAAEkCAAAAAgAAAAIAAJMCAAAlAgAAQgIAAAACAAAAAgAAAAIAAAACAAAAAABQAAAkAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) 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;
  box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  resize: none;
}

.redactor-box textarea:focus {
  outline: none;
}

/*
  Z-index setup
*/
.redactor-editor,
.redactor-box {
  background: #fff;
}

.redactor-editor,
.redactor-box,
.redactor-box textarea {
  z-index: auto !important;
}

.redactor-box-fullscreen {
  z-index: 1996 !important;
}

.kn-modal-bg .redactor-toolbar {
  z-index: 1054 !important;
}

.redactor-dropdown,
#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 11001 !important;
}

/*
  Resize
*/
.redactor-resize {
  background: #f4f4f4;
  padding: 4px 0 3px 0;
  cursor: move;
  border: 1px solid #e3e3e3;
  border-top: none;
}

.redactor-resize div {
  width: 30px;
  margin: auto;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

/*
  Fullscreen
*/
body .redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/*
  Utils
*/
.body-redactor-hidden {
  overflow: hidden;
}

/*
  Editor
*/
.redactor-editor {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 20px;
  outline: none;
  white-space: normal;
  border: 1px solid #eee;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.redactor-editor:focus {
  outline: none;
}

/*
  Placeholder
*/
.redactor-placeholder {
  position: relative;
}

.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  color: #999 !important;
  font-weight: normal !important;
}

/* Placeholder in linebreaks mode */
.redactor-linebreaks.redactor-placeholder:after {
  top: 20px;
  left: 20px;
}

/*
  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;
  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;
  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;
  -moz-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;
  -moz-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;
}

/*
  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-image_web_link: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: 1254;
  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;
  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;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  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;
}

/*
  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: 49999;
  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;
}

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

/*
  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 {
  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;
  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;
  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;
  -moz-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;
  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;
  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: scroll;
}

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

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

.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;
  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 ul {
  list-style: disc outside none !important;
}

.redactor-editor ol {
  list-style: decimal outside none !important;
}

.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 {
  overflow: auto;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  white-space: pre;
  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 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: 0.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;
}

.redactor-toolbar {
  background-color: #eee;
}

#knack-body .redactor-toolbar li a {
  color: #666 !important;
}

.redactor-toolbar li a:hover {
  background: #f6f6f6;
}

.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
  background-color: #ddd;
}

/* TIMEPICKER */
.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
  width: 90px;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
