@charset "UTF-8";
/* Base styles */
@font-face {
  font-family: 'Public Sans';
  src: url("../../fonts/PublicSans-Regular.eot");
  src: url("../../fonts/PublicSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/PublicSans-Regular.woff") format("woff"), url("../../fonts/PublicSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
  @font-face {
    font-family: 'PublicSans Bold';
    src: url("../../fonts/PublicSans-Bold.eot");
    src: url("../../fonts/PublicSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/PublicSans-Bold.woff") format("woff"), url("../../fonts/PublicSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal; }
@font-face {
  font-family: 'Karbon Regular';
  src: url("../../fonts/karbon-regular-webfont.eot");
  src: url("../../fonts/karbon-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/karbon-regular-webfont.woff") format("woff"), url("../../fonts/karbon-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Karbon Medium';
  src: url("../../fonts/karbon-medium.eot");
  src: url("../../fonts/karbon-medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/karbon-medium.woff") format("woff"), url("../../fonts/karbon-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Karbon Light';
  src: url("../../fonts/karbon-light-webfont.eot");
  src: url("../../fonts/karbon-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/karbon-light-webfont.woff") format("woff"), url("../../fonts/karbon-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Public Sans", sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 1.25; }

h1, h2, h3, h4, h5, h6 {
  color: #35414c;
  font-family: 'Karbon Light', Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.35em;
  margin: 1em 0 0.5em; }

h2 {
  font-family: 'Karbon Regular', Helvetica, sans-serif;
  font-size: 2.8em; }
  h2.-small {
    font-size: 2.13333em; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.86667em; } }

h3 {
  font-size: 1.86667em; }

h4 {
  font-family: 'Public Sans', sans-serif;
  font-size: 1.6em; }

h5 {
  font-size: 1.46667em; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    h5 {
      font-size: 1.2em; } }

p, li {
  color: #586977;
  line-height: 1.5em; }

a {
  color: #00a3d9;
  outline: none;
  text-decoration: none; }

a:hover {
  color: #0090c0; }

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

input[type="text"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ddd;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 0.5em 1em; }

.-centered {
  text-align: center; }

.-left {
  float: left; }

.-right {
  float: right; }

.-uppercase {
  text-transform: uppercase; }

@media only screen and (max-width: 959px) {
  .-desktop {
    display: none; } }

@media only screen and (min-width: 960px) {
  .-mobile {
    display: none; } }

.hidden {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .visible-xs {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

/* Layout styles */
.header .logo_header {
  display: none;
  padding-top: 16px;
  height: 68px; }
  .header .logo_header .logo-xs {
    display: block;
    max-width: 80%;
    height: auto; }
  .header .logo_header .mob_search {
    float: left;
    padding: 0;
    width: 75%; }
  .header .logo_header .mob_menu {
    padding-right: 0;
    float: right;
    width: 16%; }
.header .inner-search-mrg {
  margin: 8px 0; }
.header .right-inner-addon {
  position: relative;
  margin-left: 0; }
  .header .right-inner-addon i {
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    color: #000;
    right: 0px;
    padding: 9px 11px;
    pointer-events: none; }
  .header .right-inner-addon input[type="text"] {
    border-radius: 5px;
    background: #eaeced;
    box-shadow: none;
    border: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: block;
    width: 97%;
    height: 22px;
    padding: 6px 0 6px 12px;
    font-size: 14px;
    color: #555555; }
    .header .right-inner-addon input[type="text"]:focus {
      border-color: #66afe9;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
      outline: 0 none; }
.header .mobile-btn {
  color: #000;
  display: inline;
  margin-top: 10px;
  float: right;
  font-size: 20px; }
.header .show_hide {
  float: right; }
.header .slidingDiv {
  display: none;
  background-color: #060606;
  opacity: .9;
  position: relative;
  top: 0px;
  z-index: 1;
  margin-right: -15px;
  margin-left: -15px; }
  .header .slidingDiv ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0; }
    .header .slidingDiv ul li {
      text-indent: 20px;
      text-align: center;
      padding: 6px 12px;
      font-size: 14px;
      list-style-type: none;
      list-style-image: none; }
      .header .slidingDiv ul li:active {
        text-indent: 20px;
        color: #fff; }
      .header .slidingDiv ul li a {
        color: #fff; }
      .header .slidingDiv ul li.active a {
        border: 1px solid #fff;
        padding: 2px; }
      .header .slidingDiv ul li > ul {
        display: none; }
      .header .slidingDiv ul li:hover > ul {
        display: block; }
      .header .slidingDiv ul li.expanded > a {
        position: relative; }
        .header .slidingDiv ul li.expanded > a:after {
          content: "\f107";
          font-family: FontAwesome;
          position: absolute;
          top: 0; }
  .header .slidingDiv .log-info li {
    display: block; }
    .header .slidingDiv .log-info li.first {
      border: 0; }
.header .log-info {
  margin: 15px 0 0 0;
  padding: 0; }
  .header .log-info li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
    line-height: 10px; }
    .header .log-info li.first {
      border-right: 1px solid #00a3d9; }

.navbar {
  text-align: center;
  margin-bottom: 15px; }
  .navbar.navbar-default {
    border: none;
    border-radius: 0;
    background-image: -ms-linear-gradient(right, #10828B 20%, #106F93 100%);
    background-image: -moz-linear-gradient(right, #10828B 20%, #106F93 100%);
    background-image: -o-linear-gradient(right, #10828B 20%, #106F93 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(20, #10828B), color-stop(100, #106F93));
    background-image: -webkit-linear-gradient(right, #10828B 20%, #106F93 100%);
    background-image: linear-gradient(to left, #10828B 20%, #106F93 100%); }
  .navbar .navbar-collapse {
    display: inline-block;
    text-align: center;
    float: none; }
    .navbar .navbar-collapse ul {
      display: inline-block;
      margin-top: 16px;
      margin-bottom: 8px;
      padding: 0; }
      .navbar .navbar-collapse ul li {
        float: left;
        list-style-type: none;
        list-style-image: none;
        margin: 0 10px;
        position: relative; }
        .navbar .navbar-collapse ul li a {
          border: 1px solid transparent;
          font-family: "Karbon Light", Helvetica, sans-serif;
          font-size: 18px;
          color: #fff;
          transition: all .35s;
          padding: 4px 12px;
          margin-top: 10px; }
          .navbar .navbar-collapse ul li a:hover, .navbar .navbar-collapse ul li a:focus {
            opacity: .8;
            background-color: transparent;
            text-decoration: none; }
          .navbar .navbar-collapse ul li a.active {
            background: none;
            border-color: #fff;
            color: #fff; }
        .navbar .navbar-collapse ul li > ul {
          background: #fff;
          border: solid 1px #c8c8c8;
          margin: 0 0 0 -1px;
          padding: 10px 0 0;
          position: absolute;
          top: 25px;
          left: 0;
          width: 180px;
          z-index: 3;
          display: none; }
          .navbar .navbar-collapse ul li > ul li {
            display: block;
            margin: 0;
            padding: 0;
            position: relative;
            width: 100%; }
            .navbar .navbar-collapse ul li > ul li a {
              color: #10828B;
              font-family: 'Karbon Regular';
              border-radius: 0;
              font-size: 0.93333em;
              padding: 7px 0 7px 10px !important; }
              .navbar .navbar-collapse ul li > ul li a:hover {
                color: #fff;
                opacity: 1; }
            .navbar .navbar-collapse ul li > ul li:hover {
              background-color: #10828B; }
              .navbar .navbar-collapse ul li > ul li:hover a {
                color: #fff; }
            .navbar .navbar-collapse ul li > ul li ul {
              left: 100%;
              margin: 0;
              padding: 0;
              position: absolute;
              top: 0; }
              .navbar .navbar-collapse ul li > ul li ul li {
                display: block;
                margin: 0;
                padding: 0;
                position: relative;
                width: 100%; }
                .navbar .navbar-collapse ul li > ul li ul li a {
                  color: #10828B !important;
                  border-radius: 0;
                  font-size: 0.93333em;
                  padding: 7px 0 7px 10px !important; }
                .navbar .navbar-collapse ul li > ul li ul li:hover {
                  background-color: #10828B; }
                  .navbar .navbar-collapse ul li > ul li ul li:hover a {
                    color: #fff !important; }
            .navbar .navbar-collapse ul li > ul li.active-trail {
              background-color: #10828B; }
              .navbar .navbar-collapse ul li > ul li.active-trail a {
                border: 0; }
        .navbar .navbar-collapse ul li.expanded > a {
          position: relative; }
          .navbar .navbar-collapse ul li.expanded > a:after {
            content: "\f107";
            font-family: FontAwesome;
            font-size: 13px;
            padding-left: 15px; }
        .navbar .navbar-collapse ul li.expanded:hover > a:after {
          content: "\f106";
          font-family: FontAwesome; }
        .navbar .navbar-collapse ul li:hover > ul {
          display: block; }
  .navbar .navbar-header {
    display: none; }
  .navbar:nth-of-type(2) {
    margin-top: -15px; }
    .navbar:nth-of-type(2) .navbar-collapse > ul {
      padding: 0; }

.-thin {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0; }

.-thin {
  font-size: 30px;
  margin: 0; }

.-regular {
  font-family: "Karbon Regular", Helvetica, sans-serif;
  font-size: 28px; }

.back-link {
  text-decoration: none; }
  .back-link i {
    margin-right: 3px; }

span.drop-shadow {
  background: url("../../images/drop-shadow.png") top center no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }
  span.drop-shadow.bottom {
    bottom: -10px;
    top: auto; }
  span.drop-shadow.-inline {
    position: relative; }

ul.-icons {
  padding: 0; }

li.-success {
  background: url("https://manage.hclvoltmx.com/images/icon-ok.png") top left no-repeat;
  list-style-type: none;
  margin: 15px 0;
  padding-left: 30px; }

.-box {
  border: 1px solid #EAEAEA;
  margin: 30px 0; }
  .-box legend {
    padding: 30px; }
  .-box .inner {
    margin: 0 30px; }
  .-box legend,
  .-box p {
    color: #666;
    line-height: 1.2em; }
  .-box div.help {
    color: #707070;
    font-size: 14px;
    margin-top: 12px;
    text-align: right; }
  .-box.-padded {
    padding: 20px 30px; }
  .-box.-no-legend div.inner {
    margin-top: 30px; }

.main-header {
  background-color: #fff;
  padding-bottom: 20px;
  width: 100%; }
  .main-header.-homepage {
    background-color: transparent;
    position: absolute;
    top: 0; }

.main-header__utilities {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 3px 0;
  text-align: right; }
  .main-header__utilities nav {
    font-size: 0.8em;
    padding: 5px 0; }
    .main-header__utilities nav a {
      color: #fff;
      margin-left: 1.5em;
      text-decoration: none; }
    .main-header__utilities nav a.button.-outline, .main-header__utilities nav button.-outline, .main-header__utilities nav input.-outline[type=submit], .main-header__utilities nav .blog-comments .comment-edit a.-outline, .blog-comments .comment-edit .main-header__utilities nav a.-outline,
    .main-header__utilities nav .blog-comments .comment-approve a.-outline,
    .blog-comments .comment-approve .main-header__utilities nav a.-outline, .main-header__utilities nav .view-display-id-platform_apps_content .views-field-field-sample-app-links a.-outline, .view-display-id-platform_apps_content .views-field-field-sample-app-links .main-header__utilities nav a.-outline, .main-header__utilities nav .-outline#field_comment_submit {
      border-color: #fff;
      border-width: 1px;
      color: #fff;
      padding: .5em 1em;
      text-transform: uppercase; }
      .main-header__utilities nav a.button.-outline:hover, .main-header__utilities nav button.-outline:hover, .main-header__utilities nav input.-outline[type=submit]:hover, .main-header__utilities nav .blog-comments .comment-edit a.-outline:hover, .blog-comments .comment-edit .main-header__utilities nav a.-outline:hover,
      .main-header__utilities nav .blog-comments .comment-approve a.-outline:hover,
      .blog-comments .comment-approve .main-header__utilities nav a.-outline:hover, .main-header__utilities nav .view-display-id-platform_apps_content .views-field-field-sample-app-links a.-outline:hover, .view-display-id-platform_apps_content .views-field-field-sample-app-links .main-header__utilities nav a.-outline:hover, .main-header__utilities nav .-outline#field_comment_submit:hover {
        background-color: #fff;
        color: #113457; }
  .main-header__utilities .header-search {
    display: inline;
    position: relative; }
    .main-header__utilities .header-search input {
      background-color: #eee;
      padding-right: 2em; }
    .main-header__utilities .header-search a {
      color: #113457;
      display: inline-block;
      position: absolute;
      right: 14px;
      top: 0;
      z-index: 3; }
      .main-header__utilities .header-search a i {
        height: 20px;
        margin: 0;
        padding: 0;
        width: 20px; }

.main-header__logo {
  background: url("../../images/logo.png") left center no-repeat;
  background-size: 100%;
  display: inline-block;
  float: left;
  margin-top: 10px;
  max-width: 135px;
  min-height: 41px;
  overflow: hidden;
  position: relative;
  text-indent: 120%;
  white-space: nowrap;
  width: 100%;
  z-index: 2; }
  @media only screen and (max-width: 959px) {
    .main-header__logo {
      min-height: 25px;
      width: 100%; } }
  .main-header__logo h1 {
    margin: 0; }

.main-header__nav {
  float: right;
  margin-top: 10px; }
  .main-header__nav a {
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 0 2.75em;
    text-decoration: none;
    vertical-align: middle; }
  .main-header__nav .button {
    display: inline-block;
    font-size: 0.93333em;
    font-style: italic;
    padding: .5em 1.5em;
    text-align: center;
    text-transform: none; }
    .main-header__nav .button em {
      display: block;
      font-size: 1.28571em;
      font-style: normal;
      text-transform: uppercase; }

.billboard {
  background: #113457 url("../../images/bg_billboard.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 125px;
  padding-bottom: 75px;
  text-align: center;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .billboard {
      padding-top: 75px; }
      .billboard h2 {
        font-size: 2.8em; }
      .billboard h3 {
        font-size: 1.4em; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .billboard {
      padding-top: 75px; } }
  .billboard h2 {
    color: #fff;
    font-family: 'Karbon Light', Helvetica, sans-serif;
    font-size: 3.86667em;
    margin-bottom: 0; }
  .billboard h3 {
    color: #fff;
    font-size: 1.73333em;
    margin-top: .35em; }

.text-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .text-list ul li a {
    line-height: 31px;
    text-decoration: none; }

.article-list {
  margin-top: 20px; }
  .article-list h2 {
    margin-top: 0; }

.article-list__item {
  margin: 0;
  padding: 20px 0; }
  @media only screen and (max-width: 959px) {
    .article-list__item h4 {
      font-size: 1.06667em; }
    .article-list__item time {
      font-size: 0.93333em; } }
  .article-list__item h3 {
    margin-top: 0;
    margin-bottom: .35em; }
    .article-list__item h3 a {
      text-decoration: none; }
  .article-list__item h5 {
    font-size: 20px;
    margin: -10px 0 0; }
  .article-list__item h6 {
    font-size: 20px;
    margin: -5px 0 0; }
  .article-list__item p {
    color: #586977;
    font-size: 1.06667em;
    line-height: 1.5em;
    margin-bottom: 8px;
    margin-top: 2px; }
  .article-list__item time {
    color: #586977;
    font-size: 0.93333em; }
  .article-list__item .article-link {
    margin-top: 10px;
    text-decoration: none; }
  .article-list__item .article-thumbnail {
    margin-top: 5px; }
    .article-list__item .article-thumbnail img {
      width: 100%; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .article-list__item .article-thumbnail img {
          display: block;
          margin-left: auto;
          margin-right: auto;
          width: 80%; } }
      @media only screen and (max-width: 767px) {
        .article-list__item .article-thumbnail img {
          margin-bottom: 15px; } }

.blog-list__item a {
  text-decoration: none; }
.blog-list__item h2 {
  font-size: 30px;
  margin-top: 0; }
.blog-list__item h3 {
  color: #999;
  font: normal 16px 'Karbon Regular', Helvetica, sans-serif;
  margin-top: 0; }

.blog-categories h2 {
  font-size: 28px;
  margin-bottom: 5px;
  margin-top: 0; }
  .blog-categories h2 i {
    font-size: 22px; }
.blog-categories ul {
  margin-left: 0;
  margin-top: 0;
  padding-left: 0; }
  .blog-categories ul li {
    font-size: 14px;
    line-height: 20px;
    list-style-type: none; }
    .blog-categories ul li a {
      text-decoration: none; }
      .blog-categories ul li a i {
        font-size: 11px; }

.product-list__item {
  border-bottom: 1px solid #B8B8B8;
  padding: 40px 0;
  position: relative; }
  .product-list__item h2 {
    line-height: 42px;
    margin-top: 0; }
  .product-list__item p {
    font-size: 18px;
    line-height: 1.5em; }
    .product-list__item p a {
      font-size: 16px; }
  .product-list__item a {
    text-decoration: none; }
  .product-list__item:first-of-type {
    background: linear-gradient(to right, white 0%, #edf2f8 50%, white 100%);
    background: -o-linear-gradient(left, white 0%, #edf2f8 50%, white 100%);
    background: -moz-linear-gradient(left, white 0%, #edf2f8 50%, white 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(50%, #edf2f8), color-stop(100%, white));
    background: -webkit-linear-gradient(left, white 0%, #edf2f8 50%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=$white,endColorstr=#edf2f8); }
  @media only screen and (max-width: 767px) {
    .product-list__item .popup-thumb {
      max-width: 100%; } }
  .product-list__item.thin-top {
    margin-top: -20px;
    padding: 30px 0 0; }
    .product-list__item.thin-top .drop-shadow {
      display: none; }
    .product-list__item.thin-top .omega img {
      margin-top: -10px;
      vertical-align: bottom; }

.product-detail header {
  background: transparent;
  margin-bottom: 0;
  min-height: 0 !important;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .product-detail header h1 {
      margin-bottom: 20px;
      width: 100%; }
    .product-detail header nav {
      clear: both; } }
  @media only screen and (max-width: 767px) {
    .product-detail header h1 {
      float: none;
      font-size: 24px;
      margin-bottom: 20px;
      width: 100%; }
    .product-detail header nav {
      float: none;
      margin-bottom: 20px; }
      .product-detail header nav ul {
        padding: 0; }
        .product-detail header nav ul li {
          display: block; }
      .product-detail header nav li,
      .product-detail header nav a {
        display: block; } }
  .product-detail header h1 {
    color: #35414c;
    float: left;
    font: normal 30px 'Karbon Regular', Helvetica, sans-serif;
    margin: 0; }
    .product-detail header h1 img {
      margin-right: 25px;
      vertical-align: -13px; }
  .product-detail header nav ul {
    margin: 3px 0 0; }
    .product-detail header nav ul li {
      display: inline-block; }
      .product-detail header nav ul li a {
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        color: #666;
        display: block;
        padding: 9px 23px;
        text-decoration: none; }
        .product-detail header nav ul li a:hover {
          color: #fff; }
        .product-detail header nav ul li a.active {
          background: #00a3d9;
          color: #fff; }
.product-detail .hero-banner {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  clear: left;
  min-height: 284px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .product-detail .hero-banner .inner h2 {
      line-height: 1;
      margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .product-detail .hero-banner {
      min-height: 264px; }
      .product-detail .hero-banner .inner h2,
      .product-detail .hero-banner .inner p {
        margin-left: 20px;
        margin-right: 20px; } }
  .product-detail .hero-banner .inner {
    clear: left; }
    .product-detail .hero-banner .inner h2 {
      margin: 35px 0 0 60px; }
    .product-detail .hero-banner .inner p {
      color: #35414c;
      font-size: 18px;
      line-height: 27px;
      margin: 0 0 20px 60px; }
    .product-detail .hero-banner .inner .button {
      font-size: 15px;
      margin-left: 60px;
      text-decoration: none; }

.trial-detail {
  margin-top: 40px; }
  .trial-detail div.alpha img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .trial-detail div.omega {
      margin-top: 20px; }
      .trial-detail div.omega h1,
      .trial-detail div.omega p,
      .trial-detail div.omega iframe {
        margin-left: 0; } }
  .trial-detail div.omega h1 {
    font-size: 29px;
    font-weight: bold;
    line-height: 1;
    margin-left: 20px;
    margin-top: 0; }
  .trial-detail div.omega p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
    margin-left: 20px; }
    .trial-detail div.omega p a {
      text-decoration: none; }
  .trial-detail div.omega iframe {
    border: 0;
    margin-left: 20px; }

.heading {
  text-align: center; }
  .heading h3 {
    font: normal 30px 'Karbon Regular', Helvetica, sans-serif;
    margin-bottom: 0; }

.feature-grid {
  clear: both;
  margin: 20px 0; }
  .feature-grid .inner {
    color: #5D6D7B;
    font: normal 16px/21px "Public Sans", Arial, sans-serif;
    min-height: 93px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .feature-grid .inner {
        padding-bottom: 20px; } }
    .feature-grid .inner h5 {
      color: #35414c;
      font: normal 22px/24px 'Karbon Regular', Helvetica, sans-serif;
      margin: 0;
      padding-bottom: 1px;
      text-decoration: none; }
      .feature-grid .inner h5 a {
        color: #35414c; }
    .feature-grid .inner a {
      display: block; }
      .feature-grid .inner a:last-of-type {
        padding-top: 5px;
        text-decoration: none; }
  .feature-grid.__tall .inner {
    min-height: 114px; }
  .feature-grid > div:first-of-type .inner {
    border-right: 1px solid #B8B8B8;
    padding-right: 20px; }
    @media only screen and (max-width: 767px) {
      .feature-grid > div:first-of-type .inner {
        border: 0;
        padding-right: 0; } }
  .feature-grid > div:last-of-type .inner {
    border-left: 1px solid #B8B8B8;
    padding-left: 20px; }
    @media only screen and (max-width: 767px) {
      .feature-grid > div:last-of-type .inner {
        border: 0;
        padding-left: 0; } }

.feature-list {
  border-bottom: 1px solid #B8B8B8;
  padding: 30px 0; }
  .feature-list div.alpha img {
    width: 95%; }
  .feature-list h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0; }
  .feature-list p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px; }
  .feature-list .more {
    font-size: 14px;
    text-decoration: none; }
  .feature-list img {
    height: auto;
    max-width: 100%; }
  .feature-list ul {
    margin: 0 0 10px;
    padding: 0 0 0 10px; }
    .feature-list ul li {
      font-size: 14px;
      list-style-type: none;
      padding-left: 20px;
      position: relative; }
      .feature-list ul li:before {
        content: '\2713';
        left: 0;
        position: absolute; }
  .feature-list.last {
    border-bottom: 0;
    padding-bottom: 0; }

.promo {
  border-bottom: 1px solid #B8B8B8;
  border-top: 1px solid #B8B8B8;
  margin-bottom: 0;
  margin-top: 30px;
  padding: 20px 0; }
  .promo img {
    display: block;
    float: left;
    height: 100px;
    margin-right: 20px;
    width: 100px; }
  .promo h2 {
    font: normal 26px 'Karbon Regular', Helvetica, sans-serif;
    margin: 0 0 4px; }
    .promo h2 a {
      text-decoration: none; }
  .promo p {
    font: normal 18px/22px "Public Sans", Arial, sans-serif;
    margin: 0; }
    .promo p a {
      text-decoration: none; }
      .promo p a.more {
        display: block;
        margin-top: 7px; }

.article-detail__body h2:first-child {
  margin-top: 0; }
.article-detail__body h2 + h3 {
  font-size: 1.6em;
  margin-bottom: .75em;
  margin-top: -20px; }
  @media only screen and (max-width: 767px) {
    .article-detail__body h2 + h3 {
      font-size: 1.4em;
      margin-top: -15px; } }
.article-detail__body img {
  margin: 0 0 1em; }
  @media only screen and (max-width: 767px) {
    .article-detail__body img {
      max-width: 50%; } }
  .article-detail__body img.-left {
    margin-right: 30px; }
  .article-detail__body img.-right {
    margin-left: 30px; }

.article-detail__sidebar h3 {
  font-size: 1.6em; }
  .article-detail__sidebar h3:first-child {
    margin-top: 0; }

.share {
  margin: 10px 0 0;
  padding: 0; }
  .share li {
    display: inline-block;
    padding-left: 15px; }
    .share li a {
      background: url("../../images/shareicons.png") no-repeat;
      display: block;
      height: 28px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      width: 28px; }
    .share li:first-child {
      padding-left: 0; }
  .share .twitter a {
    background-position: -57px 0; }
  .share .linkedin a {
    background-position: -114px 0; }

@media only screen and (max-width: 767px) {
  .photo-grid .row {
    margin-bottom: 0; } }
.photo-grid.-homepage .photo-grid__item h4 {
  background-color: rgba(13, 39, 66, 0.85);
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  bottom: 4px;
  box-sizing: border-box;
  font-family: 'Karbon Regular', Helvetica, sans-serif;
  margin: 0;
  padding: .5em .75em;
  position: absolute;
  width: 100%; }
.photo-grid.-homepage .photo-grid__item a h4 {
  color: rgba(255, 255, 255, 0.8); }
.photo-grid.-homepage .photo-grid__item a:hover h4 {
  color: #fff; }

.photo-grid__item {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .photo-grid__item {
      margin-bottom: 1em; } }
  .photo-grid__item img {
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    width: 100%; }
  .photo-grid__item h4 {
    margin-top: .25em; }
    .photo-grid__item h4 i {
      float: right;
      margin-top: 3px; }

.customers {
  border-bottom: 2px solid #00a3d9; }
  .customers h3 {
    color: #f3701f;
    font-family: 'Karbon Regular'; }
  .customers .customer-logo {
    display: block;
    margin: 0 auto;
    max-width: 130px;
    width: 50%; }
  .customers .customer-details {
    padding-left: 0; }
    .customers .customer-details li {
      color: #9aa9b4;
      list-style-type: none; }
      .customers .customer-details li strong {
        color: #22282e;
        font-weight: normal;
        padding-left: 5px; }
  .customers .top-link {
    background-color: #00a3d9;
    border-radius: 100px;
    bottom: -25px;
    color: #fff;
    display: block;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 50px; }
    .customers .top-link i {
      display: block;
      font-size: 1.4em;
      margin-top: 12px; }
    .customers .top-link:hover {
      background-color: #00abe3; }
  .customers .row {
    margin-top: 30px; }
  .customers.-condensed {
    margin: 30px 0 15px;
    text-align: center; }
    .customers.-condensed .customers__item {
      box-sizing: border-box;
      float: left;
      padding: 0 10px;
      text-align: center;
      width: 50%; }
      .customers.-condensed .customers__item img {
        max-width: 100%; }
  .customers.-grid {
    padding-top: 30px;
    padding-bottom: 45px;
    position: relative; }
    .customers.-grid h3 {
      margin-bottom: 1.25em; }
  .customers.-slider {
    margin-top: 50px;
    padding-bottom: 30px; }

.customer-categories {
  margin: 50px 0 20px; }
  .customer-categories a {
    display: inline-block;
    font-size: 1.2em;
    margin: .5em 1.25em;
    text-decoration: none; }

.feedbox {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .feedbox {
      margin-bottom: 20px !important; }
      .feedbox h3 + .feed-box__article {
        padding-top: 0; } }
  @media only screen and (max-width: 959px) {
    .feedbox ul li {
      display: block;
      padding-bottom: 5px; } }
  .feedbox h3 {
    background-color: #113457;
    color: #fff;
    font-size: 1.6em;
    line-height: 24px;
    margin: 0;
    padding: 0 15px; }
  .feedbox ul {
    margin: 0;
    padding: 2em 1em 1.5em; }
    .feedbox ul li {
      display: inline-block;
      list-style-type: none;
      padding-right: 15px; }
      .feedbox ul li a {
        text-decoration: none; }
  .feedbox:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden; }

.feedbox__col {
  box-sizing: border-box;
  float: left;
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .feedbox__col {
      width: 100%; }
      .feedbox__col h3 {
        -webkit-border-radius: 0;
        border-radius: 0; }
      .feedbox__col:first-child h3 {
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0; } }
  .feedbox__col h3 {
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    padding: 30px;
    text-align: center; }
  .feedbox__col:first-child .feedbox__article,
  .feedbox__col:first-child ul {
    border-right: 1px solid #d6d6d6; }
  .feedbox__col:first-child h3 {
    -webkit-border-radius: 5px 0 0;
    border-radius: 5px 0 0; }

.feedbox__article {
  border-top: 1px solid #d6d6d6;
  padding: 2em 1em; }
  .feedbox__article .article-header {
    background-color: #113457; }
  .feedbox__article .article-type {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #c8c8c8;
    display: block;
    float: left;
    padding: 0;
    width: 20%; }
    @media only screen and (max-width: 959px) {
      .feedbox__article .article-type {
        width: 25%; } }
    @media only screen and (max-width: 767px) {
      .feedbox__article .article-type {
        font-size: 0.93333em;
        padding-bottom: 5px;
        width: 100%; } }
  .feedbox__article .article-body {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
    width: 80%; }
    @media only screen and (max-width: 959px) {
      .feedbox__article .article-body {
        padding: 0 10px;
        width: 75%; } }
    @media only screen and (max-width: 767px) {
      .feedbox__article .article-body {
        padding: 0;
        width: 100%; }
        .feedbox__article .article-body .byline {
          font-size: 0.93333em; } }
    .feedbox__article .article-body h4 {
      font-size: 1.06667em;
      margin-top: 0;
      margin-bottom: 5px; }
      .feedbox__article .article-body h4 a {
        text-decoration: none; }
    .feedbox__article .article-body .byline {
      color: #999;
      line-height: 1.35em;
      margin-bottom: 5px;
      margin-top: 0; }
    .feedbox__article .article-body time {
      color: #999;
      font-size: 0.93333em; }
  .feedbox__article:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden; }

.next-steps {
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .next-steps {
      margin-top: 0; } }

.next-steps__item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.5em;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .next-steps__item {
      padding-top: 40px; } }
  .next-steps__item h3 {
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: .5em; }
    .next-steps__item h3 + p {
      margin-top: 0; }
  .next-steps__item img {
    max-width: 100%; }

.layer {
  border-bottom: 1px solid #B8B8B8;
  padding: 20px 0; }
  .layer h2 {
    margin-top: 0; }
  .layer.-light-blue {
    background-color: #ebf3fb; }
  .layer.-blue {
    background-color: #113457; }
    .layer.-blue h2,
    .layer.-blue h3,
    .layer.-blue h4,
    .layer.-blue p,
    .layer.-blue li {
      color: #fff; }
  .layer.-feature {
    overflow: hidden;
    padding: 75px 0;
    position: relative; }
    @media only screen and (max-width: 959px) {
      .layer.-feature .feature-img {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .layer.-feature .feature-img {
        display: block;
        max-height: 75%;
        top: 90px; } }
    .layer.-feature .grid-container {
      z-index: 1; }
    .layer.-feature h2 i {
      font-size: 0.8em;
      margin-right: 10px; }
    .layer.-feature p {
      font-size: 1.2em; }
    .layer.-feature .button {
      margin: 1.25em 0; }
    .layer.-feature .feature-video {
      width: 100%; }
    .layer.-feature .feature-img {
      max-height: 95%;
      position: absolute;
      right: 0;
      top: 30px;
      z-index: 0; }

form label {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #707070;
  display: inline-block;
  float: left;
  font-family: "Public Sans", Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  padding-top: 7px;
  padding-right: 10px;
  text-align: right;
  width: 40%; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    form label {
      font-size: 0.8em; } }
  @media only screen and (max-width: 959px) {
    form label {
      padding-bottom: 3px;
      text-align: left;
      width: 100%; } }
form input {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d6d6d6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 0.8em;
  padding: 5px;
  width: 60%; }
  @media only screen and (max-width: 959px) {
    form input {
      width: 100%; } }
form select {
  margin-top: 5px; }
form.-whitepaper {
  border: 1px solid #d6d6d6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px; }
  form.-whitepaper .row {
    margin-bottom: 0;
    padding-bottom: 10px; }

#quicktabs-community_landing .quicktabs-tabs, .kony-hotfix-releases-page-content #quicktabs-hotfix_release .quicktabs-tabs {
  border-bottom: 1px solid #d6d6d6;
  clear: both;
  display: inline-block;
  margin: .75em 0;
  padding: 0;
  width: 100%; }
  #quicktabs-community_landing .quicktabs-tabs li, .kony-hotfix-releases-page-content #quicktabs-hotfix_release .quicktabs-tabs li {
    background-color: #fff;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin-bottom: -1px;
    text-align: center; }
    #quicktabs-community_landing .quicktabs-tabs li a, .kony-hotfix-releases-page-content #quicktabs-hotfix_release .quicktabs-tabs li a {
      color: #586977;
      display: block;
      padding: 8px 0;
      text-decoration: none; }
    #quicktabs-community_landing .quicktabs-tabs li.active, .kony-hotfix-releases-page-content #quicktabs-hotfix_release .quicktabs-tabs li.active {
      border-top: 1px solid #d6d6d6;
      border-right: 1px solid #d6d6d6;
      border-left: 1px solid #d6d6d6; }
      #quicktabs-community_landing .quicktabs-tabs li.active a, .kony-hotfix-releases-page-content #quicktabs-hotfix_release .quicktabs-tabs li.active a {
        font-weight: bold; }
  #quicktabs-community_landing .quicktabs-tabs.-community > li.two.columns, .kony-hotfix-releases-page-content #quicktabs-hotfix_release .quicktabs-tabs.-community > li.two.columns {
    width: 138px; }
  @media only screen and (max-width: 959px) {
    #quicktabs-community_landing .quicktabs-tabs, .kony-hotfix-releases-page-content #quicktabs-hotfix_release .quicktabs-tabs {
      display: none !important; }
      #quicktabs-community_landing .quicktabs-tabs li, .kony-hotfix-releases-page-content #quicktabs-hotfix_release .quicktabs-tabs li {
        width: 100% !important; } }

.tabs {
  border-bottom: 1px solid #d6d6d6;
  clear: both;
  margin: .75em 0;
  padding: 0; }
  .tabs li {
    background-color: #fff;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: -1px;
    text-align: center; }
    .tabs li a {
      color: #586977;
      display: block;
      padding: 8px 0;
      text-decoration: none; }
    .tabs li.-active {
      border-top: 1px solid #d6d6d6;
      border-right: 1px solid #d6d6d6;
      border-left: 1px solid #d6d6d6; }
      .tabs li.-active a {
        font-weight: bold; }
  .tabs.-community > li.two.columns {
    width: 138px; }
  @media only screen and (max-width: 959px) {
    .tabs {
      display: none !important; }
      .tabs li {
        width: 100% !important; } }

.tab-panel {
  display: none; }
  .tab-panel:active, .tab-panel.-active {
    display: block; }

.featured-resources {
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .featured-resources {
      padding-top: 20px; } }
  .featured-resources a {
    text-decoration: none; }
  .featured-resources h2 {
    font-size: 2em;
    margin-top: 0; }
  .featured-resources h2 + a {
    float: right;
    margin-top: 12px; }
  .featured-resources h3 {
    font-size: 1.6em;
    margin-bottom: .25em;
    margin-top: 0; }
  .featured-resources img {
    border: 1px solid #c8c8c8;
    margin-bottom: 10px;
    width: 100%; }
  .featured-resources p {
    color: #586977;
    line-height: 1.5em;
    margin-top: .25em; }
    @media only screen and (max-width: 767px) {
      .featured-resources p {
        margin-bottom: 20px; } }
  .featured-resources .row {
    margin-bottom: 5px; }

.filters .label {
  float: left;
  font-size: 1.2em;
  margin-right: 8px;
  margin-top: 8px; }
.filters.-community {
  margin-top: 17px; }

.filter {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 10px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .filter {
      margin: 10px 0 !important; } }
  .filter a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none; }
  .filter > a {
    background: #00a3d9;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    font-family: "Karbon Regular", Helvetica, sans-serif;
    font-size: 1.2em;
    overflow: hidden;
    padding: 10px 24px 9px 9px;
    position: relative;
    white-space: nowrap; }
    .filter > a:after {
      border: 5px solid transparent;
      border-top-color: #fff;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      right: 9px;
      top: 17px;
      width: 0; }
  .filter ul {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #DBDBDB;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 99; }
    .filter ul li {
      list-style-type: none; }
      .filter ul li a,
      .filter ul li div {
        display: block;
        white-space: nowrap; }
      .filter ul li div {
        border-bottom: 1px solid #d6d6d6;
        padding: 12px 15px; }
        .filter ul li div label {
          display: block;
          font-size: 1.06667em;
          line-height: 1.25;
          position: relative; }
          .filter ul li div label span {
            display: block;
            float: left;
            max-width: 175px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            @media only screen and (min-width: 768px) and (max-width: 959px) {
              .filter ul li div label span {
                max-width: 150px; } }
          .filter ul li div label [type=checkbox] {
            float: right; }
          .filter ul li div label span.checkbox {
            background: #fff;
            border: solid 1px #d6d6d6;
            cursor: pointer;
            height: 15px;
            position: absolute;
            right: 0;
            top: 0;
            width: 15px; }
            .filter ul li div label span.checkbox:after {
              background: transparent;
              border: 2px solid #488844;
              border-right: 0;
              border-top: 0;
              content: '';
              -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
              filter: alpha(opacity=0);
              height: 3.5px;
              left: 3px;
              opacity: 0;
              position: absolute;
              top: 3px;
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
              width: 7px; }
          .filter ul li div label:hover .checkbox:after {
            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
            filter: alpha(opacity=30);
            opacity: .5; }
          .filter ul li div label.active .checkbox:after {
            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
            filter: alpha(opacity=100);
            opacity: 1; }
        .filter ul li div:hover {
          background: #fff; }
          .filter ul li div:hover label {
            cursor: pointer; }
      .filter ul li a.button, .filter ul li button, .filter ul li input[type=submit], .filter ul li .blog-comments .comment-edit a, .blog-comments .comment-edit .filter ul li a,
      .filter ul li .blog-comments .comment-approve a,
      .blog-comments .comment-approve .filter ul li a, .filter ul li .view-display-id-platform_apps_content .views-field-field-sample-app-links a, .view-display-id-platform_apps_content .views-field-field-sample-app-links .filter ul li a, .filter ul li #field_comment_submit {
        color: #fff;
        margin: 10px 25% 13px;
        padding-top: 7px;
        padding-bottom: 7px;
        text-align: center;
        text-transform: none; }
    .filter ul:before {
      background: url("../../images/filter-arrow.png") no-repeat center center;
      content: '';
      display: block;
      height: 12px;
      position: absolute;
      top: -12px;
      width: 100%; }
  .filter.-open > a:after {
    border-bottom-color: #fff;
    border-top-color: transparent;
    top: 11px; }
  .filter.-open ul {
    display: block; }

.pagination {
  margin-top: 20px;
  text-align: center; }
  @media only screen and (max-width: 959px) {
    .pagination {
      padding: 0;
      text-align: center; } }
  .pagination ul {
    padding-left: 0; }

.pagination__item {
  background-color: #dfdfdf;
  display: inline-block;
  margin-left: 10px; }
  @media only screen and (max-width: 959px) {
    .pagination__item {
      margin-left: 5px; }
      .pagination__item:first-child {
        margin-left: 0; }
      .pagination__item.-desktop, .pagination__item.pager-ellipsis {
        display: none; } }
  .pagination__item.-current {
    background-color: #0476bd;
    color: #fff;
    min-width: 8px;
    padding: 3px 10px; }
  .pagination__item:first-child {
    margin-left: 0; }
  .pagination__item a {
    color: #0476bd;
    display: block;
    min-width: 8px;
    padding: 3px 10px;
    text-decoration: none; }
    .pagination__item a:hover {
      background-color: #e7e7e7; }

.pager-ellipsis {
  background: none; }

.community-search {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .community-search .thirteen {
      width: 75% !important; }
    .community-search .three {
      margin-left: 5%;
      width: 20% !important; } }
  .community-search input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #586977;
    font-family: "Public Sans", sans-serif;
    font-size: 1.2em;
    line-height: 1.25;
    padding: 7px 12px;
    width: 100%; }
    .community-search input[type="submit"] {
      background: #00a3d9;
      border: 0;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      color: #fff;
      cursor: pointer;
      font-family: "PublicSans Bold", sans-serif;
      font-size: 1.06667em;
      line-height: 1.25;
      min-width: 100%;
      padding: 8px 0 7px;
      width: 100%; }

.community-post.community-post-detail .topic-category {
  min-height: 270px; }

.community-post,
.community-comment {
  margin: 20px 0 !important; }
  .community-post > div,
  .community-comment > div {
    float: left; }
  .community-post div.post-votes,
  .community-comment div.post-votes {
    background: #d6d6d6;
    width: 10%; }
    .community-post div.post-votes div.inner,
    .community-comment div.post-votes div.inner {
      border: 1px solid #c8c8c8;
      border-right: 0; }
      .community-post div.post-votes div.inner a,
      .community-comment div.post-votes div.inner a {
        box-sizing: border-box;
        clear: both;
        color: #797979;
        display: block;
        font-size: 14px;
        height: 90px;
        text-align: center;
        text-decoration: none;
        border-bottom: 2px solid #c8c8c8; }
        .community-post div.post-votes div.inner a:last-of-type,
        .community-comment div.post-votes div.inner a:last-of-type {
          border-bottom: 0px; }
        .community-post div.post-votes div.inner a:hover,
        .community-comment div.post-votes div.inner a:hover {
          background: #00a3d9;
          color: #fff; }
        .community-post div.post-votes div.inner a i,
        .community-comment div.post-votes div.inner a i {
          display: block;
          font-size: 2em;
          margin-bottom: 10px;
          padding-top: 12px; }
        .community-post div.post-votes div.inner a span,
        .community-comment div.post-votes div.inner a span {
          font-weight: bold; }
      .community-post div.post-votes div.inner i,
      .community-comment div.post-votes div.inner i {
        display: block;
        font-size: 1em;
        margin-bottom: 10px;
        padding-top: 12px; }
      .community-post div.post-votes div.inner .field-label,
      .community-comment div.post-votes div.inner .field-label {
        display: none; }
  .community-post .post-content,
  .community-comment .post-content {
    width: 90%; }
    .community-post .post-content .inner,
    .community-comment .post-content .inner {
      border: 1px solid #D2D2D2; }
      .community-post .post-content .inner > div,
      .community-comment .post-content .inner > div {
        float: left; }
      .community-post .post-content .inner .topic-type,
      .community-comment .post-content .inner .topic-type {
        padding-top: 20px;
        text-align: center;
        width: 9%; }
        .community-post .post-content .inner .topic-type i,
        .community-comment .post-content .inner .topic-type i {
          color: #333;
          font-size: 1.5em; }
      .community-post .post-content .inner .topic-content,
      .community-comment .post-content .inner .topic-content {
        border-right: 2px solid #E7E7E7;
        box-sizing: border-box;
        font-size: 0.93333em;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-top: 20px;
        position: relative;
        width: 64%;
        word-wrap: break-word; }
        .community-post .post-content .inner .topic-content h2,
        .community-comment .post-content .inner .topic-content h2 {
          color: #00a3d9;
          font-size: 28px;
          line-height: normal;
          margin: 0; }
          .community-post .post-content .inner .topic-content h2 a,
          .community-comment .post-content .inner .topic-content h2 a {
            text-decoration: none; }
        .community-post .post-content .inner .topic-content .topic-sub,
        .community-comment .post-content .inner .topic-content .topic-sub {
          color: #797979;
          font-size: 12px;
          margin-top: 10px; }
          .community-post .post-content .inner .topic-content .topic-sub a,
          .community-comment .post-content .inner .topic-content .topic-sub a {
            text-decoration: none; }
        .community-post .post-content .inner .topic-content p,
        .community-post .post-content .inner .topic-content div,
        .community-comment .post-content .inner .topic-content p,
        .community-comment .post-content .inner .topic-content div {
          color: #586977; }
        .community-post .post-content .inner .topic-content p a,
        .community-comment .post-content .inner .topic-content p a {
          text-decoration: none;
          text-transform: none; }
        .community-post .post-content .inner .topic-content p button,
        .community-comment .post-content .inner .topic-content p button {
          float: none; }
        .community-post .post-content .inner .topic-content .topic-label,
        .community-comment .post-content .inner .topic-content .topic-label {
          display: inline-block;
          margin: -21px -4px 0 0;
          position: static;
          vertical-align: top; }
          .community-post .post-content .inner .topic-content .topic-label a,
          .community-comment .post-content .inner .topic-content .topic-label a {
            background: #00a3d9;
            color: #fff;
            float: left;
            font-size: .75em;
            line-height: 1;
            margin-right: 5px;
            padding: 3px 7px 4px;
            text-decoration: none;
            text-transform: uppercase; }
            .community-post .post-content .inner .topic-content .topic-label a:hover,
            .community-comment .post-content .inner .topic-content .topic-label a:hover {
              color: #fff; }
      .community-post .post-content .inner .topic-category,
      .community-comment .post-content .inner .topic-category {
        border-left: 2px solid #E7E7E7;
        margin-left: -2px;
        padding-bottom: 20px;
        padding-top: 30px;
        position: relative;
        width: 27%; }
        .community-post .post-content .inner .topic-category a,
        .community-comment .post-content .inner .topic-category a {
          box-sizing: border-box;
          display: block;
          float: left;
          font-size: 14px;
          padding: 0 10px;
          text-align: center;
          text-decoration: none;
          width: 50%; }
          .community-post .post-content .inner .topic-category a.topic-product-icon,
          .community-comment .post-content .inner .topic-category a.topic-product-icon {
            min-height: 127px; }
          .community-post .post-content .inner .topic-category a span,
          .community-comment .post-content .inner .topic-category a span {
            display: block; }
          .community-post .post-content .inner .topic-category a i,
          .community-comment .post-content .inner .topic-category a i {
            display: inline-block;
            height: 72px;
            width: 72px; }
            .community-post .post-content .inner .topic-category a i.icon-kony-studio,
            .community-comment .post-content .inner .topic-category a i.icon-kony-studio {
              background: transparent url("../../images/icon-kony-studio.png") center center no-repeat; }
            .community-post .post-content .inner .topic-category a i.icon-kony-visualizer,
            .community-comment .post-content .inner .topic-category a i.icon-kony-visualizer {
              background: transparent url("../../images/icon-kony-visualizer.png") center center no-repeat; }
            .community-post .post-content .inner .topic-category a i.icon-mbaas,
            .community-comment .post-content .inner .topic-category a i.icon-mbaas {
              background: transparent url("../../images/icon-mbass.png") center center no-repeat; }
            .community-post .post-content .inner .topic-category a i.icon-sync,
            .community-comment .post-content .inner .topic-category a i.icon-sync {
              background: transparent url("../../images/icon-sync.png") center center no-repeat; }
            .community-post .post-content .inner .topic-category a i.icon-platform-services,
            .community-comment .post-content .inner .topic-category a i.icon-platform-services {
              background: transparent url("../../images/icon-platform-services.png") center center no-repeat; }
            .community-post .post-content .inner .topic-category a i.icon-management-services,
            .community-comment .post-content .inner .topic-category a i.icon-management-services {
              background: transparent url("../../images/icon-management-services.png") center center no-repeat; }
            .community-post .post-content .inner .topic-category a i.icon-messaging-services,
            .community-comment .post-content .inner .topic-category a i.icon-messaging-services {
              background: transparent url("../../images/icon-messaging-services.png") center center no-repeat; }
            .community-post .post-content .inner .topic-category a i.icon-testing-services,
            .community-comment .post-content .inner .topic-category a i.icon-testing-services {
              background: transparent url("../../images/icon-testing-services.png") center center no-repeat; }
            .community-post .post-content .inner .topic-category a i.icon-mobile-fabric-aws,
            .community-comment .post-content .inner .topic-category a i.icon-mobile-fabric-aws {
              background: transparent url("../../images/icon-mobile-fabric-aws.png") center center no-repeat; }
        .community-post .post-content .inner .topic-category .topic-tags,
        .community-comment .post-content .inner .topic-category .topic-tags {
          clear: both;
          color: #424242;
          float: left;
          font-family: "Karbon Regular", Helvetica, sans-serif;
          font-size: 13px;
          margin: 20px;
          text-transform: uppercase; }
          .community-post .post-content .inner .topic-category .topic-tags ul,
          .community-comment .post-content .inner .topic-category .topic-tags ul {
            margin: 0;
            padding: 0; }
            .community-post .post-content .inner .topic-category .topic-tags ul li,
            .community-comment .post-content .inner .topic-category .topic-tags ul li {
              background: #EDEDED;
              border-radius: 5px;
              list-style-type: none;
              margin: 10px 10px 0 0;
              padding: 5px 10px; }
              .community-post .post-content .inner .topic-category .topic-tags ul li a,
              .community-comment .post-content .inner .topic-category .topic-tags ul li a {
                float: none;
                font-family: "Karbon Regular", Helvetica, sans-serif;
                font-size: 13px;
                padding: 0;
                text-transform: uppercase;
                width: 100%;
                word-break: break-all; }
      .community-post .post-content .inner .topic-tag,
      .community-comment .post-content .inner .topic-tag {
        background: #d6d6d6;
        color: #666;
        font-size: 11px;
        font-weight: bold;
        line-height: 1.8;
        min-width: 100px;
        padding: 0 3px;
        position: absolute;
        right: -1px;
        text-align: center;
        text-transform: uppercase;
        top: -1px; }
        .community-post .post-content .inner .topic-tag.-new,
        .community-comment .post-content .inner .topic-tag.-new {
          background: #386f9f;
          color: #fff; }
        .community-post .post-content .inner .topic-tag.-unanswered, .community-post .post-content .inner .topic-tag.-in-progress, .community-post .post-content .inner .topic-tag.-under-consideration,
        .community-comment .post-content .inner .topic-tag.-unanswered,
        .community-comment .post-content .inner .topic-tag.-in-progress,
        .community-comment .post-content .inner .topic-tag.-under-consideration {
          background: #ebe44b; }
        .community-post .post-content .inner .topic-tag.-information,
        .community-comment .post-content .inner .topic-tag.-information {
          background: #f3701f;
          color: #fff; }
        .community-post .post-content .inner .topic-tag.-answered, .community-post .post-content .inner .topic-tag.-solved, .community-post .post-content .inner .topic-tag.-delivered,
        .community-comment .post-content .inner .topic-tag.-answered,
        .community-comment .post-content .inner .topic-tag.-solved,
        .community-comment .post-content .inner .topic-tag.-delivered {
          background: #669b38;
          color: #fff; }
        .community-post .post-content .inner .topic-tag.-cannot-answer, .community-post .post-content .inner .topic-tag.-cannot-solve, .community-post .post-content .inner .topic-tag.-declined,
        .community-comment .post-content .inner .topic-tag.-cannot-answer,
        .community-comment .post-content .inner .topic-tag.-cannot-solve,
        .community-comment .post-content .inner .topic-tag.-declined {
          background: #a23123;
          color: #fff; }
        .community-post .post-content .inner .topic-tag.-unconfirmed, .community-post .post-content .inner .topic-tag.-in-development,
        .community-comment .post-content .inner .topic-tag.-unconfirmed,
        .community-comment .post-content .inner .topic-tag.-in-development {
          background: #B5D0A7; }
  @media only screen and (max-width: 767px) {
    .community-post > div,
    .community-comment > div {
      float: none;
      width: 100% !important; }
    .community-post div.post-votes,
    .community-comment div.post-votes {
      width: 100%; }
      .community-post div.post-votes div.inner,
      .community-comment div.post-votes div.inner {
        border: 0; }
        .community-post div.post-votes div.inner a,
        .community-comment div.post-votes div.inner a {
          clear: none !important;
          float: left;
          width: 33%; }
          .community-post div.post-votes div.inner a:first-of-type,
          .community-comment div.post-votes div.inner a:first-of-type {
            border-left: 1px solid #c8c8c8; }
        .community-post div.post-votes div.inner .vud-widget-kony-developer-forum,
        .community-comment div.post-votes div.inner .vud-widget-kony-developer-forum {
          width: 33%; }
    .community-post .post-content .topic-type,
    .community-comment .post-content .topic-type {
      display: none; }
    .community-post .post-content .topic-content,
    .community-comment .post-content .topic-content {
      border-right: 0 !important;
      min-height: 100px;
      padding: 0 20px;
      width: 100% !important; }
      .community-post .post-content .topic-content .topic-edit,
      .community-comment .post-content .topic-content .topic-edit {
        display: none !important; }
    .community-post .post-content .topic-category,
    .community-comment .post-content .topic-category {
      border-top: 1px solid #c8c8c8;
      clear: left;
      float: none;
      min-height: 100px;
      width: 100% !important; } }

.community-post .post-content .inner.topic-answer {
  background: #d6d6d6;
  border: 1px solid #D2D2D2;
  border-top: 0;
  display: table;
  float: left;
  width: 72.7%; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .community-post .post-content .inner.topic-answer .topic-category {
      min-height: 150px !important; } }
  @media only screen and (max-width: 767px) {
    .community-post .post-content .inner.topic-answer {
      width: 99.4%; }
      .community-post .post-content .inner.topic-answer .topic-content {
        margin-left: 0; }
      .community-post .post-content .inner.topic-answer .topic-category {
        min-height: 60px !important;
        padding-bottom: 20px; } }
  .community-post .post-content .inner.topic-answer > div {
    display: table-cell;
    float: none;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .community-post .post-content .inner.topic-answer > div {
        display: block; } }
    .community-post .post-content .inner.topic-answer > div > p {
      width: 100%;
      word-wrap: break-word; }
  .community-post .post-content .inner.topic-answer a {
    text-decoration: none; }
  .community-post .post-content .inner.topic-answer .topic-type {
    height: auto;
    padding-top: 0;
    width: 6%; }
    @media only screen and (max-width: 767px) {
      .community-post .post-content .inner.topic-answer .topic-type {
        width: 10%; } }
    .community-post .post-content .inner.topic-answer .topic-type > * {
      color: #8dbc3f;
      float: left;
      font-weight: bold;
      margin-top: 18px;
      width: 100%; }
      .community-post .post-content .inner.topic-answer .topic-type > *:after {
        content: ':';
        display: inline-block;
        line-height: 1;
        -webkit-transform: scale(0.8, 1.15); }
  .community-post .post-content .inner.topic-answer .topic-content {
    padding-bottom: 10px;
    padding-top: 0;
    width: 56%; }
    .community-post .post-content .inner.topic-answer .topic-content > * {
      word-break: break-all; }
    .community-post .post-content .inner.topic-answer .topic-content pre {
      white-space: pre-wrap; }
  .community-post .post-content .inner.topic-answer .topic-category {
    background: #fff;
    border-left: 0;
    margin-bottom: 0;
    margin-left: 0;
    min-height: 100px;
    width: 35%; }
    .community-post .post-content .inner.topic-answer .topic-category .author a {
      font-size: 1.06667em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 120px !important; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .community-post .post-content .inner.topic-answer .topic-category {
      min-height: 135px !important; } }
  @media only screen and (max-width: 767px) {
    .community-post .post-content .inner.topic-answer {
      display: block;
      width: 99.4%; }
      .community-post .post-content .inner.topic-answer .topic-content {
        margin-left: 0;
        padding-left: 40px; }
      .community-post .post-content .inner.topic-answer .topic-category {
        min-height: 60px !important;
        padding-bottom: 20px; } }
.community-post .post-content .inner .topic-type i {
  font-size: 3em; }

.community-comment h3,
.topic-answer h3 {
  border-bottom: 1px solid #c8c8c8;
  margin-top: 0; }
.community-comment .post-content,
.topic-answer .post-content {
  margin-left: 10%;
  position: relative; }
.community-comment .topic-type,
.topic-answer .topic-type {
  background: #d6d6d6;
  height: 99.5%;
  position: absolute; }
  .community-comment .topic-type a,
  .topic-answer .topic-type a {
    text-decoration: none; }
    .community-comment .topic-type a.mark-as-answer, .community-comment .topic-type a.mark-as-notans, .community-comment .topic-type a.mark-as-cerified,
    .topic-answer .topic-type a.mark-as-answer,
    .topic-answer .topic-type a.mark-as-notans,
    .topic-answer .topic-type a.mark-as-cerified {
      display: inline-block;
      font-size: 0.86667em;
      line-height: 1;
      margin-bottom: 8px;
      outline: none; }
  .community-comment .topic-type i,
  .topic-answer .topic-type i {
    font-size: 1.5em !important; }
  .community-comment .topic-type span,
  .topic-answer .topic-type span {
    clear: both;
    display: block;
    margin: 10px 0; }
  .community-comment .topic-type #kony-accept-img,
  .community-comment .topic-type #kony-answer-img,
  .community-comment .topic-type #kony-certify-img,
  .topic-answer .topic-type #kony-accept-img,
  .topic-answer .topic-type #kony-answer-img,
  .topic-answer .topic-type #kony-certify-img {
    left: -30px;
    max-width: 76px;
    position: absolute;
    top: -35px;
    width: 100%;
    z-index: 9; }
.community-comment .topic-content,
.community-comment .topic-category,
.topic-answer .topic-content,
.topic-answer .topic-category {
  min-height: 130px; }
.community-comment .topic-content,
.topic-answer .topic-content {
  margin-left: 9%;
  padding-top: 0; }
  .community-comment .topic-content .comment-inner,
  .topic-answer .topic-content .comment-inner {
    padding-left: 20px; }
    .community-comment .topic-content .comment-inner p,
    .topic-answer .topic-content .comment-inner p {
      margin-bottom: 20px;
      margin-top: 0; }
.community-comment .topic-category,
.topic-answer .topic-category {
  border-left: 2px solid #E7E7E7;
  margin-left: -2px;
  padding-bottom: 20px;
  padding-top: 20px !important; }
  .community-comment .topic-category img,
  .topic-answer .topic-category img {
    border: 1px solid #D2D2D2;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    width: 45px; }
  .community-comment .topic-category span,
  .topic-answer .topic-category span {
    color: #797979;
    display: block;
    font-size: 0.73333em; }
  .community-comment .topic-category a,
  .topic-answer .topic-category a {
    display: block;
    float: none !important;
    padding: 0 !important;
    text-align: left !important;
    width: auto !important; }
  .community-comment .topic-category .avatar,
  .topic-answer .topic-category .avatar {
    float: left; }
  .community-comment .topic-category .author,
  .topic-answer .topic-category .author {
    float: left;
    margin-top: -3px; }
    .community-comment .topic-category .author a,
    .topic-answer .topic-category .author a {
      color: #586977; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .community-comment .topic-category .author,
    .topic-answer .topic-category .author {
      margin-top: 10px;
      padding-left: 20px; } }
@media only screen and (max-width: 767px) {
  .community-comment .post-content,
  .topic-answer .post-content {
    margin-left: 0 !important; }
    .community-comment .post-content .topic-type,
    .topic-answer .post-content .topic-type {
      display: block;
      padding: 10px 0 !important;
      position: static;
      text-align: center;
      width: 100% !important; }
      .community-comment .post-content .topic-type a,
      .community-comment .post-content .topic-type span,
      .community-comment .post-content .topic-type div,
      .topic-answer .post-content .topic-type a,
      .topic-answer .post-content .topic-type span,
      .topic-answer .post-content .topic-type div {
        display: inline-block;
        margin: 0 5px; }
      .community-comment .post-content .topic-type #kony-accept-img,
      .community-comment .post-content .topic-type #kony-answer-img,
      .community-comment .post-content .topic-type #kony-certify-img,
      .topic-answer .post-content .topic-type #kony-accept-img,
      .topic-answer .post-content .topic-type #kony-answer-img,
      .topic-answer .post-content .topic-type #kony-certify-img {
        left: 10px;
        top: -35px;
        width: 70px; }
      .community-comment .post-content .topic-type .vud-widget-plain,
      .topic-answer .post-content .topic-type .vud-widget-plain {
        margin-top: 0 !important; }
    .community-comment .post-content .topic-content,
    .topic-answer .post-content .topic-content {
      margin-left: 0 !important;
      padding-left: 0 !important; }
    .community-comment .post-content .topic-content,
    .community-comment .post-content .topic-category,
    .topic-answer .post-content .topic-content,
    .topic-answer .post-content .topic-category {
      min-height: 60px !important; } }

.community-comment .post-content .inner .topic-type {
  padding-top: 0; }
.community-comment h3 {
  border-bottom: 0;
  font-family: "Karbon Medium", Helvetica, sans-serif;
  font-size: 1.6em;
  margin-bottom: 0; }
.community-comment.community-comment-detail .topic-category .author a {
  color: #0476bd;
  text-transform: capitalize; }
@media only screen and (min-width: 767px) {
  .community-comment.community-comment-detail .topic-category {
    min-height: 199px; } }

.link {
  color: #00a3d9; }

a.button, button, input[type=submit], .blog-comments .comment-edit a,
.blog-comments .comment-approve a, .view-display-id-platform_apps_content .views-field-field-sample-app-links a, #field_comment_submit {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  background: #00a3d9;
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: 'Public Sans', sans-serif;
  padding: .75em 1.5em;
  text-decoration: none;
  text-transform: uppercase; }
  a.button:hover, button:hover, input[type=submit]:hover, .blog-comments .comment-edit a:hover,
  .blog-comments .comment-approve a:hover, .view-display-id-platform_apps_content .views-field-field-sample-app-links a:hover, #field_comment_submit:hover {
    background-color: #00aee8; }
  a.button.-green, button.-green, input.-green[type=submit], .blog-comments .comment-edit a.-green,
  .blog-comments .comment-approve a.-green, .view-display-id-platform_apps_content .views-field-field-sample-app-links a.-green, .-green#field_comment_submit {
    background-color: #8dbc3f; }
    a.button.-green:hover, button.-green:hover, input.-green[type=submit]:hover, .blog-comments .comment-edit a.-green:hover,
    .blog-comments .comment-approve a.-green:hover, .view-display-id-platform_apps_content .views-field-field-sample-app-links a.-green:hover, .-green#field_comment_submit:hover {
      background-color: #94c248; }
  a.button.-outline, button.-outline, input.-outline[type=submit], .blog-comments .comment-edit a.-outline,
  .blog-comments .comment-approve a.-outline, .view-display-id-platform_apps_content .views-field-field-sample-app-links a.-outline, .-outline#field_comment_submit {
    background-color: transparent;
    border: 2px solid #00a3d9;
    color: #00a3d9; }
    a.button.-outline:hover, button.-outline:hover, input.-outline[type=submit]:hover, .blog-comments .comment-edit a.-outline:hover,
    .blog-comments .comment-approve a.-outline:hover, .view-display-id-platform_apps_content .views-field-field-sample-app-links a.-outline:hover, .-outline#field_comment_submit:hover {
      background-color: #00a3d9;
      color: #fff; }
    a.button.-outline.-green, button.-outline.-green, input.-outline.-green[type=submit], .blog-comments .comment-edit a.-outline.-green,
    .blog-comments .comment-approve a.-outline.-green, .view-display-id-platform_apps_content .views-field-field-sample-app-links a.-outline.-green, .-outline.-green#field_comment_submit {
      border-color: #8dbc3f;
      color: #8dbc3f; }
      a.button.-outline.-green:hover, button.-outline.-green:hover, input.-outline.-green[type=submit]:hover, .blog-comments .comment-edit a.-outline.-green:hover,
      .blog-comments .comment-approve a.-outline.-green:hover, .view-display-id-platform_apps_content .views-field-field-sample-app-links a.-outline.-green:hover, .-outline.-green#field_comment_submit:hover {
        background-color: #8dbc3f;
        color: #fff; }
    a.button.-outline.-red, button.-outline.-red, input.-outline.-red[type=submit], .blog-comments .comment-edit a.-outline.-red,
    .blog-comments .comment-approve a.-outline.-red, .view-display-id-platform_apps_content .views-field-field-sample-app-links a.-outline.-red, .-outline.-red#field_comment_submit {
      border-color: #e74c3c;
      color: #e74c3c; }
      a.button.-outline.-red:hover, button.-outline.-red:hover, input.-outline.-red[type=submit]:hover, .blog-comments .comment-edit a.-outline.-red:hover,
      .blog-comments .comment-approve a.-outline.-red:hover, .view-display-id-platform_apps_content .views-field-field-sample-app-links a.-outline.-red:hover, .-outline.-red#field_comment_submit:hover {
        background-color: #e74c3c;
        color: #fff; }

button {
  float: right;
  font-size: 1.06667em; }

input[type=submit] {
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 1.06667em;
  min-width: 120px;
  text-transform: none;
  vertical-align: middle;
  width: auto; }
  input[type=submit].-uppercase {
    text-transform: uppercase; }

.form-actions a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  vertical-align: middle; }

.checklist {
  padding-left: 0; }
  .checklist li {
    background: url("../../images/ui_check.png") left top no-repeat;
    background-size: 25px;
    list-style-type: none;
    padding-bottom: 10px;
    padding-left: 35px; }

.region-footer .footer-main {
  background-color: #35414c;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 15px 0px;
  margin-top: 20px;
  position: relative;
  bottom: 0px; }
  .region-footer .footer-main .ftr-nav .menu {
    padding: 0;
    margin: 0;
    text-align: center; }
    .region-footer .footer-main .ftr-nav .menu li {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      list-style-type: none;
      border-right: 1px solid #fff;
      line-height: 10px; }
      .region-footer .footer-main .ftr-nav .menu li a {
        color: #fff;
        font-family: "Public Sans", sans-serif;
        font-size: 14px;
        padding: 0px 5px 0px 5px;
        text-decoration: none; }
      .region-footer .footer-main .ftr-nav .menu li:last-child {
        border: 0; }
  .region-footer .footer-main .ftr-ico {
    margin: 40px 0px 0px 0px; }
    .region-footer .footer-main .ftr-ico .social-icons {
      padding: 0;
      margin: 0;
      text-align: center; }
      .region-footer .footer-main .ftr-ico .social-icons li {
        display: inline-block; }
      .region-footer .footer-main .ftr-ico .social-icons a {
        display: inline-block;
        border-radius: 2px;
        font-size: 1.2em;
        text-align: center;
        line-height: 35px;
        margin-bottom: 8px; }
        .region-footer .footer-main .ftr-ico .social-icons a .icon-stack {
          color: rgba(255, 255, 255, 0.5);
          -webkit-transition: all .55s;
          -moz-transition: all .55s;
          transition: all .55s; }
          .region-footer .footer-main .ftr-ico .social-icons a .icon-stack.fa-stack-2x {
            font-size: 2.3em;
            top: -3px; }
          .region-footer .footer-main .ftr-ico .social-icons a .icon-stack .icon-glassdoor {
            background-image: url(../../images/icon-glassdoor.png);
            background-repeat: no-repeat;
            background-position: 9px 2px;
            display: inline-block;
            position: absolute;
            left: 0; }
          .region-footer .footer-main .ftr-ico .social-icons a .icon-stack .icon-light {
            color: #35414c; }
          .region-footer .footer-main .ftr-ico .social-icons a .icon-stack .fa-stack-2x {
            font-size: 2em; }
          .region-footer .footer-main .ftr-ico .social-icons a .icon-stack:hover, .region-footer .footer-main .ftr-ico .social-icons a .icon-stack:focus {
            color: white;
            -webkit-transition: all .55s;
            -moz-transition: all .55s;
            transition: all .55s; }
  .region-footer .footer-main .crights {
    text-align: center; }
    .region-footer .footer-main .crights p,
    .region-footer .footer-main .crights a {
      color: #b6e1f0;
      font-size: 14px;
      margin-top: 10px; }
    .region-footer .footer-main .crights ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .region-footer .footer-main .crights ul li {
        list-style-image: none; }

.flag-throbber-wrapper {
  display: none; }

.flag-waiting .flag-throbber-wrapper {
  display: block; }

.ajax-progress,
.flag-throbber-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: none;
  height: 100%;
  left: 0;
  opacity: 20%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .ajax-progress .throbber,
  .ajax-progress .flag-throbber,
  .flag-throbber-wrapper .throbber,
  .flag-throbber-wrapper .flag-throbber {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    background: none;
    display: block !important;
    line-height: 1.25;
    left: 50%;
    height: auto;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    top: 50%;
    width: 72px;
    z-index: 99; }
    .ajax-progress .throbber:before,
    .ajax-progress .flag-throbber:before,
    .flag-throbber-wrapper .throbber:before,
    .flag-throbber-wrapper .flag-throbber:before {
      color: #00a3d9;
      content: '\f110';
      font-family: FontAwesome;
      font-size: 5.33333em; }

#reset-search {
  margin: 10px;
  padding: .5em 1.5em; }

.reset-filter li {
  list-style: none outside none;
  margin-top: -15px; }
  .reset-filter li .button {
    padding: .5em 1.5em; }

.community-tabs #quicktabs-community_landing .quicktabs-tabs > li, .community-tabs .kony-hotfix-releases-page-content #quicktabs-hotfix_release .quicktabs-tabs > li, .kony-hotfix-releases-page-content .community-tabs #quicktabs-hotfix_release .quicktabs-tabs > li {
  margin-left: 0;
  margin-right: 0; }
  .community-tabs #quicktabs-community_landing .quicktabs-tabs > li a, .community-tabs .kony-hotfix-releases-page-content #quicktabs-hotfix_release .quicktabs-tabs > li a, .kony-hotfix-releases-page-content .community-tabs #quicktabs-hotfix_release .quicktabs-tabs > li a {
    text-transform: capitalize; }
.community-tabs .-select {
  background: #00a3d9 url(../../images/whitearrow.png) 98% 50% no-repeat;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 1em;
  outline: none;
  padding: 0.75em;
  margin-top: 20px;
  width: 100%; }
  .community-tabs .-select > * {
    background: #fff;
    color: #444;
    padding: 5px 3px;
    display: block; }
  .community-tabs .-select::-ms-expand {
    display: none; }
  @media only screen and (max-width: 959px) {
    .community-tabs .-select {
      background-position: 98% 50%;
      display: block !important; } }
  @media only screen and (max-width: 767px) {
    .community-tabs .-select {
      background-position: 96% 50%; } }

#edit-field-kony-developer-migrated,
#edit-field-kony-dev-to-moderate {
  margin-left: 27%; }
  #edit-field-kony-developer-migrated .description,
  #edit-field-kony-dev-to-moderate .description {
    margin-left: 2.4em; }

.clear-search {
  margin-bottom: -25px;
  margin-top: 30px; }
  .clear-search .clear-search-link {
    float: left; }
  .clear-search .clear-search-results {
    text-decoration: none; }
  .clear-search .create-new-button {
    float: right; }
  .clear-search #reset-search {
    margin: 0 0 10px 10px; }

.resultsCount {
  color: #797979;
  font-size: 25px;
  margin-bottom: 15px;
  margin-left: 7px;
  margin-top: 15px; }

.upper {
  text-transform: uppercase; }

.tipsy {
  opacity: 1 !important; }

.tipsy .tipsy-inner {
  background: #fff !important;
  border: 1px solid #D2D2D2;
  border-radius: 5px !important;
  color: #797979 !important;
  float: right;
  min-width: 250px;
  text-align: left !important; }
  .tipsy .tipsy-inner h1 {
    color: #797979 !important;
    font: bold 1.375em "Karbon-Regular", "Univers", Helvetica, Arial, sans-serif !important;
    margin: 0; }
  .tipsy .tipsy-inner img {
    border: 1px solid #D2D2D2;
    float: left;
    margin-right: 7px;
    padding: 2px;
    width: 30%; }
  .tipsy .tipsy-inner div {
    float: left;
    width: 60%; }

@media only screen and (max-width: 767px) {
  .tipsy .tipsy-inner {
    line-height: 1em;
    max-width: 100px;
    min-width: 100px;
    word-wrap: break-word; } }
@media only screen and (max-width: smartphone) {
  .tipsy .tipsy-inner {
    line-height: 1em;
    max-width: 100px;
    min-width: 100px;
    word-wrap: break-word; } }
@media only screen and (max-width: 767px) {
  .tipsy .tipsy-inner img {
    width: 50%; } }
@media only screen and (max-width: smartphone) {
  .tipsy .tipsy-inner img {
    width: 50%; } }
.back-to-list a {
  text-decoration: none; }

.create-a-topic-form label {
  font-size: 1.06667em; }
.create-a-topic-form #edit-actions {
  margin-left: 27%; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .create-a-topic-form #edit-actions {
      margin-left: 0; } }
.create-a-topic-form #edit-field-kony-developer-attachments .form-managed-file .messages {
  float: left; }

.create-a-topic-form #edit-actions,
.comment-form #edit-actions {
  text-align: left; }
  .create-a-topic-form #edit-actions .button-cancel,
  .comment-form #edit-actions .button-cancel {
    float: none;
    vertical-align: bottom; }

ul.communityErrors {
  background: none repeat scroll 0 0 #ffccba;
  border: 1px solid #d63301;
  list-style-type: none;
  margin-bottom: 30px;
  padding: 15px 20px;
  width: 95.5%; }
  ul.communityErrors li {
    color: #d63301;
    text-transform: capitalize; }

.community-dashboard h2 {
  font-size: 29px;
  font-weight: bold;
  margin-top: 0; }
.community-dashboard .row p {
  margin-top: 0; }

#ajax-target-asked_by_me .row p {
  margin-top: 0; }

table {
  border: solid 1px #B8B8B8;
  width: 100%; }
  table th {
    background: #eee;
    border-bottom: 0;
    padding: 7px; }
  table tr,
  table .even,
  table .odd {
    background: none;
    border-bottom: 1px solid #c8c8c8;
    padding: .1em .6em; }
  table td {
    background: none;
    padding: 7px;
    width: 10%; }
    table td a,
    table td a:visited {
      color: #0476bd;
      text-decoration: none; }
  table.sticky-header {
    width: auto; }

.-new {
  color: #386f9f; }

.-unanswered,
.-in-progress,
.-under-consideration {
  color: #ebe44b; }

.-information {
  color: #f3701f; }

.-answered,
.-solved,
.-delivered {
  color: #669b38; }

.-cannot-answer,
.-cannot-solve,
.-declined {
  color: #a23123; }

.-unconfirmed,
.-in-development {
  color: #B5D0A7; }

@media only screen and (max-width: 767px) {
  .user-profile-wrap {
    width: 100px !important; }
    .user-profile-wrap + div.columns {
      margin-left: 10px;
      width: auto !important; } }
.user-profile-wrap .user-profile-img {
  border: solid 1px #B8B8B8;
  max-width: 100%;
  padding: 1px;
  width: 100%; }

.download-report-right {
  float: right;
  padding: 20px 0; }

.view-more {
  float: right;
  margin-top: 20px;
  text-decoration: none; }

#community-forum-dashboard-filters-form .columns {
  margin-left: 0;
  margin-right: 0; }
#community-forum-dashboard-filters-form .select-wrapper:after {
  content: ''; }

.form-item-product {
  float: left;
  margin: 0; }

ul.tabs.primary {
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 100px;
  width: 150px;
  z-index: 999; }
  ul.tabs.primary li {
    float: left;
    width: 100%; }
    ul.tabs.primary li a {
      margin: 0;
      padding: 4px 15px; }
    ul.tabs.primary li:last-child a {
      border-bottom: solid 1px #B8B8B8; }
    ul.tabs.primary li.active a {
      color: #00a3d9; }
ul.action-links {
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 220px; }

.no-results {
  color: #333;
  font-size: 21px;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 30px;
  padding: 15px 0;
  width: 920px; }

#community_ajax_throbber {
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999; }
  #community_ajax_throbber .throbber_img {
    height: 76px;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    top: 50%;
    width: 76px; }
    #community_ajax_throbber .throbber_img i {
      color: #00a3d9;
      font-size: 4em; }

input[type="checkbox"],
input[type="radio"] {
  width: auto; }

#community-forum-dashboard-replies-search-form .form-item,
#community-forum-dashboard-reports .form-item,
#community-reports-form .form-item {
  display: inline-block; }
#community-forum-dashboard-replies-search-form .help_text,
#community-forum-dashboard-reports .help_text,
#community-reports-form .help_text {
  margin-top: 10px; }
#community-forum-dashboard-replies-search-form label,
#community-forum-dashboard-reports label,
#community-reports-form label {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1em;
  line-height: 1;
  text-align: left;
  width: auto; }
#community-forum-dashboard-replies-search-form .form-radios,
#community-forum-dashboard-reports .form-radios,
#community-reports-form .form-radios {
  clear: both; }
#community-forum-dashboard-replies-search-form .form-type-radio,
#community-forum-dashboard-replies-search-form .form-type-checkbox,
#community-forum-dashboard-reports .form-type-radio,
#community-forum-dashboard-reports .form-type-checkbox,
#community-reports-form .form-type-radio,
#community-reports-form .form-type-checkbox {
  position: relative; }
  #community-forum-dashboard-replies-search-form .form-type-radio [type=checkbox],
  #community-forum-dashboard-replies-search-form .form-type-radio [type=radio],
  #community-forum-dashboard-replies-search-form .form-type-checkbox [type=checkbox],
  #community-forum-dashboard-replies-search-form .form-type-checkbox [type=radio],
  #community-forum-dashboard-reports .form-type-radio [type=checkbox],
  #community-forum-dashboard-reports .form-type-radio [type=radio],
  #community-forum-dashboard-reports .form-type-checkbox [type=checkbox],
  #community-forum-dashboard-reports .form-type-checkbox [type=radio],
  #community-reports-form .form-type-radio [type=checkbox],
  #community-reports-form .form-type-radio [type=radio],
  #community-reports-form .form-type-checkbox [type=checkbox],
  #community-reports-form .form-type-checkbox [type=radio] {
    filter: alpha(opacity=0);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0; }
  #community-forum-dashboard-replies-search-form .form-type-radio [type=checkbox]:checked + label:before,
  #community-forum-dashboard-replies-search-form .form-type-radio [type=radio]:checked + label:before,
  #community-forum-dashboard-replies-search-form .form-type-checkbox [type=checkbox]:checked + label:before,
  #community-forum-dashboard-replies-search-form .form-type-checkbox [type=radio]:checked + label:before,
  #community-forum-dashboard-reports .form-type-radio [type=checkbox]:checked + label:before,
  #community-forum-dashboard-reports .form-type-radio [type=radio]:checked + label:before,
  #community-forum-dashboard-reports .form-type-checkbox [type=checkbox]:checked + label:before,
  #community-forum-dashboard-reports .form-type-checkbox [type=radio]:checked + label:before,
  #community-reports-form .form-type-radio [type=checkbox]:checked + label:before,
  #community-reports-form .form-type-radio [type=radio]:checked + label:before,
  #community-reports-form .form-type-checkbox [type=checkbox]:checked + label:before,
  #community-reports-form .form-type-checkbox [type=radio]:checked + label:before {
    color: #666;
    content: '\f00c';
    font-family: FontAwesome; }
  #community-forum-dashboard-replies-search-form .form-type-radio label:before,
  #community-forum-dashboard-replies-search-form .form-type-radio label:before,
  #community-forum-dashboard-replies-search-form .form-type-checkbox label:before,
  #community-forum-dashboard-replies-search-form .form-type-checkbox label:before,
  #community-forum-dashboard-reports .form-type-radio label:before,
  #community-forum-dashboard-reports .form-type-radio label:before,
  #community-forum-dashboard-reports .form-type-checkbox label:before,
  #community-forum-dashboard-reports .form-type-checkbox label:before,
  #community-reports-form .form-type-radio label:before,
  #community-reports-form .form-type-radio label:before,
  #community-reports-form .form-type-checkbox label:before,
  #community-reports-form .form-type-checkbox label:before {
    border: 1px solid #d6d6d6;
    -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #666;
    content: '';
    display: inline-block;
    height: 19px;
    margin: 0 5px 0 0;
    padding: 4px 1px 0 2px;
    text-align: center;
    vertical-align: middle;
    width: 20px; }
#community-forum-dashboard-replies-search-form .form-type-radio label:before,
#community-forum-dashboard-reports .form-type-radio label:before,
#community-reports-form .form-type-radio label:before {
  -webkit-border-radius: 30px;
  border-radius: 30px; }
#community-forum-dashboard-replies-search-form .form-type-radio [type=radio]:checked + label:before,
#community-forum-dashboard-reports .form-type-radio [type=radio]:checked + label:before,
#community-reports-form .form-type-radio [type=radio]:checked + label:before {
  content: '\f111'; }
#community-forum-dashboard-replies-search-form .container-inline-date label,
#community-forum-dashboard-reports .container-inline-date label,
#community-reports-form .container-inline-date label {
  min-width: 150px; }
#community-forum-dashboard-replies-search-form .container-inline-date .date-padding,
#community-forum-dashboard-reports .container-inline-date .date-padding,
#community-reports-form .container-inline-date .date-padding {
  padding: 0 10px; }
#community-forum-dashboard-replies-search-form .form-submit,
#community-forum-dashboard-replies-search-form [type="submit"],
#community-forum-dashboard-reports .form-submit,
#community-forum-dashboard-reports [type="submit"],
#community-reports-form .form-submit,
#community-reports-form [type="submit"] {
  display: block; }
#community-forum-dashboard-replies-search-form h2,
#community-forum-dashboard-reports h2,
#community-reports-form h2 {
  display: inline-block; }
#community-forum-dashboard-replies-search-form .download-reports,
#community-forum-dashboard-reports .download-reports,
#community-reports-form .download-reports {
  display: inline;
  float: right;
  margin: 3.1em 0 .7em; }

.clear-tabs {
  clear: both; }

#community-forum-emails-admin-form {
  font-size: 1.06667em; }
  @media only screen and (max-width: 767px) {
    #community-forum-emails-admin-form label {
      width: 100%; }
    #community-forum-emails-admin-form .form-type-textarea textarea {
      display: inline-block;
      width: 100%; }
      #community-forum-emails-admin-form .form-type-textarea textarea + .grippie {
        margin-left: 0;
        width: 100%; }
    #community-forum-emails-admin-form .form-item .description {
      margin-left: 0;
      width: 100%; }
    #community-forum-emails-admin-form #edit-add-disto-email {
      margin-left: 0; }
    #community-forum-emails-admin-form #edit-actions .form-submit {
      margin-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #community-forum-emails-admin-form label {
      text-align: right; }
    #community-forum-emails-admin-form input.form-text {
      width: 60%; } }
  #community-forum-emails-admin-form label {
    font-size: 1.06667em;
    width: 30%; }
  #community-forum-emails-admin-form .form-type-textarea {
    clear: both; }
    #community-forum-emails-admin-form .form-type-textarea textarea {
      width: 60%; }
      #community-forum-emails-admin-form .form-type-textarea textarea + .grippie {
        float: left;
        margin-left: 30%;
        width: 59.8%; }
  #community-forum-emails-admin-form .form-item {
    display: inline-block;
    width: 100%; }
    #community-forum-emails-admin-form .form-item .description {
      clear: both;
      color: #586977;
      display: inline-block;
      margin-left: 30%;
      margin-top: 7px;
      width: 60%; }
  #community-forum-emails-admin-form fieldset {
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6; }
  #community-forum-emails-admin-form #edit-add-disto-email {
    margin-left: 30%; }
  #community-forum-emails-admin-form #edit-actions .form-submit {
    margin-left: 30%; }
  #community-forum-emails-admin-form input.form-autocomplete {
    background-position: 100% 8px; }
  #community-forum-emails-admin-form input.throbbing {
    background-position: 100% -12px; }

.fancybox-outer .fancybox-nav {
  width: 20%; }
.fancybox-outer .fancybox-prev {
  left: -10px; }
.fancybox-outer .fancybox-next {
  right: -10px; }

.kony-manage-products,
#community-forum-dashboard-user-custom-form {
  font-size: 1em; }
  @media only screen and (max-width: 767px) {
    .kony-manage-products label,
    #community-forum-dashboard-user-custom-form label {
      text-align: left; }
    .kony-manage-products label,
    .kony-manage-products .form-textarea-wrapper,
    .kony-manage-products .form-checkboxes,
    .kony-manage-products .form-item.form-type-checkbox,
    #community-forum-dashboard-user-custom-form label,
    #community-forum-dashboard-user-custom-form .form-textarea-wrapper,
    #community-forum-dashboard-user-custom-form .form-checkboxes,
    #community-forum-dashboard-user-custom-form .form-item.form-type-checkbox {
      width: 100%; }
    .kony-manage-products .description,
    .kony-manage-products .form-actions,
    #community-forum-dashboard-user-custom-form .description,
    #community-forum-dashboard-user-custom-form .form-actions {
      margin-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .kony-manage-products label,
    #community-forum-dashboard-user-custom-form label {
      text-align: right; }
    .kony-manage-products [type="text"],
    #community-forum-dashboard-user-custom-form [type="text"] {
      width: 60%; } }
  .kony-manage-products .form-item,
  #community-forum-dashboard-user-custom-form .form-item {
    display: inline-block;
    width: 100%; }
    .kony-manage-products .form-item.form-type-checkbox,
    #community-forum-dashboard-user-custom-form .form-item.form-type-checkbox {
      text-align: left;
      width: auto; }
  .kony-manage-products label,
  #community-forum-dashboard-user-custom-form label {
    color: #586977;
    font-size: 1em;
    width: 30%; }
  .kony-manage-products .form-textarea-wrapper,
  #community-forum-dashboard-user-custom-form .form-textarea-wrapper {
    display: inline-block;
    width: 60%; }
  .kony-manage-products .ckeditor_links,
  .kony-manage-products #edit-description-format,
  #community-forum-dashboard-user-custom-form .ckeditor_links,
  #community-forum-dashboard-user-custom-form #edit-description-format {
    display: none !important; }
  .kony-manage-products .form-checkboxes,
  #community-forum-dashboard-user-custom-form .form-checkboxes {
    display: inline-block;
    width: 60%; }
  .kony-manage-products .description,
  #community-forum-dashboard-user-custom-form .description {
    color: #586977;
    margin-top: 5px; }
  .kony-manage-products .description,
  .kony-manage-products .form-actions,
  #community-forum-dashboard-user-custom-form .description,
  #community-forum-dashboard-user-custom-form .form-actions {
    clear: both;
    margin-left: 30%; }
  .kony-manage-products .form-actions .form-submit,
  #community-forum-dashboard-user-custom-form .form-actions .form-submit {
    margin-left: 15px; }
    .kony-manage-products .form-actions .form-submit:first-child,
    #community-forum-dashboard-user-custom-form .form-actions .form-submit:first-child {
      margin-left: 0; }
  .kony-manage-products .form-type-radio,
  .kony-manage-products .form-type-checkbox,
  #community-forum-dashboard-user-custom-form .form-type-radio,
  #community-forum-dashboard-user-custom-form .form-type-checkbox {
    position: relative; }
    .kony-manage-products .form-type-radio [type=checkbox],
    .kony-manage-products .form-type-radio [type=radio],
    .kony-manage-products .form-type-checkbox [type=checkbox],
    .kony-manage-products .form-type-checkbox [type=radio],
    #community-forum-dashboard-user-custom-form .form-type-radio [type=checkbox],
    #community-forum-dashboard-user-custom-form .form-type-radio [type=radio],
    #community-forum-dashboard-user-custom-form .form-type-checkbox [type=checkbox],
    #community-forum-dashboard-user-custom-form .form-type-checkbox [type=radio] {
      filter: alpha(opacity=0);
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0; }
    .kony-manage-products .form-type-radio [type=checkbox]:checked + label:before,
    .kony-manage-products .form-type-radio [type=radio]:checked + label:before,
    .kony-manage-products .form-type-checkbox [type=checkbox]:checked + label:before,
    .kony-manage-products .form-type-checkbox [type=radio]:checked + label:before,
    #community-forum-dashboard-user-custom-form .form-type-radio [type=checkbox]:checked + label:before,
    #community-forum-dashboard-user-custom-form .form-type-radio [type=radio]:checked + label:before,
    #community-forum-dashboard-user-custom-form .form-type-checkbox [type=checkbox]:checked + label:before,
    #community-forum-dashboard-user-custom-form .form-type-checkbox [type=radio]:checked + label:before {
      color: #666;
      content: '\f00c';
      font-family: FontAwesome; }
    .kony-manage-products .form-type-radio label:before,
    .kony-manage-products .form-type-radio label:before,
    .kony-manage-products .form-type-checkbox label:before,
    .kony-manage-products .form-type-checkbox label:before,
    #community-forum-dashboard-user-custom-form .form-type-radio label:before,
    #community-forum-dashboard-user-custom-form .form-type-radio label:before,
    #community-forum-dashboard-user-custom-form .form-type-checkbox label:before,
    #community-forum-dashboard-user-custom-form .form-type-checkbox label:before {
      border: 1px solid #d6d6d6;
      -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
      color: #666;
      content: '';
      display: inline-block;
      height: 19px;
      line-height: 1;
      margin: 0 5px 0 0;
      padding: 4px 1px 0 2px;
      text-align: center;
      vertical-align: middle;
      width: 20px; }
    .kony-manage-products .form-type-radio label,
    .kony-manage-products .form-type-checkbox label,
    #community-forum-dashboard-user-custom-form .form-type-radio label,
    #community-forum-dashboard-user-custom-form .form-type-checkbox label {
      text-transform: capitalize;
      width: auto; }
  .kony-manage-products .image-widget,
  #community-forum-dashboard-user-custom-form .image-widget {
    display: inline-block;
    max-width: 60%; }

#community-forum-dashboard-user-custom-form {
  margin-bottom: 15px; }
  #community-forum-dashboard-user-custom-form .form-item.form-type-checkbox {
    width: 100%; }
  #community-forum-dashboard-user-custom-form .description {
    margin-left: 0; }

.post-states {
  list-style-type: none;
  padding-left: 10px; }

.konyCheckbox {
  height: 0;
  opacity: 0;
  position: absolute; }

.konyCheckbox-label {
  background: #fff;
  border: 1px solid #d6d6d6;
  display: block;
  height: 17px;
  width: 17px; }

.konyCheckbox:checked + .konyCheckbox-label {
  background: url("../../images/icon_check_small.png") no-repeat center center; }

.konyCheckbox_isChecked + .konyCheckbox-label {
  background: url("../../images/icon_check_small.png") no-repeat center center; }

.select-wrapper select {
  font-size: 15px; }

.create-a-topic-form label {
  font-size: 16px;
  line-height: 20px; }
.create-a-topic-form #edit-title {
  font-size: 16px;
  line-height: 20px; }

.grid_spaced .form-checkboxes {
  display: block; }

#Tab__community_tab__asked_by_me h2 {
  font-size: 29px;
  font-weight: bold;
  margin-top: 0; }

.community-srch-rslt-stats h5 {
  font-size: 1.2em; }
  .community-srch-rslt-stats h5 span {
    font-weight: bold; }

.sticky-table tr th:nth-child(4),
.sticky-table tr td:nth-child(4) {
  text-align: center; }

.down_report {
  display: inline-block;
  text-align: right;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .down_report {
      text-align: left; } }

.community-form .mp_file_wrapper {
  color: #fff; }

.error {
  word-wrap: break-word; }

.product_button {
  margin-bottom: 20px; }

#community-reports-unanswered-filter-form .community-report-buttons,
#community-forum-dashboard-filters-form .community-report-buttons {
  margin-left: 20px; }

table.community-report-unanswered {
  margin-bottom: 20px; }
  table.community-report-unanswered td {
    width: 1%; }
  table.community-report-unanswered .forum_topic_type {
    color: #586977;
    font-size: 2em; }

.manage-products .tabledrag-toggle-weight-wrapper {
  clear: both; }
.manage-products .form-submit {
  margin-right: 20px; }

.button-cancel {
  background: linear-gradient(to bottom, #fefefe 0%, #e7e7e7 100%);
  background-color: white;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #797979;
  font-size: 1.06667em;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 0;
  padding: .63em 1.5em;
  text-transform: capitalize; }

.not-logged-in .community-post div.post-votes,
.not-logged-in .community-comment div.post-votes {
  cursor: pointer; }
  .not-logged-in .community-post div.post-votes:hover,
  .not-logged-in .community-comment div.post-votes:hover {
    color: #797979; }
  .not-logged-in .community-post div.post-votes div.inner a:hover,
  .not-logged-in .community-post div.post-votes div.inner .vud-widget-kony-developer-forum:hover,
  .not-logged-in .community-comment div.post-votes div.inner a:hover,
  .not-logged-in .community-comment div.post-votes div.inner .vud-widget-kony-developer-forum:hover {
    background: #d6d6d6;
    color: #797979 !important; }
  .not-logged-in .community-post div.post-votes i,
  .not-logged-in .community-comment div.post-votes i {
    cursor: pointer; }
.not-logged-in .community-post .post-content .vud-widget,
.not-logged-in .community-comment .post-content .vud-widget {
  cursor: pointer; }
.not-logged-in .community-post .topic-category .author .link,
.not-logged-in .community-comment .topic-category .author .link {
  cursor: pointer; }
.not-logged-in .topic-login {
  margin: 0 auto;
  width: 170px; }
.not-logged-in .header__contact li.first {
  border: 0; }

.grid-container .three.columns.header_log {
  width: auto; }

.captcha {
  border: 0; }
  .captcha .fieldset-legend {
    max-width: 25%; }
  .captcha .fieldset-wrapper {
    display: inline-block;
    width: 70%; }

.user-badges img.badge {
  border: none;
  margin-top: 15px; }

div.fancy-select {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  width: 288px; }
  div.fancy-select.disabled {
    opacity: 0.5; }
  div.fancy-select select:focus + div.trigger {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  div.fancy-select ul.options {
    background: #fff;
    border: 1px solid #DBDBDB;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    display: none;
    list-style: none;
    margin: 0;
    max-height: none;
    overflow: auto;
    min-width: 255px;
    padding: 0;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 99; }
    div.fancy-select ul.options.open {
      display: block;
      overflow: visible;
      top: 54px; }
    div.fancy-select ul.options.overflowing {
      bottom: 40px;
      top: auto; }
      div.fancy-select ul.options.overflowing.open {
        bottom: inherit;
        overflow: visible;
        top: 54px; }
    div.fancy-select ul.options li {
      cursor: pointer;
      color: #3B3B3B;
      font-family: "Public Sans", sans-serif;
      font-size: 15px;
      font-weight: normal;
      padding: 6px 12px;
      text-transform: capitalize;
      white-space: nowrap; }
      div.fancy-select ul.options li.hover {
        background: #00a3d9;
        color: #fff; }
      div.fancy-select ul.options li:hover {
        background: #00a3d9;
        color: #fff; }
      div.fancy-select ul.options li:focus {
        color: #fff;
        background: #00a3d9; }
      div.fancy-select ul.options li.disabled {
        opacity: 0.5;
        pointer-events: none; }
      div.fancy-select ul.options li.selected {
        background: rgba(0, 163, 217, 0.8); }
  div.fancy-select ul:before {
    background: url("../../images/filter-arrow.png") no-repeat center center;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: -12px;
    width: 100%; }
  div.fancy-select .filter_dropdown_icon {
    background: url(../images/filter-arrow.png) no-repeat center center;
    height: 12px;
    left: 0;
    position: absolute;
    top: 43px;
    visibility: hidden;
    width: 100%;
    z-index: 99; }
    div.fancy-select .filter_dropdown_icon.open {
      visibility: visible; }
  div.fancy-select div.trigger {
    background: #00a3d9;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "Karbon Regular", Helvetica, sans-serif;
    font-size: 18px;
    min-height: 22px;
    overflow: hidden;
    padding: 10px 24px 9px 9px;
    position: relative;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    width: 255px; }
    div.fancy-select div.trigger.open {
      color: #fff;
      background: #00a3d9;
      border: none;
      box-shadow: none; }
      div.fancy-select div.trigger.open:after {
        border: 5px solid transparent;
        border-bottom-color: #fff;
        top: 13px; }
    div.fancy-select div.trigger:after {
      border: 5px solid transparent;
      border-top-color: #fff;
      content: "";
      display: block;
      height: 0;
      position: absolute;
      right: 9px;
      top: 17px;
      width: 0; }

#community-search-form .omega {
  float: right; }
#community-search-form .form-item-keyword {
  margin-top: 0; }

#user-badges-edit-form .select-wrapper,
#user-badges-settings-form .select-wrapper,
#userpoints-admin-txn .select-wrapper,
#userpoints-admin-settings .select-wrapper,
#rules-admin-settings .select-wrapper,
#rules-admin-components-overview .select-wrapper,
#rules-admin-reaction-overview .select-wrapper,
form[id*="rules-ui"] .select-wrapper,
#rules-ui-form-edit-rules-config .select-wrapper,
.page-comment-edit #comment-form .select-wrapper,
.node-kony_blog-form .select-wrapper,
#userpoints-search-user-form .select-wrapper,
.entitytype-beta_agreement_form-form .select-wrapper,
#kony-community-emails-admin-form .select-wrapper,
.hotfix-release-approval .select-wrapper,
#kony-product-download-sdks-manage-form .select-wrapper,
#hotfix-releases-node-form .select-wrapper, #user-badges-roles-form .select-wrapper {
  border: 1px solid #d4d4d4;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #666;
  display: inline-block;
  margin-top: 8px;
  min-width: 22%;
  position: relative;
  width: auto; }
  #user-badges-edit-form .select-wrapper select,
  #user-badges-settings-form .select-wrapper select,
  #userpoints-admin-txn .select-wrapper select,
  #userpoints-admin-settings .select-wrapper select,
  #rules-admin-settings .select-wrapper select,
  #rules-admin-components-overview .select-wrapper select,
  #rules-admin-reaction-overview .select-wrapper select,
  form[id*="rules-ui"] .select-wrapper select,
  #rules-ui-form-edit-rules-config .select-wrapper select,
  .page-comment-edit #comment-form .select-wrapper select,
  .node-kony_blog-form .select-wrapper select,
  #userpoints-search-user-form .select-wrapper select,
  .entitytype-beta_agreement_form-form .select-wrapper select,
  #kony-community-emails-admin-form .select-wrapper select,
  .hotfix-release-approval .select-wrapper select,
  #kony-product-download-sdks-manage-form .select-wrapper select,
  #hotfix-releases-node-form .select-wrapper select, #user-badges-roles-form .select-wrapper select {
    padding: 6px 1px;
    margin: 0;
    background: transparent;
    color: #666;
    border: none;
    outline: none;
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
  #user-badges-edit-form .select-wrapper:after,
  #user-badges-settings-form .select-wrapper:after,
  #userpoints-admin-txn .select-wrapper:after,
  #userpoints-admin-settings .select-wrapper:after,
  #rules-admin-settings .select-wrapper:after,
  #rules-admin-components-overview .select-wrapper:after,
  #rules-admin-reaction-overview .select-wrapper:after,
  form[id*="rules-ui"] .select-wrapper:after,
  #rules-ui-form-edit-rules-config .select-wrapper:after,
  .page-comment-edit #comment-form .select-wrapper:after,
  .node-kony_blog-form .select-wrapper:after,
  #userpoints-search-user-form .select-wrapper:after,
  .entitytype-beta_agreement_form-form .select-wrapper:after,
  #kony-community-emails-admin-form .select-wrapper:after,
  .hotfix-release-approval .select-wrapper:after,
  #kony-product-download-sdks-manage-form .select-wrapper:after,
  #hotfix-releases-node-form .select-wrapper:after, #user-badges-roles-form .select-wrapper:after {
    content: '<>';
    font: 16px "Consolas", monospace;
    right: 8px;
    top: 6px;
    color: #666;
    padding: 0 0 2px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    pointer-events: none; }
  #user-badges-edit-form .select-wrapper:before,
  #user-badges-settings-form .select-wrapper:before,
  #userpoints-admin-txn .select-wrapper:before,
  #userpoints-admin-settings .select-wrapper:before,
  #rules-admin-settings .select-wrapper:before,
  #rules-admin-components-overview .select-wrapper:before,
  #rules-admin-reaction-overview .select-wrapper:before,
  form[id*="rules-ui"] .select-wrapper:before,
  #rules-ui-form-edit-rules-config .select-wrapper:before,
  .page-comment-edit #comment-form .select-wrapper:before,
  .node-kony_blog-form .select-wrapper:before,
  #userpoints-search-user-form .select-wrapper:before,
  .entitytype-beta_agreement_form-form .select-wrapper:before,
  #kony-community-emails-admin-form .select-wrapper:before,
  .hotfix-release-approval .select-wrapper:before,
  #kony-product-download-sdks-manage-form .select-wrapper:before,
  #hotfix-releases-node-form .select-wrapper:before, #user-badges-roles-form .select-wrapper:before {
    content: '';
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 30px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    pointer-events: none;
    display: block; }

#user-badges-images-form {
  color: #666; }
  #user-badges-images-form .form-type-checkbox {
    display: inline-block;
    position: relative; }
    #user-badges-images-form .form-type-checkbox span.checkbox {
      background: #fff;
      border: solid 1px #d6d6d6;
      cursor: pointer;
      height: 15px;
      position: absolute;
      left: 0;
      top: 0;
      width: 15px; }
      #user-badges-images-form .form-type-checkbox span.checkbox:after {
        background: transparent;
        border: 2px solid #488844;
        border-right: 0;
        border-top: 0;
        content: '';
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
        height: 3.5px;
        left: 3px;
        opacity: 0;
        position: absolute;
        top: 3px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 7px; }
    #user-badges-images-form .form-type-checkbox:hover .checkbox:after {
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
      filter: alpha(opacity=30);
      opacity: .5; }
    #user-badges-images-form .form-type-checkbox.active .checkbox:after {
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
      filter: alpha(opacity=100);
      opacity: 1; }
    #user-badges-images-form .form-type-checkbox .description {
      clear: both; }
  #user-badges-images-form .form-submit {
    display: block;
    margin-top: 20px; }
  #user-badges-images-form img {
    max-width: 100px; }
  #user-badges-images-form label.option {
    padding: 0;
    text-align: center;
    width: 100%; }

#user-badges-badgelist-form img,
#rules-ui-form-edit-rules-config img,
form[id*="userpoints-admin"] img {
  max-width: 100px; }
#user-badges-badgelist-form th,
#user-badges-badgelist-form td,
#rules-ui-form-edit-rules-config th,
#rules-ui-form-edit-rules-config td,
form[id*="userpoints-admin"] th,
form[id*="userpoints-admin"] td {
  color: #666; }
  #user-badges-badgelist-form th:last-child,
  #user-badges-badgelist-form td:last-child,
  #rules-ui-form-edit-rules-config th:last-child,
  #rules-ui-form-edit-rules-config td:last-child,
  form[id*="userpoints-admin"] th:last-child,
  form[id*="userpoints-admin"] td:last-child {
    border-right: solid 1px #B8B8B8; }
  #user-badges-badgelist-form th .description,
  #user-badges-badgelist-form td .description,
  #rules-ui-form-edit-rules-config th .description,
  #rules-ui-form-edit-rules-config td .description,
  form[id*="userpoints-admin"] th .description,
  form[id*="userpoints-admin"] td .description {
    margin-left: 0; }
#user-badges-badgelist-form ul.action-links,
#rules-ui-form-edit-rules-config ul.action-links,
form[id*="userpoints-admin"] ul.action-links {
  position: inherit; }
  #user-badges-badgelist-form ul.action-links li,
  #rules-ui-form-edit-rules-config ul.action-links li,
  form[id*="userpoints-admin"] ul.action-links li {
    padding: 10px; }

#user-badges-edit-form img,
#user-badges-settings-form img,
#userpoints-admin-txn img,
#userpoints-admin-settings img,
#rules-admin-settings img,
#rules-admin-components-overview img,
#rules-admin-reaction-overview img,
form[id*="rules-ui"] img,
#rules-ui-form-edit-rules-config img,
.page-comment-edit #comment-form img,
.node-kony_blog-form img,
#userpoints-search-user-form img,
.entitytype-beta_agreement_form-form img,
#kony-community-emails-admin-form img,
.hotfix-release-approval img,
#kony-product-download-sdks-manage-form img,
#hotfix-releases-node-form img {
  max-width: 100px; }
#user-badges-edit-form input[type="text"],
#user-badges-edit-form input[type="file"],
#user-badges-edit-form input[type="email"],
#user-badges-settings-form input[type="text"],
#user-badges-settings-form input[type="file"],
#user-badges-settings-form input[type="email"],
#userpoints-admin-txn input[type="text"],
#userpoints-admin-txn input[type="file"],
#userpoints-admin-txn input[type="email"],
#userpoints-admin-settings input[type="text"],
#userpoints-admin-settings input[type="file"],
#userpoints-admin-settings input[type="email"],
#rules-admin-settings input[type="text"],
#rules-admin-settings input[type="file"],
#rules-admin-settings input[type="email"],
#rules-admin-components-overview input[type="text"],
#rules-admin-components-overview input[type="file"],
#rules-admin-components-overview input[type="email"],
#rules-admin-reaction-overview input[type="text"],
#rules-admin-reaction-overview input[type="file"],
#rules-admin-reaction-overview input[type="email"],
form[id*="rules-ui"] input[type="text"],
form[id*="rules-ui"] input[type="file"],
form[id*="rules-ui"] input[type="email"],
#rules-ui-form-edit-rules-config input[type="text"],
#rules-ui-form-edit-rules-config input[type="file"],
#rules-ui-form-edit-rules-config input[type="email"],
.page-comment-edit #comment-form input[type="text"],
.page-comment-edit #comment-form input[type="file"],
.page-comment-edit #comment-form input[type="email"],
.node-kony_blog-form input[type="text"],
.node-kony_blog-form input[type="file"],
.node-kony_blog-form input[type="email"],
#userpoints-search-user-form input[type="text"],
#userpoints-search-user-form input[type="file"],
#userpoints-search-user-form input[type="email"],
.entitytype-beta_agreement_form-form input[type="text"],
.entitytype-beta_agreement_form-form input[type="file"],
.entitytype-beta_agreement_form-form input[type="email"],
#kony-community-emails-admin-form input[type="text"],
#kony-community-emails-admin-form input[type="file"],
#kony-community-emails-admin-form input[type="email"],
.hotfix-release-approval input[type="text"],
.hotfix-release-approval input[type="file"],
.hotfix-release-approval input[type="email"],
#kony-product-download-sdks-manage-form input[type="text"],
#kony-product-download-sdks-manage-form input[type="file"],
#kony-product-download-sdks-manage-form input[type="email"],
#hotfix-releases-node-form input[type="text"],
#hotfix-releases-node-form input[type="file"],
#hotfix-releases-node-form input[type="email"] {
  color: #666;
  font-size: 15px;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  float: none;
  width: auto; }
#user-badges-edit-form .description,
#user-badges-settings-form .description,
#userpoints-admin-txn .description,
#userpoints-admin-settings .description,
#rules-admin-settings .description,
#rules-admin-components-overview .description,
#rules-admin-reaction-overview .description,
form[id*="rules-ui"] .description,
#rules-ui-form-edit-rules-config .description,
.page-comment-edit #comment-form .description,
.node-kony_blog-form .description,
#userpoints-search-user-form .description,
.entitytype-beta_agreement_form-form .description,
#kony-community-emails-admin-form .description,
.hotfix-release-approval .description,
#kony-product-download-sdks-manage-form .description,
#hotfix-releases-node-form .description {
  color: #666;
  display: inline-block;
  font-size: 14px;
  margin-left: 25%;
  padding-top: 10px; }
  #user-badges-edit-form .description ul,
  #user-badges-settings-form .description ul,
  #userpoints-admin-txn .description ul,
  #userpoints-admin-settings .description ul,
  #rules-admin-settings .description ul,
  #rules-admin-components-overview .description ul,
  #rules-admin-reaction-overview .description ul,
  form[id*="rules-ui"] .description ul,
  #rules-ui-form-edit-rules-config .description ul,
  .page-comment-edit #comment-form .description ul,
  .node-kony_blog-form .description ul,
  #userpoints-search-user-form .description ul,
  .entitytype-beta_agreement_form-form .description ul,
  #kony-community-emails-admin-form .description ul,
  .hotfix-release-approval .description ul,
  #kony-product-download-sdks-manage-form .description ul,
  #hotfix-releases-node-form .description ul {
    padding: 0;
    list-style-type: none; }
#user-badges-edit-form .form-radios,
#user-badges-settings-form .form-radios,
#userpoints-admin-txn .form-radios,
#userpoints-admin-settings .form-radios,
#rules-admin-settings .form-radios,
#rules-admin-components-overview .form-radios,
#rules-admin-reaction-overview .form-radios,
form[id*="rules-ui"] .form-radios,
#rules-ui-form-edit-rules-config .form-radios,
.page-comment-edit #comment-form .form-radios,
.node-kony_blog-form .form-radios,
#userpoints-search-user-form .form-radios,
.entitytype-beta_agreement_form-form .form-radios,
#kony-community-emails-admin-form .form-radios,
.hotfix-release-approval .form-radios,
#kony-product-download-sdks-manage-form .form-radios,
#hotfix-releases-node-form .form-radios {
  display: inline-block; }
  #user-badges-edit-form .form-radios .form-type-radio,
  #user-badges-settings-form .form-radios .form-type-radio,
  #userpoints-admin-txn .form-radios .form-type-radio,
  #userpoints-admin-settings .form-radios .form-type-radio,
  #rules-admin-settings .form-radios .form-type-radio,
  #rules-admin-components-overview .form-radios .form-type-radio,
  #rules-admin-reaction-overview .form-radios .form-type-radio,
  form[id*="rules-ui"] .form-radios .form-type-radio,
  #rules-ui-form-edit-rules-config .form-radios .form-type-radio,
  .page-comment-edit #comment-form .form-radios .form-type-radio,
  .node-kony_blog-form .form-radios .form-type-radio,
  #userpoints-search-user-form .form-radios .form-type-radio,
  .entitytype-beta_agreement_form-form .form-radios .form-type-radio,
  #kony-community-emails-admin-form .form-radios .form-type-radio,
  .hotfix-release-approval .form-radios .form-type-radio,
  #kony-product-download-sdks-manage-form .form-radios .form-type-radio,
  #hotfix-releases-node-form .form-radios .form-type-radio {
    display: inline-block; }
#user-badges-edit-form .form-type-radios label.option,
#user-badges-settings-form .form-type-radios label.option,
#userpoints-admin-txn .form-type-radios label.option,
#userpoints-admin-settings .form-type-radios label.option,
#rules-admin-settings .form-type-radios label.option,
#rules-admin-components-overview .form-type-radios label.option,
#rules-admin-reaction-overview .form-type-radios label.option,
form[id*="rules-ui"] .form-type-radios label.option,
#rules-ui-form-edit-rules-config .form-type-radios label.option,
.page-comment-edit #comment-form .form-type-radios label.option,
.node-kony_blog-form .form-type-radios label.option,
#userpoints-search-user-form .form-type-radios label.option,
.entitytype-beta_agreement_form-form .form-type-radios label.option,
#kony-community-emails-admin-form .form-type-radios label.option,
.hotfix-release-approval .form-type-radios label.option,
#kony-product-download-sdks-manage-form .form-type-radios label.option,
#hotfix-releases-node-form .form-type-radios label.option {
  color: #666;
  cursor: pointer;
  padding: 0 10px 0 10px;
  width: auto; }
#user-badges-edit-form .form-type-radios .form-item-image-location,
#user-badges-edit-form .form-type-radios .form-item-imagefromlibrary,
#user-badges-settings-form .form-type-radios .form-item-image-location,
#user-badges-settings-form .form-type-radios .form-item-imagefromlibrary,
#userpoints-admin-txn .form-type-radios .form-item-image-location,
#userpoints-admin-txn .form-type-radios .form-item-imagefromlibrary,
#userpoints-admin-settings .form-type-radios .form-item-image-location,
#userpoints-admin-settings .form-type-radios .form-item-imagefromlibrary,
#rules-admin-settings .form-type-radios .form-item-image-location,
#rules-admin-settings .form-type-radios .form-item-imagefromlibrary,
#rules-admin-components-overview .form-type-radios .form-item-image-location,
#rules-admin-components-overview .form-type-radios .form-item-imagefromlibrary,
#rules-admin-reaction-overview .form-type-radios .form-item-image-location,
#rules-admin-reaction-overview .form-type-radios .form-item-imagefromlibrary,
form[id*="rules-ui"] .form-type-radios .form-item-image-location,
form[id*="rules-ui"] .form-type-radios .form-item-imagefromlibrary,
#rules-ui-form-edit-rules-config .form-type-radios .form-item-image-location,
#rules-ui-form-edit-rules-config .form-type-radios .form-item-imagefromlibrary,
.page-comment-edit #comment-form .form-type-radios .form-item-image-location,
.page-comment-edit #comment-form .form-type-radios .form-item-imagefromlibrary,
.node-kony_blog-form .form-type-radios .form-item-image-location,
.node-kony_blog-form .form-type-radios .form-item-imagefromlibrary,
#userpoints-search-user-form .form-type-radios .form-item-image-location,
#userpoints-search-user-form .form-type-radios .form-item-imagefromlibrary,
.entitytype-beta_agreement_form-form .form-type-radios .form-item-image-location,
.entitytype-beta_agreement_form-form .form-type-radios .form-item-imagefromlibrary,
#kony-community-emails-admin-form .form-type-radios .form-item-image-location,
#kony-community-emails-admin-form .form-type-radios .form-item-imagefromlibrary,
.hotfix-release-approval .form-type-radios .form-item-image-location,
.hotfix-release-approval .form-type-radios .form-item-imagefromlibrary,
#kony-product-download-sdks-manage-form .form-type-radios .form-item-image-location,
#kony-product-download-sdks-manage-form .form-type-radios .form-item-imagefromlibrary,
#hotfix-releases-node-form .form-type-radios .form-item-image-location,
#hotfix-releases-node-form .form-type-radios .form-item-imagefromlibrary {
  display: inline-block; }
#user-badges-edit-form label,
#user-badges-settings-form label,
#userpoints-admin-txn label,
#userpoints-admin-settings label,
#rules-admin-settings label,
#rules-admin-components-overview label,
#rules-admin-reaction-overview label,
form[id*="rules-ui"] label,
#rules-ui-form-edit-rules-config label,
.page-comment-edit #comment-form label,
.node-kony_blog-form label,
#userpoints-search-user-form label,
.entitytype-beta_agreement_form-form label,
#kony-community-emails-admin-form label,
.hotfix-release-approval label,
#kony-product-download-sdks-manage-form label,
#hotfix-releases-node-form label {
  color: #191919;
  font-size: 16px;
  font-weight: normal;
  width: 25%; }
#user-badges-edit-form #edit-options .form-type-checkbox,
#user-badges-settings-form #edit-options .form-type-checkbox,
#userpoints-admin-txn #edit-options .form-type-checkbox,
#userpoints-admin-settings #edit-options .form-type-checkbox,
#rules-admin-settings #edit-options .form-type-checkbox,
#rules-admin-components-overview #edit-options .form-type-checkbox,
#rules-admin-reaction-overview #edit-options .form-type-checkbox,
form[id*="rules-ui"] #edit-options .form-type-checkbox,
#rules-ui-form-edit-rules-config #edit-options .form-type-checkbox,
.page-comment-edit #comment-form #edit-options .form-type-checkbox,
.node-kony_blog-form #edit-options .form-type-checkbox,
#userpoints-search-user-form #edit-options .form-type-checkbox,
.entitytype-beta_agreement_form-form #edit-options .form-type-checkbox,
#kony-community-emails-admin-form #edit-options .form-type-checkbox,
.hotfix-release-approval #edit-options .form-type-checkbox,
#kony-product-download-sdks-manage-form #edit-options .form-type-checkbox,
#hotfix-releases-node-form #edit-options .form-type-checkbox {
  margin-left: 25%; }
  #user-badges-edit-form #edit-options .form-type-checkbox label,
  #user-badges-settings-form #edit-options .form-type-checkbox label,
  #userpoints-admin-txn #edit-options .form-type-checkbox label,
  #userpoints-admin-settings #edit-options .form-type-checkbox label,
  #rules-admin-settings #edit-options .form-type-checkbox label,
  #rules-admin-components-overview #edit-options .form-type-checkbox label,
  #rules-admin-reaction-overview #edit-options .form-type-checkbox label,
  form[id*="rules-ui"] #edit-options .form-type-checkbox label,
  #rules-ui-form-edit-rules-config #edit-options .form-type-checkbox label,
  .page-comment-edit #comment-form #edit-options .form-type-checkbox label,
  .node-kony_blog-form #edit-options .form-type-checkbox label,
  #userpoints-search-user-form #edit-options .form-type-checkbox label,
  .entitytype-beta_agreement_form-form #edit-options .form-type-checkbox label,
  #kony-community-emails-admin-form #edit-options .form-type-checkbox label,
  .hotfix-release-approval #edit-options .form-type-checkbox label,
  #kony-product-download-sdks-manage-form #edit-options .form-type-checkbox label,
  #hotfix-releases-node-form #edit-options .form-type-checkbox label {
    cursor: pointer;
    text-align: left;
    padding: 0 0 0 10px;
    width: 50%; }
  #user-badges-edit-form #edit-options .form-type-checkbox .description,
  #user-badges-settings-form #edit-options .form-type-checkbox .description,
  #userpoints-admin-txn #edit-options .form-type-checkbox .description,
  #userpoints-admin-settings #edit-options .form-type-checkbox .description,
  #rules-admin-settings #edit-options .form-type-checkbox .description,
  #rules-admin-components-overview #edit-options .form-type-checkbox .description,
  #rules-admin-reaction-overview #edit-options .form-type-checkbox .description,
  form[id*="rules-ui"] #edit-options .form-type-checkbox .description,
  #rules-ui-form-edit-rules-config #edit-options .form-type-checkbox .description,
  .page-comment-edit #comment-form #edit-options .form-type-checkbox .description,
  .node-kony_blog-form #edit-options .form-type-checkbox .description,
  #userpoints-search-user-form #edit-options .form-type-checkbox .description,
  .entitytype-beta_agreement_form-form #edit-options .form-type-checkbox .description,
  #kony-community-emails-admin-form #edit-options .form-type-checkbox .description,
  .hotfix-release-approval #edit-options .form-type-checkbox .description,
  #kony-product-download-sdks-manage-form #edit-options .form-type-checkbox .description,
  #hotfix-releases-node-form #edit-options .form-type-checkbox .description {
    display: inline-block;
    margin: 0; }
#user-badges-edit-form #edit-token-help .token-tree,
#user-badges-settings-form #edit-token-help .token-tree,
#userpoints-admin-txn #edit-token-help .token-tree,
#userpoints-admin-settings #edit-token-help .token-tree,
#rules-admin-settings #edit-token-help .token-tree,
#rules-admin-components-overview #edit-token-help .token-tree,
#rules-admin-reaction-overview #edit-token-help .token-tree,
form[id*="rules-ui"] #edit-token-help .token-tree,
#rules-ui-form-edit-rules-config #edit-token-help .token-tree,
.page-comment-edit #comment-form #edit-token-help .token-tree,
.node-kony_blog-form #edit-token-help .token-tree,
#userpoints-search-user-form #edit-token-help .token-tree,
.entitytype-beta_agreement_form-form #edit-token-help .token-tree,
#kony-community-emails-admin-form #edit-token-help .token-tree,
.hotfix-release-approval #edit-token-help .token-tree,
#kony-product-download-sdks-manage-form #edit-token-help .token-tree,
#hotfix-releases-node-form #edit-token-help .token-tree {
  color: #666;
  font-size: 15px;
  margin-left: 5px; }
#user-badges-edit-form fieldset,
#user-badges-settings-form fieldset,
#userpoints-admin-txn fieldset,
#userpoints-admin-settings fieldset,
#rules-admin-settings fieldset,
#rules-admin-components-overview fieldset,
#rules-admin-reaction-overview fieldset,
form[id*="rules-ui"] fieldset,
#rules-ui-form-edit-rules-config fieldset,
.page-comment-edit #comment-form fieldset,
.node-kony_blog-form fieldset,
#userpoints-search-user-form fieldset,
.entitytype-beta_agreement_form-form fieldset,
#kony-community-emails-admin-form fieldset,
.hotfix-release-approval fieldset,
#kony-product-download-sdks-manage-form fieldset,
#hotfix-releases-node-form fieldset {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  #user-badges-edit-form fieldset.collapsed,
  #user-badges-settings-form fieldset.collapsed,
  #userpoints-admin-txn fieldset.collapsed,
  #userpoints-admin-settings fieldset.collapsed,
  #rules-admin-settings fieldset.collapsed,
  #rules-admin-components-overview fieldset.collapsed,
  #rules-admin-reaction-overview fieldset.collapsed,
  form[id*="rules-ui"] fieldset.collapsed,
  #rules-ui-form-edit-rules-config fieldset.collapsed,
  .page-comment-edit #comment-form fieldset.collapsed,
  .node-kony_blog-form fieldset.collapsed,
  #userpoints-search-user-form fieldset.collapsed,
  .entitytype-beta_agreement_form-form fieldset.collapsed,
  #kony-community-emails-admin-form fieldset.collapsed,
  .hotfix-release-approval fieldset.collapsed,
  #kony-product-download-sdks-manage-form fieldset.collapsed,
  #hotfix-releases-node-form fieldset.collapsed {
    padding: 0px;
    box-shadow: none; }
#user-badges-edit-form input[type="radio"],
#user-badges-settings-form input[type="radio"],
#userpoints-admin-txn input[type="radio"],
#userpoints-admin-settings input[type="radio"],
#rules-admin-settings input[type="radio"],
#rules-admin-components-overview input[type="radio"],
#rules-admin-reaction-overview input[type="radio"],
form[id*="rules-ui"] input[type="radio"],
#rules-ui-form-edit-rules-config input[type="radio"],
.page-comment-edit #comment-form input[type="radio"],
.node-kony_blog-form input[type="radio"],
#userpoints-search-user-form input[type="radio"],
.entitytype-beta_agreement_form-form input[type="radio"],
#kony-community-emails-admin-form input[type="radio"],
.hotfix-release-approval input[type="radio"],
#kony-product-download-sdks-manage-form input[type="radio"],
#hotfix-releases-node-form input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  cursor: pointer; }
#user-badges-edit-form input[type="checkbox"],
#user-badges-settings-form input[type="checkbox"],
#userpoints-admin-txn input[type="checkbox"],
#userpoints-admin-settings input[type="checkbox"],
#rules-admin-settings input[type="checkbox"],
#rules-admin-components-overview input[type="checkbox"],
#rules-admin-reaction-overview input[type="checkbox"],
form[id*="rules-ui"] input[type="checkbox"],
#rules-ui-form-edit-rules-config input[type="checkbox"],
.page-comment-edit #comment-form input[type="checkbox"],
.node-kony_blog-form input[type="checkbox"],
#userpoints-search-user-form input[type="checkbox"],
.entitytype-beta_agreement_form-form input[type="checkbox"],
#kony-community-emails-admin-form input[type="checkbox"],
.hotfix-release-approval input[type="checkbox"],
#kony-product-download-sdks-manage-form input[type="checkbox"],
#hotfix-releases-node-form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  cursor: pointer; }
#user-badges-edit-form #edit-vid,
#user-badges-settings-form #edit-vid,
#userpoints-admin-txn #edit-vid,
#userpoints-admin-settings #edit-vid,
#rules-admin-settings #edit-vid,
#rules-admin-components-overview #edit-vid,
#rules-admin-reaction-overview #edit-vid,
form[id*="rules-ui"] #edit-vid,
#rules-ui-form-edit-rules-config #edit-vid,
.page-comment-edit #comment-form #edit-vid,
.node-kony_blog-form #edit-vid,
#userpoints-search-user-form #edit-vid,
.entitytype-beta_agreement_form-form #edit-vid,
#kony-community-emails-admin-form #edit-vid,
.hotfix-release-approval #edit-vid,
#kony-product-download-sdks-manage-form #edit-vid,
#hotfix-releases-node-form #edit-vid {
  display: inline-block;
  width: 75%; }
  #user-badges-edit-form #edit-vid .form-item-vid,
  #user-badges-settings-form #edit-vid .form-item-vid,
  #userpoints-admin-txn #edit-vid .form-item-vid,
  #userpoints-admin-settings #edit-vid .form-item-vid,
  #rules-admin-settings #edit-vid .form-item-vid,
  #rules-admin-components-overview #edit-vid .form-item-vid,
  #rules-admin-reaction-overview #edit-vid .form-item-vid,
  form[id*="rules-ui"] #edit-vid .form-item-vid,
  #rules-ui-form-edit-rules-config #edit-vid .form-item-vid,
  .page-comment-edit #comment-form #edit-vid .form-item-vid,
  .node-kony_blog-form #edit-vid .form-item-vid,
  #userpoints-search-user-form #edit-vid .form-item-vid,
  .entitytype-beta_agreement_form-form #edit-vid .form-item-vid,
  #kony-community-emails-admin-form #edit-vid .form-item-vid,
  .hotfix-release-approval #edit-vid .form-item-vid,
  #kony-product-download-sdks-manage-form #edit-vid .form-item-vid,
  #hotfix-releases-node-form #edit-vid .form-item-vid {
    display: inline-block;
    width: 49%; }
#user-badges-edit-form .vertical-tabs-panes .form-textarea-wrapper,
#user-badges-settings-form .vertical-tabs-panes .form-textarea-wrapper,
#userpoints-admin-txn .vertical-tabs-panes .form-textarea-wrapper,
#userpoints-admin-settings .vertical-tabs-panes .form-textarea-wrapper,
#rules-admin-settings .vertical-tabs-panes .form-textarea-wrapper,
#rules-admin-components-overview .vertical-tabs-panes .form-textarea-wrapper,
#rules-admin-reaction-overview .vertical-tabs-panes .form-textarea-wrapper,
form[id*="rules-ui"] .vertical-tabs-panes .form-textarea-wrapper,
#rules-ui-form-edit-rules-config .vertical-tabs-panes .form-textarea-wrapper,
.page-comment-edit #comment-form .vertical-tabs-panes .form-textarea-wrapper,
.node-kony_blog-form .vertical-tabs-panes .form-textarea-wrapper,
#userpoints-search-user-form .vertical-tabs-panes .form-textarea-wrapper,
.entitytype-beta_agreement_form-form .vertical-tabs-panes .form-textarea-wrapper,
#kony-community-emails-admin-form .vertical-tabs-panes .form-textarea-wrapper,
.hotfix-release-approval .vertical-tabs-panes .form-textarea-wrapper,
#kony-product-download-sdks-manage-form .vertical-tabs-panes .form-textarea-wrapper,
#hotfix-releases-node-form .vertical-tabs-panes .form-textarea-wrapper {
  display: inline-block;
  width: 70%; }
#user-badges-edit-form .vertical-tabs-panes .form-type-textfield,
#user-badges-settings-form .vertical-tabs-panes .form-type-textfield,
#userpoints-admin-txn .vertical-tabs-panes .form-type-textfield,
#userpoints-admin-settings .vertical-tabs-panes .form-type-textfield,
#rules-admin-settings .vertical-tabs-panes .form-type-textfield,
#rules-admin-components-overview .vertical-tabs-panes .form-type-textfield,
#rules-admin-reaction-overview .vertical-tabs-panes .form-type-textfield,
form[id*="rules-ui"] .vertical-tabs-panes .form-type-textfield,
#rules-ui-form-edit-rules-config .vertical-tabs-panes .form-type-textfield,
.page-comment-edit #comment-form .vertical-tabs-panes .form-type-textfield,
.node-kony_blog-form .vertical-tabs-panes .form-type-textfield,
#userpoints-search-user-form .vertical-tabs-panes .form-type-textfield,
.entitytype-beta_agreement_form-form .vertical-tabs-panes .form-type-textfield,
#kony-community-emails-admin-form .vertical-tabs-panes .form-type-textfield,
.hotfix-release-approval .vertical-tabs-panes .form-type-textfield,
#kony-product-download-sdks-manage-form .vertical-tabs-panes .form-type-textfield,
#hotfix-releases-node-form .vertical-tabs-panes .form-type-textfield {
  clear: both; }
#user-badges-edit-form .vertical-tabs-panes .form-type-checkbox,
#user-badges-settings-form .vertical-tabs-panes .form-type-checkbox,
#userpoints-admin-txn .vertical-tabs-panes .form-type-checkbox,
#userpoints-admin-settings .vertical-tabs-panes .form-type-checkbox,
#rules-admin-settings .vertical-tabs-panes .form-type-checkbox,
#rules-admin-components-overview .vertical-tabs-panes .form-type-checkbox,
#rules-admin-reaction-overview .vertical-tabs-panes .form-type-checkbox,
form[id*="rules-ui"] .vertical-tabs-panes .form-type-checkbox,
#rules-ui-form-edit-rules-config .vertical-tabs-panes .form-type-checkbox,
.page-comment-edit #comment-form .vertical-tabs-panes .form-type-checkbox,
.node-kony_blog-form .vertical-tabs-panes .form-type-checkbox,
#userpoints-search-user-form .vertical-tabs-panes .form-type-checkbox,
.entitytype-beta_agreement_form-form .vertical-tabs-panes .form-type-checkbox,
#kony-community-emails-admin-form .vertical-tabs-panes .form-type-checkbox,
.hotfix-release-approval .vertical-tabs-panes .form-type-checkbox,
#kony-product-download-sdks-manage-form .vertical-tabs-panes .form-type-checkbox,
#hotfix-releases-node-form .vertical-tabs-panes .form-type-checkbox {
  display: inline-block; }
#user-badges-edit-form .vertical-tabs-panes .form-item-moderate,
#user-badges-settings-form .vertical-tabs-panes .form-item-moderate,
#userpoints-admin-txn .vertical-tabs-panes .form-item-moderate,
#userpoints-admin-settings .vertical-tabs-panes .form-item-moderate,
#rules-admin-settings .vertical-tabs-panes .form-item-moderate,
#rules-admin-components-overview .vertical-tabs-panes .form-item-moderate,
#rules-admin-reaction-overview .vertical-tabs-panes .form-item-moderate,
form[id*="rules-ui"] .vertical-tabs-panes .form-item-moderate,
#rules-ui-form-edit-rules-config .vertical-tabs-panes .form-item-moderate,
.page-comment-edit #comment-form .vertical-tabs-panes .form-item-moderate,
.node-kony_blog-form .vertical-tabs-panes .form-item-moderate,
#userpoints-search-user-form .vertical-tabs-panes .form-item-moderate,
.entitytype-beta_agreement_form-form .vertical-tabs-panes .form-item-moderate,
#kony-community-emails-admin-form .vertical-tabs-panes .form-item-moderate,
.hotfix-release-approval .vertical-tabs-panes .form-item-moderate,
#kony-product-download-sdks-manage-form .vertical-tabs-panes .form-item-moderate,
#hotfix-releases-node-form .vertical-tabs-panes .form-item-moderate {
  margin-left: 10%; }
#user-badges-edit-form input[type="checkbox"] + label,
#user-badges-settings-form input[type="checkbox"] + label,
#userpoints-admin-txn input[type="checkbox"] + label,
#userpoints-admin-settings input[type="checkbox"] + label,
#rules-admin-settings input[type="checkbox"] + label,
#rules-admin-components-overview input[type="checkbox"] + label,
#rules-admin-reaction-overview input[type="checkbox"] + label,
form[id*="rules-ui"] input[type="checkbox"] + label,
#rules-ui-form-edit-rules-config input[type="checkbox"] + label,
.page-comment-edit #comment-form input[type="checkbox"] + label,
.node-kony_blog-form input[type="checkbox"] + label,
#userpoints-search-user-form input[type="checkbox"] + label,
.entitytype-beta_agreement_form-form input[type="checkbox"] + label,
#kony-community-emails-admin-form input[type="checkbox"] + label,
.hotfix-release-approval input[type="checkbox"] + label,
#kony-product-download-sdks-manage-form input[type="checkbox"] + label,
#hotfix-releases-node-form input[type="checkbox"] + label {
  cursor: pointer;
  padding: 0;
  width: auto; }
#user-badges-edit-form input[type="checkbox"] ~ .description,
#user-badges-settings-form input[type="checkbox"] ~ .description,
#userpoints-admin-txn input[type="checkbox"] ~ .description,
#userpoints-admin-settings input[type="checkbox"] ~ .description,
#rules-admin-settings input[type="checkbox"] ~ .description,
#rules-admin-components-overview input[type="checkbox"] ~ .description,
#rules-admin-reaction-overview input[type="checkbox"] ~ .description,
form[id*="rules-ui"] input[type="checkbox"] ~ .description,
#rules-ui-form-edit-rules-config input[type="checkbox"] ~ .description,
.page-comment-edit #comment-form input[type="checkbox"] ~ .description,
.node-kony_blog-form input[type="checkbox"] ~ .description,
#userpoints-search-user-form input[type="checkbox"] ~ .description,
.entitytype-beta_agreement_form-form input[type="checkbox"] ~ .description,
#kony-community-emails-admin-form input[type="checkbox"] ~ .description,
.hotfix-release-approval input[type="checkbox"] ~ .description,
#kony-product-download-sdks-manage-form input[type="checkbox"] ~ .description,
#hotfix-releases-node-form input[type="checkbox"] ~ .description {
  clear: both;
  margin-left: 0; }
#user-badges-edit-form .rules-autocomplete-button,
#user-badges-settings-form .rules-autocomplete-button,
#userpoints-admin-txn .rules-autocomplete-button,
#userpoints-admin-settings .rules-autocomplete-button,
#rules-admin-settings .rules-autocomplete-button,
#rules-admin-components-overview .rules-autocomplete-button,
#rules-admin-reaction-overview .rules-autocomplete-button,
form[id*="rules-ui"] .rules-autocomplete-button,
#rules-ui-form-edit-rules-config .rules-autocomplete-button,
.page-comment-edit #comment-form .rules-autocomplete-button,
.node-kony_blog-form .rules-autocomplete-button,
#userpoints-search-user-form .rules-autocomplete-button,
.entitytype-beta_agreement_form-form .rules-autocomplete-button,
#kony-community-emails-admin-form .rules-autocomplete-button,
.hotfix-release-approval .rules-autocomplete-button,
#kony-product-download-sdks-manage-form .rules-autocomplete-button,
#hotfix-releases-node-form .rules-autocomplete-button {
  top: -1px;
  height: 30px; }
#user-badges-edit-form fieldset.filter-wrapper,
#user-badges-settings-form fieldset.filter-wrapper,
#userpoints-admin-txn fieldset.filter-wrapper,
#userpoints-admin-settings fieldset.filter-wrapper,
#rules-admin-settings fieldset.filter-wrapper,
#rules-admin-components-overview fieldset.filter-wrapper,
#rules-admin-reaction-overview fieldset.filter-wrapper,
form[id*="rules-ui"] fieldset.filter-wrapper,
#rules-ui-form-edit-rules-config fieldset.filter-wrapper,
.page-comment-edit #comment-form fieldset.filter-wrapper,
.node-kony_blog-form fieldset.filter-wrapper,
#userpoints-search-user-form fieldset.filter-wrapper,
.entitytype-beta_agreement_form-form fieldset.filter-wrapper,
#kony-community-emails-admin-form fieldset.filter-wrapper,
.hotfix-release-approval fieldset.filter-wrapper,
#kony-product-download-sdks-manage-form fieldset.filter-wrapper,
#hotfix-releases-node-form fieldset.filter-wrapper {
  display: none; }
#user-badges-edit-form .form-textarea-wrapper,
#user-badges-settings-form .form-textarea-wrapper,
#userpoints-admin-txn .form-textarea-wrapper,
#userpoints-admin-settings .form-textarea-wrapper,
#rules-admin-settings .form-textarea-wrapper,
#rules-admin-components-overview .form-textarea-wrapper,
#rules-admin-reaction-overview .form-textarea-wrapper,
form[id*="rules-ui"] .form-textarea-wrapper,
#rules-ui-form-edit-rules-config .form-textarea-wrapper,
.page-comment-edit #comment-form .form-textarea-wrapper,
.node-kony_blog-form .form-textarea-wrapper,
#userpoints-search-user-form .form-textarea-wrapper,
.entitytype-beta_agreement_form-form .form-textarea-wrapper,
#kony-community-emails-admin-form .form-textarea-wrapper,
.hotfix-release-approval .form-textarea-wrapper,
#kony-product-download-sdks-manage-form .form-textarea-wrapper,
#hotfix-releases-node-form .form-textarea-wrapper {
  float: left;
  width: 60%; }
#user-badges-edit-form #edit-field-blog-attachments,
#user-badges-settings-form #edit-field-blog-attachments,
#userpoints-admin-txn #edit-field-blog-attachments,
#userpoints-admin-settings #edit-field-blog-attachments,
#rules-admin-settings #edit-field-blog-attachments,
#rules-admin-components-overview #edit-field-blog-attachments,
#rules-admin-reaction-overview #edit-field-blog-attachments,
form[id*="rules-ui"] #edit-field-blog-attachments,
#rules-ui-form-edit-rules-config #edit-field-blog-attachments,
.page-comment-edit #comment-form #edit-field-blog-attachments,
.node-kony_blog-form #edit-field-blog-attachments,
#userpoints-search-user-form #edit-field-blog-attachments,
.entitytype-beta_agreement_form-form #edit-field-blog-attachments,
#kony-community-emails-admin-form #edit-field-blog-attachments,
.hotfix-release-approval #edit-field-blog-attachments,
#kony-product-download-sdks-manage-form #edit-field-blog-attachments,
#hotfix-releases-node-form #edit-field-blog-attachments {
  color: #666;
  display: inline-block;
  margin-left: 25%;
  width: 60%; }
#user-badges-edit-form .captcha,
#user-badges-settings-form .captcha,
#userpoints-admin-txn .captcha,
#userpoints-admin-settings .captcha,
#rules-admin-settings .captcha,
#rules-admin-components-overview .captcha,
#rules-admin-reaction-overview .captcha,
form[id*="rules-ui"] .captcha,
#rules-ui-form-edit-rules-config .captcha,
.page-comment-edit #comment-form .captcha,
.node-kony_blog-form .captcha,
#userpoints-search-user-form .captcha,
.entitytype-beta_agreement_form-form .captcha,
#kony-community-emails-admin-form .captcha,
.hotfix-release-approval .captcha,
#kony-product-download-sdks-manage-form .captcha,
#hotfix-releases-node-form .captcha {
  box-shadow: none;
  padding: 15px 0 0 0; }
  #user-badges-edit-form .captcha legend,
  #user-badges-settings-form .captcha legend,
  #userpoints-admin-txn .captcha legend,
  #userpoints-admin-settings .captcha legend,
  #rules-admin-settings .captcha legend,
  #rules-admin-components-overview .captcha legend,
  #rules-admin-reaction-overview .captcha legend,
  form[id*="rules-ui"] .captcha legend,
  #rules-ui-form-edit-rules-config .captcha legend,
  .page-comment-edit #comment-form .captcha legend,
  .node-kony_blog-form .captcha legend,
  #userpoints-search-user-form .captcha legend,
  .entitytype-beta_agreement_form-form .captcha legend,
  #kony-community-emails-admin-form .captcha legend,
  .hotfix-release-approval .captcha legend,
  #kony-product-download-sdks-manage-form .captcha legend,
  #hotfix-releases-node-form .captcha legend {
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 25%; }
#user-badges-edit-form #edit-preview,
#user-badges-settings-form #edit-preview,
#userpoints-admin-txn #edit-preview,
#userpoints-admin-settings #edit-preview,
#rules-admin-settings #edit-preview,
#rules-admin-components-overview #edit-preview,
#rules-admin-reaction-overview #edit-preview,
form[id*="rules-ui"] #edit-preview,
#rules-ui-form-edit-rules-config #edit-preview,
.page-comment-edit #comment-form #edit-preview,
.node-kony_blog-form #edit-preview,
#userpoints-search-user-form #edit-preview,
.entitytype-beta_agreement_form-form #edit-preview,
#kony-community-emails-admin-form #edit-preview,
.hotfix-release-approval #edit-preview,
#kony-product-download-sdks-manage-form #edit-preview,
#hotfix-releases-node-form #edit-preview {
  margin-left: 10px; }

#user-badges-roles-form label {
  font-size: 16px;
  float: none;
  font-weight: normal;
  text-transform: capitalize; }
#user-badges-roles-form fieldset {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  #user-badges-roles-form fieldset.collapsed {
    padding: 0px;
    box-shadow: none; }

.error.required {
  border: 2px solid red !important; }
.error.form-textarea + div {
  border: 2px solid red; }

input[type=checkbox].error + label:before {
  border: 2px solid red; }

.page-admin-config-workflow-rules ul.secondary,
.page-admin-config-people-userpoints-transaction ul.secondary,
.page-user-points- ul.secondary {
  float: left;
  margin: 0 0 20px 0;
  padding: 0px;
  width: 100%; }
  .page-admin-config-workflow-rules ul.secondary li,
  .page-admin-config-people-userpoints-transaction ul.secondary li,
  .page-user-points- ul.secondary li {
    border: 0;
    float: left;
    padding: 0 2em; }
    .page-admin-config-workflow-rules ul.secondary li a,
    .page-admin-config-people-userpoints-transaction ul.secondary li a,
    .page-user-points- ul.secondary li a {
      border: 0; }
    .page-admin-config-workflow-rules ul.secondary li.active,
    .page-admin-config-people-userpoints-transaction ul.secondary li.active,
    .page-user-points- ul.secondary li.active {
      font-weight: bold;
      border-top: 1px solid #d6d6d6;
      border-right: 1px solid #d6d6d6;
      border-left: 1px solid #d6d6d6; }
.page-admin-config-workflow-rules .region-content,
.page-admin-config-people-userpoints-transaction .region-content,
.page-user-points- .region-content {
  clear: both; }
  .page-admin-config-workflow-rules .region-content .form-item-rules-debug-log,
  .page-admin-config-people-userpoints-transaction .region-content .form-item-rules-debug-log,
  .page-user-points- .region-content .form-item-rules-debug-log {
    margin-left: 25%; }
  .page-admin-config-workflow-rules .region-content .form-item-rules-debug,
  .page-admin-config-people-userpoints-transaction .region-content .form-item-rules-debug,
  .page-user-points- .region-content .form-item-rules-debug {
    clear: both; }
    .page-admin-config-workflow-rules .region-content .form-item-rules-debug .form-item-rules-debug,
    .page-admin-config-people-userpoints-transaction .region-content .form-item-rules-debug .form-item-rules-debug,
    .page-user-points- .region-content .form-item-rules-debug .form-item-rules-debug {
      display: inline-block; }

.product-reports h3 {
  display: inline-block;
  margin-top: 0; }
.product-reports .button {
  float: right;
  margin-bottom: 20px; }
.product-reports label {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1em;
  min-width: 100px;
  line-height: 1;
  text-align: left;
  width: auto; }
.product-reports .form-item {
  display: inline-block; }
.product-reports .form-item-product {
  float: none;
  display: block; }
.product-reports .select-wrapper {
  float: left; }
.product-reports .download-reports-search-clear {
  float: none;
  margin-left: 20px;
  font-size: 16px;
  text-transform: none; }
.product-reports .container-inline-date {
  margin-bottom: 20px; }
.product-reports td.active {
  max-width: 200px;
  word-wrap: break-word; }

.search-api-page-results .search-results {
  padding-left: 0; }

/* Kony Blogs */
.blog-author,
.blog-sitemap,
.blog-created-time,
.commenter-name,
.comment-time {
  color: #666;
  margin-right: 10px; }

.blog-image img {
  max-width: 100%; }

@media only screen and (max-width: 767px) {
  .blog_list {
    margin-top: 65px; } }

.blog-comments .form-wrapper,
.blog-comments .form-item {
  float: left; }
.blog-comments label {
  color: #666;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  width: 85px; }
.blog-comments input[type="text"] {
  color: #666;
  font-size: 15px;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1); }
.blog-comments .form-textarea-wrapper {
  float: left;
  width: 85%; }
.blog-comments .user-picture,
.blog-comments .submitted {
  display: inline-block;
  margin-right: 20px; }
  .blog-comments .user-picture p,
  .blog-comments .submitted p {
    margin: 10px 0; }
.blog-comments .comment-edit,
.blog-comments .comment-approve {
  padding: 0; }
  .blog-comments .comment-edit a,
  .blog-comments .comment-approve a {
    padding: .35em 2.5em;
    text-transform: capitalize; }
.blog-comments .comment-by-viewer {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px; }
.blog-comments .captcha {
  padding: 20px 0 0; }
  .blog-comments .captcha legend {
    box-sizing: border-box;
    color: #707070;
    display: inline-block;
    float: left;
    font-family: "Public Sans", sans-serif;
    font-size: 15px;
    padding: 7px 10px 0 2px;
    text-align: left;
    width: 80px;
    text-transform: capitalize; }
  .blog-comments .captcha .fieldset-description {
    margin-bottom: 20px; }
.blog-comments .form-item {
  width: 100%; }
  .blog-comments .form-item input[type="text"] {
    width: 76%; }
@media only screen and (min-width: 960px) {
  .blog-comments #edit-actions {
    margin-left: 12%; } }
.blog-comments #edit-actions #edit-submit {
  margin-right: 20px; }
.blog-comments .filter-wrapper {
  display: none; }
.blog-comments .comment-permalink {
  display: none; }
.blog-comments .comment {
  margin-top: 15px; }
  .blog-comments .comment.comment-unpublished {
    margin-bottom: 35px;
    padding: 15px; }
.blog-comments .user-picture {
  max-width: 100px;
  word-break: break-word; }

.comment-wrapper .title {
  position: relative; }
  .comment-wrapper .title:after {
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
    background-size: 100% auto;
    content: '';
    display: block;
    width: 100%;
    z-index: 2;
    height: 1px; }

.view-kony-blog .views-row h2 {
  font-size: 30px;
  margin-top: 0;
  font-family: "Karbon Light", Helvetica, sans-serif; }

.blog-detail {
  margin-top: 15px; }
  .blog-detail .kony-blog-title {
    font-family: "Karbon Regular", Helvetica, sans-serif;
    margin-top: 0; }
  .blog-detail .blog-image {
    margin-top: 15px; }
  .blog-detail .sharethis-buttons {
    margin: 20px 0; }
  @media only screen and (max-width: 767px) {
    .blog-detail {
      margin-top: 65px !important; } }

.blog-category {
  margin: 20px 0; }
  .blog-category .category-hd {
    margin-bottom: 0; }
    .blog-category .category-hd > * {
      background: #11a2de;
      padding: 9px 20px;
      color: #fff;
      font: 20px/1 "Karbon Regular", Helvetica, sans-serif;
      margin-bottom: 0; }
  .blog-category .category-bd {
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    padding: 20px; }
    .blog-category .category-bd .vList li {
      padding-left: 0;
      margin-bottom: 10px; }
      .blog-category .category-bd .vList li i {
        font-size: 6px;
        color: #00a3d9;
        vertical-align: middle;
        margin-right: 8px; }
    @media only screen and (max-width: 767px) {
      .blog-category .category-bd {
        border: 0; } }

.blog-categories .mob-slide-down-pane .slide-pane-arrow {
  display: none; }
@media only screen and (max-width: 767px) {
  .blog-categories .mob-slide-down-pane {
    display: none;
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #e4e4e4;
    padding: 10px;
    overflow: visible;
    position: relative;
    margin: 0 0 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px; } }
.blog-categories .mob-slide-down-pane .tags .category-bd a {
  display: inline-block;
  margin-right: 10px;
  text-align: left;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  .blog-categories .mob-slide-down-pane .tags .category-bd a.tag-cloud-low {
    font-size: 12px; }
  .blog-categories .mob-slide-down-pane .tags .category-bd a.tag-cloud-very-high {
    font-size: 32px; }
  .blog-categories .mob-slide-down-pane .tags .category-bd a.tag-cloud-medium {
    font-size: 22px; }
  .blog-categories .mob-slide-down-pane .tags .category-bd a.tag-cloud-high {
    font-size: 26px; }
  .blog-categories .mob-slide-down-pane .tags .category-bd a.tag-cloud-average {
    font-size: 18px; }
.blog-categories .mob-slide-down {
  background: #5195ec;
  color: #fff;
  cursor: pointer;
  display: block;
  font: 18px "Karbon Regular", Helvetica, sans-serif;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px; }
  .blog-categories .mob-slide-down .icon-sort-up {
    position: relative;
    top: 6px; }
@media only screen and (min-width: 767px) {
  .blog-categories .mob-slide-down {
    display: none; } }
@media only screen and (max-width: 767px) {
  .blog-categories {
    position: absolute;
    top: 65px;
    left: 0; } }

.konyProduct .drop-shadow {
  position: relative; }
.konyProduct .kony-blog-title {
  display: inline-block;
  font-family: "Karbon Regular", Helvetica, sans-serif;
  margin-top: 0; }
.konyProduct .kony-blog-rss {
  float: right;
  font-size: 18px;
  margin: 10px 21px 14px 0; }

#kony-blog-search {
  position: relative;
  margin: 20px 0;
  padding-bottom: 25px; }
  #kony-blog-search:after {
    content: '\f002';
    text-decoration: inherit;
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 3px;
    color: #adadad;
    font-size: 18px; }
  #kony-blog-search .form-submit {
    padding: 0;
    border: 0;
    position: absolute;
    min-width: auto;
    right: 0;
    width: 25px;
    height: 27px;
    top: 0;
    z-index: 999;
    background-color: transparent; }
  #kony-blog-search #edit-search {
    color: #adadad;
    width: 100%; }

.blog-tags {
  color: #666;
  margin-bottom: 15px; }
  .blog-tags .blog-tags-wrapper a {
    display: inline-block;
    padding: 3px;
    font-size: 14px;
    margin: 5px 5px 0;
    border-radius: 3px;
    background-color: #f4f4f4;
    vertical-align: baseline; }
  .blog-tags .vList {
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 95%; }
    .blog-tags .vList li {
      list-style-type: none;
      float: left;
      margin-right: 10px;
      list-style-type: none; }
  .blog-tags .icon-paper-clip {
    font-size: 20px; }

.node-kony_blog-form .form-actions {
  margin-left: 25%; }
  .node-kony_blog-form .form-actions input[type="submit"] {
    margin-right: 20px; }
.node-kony_blog-form .vertical-tabs {
  border: 0; }
  .node-kony_blog-form .vertical-tabs .vertical-tabs-list,
  .node-kony_blog-form .vertical-tabs .vertical-tab-button {
    border: 0;
    text-align: right; }
    .node-kony_blog-form .vertical-tabs .vertical-tabs-list a:hover,
    .node-kony_blog-form .vertical-tabs .vertical-tab-button a:hover {
      outline: none; }
.node-kony_blog-form .vertical-tabs-pane {
  box-shadow: none; }
.node-kony_blog-form #edit-comment {
  display: inherit; }
  .node-kony_blog-form #edit-comment .form-type-radio {
    display: block; }
    .node-kony_blog-form #edit-comment .form-type-radio .description {
      clear: both;
      display: block;
      margin-left: 5%; }
.node-kony_blog-form .select-wrapper,
.node-kony_blog-form input[type="text"],
.node-kony_blog-form .image-widget-data {
  width: 40%; }

.kony_blog.attachments {
  background: transparent url("../../images/file-types.png") no-repeat scroll left top;
  background-size: cover;
  display: inline-block;
  height: 16px;
  margin: 0 10px 0;
  vertical-align: middle;
  width: 16px; }
  .kony_blog.attachments.txt {
    background-position: 0px -48px; }
  .kony_blog.attachments.ppt {
    background-position: 0px -32px; }
  .kony_blog.attachments.worddoc {
    background-position: 0px -16px; }
  .kony_blog.attachments.pdf {
    background-position: 0 0; }

#edit-submit-community-landing {
  margin-top: 0; }

#edit-submit-community-landing,
#edit-submit-community-product {
  margin: 10px 25% 13px; }

.quicktabs-tabpage #edit-reset {
  margin-top: 0; }

.filter .form-checkboxes {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 1px solid #DBDBDB;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 99; }
  .filter .form-checkboxes:before {
    background: url("../../images/filter-arrow.png") no-repeat center center;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: -12px;
    width: 100%; }
.filter .form-item.form-type-checkbox {
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 15px 0px 33px 15px;
  position: relative;
  white-space: nowrap; }
  .filter .form-item.form-type-checkbox input[type=checkbox] {
    float: right;
    position: relative;
    opacity: 0; }
  .filter .form-item.form-type-checkbox label.option {
    display: block;
    max-width: 175px;
    font-weight: normal;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.06667em;
    line-height: 1.25;
    width: auto; }
  .filter .form-item.form-type-checkbox span.checkbox {
    background: #fff;
    border: solid 1px #d6d6d6;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 15px; }
    .filter .form-item.form-type-checkbox span.checkbox:after {
      background: transparent;
      border: 2px solid #488844;
      border-right: 0;
      border-top: 0;
      content: '';
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
      filter: alpha(opacity=0);
      height: 3.5px;
      left: 3px;
      opacity: 0;
      position: absolute;
      top: 3px;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      width: 7px; }
  .filter .form-item.form-type-checkbox:hover .checkbox:after {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
    filter: alpha(opacity=30);
    opacity: .5; }
  .filter .form-item.form-type-checkbox.active .checkbox:after {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1; }
.filter.-open > a:after {
  border-bottom-color: #fff;
  border-top-color: transparent;
  top: 11px; }
.filter.-open .form-checkboxes {
  display: block; }

#userpoints-search-user-form .button {
  margin-left: 20px;
  font-size: 16px;
  line-height: normal;
  text-transform: none;
  vertical-align: middle; }
#userpoints-search-user-form #edit-submit {
  margin-left: 20px; }
#userpoints-search-user-form .form-type-textfield {
  width: auto;
  display: inline; }
  #userpoints-search-user-form .form-type-textfield #edit-user-name {
    width: 40%; }

.webform-client-form .webform-component--date .select-wrapper {
  min-width: 15%; }
.webform-client-form .webform-calendar {
  float: none;
  height: 35px;
  vertical-align: bottom;
  width: 35px; }
.webform-client-form .form-actions {
  margin-left: 25%; }

.beta-agreement-form {
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 52px;
  border: 2px solid #ccc;
  padding: 20px;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1); }
  .beta-agreement-form h3 {
    color: #586977;
    margin: 0 0 30px 0;
    text-align: center; }

.entitytype-beta_agreement_form-form #edit-actions #edit-submit {
  margin-left: 68%; }

.view-display-id-platform_apps_menu {
  width: 30%;
  float: left;
  overflow-y: scroll;
  margin-right: 3%;
  height: 630px;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1); }
  .view-display-id-platform_apps_menu h3 {
    cursor: pointer;
    font-family: "Karbon Medium", Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 0; }
    .view-display-id-platform_apps_menu h3:before {
      content: "\f0da";
      font-family: FontAwesome;
      padding-right: 7px; }
    .view-display-id-platform_apps_menu h3.active:before {
      content: "\f0d7"; }
  .view-display-id-platform_apps_menu .view-content {
    padding-left: 30px; }
    .view-display-id-platform_apps_menu .view-content > .platformapps-link {
      display: none; }
  .view-display-id-platform_apps_menu .field-content {
    margin: 5px 0; }
    .view-display-id-platform_apps_menu .field-content a {
      font-size: 14px;
      padding-left: 10px; }
  .view-display-id-platform_apps_menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5; }
  .view-display-id-platform_apps_menu::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }
  .view-display-id-platform_apps_menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #EDEDED; }
  @media only screen and (max-width: 767px) {
    .view-display-id-platform_apps_menu {
      width: 100%; } }

.view-display-id-platform_apps_content {
  width: 64%;
  padding: 15px 10px;
  overflow-y: scroll;
  float: left;
  height: 600px; }
  .view-display-id-platform_apps_content .views-field-nothing {
    background: url("../../images/resource-sample.png") left center no-repeat;
    width: 15%;
    height: 60px;
    float: left;
    margin-bottom: 10px; }
  .view-display-id-platform_apps_content .views-field-field-platform-apps-title {
    color: #00a3d9;
    float: left;
    margin-bottom: 10px;
    font-family: "Karbon Regular", Helvetica, sans-serif;
    font-size: 1.5em;
    width: 80%; }
  .view-display-id-platform_apps_content .views-field-body {
    clear: both; }
  .view-display-id-platform_apps_content .views-field-field-sample-app-links {
    margin-bottom: 25px; }
    .view-display-id-platform_apps_content .views-field-field-sample-app-links ul {
      margin: 0 0 10px 0;
      padding: 0; }
      .view-display-id-platform_apps_content .views-field-field-sample-app-links ul li {
        list-style-type: none;
        margin-bottom: 5px; }
    .view-display-id-platform_apps_content .views-field-field-sample-app-links a {
      font-family: "Karbon Regular", Helvetica, sans-serif;
      padding: 7px; }
      .view-display-id-platform_apps_content .views-field-field-sample-app-links a:before {
        content: "\f0ab";
        font-family: FontAwesome;
        padding-right: 10px; }
  .view-display-id-platform_apps_content .views-row {
    margin-bottom: 30px;
    border-bottom: 2px solid #d6d6d6;
    padding: 15px 0; }
  .view-display-id-platform_apps_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5; }
  .view-display-id-platform_apps_content::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }
  .view-display-id-platform_apps_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #EDEDED; }
  @media only screen and (max-width: 767px) {
    .view-display-id-platform_apps_content {
      width: 100%; } }

#community-forum-status-form {
  font-weight: bold;
  line-height: 1.8;
  min-width: 0px;
  padding: 0 3px;
  position: absolute;
  right: -2px;
  text-align: center;
  text-transform: uppercase;
  top: -30px; }
  #community-forum-status-form .select-wrapper:before {
    background: none;
    box-shadow: none;
    right: -2px;
    top: -1px;
    width: 20px;
    height: 20px;
    z-index: 9; }
  #community-forum-status-form .select-wrapper:after {
    color: black;
    font: 11px "Consolas", monospace;
    right: 0px;
    top: 1px;
    z-index: 10; }
  #community-forum-status-form .select-wrapper select {
    width: auto;
    padding-right: 15px;
    padding-left: 3px;
    font-size: .75em;
    font-family: "Public Sans", sans-serif;
    text-align: left;
    height: 18px; }
    #community-forum-status-form .select-wrapper select::-ms-expand {
      display: none; }

.release-date {
  width: 15%;
  display: inline-block;
  float: left; }

.release-details {
  width: 70%;
  float: left;
  padding-left: 40px;
  display: inline-block; }
  .release-details ul {
    margin: 0;
    padding: 0; }
    .release-details ul li {
      list-style-type: none; }
      .release-details ul li:before {
        content: "•";
        font-size: 25px;
        vertical-align: bottom;
        padding-right: 5px; }

#good-question {
  padding: 0 25px; }
  #good-question h2 {
    text-align: center; }
  #good-question h5 {
    margin: 0; }
  #good-question p:empty {
    display: none; }
  #good-question div {
    margin-bottom: 10px; }
    #good-question div p {
      margin: 0; }

#ask-good-question {
  margin-left: 27.3%;
  position: relative;
  top: -12px;
  display: none; }

.kony-hotfix-releases-page-content {
  padding: 0 25px; }
  .kony-hotfix-releases-page-content h3 {
    display: inline-block;
    font-family: "Karbon Regular", Helvetica, sans-serif;
    margin-top: 0; }
  .kony-hotfix-releases-page-content .hotfix-subscribe {
    float: right;
    padding: 5px 22px 5px 5px;
    min-width: auto;
    border-radius: 0;
    background: #00a3d9 url("../../images/rss.png") no-repeat;
    background-size: 13px;
    background-position: 95% 40%; }
    .kony-hotfix-releases-page-content .hotfix-subscribe:after {
      content: "\f09e";
      font-family: FontAwesome; }
  .kony-hotfix-releases-page-content #quicktabs-hotfix_release .quicktabs-tabs li {
    width: 15%; }
  .kony-hotfix-releases-page-content .release-title {
    color: #00a3d9;
    margin: 15px 0 5px 0px; }
    .kony-hotfix-releases-page-content .release-title .release-platform {
      padding-right: 50px; }
  .kony-hotfix-releases-page-content .support-ticket {
    font-weight: bold;
    margin-bottom: 0; }
  .kony-hotfix-releases-page-content p:empty {
    display: none; }
  .kony-hotfix-releases-page-content .release-tickets p {
    margin: 5px 0; }
  .kony-hotfix-releases-page-content .hotfix-footer {
    display: inline-block; }
  .kony-hotfix-releases-page-content hr {
    height: 0; }
  .kony-hotfix-releases-page-content .hotfix-releases {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
  .kony-hotfix-releases-page-content .view-filters .views-exposed-form .form-type-textfield input[type="text"] {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
    width: 100%; }
  .kony-hotfix-releases-page-content .view-filters .views-exposed-form .form-submit {
    margin: 0;
    min-width: inherit;
    padding: .3em 1.5em; }

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

.hotfix-release-search-form .form-submit {
  float: right;
  margin-bottom: 15px; }
.hotfix-release-search-form .download-reports-search-clear {
  padding: 12px 24px; }
.hotfix-release-search-form .defect-details {
  width: 33%; }
.hotfix-release-search-form table td {
  color: #586977;
  vertical-align: top; }
  .hotfix-release-search-form table td:first-of-type {
    width: 2%; }
  .hotfix-release-search-form table td p {
    margin-top: 0px; }

.no-of-hits {
  border-top: 2px solid #c8c8c8; }

#kony-product-download-sdks-manage-form .media-thumbnail {
  width: 100px;
  height: 100px; }
  #kony-product-download-sdks-manage-form .media-thumbnail label {
    width: 100%;
    font-size: 14px;
    text-align: center; }
#kony-product-download-sdks-manage-form .link-field-subrow {
  display: inline-block;
  width: 50%; }
  #kony-product-download-sdks-manage-form .link-field-subrow .form-item {
    margin: 0; }
  #kony-product-download-sdks-manage-form .link-field-subrow label,
  #kony-product-download-sdks-manage-form .link-field-subrow .description {
    font-size: 14px;
    margin: 0;
    width: auto; }
#kony-product-download-sdks-manage-form .link-field-column {
  float: none;
  width: 100%; }
#kony-product-download-sdks-manage-form #sdks-fieldset-wrapper input[type=submit] {
  margin-left: 25%; }
#kony-product-download-sdks-manage-form input[type=submit] {
  margin-right: 5%; }

#hotfix-releases-node-form .lightbox-action-wrapper {
  text-align: center; }
  #hotfix-releases-node-form .lightbox-action-wrapper #edit-actions {
    display: inline-block; }
#hotfix-releases-node-form fieldset {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0; }
  #hotfix-releases-node-form fieldset legend {
    display: inline-block;
    width: 25%;
    text-align: right;
    float: left;
    padding-top: 7px;
    padding-right: 10px;
    box-sizing: border-box; }
  #hotfix-releases-node-form fieldset .fieldset-wrapper {
    display: inline-block; }
  #hotfix-releases-node-form fieldset .description {
    margin: 0; }
  #hotfix-releases-node-form fieldset .date-padding {
    padding: 0; }
    #hotfix-releases-node-form fieldset .date-padding label {
      display: none; }
#hotfix-releases-node-form #field_comment_submit {
  margin-left: 25%; }

/* State styles */
.loc-trigger.active:before {
  background: #fff;
  border-right: 1px solid #ccc;
  color: #113457; }

.loc-list.active {
  display: block; }

@media only screen and (max-width: 959px) {
  .header__nav.active {
    display: block !important; }
    .header__nav.active li {
      display: block; }
    .header__nav.active li.active .subnav-trigger {
      background: #e5e5e5;
      border-left: 1px solid #dadada;
      z-index: 2; }
    .header__nav.active li.active li .subnav-trigger {
      border: none;
      padding: 10px 19px 5px 19px;
      z-index: 0; }
    .header__nav.active li.active li.active a .subnav-trigger:before {
      color: #fff; }
    .header__nav.active li.active li.active .subnav-trigger {
      background: #cacaca;
      color: #fff;
      border-left: 1px solid #c1c1c1;
      z-index: 2; }
    .header__nav.active li.active > ul {
      display: block !important; }
      .header__nav.active li.active > ul a .subnav-trigger:before {
        color: #00a3d9; }
    .header__nav.active .header__search {
      display: block; }
    .header__nav.active .header__contact {
      display: block; } }

.header__nav-trigger.active {
  background: #f2f2f2; }

.header__nav-trigger.active:before {
  color: #113457; }

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

/*# sourceMappingURL=styles.css.map */
