/***** Footer *****/
.footer-top {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  width: 1000px;
}

.footer-menu {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.footer-menu-items {
  color: #FFF;
  float: left;
  position: relative;
  padding-right: 30px;
  font-size: 8px;
  font-weight: 700;
  line-height: 20px;
}

.footer-logo {
  float: left;
  padding-right: 25px;
}

.footer-form {
  height: 30px;
  width: 190px;
  border-radius: 5px;
  border: none;
}

.footer-menu-first-item {
  color: #FFF;
  float: left;
  padding-right: 30px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
}

.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}

.footer a {
  color: #FFF;
  text-decoration: none;
}

.footer a:hover {
  color: #dd3c4e;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: #a6a8ae;
  display: inline-block;
  font-weight: 300;
}
/* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #ffffff;
}

body {
  color: rgba(61, 66, 85, 1);
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.modal-box {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modal-box:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-box > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #00d9ff;
}

.menu-bar {
  padding-left:10%;
}

.menu-bar a{
  color:white;
  padding-left:30px;
  padding-top:7px;
  float:left;
  font-size:150%;
}

.menu-bar a:hover{
  text-decoration:none;
  color:dd3c4e;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    overflow: visible;
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxLoadedContent iframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
#cboxOverlay {
    background: #222 none repeat scroll 0 0;
}
#colorbox {
}
#cboxContent {
    margin-top: 32px;
}
#cboxLoadedContent {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    padding: 15px;
}
#cboxLoadingGraphic {
}
#cboxLoadingOverlay {
    background: #000 none repeat scroll 0 0;
}
#cboxTitle {
    color: #000;
    left: 0;
    position: absolute;
    top: -22px;
}
#cboxCurrent {
    position: absolute;
    right: 205px;
    text-indent: -9999px;
    top: -22px;
}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
    height: 20px;
    position: absolute;
    text-indent: -9999px;
    top: -20px;
    width: 20px;
}
#cboxClose {
    background: rgba(0, 0, 0, 0) url("/images/sprites/icons.png") no-repeat scroll 0 0;
    height: 18px;
    right: 15px;
    top: -18px;
    width: 22px;
}
#cboxPrevious {
    background-position: 0 0;
    right: 44px;
}
#cboxPrevious.hover {
    background-position: 0 -25px;
}
#cboxNext {
    background-position: -25px 0;
    right: 22px;
}
#cboxNext.hover {
    background-position: -25px -25px;
}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
    right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
    background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
    background-position: -75px -25px;
}
#colorpicker {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 2px outset #c0c0c0;
    height: 135px;
    overflow: hidden;
    position: absolute;
    width: 145px;
    z-index: 1000;
}
#colorpicker-hue-container {
    height: 110px;
    left: 120px;
    position: absolute;
    top: 4px;
    width: 18px;
}
#colorpicker-hue-bg-img {
    height: 100%;
    width: 100%;
}
#colorpicker-hue-slider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#colorpicker-hue-thumb {
    cursor: default;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
    z-index: 1009;
}
#colorpicker-bar {
    padding-right: 10px;
    text-align: right;
}
#colorpicker-close {
    color: blue;
    cursor: pointer;
    font-family: Tahoma,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
}
#colorpicker-div {
    border: 1px solid #666;
    height: 100px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 100px;
}
#colorpicker-bg, #colorpicker-bg-overlay {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}
#colorpicker-selector {
    cursor: default;
    height: 11px;
    left: 0;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute;
    top: 0;
    width: 11px;
    z-index: 1009;
}
#colorpicker-selector img {
    left: 0;
    position: absolute;
    top: 0;
}
#colorpicker-footer {
    left: 10px;
    position: absolute;
    top: 114px;
    width: 127px;
}
#colorpicker-value {
    float: left;
}
#colorpicker-value, #colorpicker-value-input {
    font-family: Helvetica,Verdana,sans-serif;
    font-size: 9px !important;
    height: 10px;
}
#colorpicker-value-input {
    width: 40px;
}
#colorpicker-okbutton {
    background: #3366ff none repeat scroll 0 0;
    border: 1px solid #666666;
    color: #ffffff;
    float: right;
    font-family: Tahoma,Helvetica,sans-serif;
    font-size: 10px;
    padding: 0 10px;
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    left: -1e+8px;
    position: absolute;
}
.ui-helper-reset {
    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}
.ui-helper-clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.ui-helper-clearfix {
    display: inline-block;
}
* html .ui-helper-clearfix {
    height: 1%;
}
.ui-helper-clearfix {
    display: block;
}
.ui-helper-zfix {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-widget {
    font-family: Arial,sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    background: #ffffff url("/images/jquery-ui/base-theme/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #aaaaaa;
    color: #222222;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    background: #cccccc url("/images/jquery-ui/base-theme/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #aaaaaa;
    color: #222222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222222;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: #e6e6e6 url("/images/jquery-ui/base-theme/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #d3d3d3;
    color: #555555;
    font-weight: normal;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    background: #dadada url("/images/jquery-ui/base-theme/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #999999;
    color: #212121;
    font-weight: normal;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:focus {
    color: #212121;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    background: #ffffff url("/images/jquery-ui/base-theme/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #aaaaaa;
    color: #212121;
    font-weight: normal;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-widget *:active {
    outline: medium none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: #fbf9ee url("/images/jquery-ui/base-theme/ui-bg_glass_55_fbf9ee_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #fcefa1;
    color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
    color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error {
    background: #fef1ec url("/images/jquery-ui/base-theme/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #cd0a0a;
    color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a {
    color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
    font-weight: normal;
    opacity: 0.7;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    background-image: none;
    opacity: 0.35;
}
.ui-icon {
    background-image: url("/images/jquery-ui/base-theme/ui-icons_222222_256x240.png");
    height: 16px;
    width: 16px;
}
.ui-widget-content .ui-icon {
    background-image: url("/images/jquery-ui/base-theme/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("/images/jquery-ui/base-theme/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
    background-image: url("/images/jquery-ui/base-theme/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/images/jquery-ui/base-theme/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("/images/jquery-ui/base-theme/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("/images/jquery-ui/base-theme/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/images/jquery-ui/base-theme/ui-icons_cd0a0a_256x240.png");
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-off {
    background-position: -96px -144px;
}
.ui-icon-radio-on {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-corner-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.ui-corner-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.ui-corner-right {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.ui-corner-left {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.ui-corner-all {
    border-radius: 4px;
}
.ui-widget-overlay {
    background: #aaaaaa url("/images/jquery-ui/base-theme/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50%;
    opacity: 0.3;
}
.ui-widget-shadow {
    background: #aaaaaa url("/images/jquery-ui/base-theme/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50%;
    border-radius: 8px;
    margin: -8px 0 0 -8px;
    opacity: 0.3;
    padding: 8px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    height: 100px;
    width: 0.8em;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-bottom: -0.6em;
    margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 17em;
}
.ui-datepicker .ui-datepicker-header {
    padding: 0.2em 0;
    position: relative;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    width: 100%;
}
.ui-datepicker th {
    border: 0 none;
    font-weight: bold;
    padding: 0.7em 0.3em;
    text-align: center;
}
.ui-datepicker td {
    border: 0 none;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: 0.5em 0.2em 0.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto 0.4em;
    width: 95%;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}
.ui-datepicker-cover {
    display: block;
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 200px;
    z-index: -1;
}
.select2-container {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.select2-container, .select2-drop, .select2-search, .select2-search input {
    box-sizing: border-box;
}
.select2-container .select2-choice {
    background-clip: padding-box;
    background-color: #fff;
    background-image: -moz-linear-gradient(center bottom , #eeeeee 0%, white 50%);
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #444;
    display: block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.select2-container.select2-drop-above .select2-choice {
    background-image: -moz-linear-gradient(center bottom , #eeeeee 0%, white 90%);
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
}
.select2-container .select2-choice span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-choice abbr {
    background: rgba(0, 0, 0, 0) url("/images/select2.png") no-repeat scroll right top;
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 12px;
    outline: 0 none;
    position: absolute;
    right: 26px;
    text-decoration: none;
    top: 8px;
    width: 12px;
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}
.select2-drop {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color #aaa #aaa;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    color: #000;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
}
.select2-drop.select2-drop-above {
    border-bottom: 0 none;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #aaa;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    margin-top: 1px;
}
.select2-container .select2-choice div {
    background: #ccc -moz-linear-gradient(center bottom , #ccc 0%, #eee 60%) repeat scroll 0 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}
.select2-container .select2-choice div b {
    background: rgba(0, 0, 0, 0) url("/images/select2.png") no-repeat scroll 0 1px;
    display: block;
    height: 100%;
    width: 100%;
}
.select2-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}
.select2-search-hidden {
    display: block;
    left: -10000px;
    position: absolute;
}
.select2-search input {
    background: url("/images/select2.png") no-repeat scroll 100% -22px, rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom , white 85%, #eeeeee 99%) repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;
    font-family: sans-serif;
    font-size: 1em;
    height: auto !important;
    margin: 0;
    min-height: 26px;
    outline: 0 none;
    padding: 4px 20px 4px 5px;
    width: 100%;
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}
.select2-search input.select2-active {
    background: url("/images/spinner.gif") no-repeat scroll 100% center, rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom , white 85%, #eeeeee 99%) repeat scroll 0 0;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    outline: medium none;
}
.select2-dropdown-open .select2-choice {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #eee;
    background-image: -moz-linear-gradient(center bottom , white 0%, #eeeeee 50%);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #aaa #aaa transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #fff inset;
}
.select2-dropdown-open .select2-choice div {
    background: transparent none repeat scroll 0 0;
    border-left: medium none;
}
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}
.select2-results {
    margin: 4px 4px 4px 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 4px;
    position: relative;
}
.select2-results ul.select2-result-sub {
    margin: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
    padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 120px;
}
.select2-results li {
    display: list-item;
    list-style: outside none none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}
.select2-results .select2-result-label {
    cursor: pointer;
    margin: 0;
    padding: 3px 7px 4px;
}
.select2-results .select2-highlighted {
    background: #3875d7 none repeat scroll 0 0;
    color: #fff;
}
.select2-results li em {
    background: #feffde none repeat scroll 0 0;
    font-style: normal;
}
.select2-results .select2-highlighted em {
    background: transparent none repeat scroll 0 0;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: #f4f4f4 none repeat scroll 0 0;
    display: list-item;
}
.select2-results .select2-disabled {
    display: none;
}
.select2-more-results.select2-active {
    background: #f4f4f4 url("/images/spinner.gif") no-repeat scroll 100% center;
}
.select2-more-results {
    background: #f4f4f4 none repeat scroll 0 0;
    display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0 none;
}
.select2-container-multi .select2-choices {
    background-color: #fff;
    background-image: -moz-linear-gradient(center top , #eeeeee 1%, #ffffff 15%);
    border: 1px solid #aaa;
    cursor: text;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    outline: medium none;
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: outside none none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
    background: transparent none repeat scroll 0 0 !important;
    border: 0 none;
    box-shadow: none;
    color: #666;
    font-family: sans-serif;
    font-size: 100%;
    height: 15px;
    margin: 1px 0;
    outline: 0 none;
    padding: 5px;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url("/images/spinner.gif") no-repeat scroll 100% center !important;
}
.select2-default {
    color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    background-clip: padding-box;
    background-color: #e4e4e4;
    background-image: -moz-linear-gradient(center top , #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 5px 3px 18px;
    position: relative;
}
.select2-container-multi .select2-choices .select2-search-choice span {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4 none repeat scroll 0 0;
}
.select2-search-choice-close {
    background: rgba(0, 0, 0, 0) url("/images/select2.png") no-repeat scroll right top;
    display: block;
    font-size: 1px;
    height: 13px;
    outline: medium none;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    padding: 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
}
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-result-selectable .select2-match {
    text-decoration: underline;
}
.select2-result-unselectable .select2-match {
    text-decoration: none;
}
.select2-offscreen {
    left: -10000px;
    position: absolute;
}
@media not all {
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
    background-image: url("/images/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
}
.select2-search input {
    background-position: 100% -21px !important;
}
}
table.table2 {
    border-collapse: collapse;
    padding-bottom: 12px;
    width: 100%;
}
table.table2 th, table.table2 td {
    padding: 12px;
    text-align: center;
}
table.table2 th.links a, table.table2 td.links a {
    visibility: hidden;
}
table.table2 th:first-child, table.table2 th.first, table.table2 td:first-child, table.table2 td.first {
    padding-left: 0;
    text-align: left;
}
table.table2 th:last-child, table.table2 th.last, table.table2 td:last-child, table.table2 td.last {
    padding-right: 0;
    text-align: right;
}
table.table2 tr:hover .links a {
    visibility: visible;
}
table.table2 .links a, table.table2 .edit_this {
    font-weight: bold;
}
table.table2 thead tr + tr th, table.table2 thead tr + tr td, table.table2 tbody tr th, table.table2 tbody tr td, table.table2 tfoot tr th, table.table2 tfoot tr td {
    border-top: 1px solid #f0f0f0;
}
table.table2 tbody tr:last-child th, table.table2 tbody tr:last-child td, table.table2 tbody tr.nobottom th, table.table2 tbody tr.nobottom td {
    padding-bottom: 0;
}
body.embedded_in_lotus tr.linked {
    cursor: default;
}
html {
    height: 100%;
    overflow-y: scroll;
}
.proxima .tagcloud .tag-wrapper a, .proxima .tagcloud .tag-wrapper span {
    font-size: 12px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
* {
    margin: 0;
    padding: 0;
}
a:focus {
    outline: medium none;
}
*::-moz-focus-inner, *:focus::-moz-focus-inner {
    border: medium none;
}
body {
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    height: 100%;
    min-width: 982px;
    padding: 0 8px;
}
a {
    text-decoration: none;
}
a {
    color: #1a6690;
    cursor: pointer;
}
.content a {
    color: #1a6690;
}
a:hover, a:focus, div.column li a:hover, div.column li a:focus {
    color: #333;
    text-decoration: underline;
}
a.emphasized {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
}
a img {
    border: medium none;
}
fieldset {
    border: medium none;
}
fieldset.radio-form {
    position: relative;
}
h1, h2 {
    color: #555;
}
h3, h4, h5 {
    color: #333;
}
textarea {
    padding: 5px;
}
input {
    padding: 5px;
}
button {
    padding: 5px 10px;
}
div.clear {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
}
div.clearboth {
    clear: both;
    padding: 2px;
}
select.highlight, input.highlight, span.highlight, p.highlight, div.highlight {
    background: #fff1a9 none repeat scroll 0 0;
}
input[disabled="disabled"] {
    color: #999;
}
select {
    height: 25px;
    padding: 2px 0;
}
span.highlight {
    padding: 0 2px;
}
select option {
    padding-left: 5px;
    padding-right: 5px;
}
input[type="email"], input[type="text"], input[type="password"], select, textarea, .multi_value_field, input.combobox-button {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    color: #333;
    outline: medium none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input.large {
    width: 400px;
}
.content input.title {
    font-size: 20px;
    width: 95%;
}
#ticketform input, #ticketform textarea {
    font-size: 14px;
    width: 100%;
}
#ticketform input[type="checkbox"] {
    width: auto;
}
.frame input.title {
    font-size: 18px;
    width: 100%;
}
textarea {
    font-family: Arial,Helvetica,sans-serif;
    overflow: auto;
}
textarea.medium {
    font-size: 11px;
    height: 60px;
    width: 200px;
}
textarea.large {
    height: 150px;
    width: 400px;
}
input[type="text"]:focus, input[type="password"]:focus, input.combobox:focus + input.combobox-button {
    background: rgba(0, 0, 0, 0) url("/images/text_focus2.gif") repeat-x scroll 0 0;
}
input.maininput[type="text"]:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
div.br {
    clear: left;
    height: 0;
}
#page {
    background: #fff none repeat scroll 0 center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0 auto;
    max-width: 1205px;
    min-height: 400px;
    padding: 0 15px 5px;
    text-align: left;
}
#top #topquery {
    float: right;
    height: 18px;
    padding: 4px 8px 0 18px;
    width: 232px;
}
#top form#topquery input#searchinput {
    background: #ffffff url("/images/searchinput.gif") no-repeat scroll -205px center;
    border: medium none;
    border-radius: 6px;
    color: #333;
    font-size: 90%;
    height: 18px;
    padding: 0 0 0 25px;
    width: 210px;
}
#query, #suggestions_query, #q {
    background: #ffffff url("/images/searchinput.gif") no-repeat scroll -205px 4px;
    padding-left: 30px;
    vertical-align: middle;
}
#sidebar .widget #query {
    height: 15px;
    margin-top: 5px;
    width: 159px;
}
.content #query, .content #suggestions_query, .content #q {
    background-position: -205px 50%;
    width: 500px;
}
.content #searchform #icon {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    vertical-align: middle;
    width: 16px;
}
.content #searchform #icon.clear_icon {
    background: transparent url("/images/icon_clear_sprite.png") no-repeat scroll 0 0;
}
.content #searchform #icon.clear_icon:hover {
    background: transparent url("/images/icon_clear_sprite.png") no-repeat scroll -22px -22px;
}
.content #searchform #icon.loading_icon {
    background: transparent url("/images/loader.gif") no-repeat scroll 0 0;
}
.content #searchform div.search_scope_selector {
    border-bottom: 1px solid #c3c3c3;
    border-left: 1px dotted #c3c3c3;
    border-top: 1px solid #c3c3c3;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 33px;
    position: relative;
    vertical-align: middle;
}
.content #searchform div.search_scope_selector .arrow {
    color: #aaa;
    position: absolute;
    right: 0;
}
.content #searchform div.search_scope_selector.selected, .content #searchform div.search_scope_selector .selected {
    background: #f5f5f5 none repeat scroll 0 center;
}
.content #searchform div.search_scope_selector .dropdown {
    background: #ffffff none repeat scroll 0 0;
    font-size: 14px;
    list-style: outside none none;
    outline: 1px solid #c3c3c3;
    padding: 0;
    position: absolute;
    white-space: nowrap;
}
.content #searchform div.search_scope_selector .dropdown li {
    color: #333;
    margin: -3px 0;
    padding-left: 11px;
    text-align: left;
}
div#container {
    padding: 16px 0 0;
}
div#container .content {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0 !important;
    margin-top: 0;
    padding: 0 0 0 20px;
}
div#contentwrapper {
    float: left;
    width: 100%;
}
div#contentcolumn {
    margin-right: 258px;
}
label.option {
    margin: 0 20px 0 0;
}
.content input.radio {
    margin: 0;
    top: 1px;
}
.content ul {
    padding: 0 0 0 35px;
}
.content ul li {
    color: #666;
    margin: 5px 11px 5px 0;
    padding: 0;
}
.content ul.options {
    list-style: outside none none;
    padding-left: 20px;
}
.content p {
    color: #333;
    line-height: 15px;
    margin: 12px 20px 11px 0;
}
.content p.sub {
    color: #666;
    font-size: 0.9em;
    line-height: 1.3em;
    margin-top: 1px;
}
.content p.intro_text {
    color: #666;
    font-size: 13px;
    line-height: 17px;
    margin: 0 15px 10px 0;
    width: 90%;
}
.content .frame textarea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 100%;
}
.content textarea {
    width: 96.5%;
}
.content h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 11px 0 7px;
    overflow: hidden;
    word-wrap: break-word;
}
.content h2 span.line {
    color: #bbb;
}
.content h2 span.sub {
    color: #666;
    font-size: 12px;
}
.content h2 .item_count {
    color: #666;
    font-size: 12pt;
    font-weight: normal;
    vertical-align: 2px;
}
.content h2.divider {
    margin-top: 30px;
}
.content h3 {
    font-size: 16px;
    margin: 25px 0 7px;
}
.content h3 span.sub {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    margin-left: 4px;
}
.content h4 {
    font-size: 12px;
    margin: 12px 0 0;
    padding: 0;
}
.content h4 span.sub, .content #agent_block span.sub {
    color: #666;
    font-weight: normal;
    padding-left: 2px;
}
.content .reorder a {
    float: right;
}
.content hr {
    background: #f0f0f0 none repeat scroll 0 0;
    border: medium none;
    clear: both;
    color: #f0f0f0;
    height: 1px;
    margin: 11px 0 7px;
}
.content .comment p {
    margin: 2px 0 12px;
}
.content #comment_value {
    width: 99%;
}
div.tab-top-right {
    color: #484a36;
    float: right;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div.tab-top-right.add-link {
    margin-top: 12px;
}
.no_top_margin, .no_top_margin.add-link {
    margin-top: 0 !important;
}
div.tabs_canvas div.tab-top-right.add-link {
    margin-top: 10px;
}
div.tab-top-left {
    float: left;
}
div.tab-top-left select {
    margin-right: 5px;
}
div.tab-top-right p {
    margin: 0;
    padding: 0;
}
div.content-top-right {
    color: #484a36;
    float: right;
    font-weight: bold;
    margin: 17px 8px 0;
}
div.content-top-right.minimal {
    color: #484a36;
    float: right;
    font-weight: bold;
    margin: 0 0 8px;
}
div.content-top-right.top {
    margin-top: 10px;
}
div.content-top-right p {
    font-size: 11px;
    margin: 0;
    padding: 0 11px 0 0;
}
div.content-top-right.big p {
    font-size: 12px;
}
div.content-top-right p.button-item {
    padding: 1px 0 0;
}
div.content-top-right.add-button {
    margin-top: 2px;
}
div.handle_suspended_ticket {
    margin-top: 13px;
    padding-right: 15px;
    width: 350px;
}
div.handle_suspended_ticket form, div.handle_suspended_ticket a, div.handle_suspended_ticket span.delim {
    float: right;
}
div.handle_suspended_ticket form.edit_suspended_ticket select {
    margin-right: 2px;
    padding: 0;
}
div.recent-and-related{
  	margin-left: 25px;
}
div.handle_suspended_ticket a, div.handle_suspended_ticket span.delim {
    margin-top: 2px;
}
a.edit_this, #search-result a.edit_this {
    color: green;
    font-weight: bold;
}
a.edit_this.remove, #search-result a.edit_this.remove {
    color: #b65151;
}
.action {
    clear: both;
    color: #666;
    font-size: 12px;
    margin-top: 15px;
    padding-right: 33px;
    padding-top: 0;
    text-align: right;
}
a.admin, a.admin:visited, .action a.admin, .action a.admin:visited {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #b65151;
}
a.admin:hover, .action a.admin:hover {
    background: #b65151 none repeat scroll 0 0;
    color: #fff;
}
.action .buttonsubmit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fefffe url("/images/button-bg.gif") repeat-x scroll left bottom;
    border-color: #dddddd #cccccc #cccccc #dddddd;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,"Lucida Grande";
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0 5px;
    position: relative;
}
.action .buttonsubmit:hover {
    border-color: #c6d880;
    color: #529214;
}
.frame {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #efefef;
    border-radius: 4px;
    clear: both;
    margin: 9px 8px 10px -12px;
    min-width: 590px;
    padding: 7px 15px 20px 13px;
}
.frame.tickets_table {
    padding-bottom: 20px;
    padding-top: 15px;
}
.frame .frame {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.frame h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 0;
    padding-top: 5px;
}
.frame h3.light {
    color: #ddd;
    float: left;
    margin-top: 3px;
    padding: 0;
}
.frame .sub-info {
    color: #888;
    display: block;
    font-size: 13px;
    padding-top: 2px;
}
p.list-info-small {
    color: #888;
    margin-top: 5px;
}
.entry {
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 6px 8px 15px 12px;
}
.entry:last-child {
    border-bottom: medium none;
}
h3.entry-title {
    color: #444;
    font-size: 22px;
}
div.titles_only .entry h3.entry-title {
    font-size: 19px;
}
.entry p {
    clear: left;
    margin: 2px 0 6px;
}
.entry p.sub {
    clear: none;
    color: #888;
    float: left;
    font-size: 11px;
    margin-right: 7px;
}
.entry p.border-left {
    border-left: 1px solid #999;
    padding-left: 7px;
}
.entry p.comments {
    background: transparent url("/images/composite.gif") no-repeat scroll 7px -204px;
    padding-bottom: 1px;
    padding-left: 27px;
}
.header_section {
    border-top: 1px solid #eee;
    margin-top: 12px;
    padding-top: 12px;
    word-wrap: break-word;
}
.user_formatted {
    color: #333;
}
.user_formatted p, .user_formatted div.p {
    font-size: 1em;
    margin-top: 0;
    padding: 2px 0 1px;
    text-align: left;
}
.user_formatted p, .user_formatted div {
    line-height: 1.45em;
}
.user_formatted strong {
    color: #444;
}
.user_formatted ul, .user_formatted ol {
    padding: 2px 0 5px 36px;
}
.user_formatted li, .item .user_formatted ul li, #events .item .user_formatted li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 2px 0 5px;
    padding: 0;
}
.user_formatted ol li, .user_formatted ul ol li {
    list-style-type: decimal;
}
.user_formatted ul li, .user_formatted ol ul li {
    list-style-type: disc;
}
.user_formatted ul li {
    color: #333;
}
.user_formatted h1 {
    float: none;
    font-size: 1.6em;
    margin-bottom: 5px;
    padding: 0;
}
.user_formatted h2 {
    color: #333;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0;
    padding-bottom: 9px;
    padding-top: 17px;
}
.user_formatted h3 {
    font-size: 1.2em;
    margin: 0;
    padding-bottom: 7px;
    padding-top: 10px;
}
.user_formatted table {
    margin: 12px 0;
}
pre {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: inherit;
    line-height: 19px;
    overflow: auto;
    padding: 6px 10px;
}
div.pastie pre, div.gist pre {
    overflow-x: visible;
}
code {
    background-color: #f8f8f8;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 0 4px;
}
.ticket {
    border-bottom: 1px solid #e0e0e0;
    overflow: auto;
    padding: 15px 8px;
}
.frame .ticket h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    padding-top: 0;
}
.ticket p.date {
    color: #888;
    float: left;
    font-size: 11px;
    margin: 6px 0 8px;
}
.ticket .comment {
    background: #f7f7f7 none repeat scroll 0 0;
    font-size: 11px;
    margin: 31px 0 0;
    padding: 0;
    word-wrap: break-word;
}
select#ticket_assignee_id {
    min-width: 75px;
}
input#datepicker {
    width: 120px;
}
.ticket .comment .message {
    color: #333;
    font-size: 12px;
    padding: 0 0 3px 65px;
}
.ticket .comment .message p {
    color: #444;
    line-height: 1.5em;
    margin: 2px 10px 6px 0;
}
.ticket .comment .message h3 {
    color: #555;
    font-weight: bold;
    margin: 10px 0;
}
.ticket .comment .message .process_status {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #666;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0;
    padding: 0.6em;
}
.ticket .comment .private {
    background: #f7f7f7 url("/images/speak_private_big.png") no-repeat scroll 20px 4px;
}
.ticket .comment .private.email {
    background: #f7f7f7 url("/images/speak_private_big_email.png") no-repeat scroll 20px 4px;
}
.ticket .comment .public {
    background: #f7f7f7 url("/images/speak_public_big.png") no-repeat scroll 20px 4px;
}
.ticket .comment .public.email {
    background: #f7f7f7 url("/images/speak_public_big_email.png") no-repeat scroll 20px 4px;
}
.ticket .comment .public.twitter {
    background: #f7f7f7 url("/images/speak_public_big_twitter.png") no-repeat scroll 20px 4px;
}
.ticket .comment .public.phone_call_inbound {
    background: #f7f7f7 url("/images/speak_public_big_phone_call_inbound.png") no-repeat scroll 20px 4px;
}
.ticket .comment .public.phone_call_outbound {
    background: #f7f7f7 url("/images/speak_public_big_phone_call_inbound.png") no-repeat scroll 20px 4px;
}
.ticket .comment .public.voicemail {
    background: #f7f7f7 url("/images/speak_public_big_voicemail.png") no-repeat scroll 20px 4px;
}
.ticket .comment .public.ticket_sharing {
    background: #f7f7f7 url("/images/speak/public_ticket_sharing_big.png") no-repeat scroll 20px 4px;
}
.ticket .comment .private.ticket_sharing {
    background: #f7f7f7 url("/images/speak/private_ticket_sharing_big.png") no-repeat scroll 20px 4px;
}
.ticket .comment span.comment-by {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #888;
    display: block;
    font-size: 11px;
    margin: 15px 0 0;
}
.comment-by b, .comment-by strong {
    color: #828282;
}
table.tickets {
    border-collapse: collapse;
    clear: left;
    margin: 0;
    position: relative;
    width: 100%;
}
table.tickets thead {
    background: #dcdcdc url("/images/views_table_header_background.png") repeat-x scroll left top;
    border-bottom: 1px solid #c2c2c2;
    border-top: 1px solid #d5d5d5;
}
table.tickets thead th {
    font-weight: bold;
}
table.tickets thead th a {
    color: #333;
    text-shadow: -0.5px 1px white;
}
table.tickets thead th.arrow a {
    background: rgba(0, 0, 0, 0) url("/images/table-arrow.png") no-repeat scroll 85px 6px;
    display: block;
}
table.tickets td, table.tickets th {
    color: #333;
    line-height: 15px;
    padding: 7px 0 7px 7px;
    text-align: left;
}
table.tickets td {
    border-bottom: 1px solid #e6e6e6;
}
table.tickets tbody tr.closed td {
    color: #999;
}
table.tickets tr.group_by td {
    background-color: #ebebeb;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    text-shadow: -0.4px 1px white;
}
table.tickets tr.linked {
    cursor: pointer;
    font-size: 12px;
}
table.tickets tr.linked:nth-child(2n+1), table.tickets tr.zebra:nth-child(2n+1) {
    background-color: #f6f6f6;
}
table.tickets tr.linked:hover > td, table.tickets tr.linked:active > td {
    background-color: #eaf9ff;
    color: #1a6690;
}
table.tickets td.description span {
    display: block;
    height: 15px;
    overflow: hidden;
    white-space: normal;
}
table.tickets th.checkbox {
    padding-right: 7px;
    width: 12px;
}
table.tickets td.description span {
    max-width: 300px;
}
span.priority_urgent {
    font-weight: bold;
}
span.score_1 {
    border: 1px solid #ddd;
    font-weight: bold;
    padding: 0.2em 0.4em;
}
span.score_2 {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #7a7a7a;
    font-weight: bold;
    padding: 0.2em 0.4em;
}
span.score_3 {
    background: #ffd500 none repeat scroll 0 0;
    color: black;
    font-weight: bold;
    padding: 0.2em 0.4em;
}
span.score_4 {
    background: #c33232 none repeat scroll 0 0;
    color: white;
    font-weight: bold;
    padding: 0.2em 0.4em;
}
h2 span.score_1, .linked span.score_1 {
    border: 0 none;
    font-weight: normal;
    padding: 0;
}
tr.linked span.score_1, tr.linked span.score_2, tr.linked span.score_3, tr.linked span.score_4 {
    display: block;
    height: 8px;
    margin: 0.1em 0 0;
    padding: 0;
    width: 12px;
}
tr.linked span.score_1 {
    border: 1px solid #e9e9e9;
    height: 6px;
    width: 10px;
}
tr.group_by span.score_1, tr.group_by span.score_2, tr.group_by span.score_3, tr.group_by span.score_4 {
    margin: 0.1em 0 0 3px;
    padding: 0;
}
div.float_label {
    float: left;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.pagination {
    font-size: 13px;
    height: 20px;
    margin: 22px auto 5px;
    padding-top: 4px;
    text-align: center;
    width: 500px;
}
div.pagination span, div.pagination a {
    margin-left: 3px;
    margin-right: 3px;
}
div.pagination span.current {
    color: #b3b3b3;
    font-weight: bold;
}
div.pagination span.disabled {
    color: #b3b3b3;
}
div.hover-actions div.item-actions * {
    visibility: hidden;
}
.hover-actions .item .item-actions a.edit_this, .hover-actions .item .item-actions .visible, .hover-actions .item:hover .item-actions * {
    display: inline;
    visibility: visible;
}
#events .item li {
    background: rgba(0, 0, 0, 0) url("/images/tick2.png") no-repeat scroll 0 0;
    margin: 0;
    padding: 1px 0 4px 25px;
}
#events .item li.make_comment_private {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-left: 25px;
    padding-left: 0;
}
#events .item li.make_comment_private a {
    border-top: 1px dotted #e0e0e0;
    font-style: italic;
    padding-top: 5px;
}
#events .item li.public {
    background: rgba(0, 0, 0, 0) url("/images/speak_public_small.png") no-repeat scroll 0 0;
}
#events .item li.public.twitter {
    background: rgba(0, 0, 0, 0) url("/images/speak_public_small_twitter.png") no-repeat scroll 0 0;
}
#events .item li.public.facebook {
    background: rgba(0, 0, 0, 0) url("/images/speak_public_small_facebook.png") no-repeat scroll 0 0;
}
#events .item li.public.log_me_in_comment {
    background: rgba(0, 0, 0, 0) url("/images/speak_public_small_logmein_rescue.png") no-repeat scroll 0 0;
}
#events .item li.public.phone_call_inbound {
    background: rgba(0, 0, 0, 0) url("/images/speak_public_small_phone_call_inbound.png") no-repeat scroll 0 0;
}
#events .item li.public.phone_call_outbound {
    background: rgba(0, 0, 0, 0) url("/images/speak_public_small_phone_call_inbound.png") no-repeat scroll 0 0;
}
#events .item li.public.ticket_sharing {
    background: rgba(0, 0, 0, 0) url("/images/speak/public_ticket_sharing_small.png") no-repeat scroll 0 0;
}
#events .item li.public.email {
    background: rgba(0, 0, 0, 0) url("/images/speak_public_small_email.png") no-repeat scroll 0 0;
}
#events .item li.private {
    background: rgba(0, 0, 0, 0) url("/images/speak_private_small.png") no-repeat scroll 0 0;
}
#events .item li.private.log_me_in_comment {
    background: rgba(0, 0, 0, 0) url("/images/speak_private_small_logmein_rescue.png") no-repeat scroll 0 0;
}
#events .item li.private.ticket_sharing {
    background: rgba(0, 0, 0, 0) url("/images/speak/private_ticket_sharing_small.png") no-repeat scroll 0 0;
}
#events .item li.private.email {
    background: rgba(0, 0, 0, 0) url("/images/speak_private_small_email.png") no-repeat scroll 0 0;
}
#events .item li.sms {
    background: rgba(0, 0, 0, 0) url("/images/phone.png") no-repeat scroll 0 0;
}
#events .item li.notification {
    background: rgba(0, 0, 0, 0) url("/images/email.png") no-repeat scroll 0 2px;
}
#events .item li.tweet {
    background: rgba(0, 0, 0, 0) url("/images/tweet.png") no-repeat scroll 3px 0;
}
#events .item li.fbcomment {
    background: rgba(0, 0, 0, 0) url("/images/icons/facebook_icon.png") no-repeat scroll 3px 0;
}
#events .item li.ticket_sharing_event {
    background: rgba(0, 0, 0, 0) url("/images/events/ticket_sharing.png") no-repeat scroll 2px 2px;
}
#events .item li.commentprivacychange {
    background: rgba(0, 0, 0, 0) url("/images/events/comment_privacy.png") no-repeat scroll 1px -3px;
}
#events .item li.commentsuspensionchange {
    background: rgba(0, 0, 0, 0) url("/images/events/changeme.png") no-repeat scroll 1px -3px;
}
#events .item li.log_me_in_transcript {
    background: rgba(0, 0, 0, 0) url("/images/logmein_rescue_session.png") no-repeat scroll 0 0;
}
#events .item li.error {
    background: rgba(0, 0, 0, 0) url("/images/cross.png") no-repeat scroll 0 0;
}
#events .item li.translatableerror {
    background: rgba(0, 0, 0, 0) url("/images/cross.png") no-repeat scroll 0 0;
}
#events .item li.attachments {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#events .item ul .suggestions li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0 0 0 10px;
}
.item li.title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-weight: bold;
    padding: 0 0 10px;
}
.right ul {
    list-style-type: none;
    padding: 3px 0 0;
}
.right h3 {
    clear: none;
}
.right.user_formatted ul, .right .user_formatted ul {
    padding: 5px 0 5px 36px;
}
.right div.client-info {
    color: #aaa;
    font-size: 11px;
    margin-top: -3px;
}
#events .right ul li.voice ul {
    margin-top: 10px;
}
#events .right ul li.voice ul.call_statistics li {
    background-image: none;
    padding-left: 0;
}
#events .right ul li.voice ul.call_statistics li.header {
    font-weight: bold;
    text-decoration: underline;
}
#events .right ul li.voice ul.call_statistics li label {
    font-weight: bold;
}
img.user-thumb {
    border: 1px solid #bbb;
    width: 32px;
}
img.user-thumb-profile {
    float: right;
}
.buttons-right {
    height: 25px;
    margin: 10px 10px 0 0;
}
.reorder.buttons-right {
    margin: 0;
    padding-bottom: 0;
}
body.rules-index div.buttons-right .button, body.ticket_fields-index div.buttons-right .button, body.settings-index div.buttons-right .button {
    color: #666;
    float: right;
    font-size: 11px;
    padding: 2px 7px 3px;
}
div.buttons-right a.cancel-sorting {
    float: right;
    margin: 2px 8px 0 0;
}
.conditions {
    border-top: 1px solid #f0f0f0;
    margin: 11px 0 7px;
    padding: 7px 0 0 12px;
}
.add {
    border-bottom: 1px solid #f0f0f0;
}
.conditions select, .conditions input, .conditions textarea {
    margin: 4px 12px 0 0;
}
.plus-button {
    background: rgba(0, 0, 0, 0) url("/images/add_s.png") no-repeat scroll 0 0;
    display: block;
    float: right;
    height: 25px;
    margin: 0 7px 7px 0;
    width: 25px;
}
.minus-button {
    background: rgba(0, 0, 0, 0) url("/images/remove.png") no-repeat scroll 0 0;
    display: block;
    float: right;
    height: 25px;
    margin: 1px 7px 0 0;
    width: 25px;
}
.selects {
    clear: left;
    margin-top: 3px;
}
.selects label {
    display: block;
    font-size: 13px;
    margin: 7px 0 2px;
    white-space: nowrap;
}
.selects .select {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
    min-height: 55px;
}
.selects .select label {
    font-weight: bold;
}
.frame .selects .select {
    margin: 10px 10px 0;
}
.frame .selects .select.hidden {
    display: none;
}
#tags {
    float: left;
    margin: 0 0 0 10px;
}
#tags label {
    font-size: 13px;
    margin: 2px 0 1px;
}
#tags input {
    margin: 2px 0 5px;
    width: 200px;
}
.attach {
    display: block;
    margin: 15px 0 5px 30px;
}
#history .right {
    margin-left: 110px;
}
#history .right .untrusted {
    background-color: #f0f0f0;
    border: 1px solid #dadada;
    border-radius: 10px;
    color: #555555;
    padding: 2px 7px;
    position: absolute;
    right: 0;
}
#history .right .untrusted .flag {
    font-family: Cambria,"Hoefler Text",Utopia,"Liberation Serif","Nimbus Roman No9 L Regular",Times,"Times New Roman",serif;
    font-weight: bold;
}
#history .right .untrusted .reason {
    display: none;
}
#history .right .untrusted .learn_more {
    margin-left: 2px;
}
#history .right .untrusted:hover {
    border-radius: 4px;
}
#history .right .untrusted:hover .reason {
    display: inline-block;
}
#history .right .untrusted:hover .flag {
    display: none;
}
#history .item {
    border-bottom: 1px solid #eee;
    clear: left;
    margin: 0 9px 0 10px;
    padding: 15px 0;
    position: relative;
    word-wrap: break-word;
}
#history .item p {
    color: #333;
    font-size: 12px;
    margin: 0 0 12px;
}
#history .via_14 {
    background: #f9f9f9 none repeat scroll 0 center;
}
.gray-text {
    color: #888;
    font-size: 11px;
    padding: 7px 0;
}
.gray-text-compact {
    color: #888;
    font-size: 11px;
    padding: 1px 0 0;
}
.gray-text-per-event {
    color: #aaa;
    font-size: 11px;
    padding: 0 0 3px 25px;
}
li.attachments {
    padding: 0 !important;
}
.attachment-list {
    list-style: outside none none !important;
    margin: 0 0 5px;
    padding: 0 0 5px !important;
    text-indent: 0;
}
.user_formatted .attachment-list {
    padding-top: 10px !important;
}
.attachment-list li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    list-style: outside none none !important;
    margin: 0 6px 0 0 !important;
    padding: 0 10px 0 0 !important;
    text-indent: 0;
}
.attachment-item {
    font-size: 12px;
    line-height: 16px;
}
.attachment-item div.attachment-container {
    line-height: 16px;
}
.attachment-item span.attachment-name, .attachment-item span.deletable {
    line-height: 16px;
}
.attachment-item span.attachment-name {
    padding-left: 2px;
}
.attachment-item span.attachment img {
    height: 16px;
    position: relative;
    top: 2px;
    width: 16px;
}
.attachment-item span.attachment img.thumbnailed {
    border: 1px solid #ccc;
    height: 14px;
    width: 14px;
}
.attachment-item span.deletable a, .attach_item span.deletable a {
    color: #888;
    font-size: 8pt;
}
#sidebar {
    float: right;
    margin-left: -259px;
    width: 242px;
}
#sidebar .form label {
    color: #444;
    display: block;
    font-size: 13px;
    margin: 10px 0 2px;
}
#sidebar .form input.select {
    width: 200px;
}
#sidebar .form input#submit {
    margin-top: 10px;
}
.side-box-with-image {
    background: #b6e3ec none repeat scroll 0 0;
    margin-left: -22px;
    padding: 0 0 6px;
    width: 241px;
}
.side-logo {
    background: #fff none repeat scroll 0 0;
    margin: -4px 0 0 8px;
    text-align: center;
    width: 225px;
}
.side-logo img, .side-slas img {
    display: block;
    margin: 10px auto;
}
#search {
    width: 200px;
}
#searchsubmit {
    clear: both;
    float: right;
    margin: 7px 0 0;
    padding: 0 3px;
}
.side-box-content {
    background: #ffffff none repeat scroll 0 0;
    color: #444;
    float: right;
    font-size: 12px;
    padding: 100px 5px;
    width: 200px;
  	height: 570px;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: rgba(216, 77, 91, 1);
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
[dir=rtl] table {
  text-align: right;
}

td, th {
  border-color: #eee;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  text-align: inherit;
}

td {
  border-width: 0 0 1px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 400;
}

h1 {
  font-size: 20px;
}

input, label {
  display: inline-block;
  vertical-align: middle;
}

label, select {
  font-size: 12px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}
[dir=rtl] input[type="checkbox"] + label {
  margin-left: 0;
  margin-right: 5px;
}

input, textarea, select {
  border: 1px solid #ddd;
  border-radius: 2px;
}

input, textarea {
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #999;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  min-width: 141px;
  background: url("/hc/theming_assets/01HZPDY0F71B1PNRRXK2006HWM") no-repeat #fff;
  background-size: 10px 5px;
  background-position: calc(100% - 10px) 50%;
}
select::-ms-expand {
  display: none;
}
[dir=rtl] select {
  background-position: 10px 50%;
}

/* Forms */
.form {
  max-width: 505px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  color: #bebebe;
  font-size: 11px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form-field input.partialcreditcardinputfield {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ9JREFUOMvdktENwyAMBTNCR8gIGcGjMIo3YwQmOGUERnA/oLQUkZIoUqrYfyednwWepnOLGYeiOOY9ksc+2g/JLMRKM4zI8jvtpQUUJRR1OzUvGZFCJI/y23lpvlRUMu1n4tKSDU8Lu76oGIaO8otEFM+KYaz4r37zVm4+vdO3EgOClFvdIUp1buNipo+DYp+fv+rxx/njAwhDYpguqyfMVKQgdRaSPwAAAABJRU5ErkJggg==") no-repeat 10px 10px;
  background-size: 14px;
  padding-left: 28px;
}
[dir=rtl] .form-field input.partialcreditcardinputfield {
  padding-left: 0;
  padding-right: 28px;
  background-position: right 10px top 10px;
}

.form-field .nesty-input {
  height: 37px;
  line-height: 37px;
}
.form-field .nesty-input:focus {
  outline: none;
  border: 1px solid #999;
}

.form form + form {
  margin-top: 25px;
}

.searchbox {
  margin: 25px 0;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZPDY0YEV04KDN1C6W4CPGFZ") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right;
}

.form footer a {
  color: #ccc;
  cursor: pointer;
  margin-right: 15px;
}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #eee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir=rtl] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Search box */
.search-box {
  position: relative;
}

.search-box:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1;
}

.search-box input {
  line-height: 1.2em;
  font-weight: lighter;
  padding: .75em 2.7em;
  width: 100%;
  -webkit-appearance: none;
}

.search-box input[type="submit"] {
  display: none;
}

/* Breadcrumbs */
.breadcrumbs li {
  color: #bebebe;
  display: inline-block;
  font-size: 12px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li + li:before {
  content: ">";
  margin: 0 4px;
}
.breadcrumbs li a {
  color: rgba(61, 66, 85, 1);
}

/* Labels */
.label, .request-status, .post-overview-status > span, .post-status > span {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
  color: #ccc;
  display: inline-block;
  font-size: 11px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

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

.clearfix:after {
  clear: both;
}

/* Social share links */
.share {
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  content: "\F309";
}

.share-facebook:before {
  content: "\F30C";
}

.share-linkedin:before {
  content: "\F318";
}

.share-googleplus:before {
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #eee;
  float: left;
  margin-left: -1px;
}
[dir=rtl] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}
[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}
[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/* Content styles */
.content-body {
  word-wrap: break-word;
  line-height: 1.7;
}
.content-body img {
  max-width: 100%;
}
.content-body hr {
  background-color: #eee;
  border: 0;
  height: 1px;
}
.content-body ul, .content-body ol {
  list-style-position: inside;
  padding: 0 15px;
}
.content-body ul {
  list-style-type: disc;
}
.content-body ol {
  list-style-type: decimal;
}
.content-body ol ul, .content-body ul ul {
  list-style-type: circle;
}
.content-body ol ol ul,
.content-body ol ul ul,
.content-body ul ol ul,
.content-body ul ul ul {
  list-style-type: square;
}
.content-body pre {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.content-body blockquote {
  border-left: 1px solid #eee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}
.vote a {
  outline: none;
  text-decoration: none;
}

.vote-sum {
  display: block;
  font-weight: bold;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:before, .vote-down:before {
  border-radius: 50%;
  border: 1px solid #ddd;
  color: rgba(61, 66, 85, 1);
  display: inline-block;
  font-family: "entypo";
  font-size: 15px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}

.vote-up:hover:before, .vote-down:hover:before {
  border-color: #bbb;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-voted:before, .vote-voted:hover:before {
  border-color: rgba(61, 66, 85, 1);
}

/*
 * Column size
 */
.main-column {
  margin:auto;
  width: 850px;
}

.side-column {
  float: right;
  width: 280px;
}

/* ====================================================
   Base styles
   ==================================================== */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #ffffff;
}

body {
  color: rgba(61, 66, 85, 1);
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}

a {
  color: rgba(216, 77, 91, 1);
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

p {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 1.75em;
  line-height: 1.75em;
  margin: 0;
  text-transform: uppercase;
}

.section-area h1 {
  text-transform: capitalize;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ====================================================
   Sub Nav
   ==================================================== */
.sub-nav {
  margin-bottom: 15px;
}
.sub-nav form {
  display: none;
}

.page-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}
.page-header > * {
  display: table-cell;
  vertical-align: middle;
}
.page-header > *:first-child {
  width: 100%;
}
.page-header + p {
  color: #bebebe;
  margin: -15px 0 20px 0;
}
.page-header h1 {
  font-size: 20px;
  font-weight: 400;
}

/* ====================================================
   Content frame
   ==================================================== */
.header-inner, .footer-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 980px;
}

main {
  display: block;
  margin: 25px auto 0;
  padding: 0 20px;
  width: 100%;
}

/* ====================================================
   Header
   ==================================================== */
.header {
  background-color: rgba(115, 46, 61, 1);
  height: 45px;
  border: solid black 1px;
}

.logo {
  float: left;
}

.logo a {
  display: inline-block;
  line-height: 0px;
}

.logo img {
  max-height: 37px;
  vertical-align: middle;
}

.user-nav {
  margin: 12px auto;
  padding: 0 20px;
  width: 100%;
}

.user-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.user-nav > a {
  border-left: 1px solid;
  border-left-color: #ececec;
  border-left-color: rgba(0, 0, 0, 0.07);
  float: right;
  font-size: 12px;
  line-height: 33px;
  margin-left: 15px;
  padding-left: 15px;
}

.user-nav > a.login {
  font-size: 13px;
  margin-left: 30px;
  padding: 0 15px;
}

.user-nav > a.my-activities {
  border: 0;
}

.user-info {
  display: block;
  float: right;
  margin-left: 30px;
}

.language-selector {
  display: inline-block;
}

.user-avatar {
  left: -5px;
  max-height: 20px;
  position: relative;
  top: -1px;
}

button, [role=button], [type=button], [type=submit] {
  background: transparent;
  border: 1px solid;
  border-color: #d1d1d1;
  border-color: rgba(0, 0, 0, 0.17);
  border-radius: 2px;
  box-shadow: inset 0 -2px #f6f6f6;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.03);
  color: #252525;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 33px;
  line-height: 31px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: .4;
}

a[role="button"]:hover {
  text-decoration: none;
}

/*
* Dropdown carets
*/
button, [role=button], [type=button], [type=submit],
#user .dropdown-toggle {
  background: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 50%, #ededed 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #f4f4f4 50%, #ededed 100%);
  background-image: -ms-linear-gradient(top, #fff 0%, #f4f4f4 50%, #ededed 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f4f4f4 50%, #ededed 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #f4f4f4), color-stop(100%, #ededed));
  background-image: linear-gradient(to bottom, #fff 0%, #f4f4f4 50%, #ededed 100%);
  border-radius: 3px;
}

#user .dropdown-toggle:hover,
.comment-form-controls input[type=submit]:hover,
button:hover,
[role=button]:hover,
[type=button]:hover,
[type=submit]:hover {
  border-color: #bbb;
  box-shadow: inset 0 -1px #ccc;
  text-decoration: none;
}

#user .dropdown-toggle:active,
.comment-form-controls input[type=submit]:active,
button:active,
[role=button]:active,
[type=button]:active,
[type=submit]:active {
  background: #eee;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #d5d5d5 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #d5d5d5 100%);
  background-image: -ms-linear-gradient(top, #f5f5f5 0%, #d5d5d5 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #d5d5d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #d5d5d5));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #d5d5d5 100%);
  border-color: #ddd;
  box-shadow: inset 0 -2px #ddd;
}

.dropdown-toggle {
  display: inline-block;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle:after {
  color: #888;
  content: "\25BE";
  font-family: "entypo";
  font-size: 14px;
  margin-left: 5px;
  padding-right: 2px;
}

.section-subscribe .dropdown-toggle,
.article-subscribe,
.article-unsubscribe {
  background: #fafafa;
  color: #1a74b0;
  border: 0;
  box-shadow: none;
}

.article-subscribe:hover,
.article-unsubscribe:hover {
  box-shadow: none;
}

.topic-follow [role=button], .post-follow [role=button] {
  padding: 0 10px !important;
}

/* ====================================================
   Home
   ==================================================== */
.hero-unit {
  padding: 25px 60px 70px 60px;
}

.help-center-name {
  font-size: 35px;
}

/* ====================================================
   Search
   ==================================================== */
.search {
  display: block;
  float: right;
  line-height: 43px;
  position: relative;
}

.search:before {
  font-family: "entypo";
  font-size: 25px;
  right: 18px;
  line-height: 30px;
  position: absolute;
  top: 40%;
}

.search input[type=search] {
  border-radius: 20px;
  font-size: 18px;
  padding: 6px 45px 6px 20px;
  width: 450px;
}

.search input[type=text] {
  border-radius: 20px;
  font-size: 18px;
  padding: 6px 45px 6px 20px;
  width: 450px;
}

.search input[type=submit] {
  display: none;
}

/* ====================================================
   Navigation pages: Home, Category and Section
   ==================================================== */
.knowledge-base h1 {
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 36px;
}

.knowledge-base:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.knowledge-base {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 985px;
}

.community h4 {
  float: right;
  margin: 0;
}
[dir=rtl] .community h4 {
  float: left;
}

.trending-questions + h4 {
  margin-top: 65px;
}

.community,
.section-tree,
.subtle-wrap,
.article-sidebar section {
  background: #fafafa;
  padding: 20px 30px 30px;
  margin-top: 25px;
}

.subtle-wrap {
  margin-top: 15px;
}

.community .recent-activity {
  padding: 0;
  width: auto;
}

.community h2 {
  border-bottom: 1px solid;
  border-bottom-color: #ececec;
  border-bottom-color: rgba(0, 0, 0, 0.07);
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.community h2 a {
  font-size: 12px;
  margin-left: 5px;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.section-tree {
  max-width:875px;
  margin: auto;
  
}

.section-tree .section {
  display: inline-block;
  margin: 0 0 30px;
  vertical-align: top;
  width: 49%;
}

.section-tree h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0 5px;
}

.section-tree ul, ul.article-list {
  color: rgba(216, 77, 91, 1);
  font-size: 14px;
  list-style-position: outside;
  list-style-type: disc;
}

.knowledge-base h4:before, .community h4:before {
  color: rgba(114, 116, 124, 1);
  font-family: "entypo";
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.article-list li, .community li {
  margin-bottom: 0;
  padding-right: 30px;
}

.article-list li {
  line-height: 28px;
}

.category-list li {
  width: 296px;
  height: 203px;
  background: #1e2230;
  display: block;
  margin-bottom: 25px;
  margin-right: 25px;
  overflow: hidden;
  text-align: center;
  color: #FFFFFF;
  float: left;
  font-weight: normal;
  border: 2px solid #d84d5b;
}

.category-list li:nth-child(3n) {
  margin-right: 0px;
}

.category-list li a {
  border-bottom: 3px solid #333;
  margin-top: 65px;
  padding: 11px;
}

.category-list li a:hover {
  text-decoration: none;
}

.section h3 a {
  color: inherit;
  font-size: .85em;
  font-weight: normal;
}

.article-promoted span {
  cursor: default;
  margin-right: 5px;
  position: relative;
}

.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
  display: block;
}

.article-promoted span:before {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #fff;
  content: attr(data-title);
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after {
  border-bottom: 5px solid;
  border-bottom-color: #222;
  border-bottom-color: rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.see-all-articles {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  text-decoration: underline;
}

.category-description, .section-description {
  color: rgba(61, 66, 85, 1);
  font-size: 15px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 30px;
}

.section-subscribe, .section-unsubscribe {
  float: right;
  margin-top: 5px;
}

.category-list a, .section-list a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

/* ====================================================
   Article
   ==================================================== */
.article-header h1 {
  text-transform: capitalize;
}

.article-author {
  font-weight: bold;
}

.article-metadata {
  float: left;
  padding-left: 55px;
  position: relative;
}

.article-avatar {
  left: 0;
  position: absolute;
  top: 0;
}

.article-avatar img {
  max-height: 38px;
  max-width: 38px;
}

.article-updated {
  color: #8e8e8e;
  font-size: 12px;
  margin-top: 5px;
}

.article-subscribe, .article-unsubscribe {
  float: right;
}

.article-sidebar {
  margin-top: -4px;
}

.article-sidebar h3 {
  border-bottom: 1px solid;
  border-bottom-color: #ececec;
  border-bottom-color: rgba(0, 0, 0, 0.07);
  font-size: 16px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}

.article-sidebar ul {
  margin-bottom: 60px;
}

.article-body,
.section-area .article-list {
  margin-top: 6px;
}

.article-body {
  font-size: 14px;
  line-height: 30px;
  word-wrap: break-word;
}

.article-body img {
  border: 1px solid;
  border-color: #ececec;
  border-color: rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
}

.article-body pre {
  background-color: #fbfbfb;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid;
  border-color: #ececec;
  border-color: rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
}

.article-body blockquote {
  border-left: 1px solid;
  border-color: #ececec;
  border-color: rgba(0, 0, 0, 0.07);
  color: #8e8e8e;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
}

.article-body ul,
.article-body ol {
  margin: 20px 0 20px 20px;
  list-style-position: outside;
}

.article-body li > ul,
.article-body li > ol {
  margin: 0 0 0 20px;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ol {
  list-style-type: decimal;
}

.article-body li {
  margin-left: 20px;
}

.article-body table {
  table-layout: unset;
}

.article-footer {
  margin: 50px 0 25px;
}

.article-footer .share {
  float: right;
}

.article-vote {
  float: left;
  position: relative;
}

.article-vote-count {
  position: absolute;
  left: 100%;
  margin-left: 106px;
  top: 4px;
  width: 300px;
}

.article-vote small {
  color: #8e8e8e;
  display: block;
}

.article-vote a:hover {
  text-decoration: none;
}

.article-vote-controls {
  position: absolute;
  right: -85px;
  top: 1px;
}

.article-vote-up, .article-vote-down {
  background: #d5d5d5;
  color: inherit;
  font-family: "entypo";
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  height: 30px;
  width: 30px;
  padding: 10px;
}

.article-vote-up:before {
  color: #fafafa;
  content: "\1f44d";
}

.article-vote-down:before {
  color: #fafafa;
  content: "\1f44e";
}

.article-voted {
  box-shadow: inset 1px 1px 5px #666;
  opacity: 1;
}

.article-vote-up.article-voted {
  box-shadow: inset 1px 1px 5px #526f00;
  background-color: #6b9100 !important;
}

.article-vote-down.article-voted {
  box-shadow: inset 1px 1px 5px #99260e;
  background-color: #b7391e !important;
}

.article-more-questions {
  margin-bottom: 30px;
}

.article-comments {
  margin-top: 50px;
}

.article-comments .subtle-wrap {
  padding: 30px 30px 5px;
}

.recent-articles li, .related-articles li {
  margin-bottom: 5px;
}

/* ====================================================
Forms
==================================================== */
label {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

input[type=checkbox] + label {
  display: inline-block;
  margin-left: 5px;
}

input, textarea {
  border: 1px solid;
  border-color: #dbdbdb;
  border-color: rgba(0, 0, 0, 0.13);
  outline: none;
  padding: 10px;
  vertical-align: middle;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #252525;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* ====================================================
   Comments - Used in the Article page and Request page
   ==================================================== */
.comment, .comment-form {
  position: relative;
  padding-bottom: 40px;
}

.comment-avatar img {
  border-radius: 3px;
  max-width: 70px;
  max-height: 70px;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.article-promoted span, .visibility-internal {
  cursor: default;
  position: relative;
}
.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}
.article-promoted span:before, .visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #fff;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block;
}

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px;
}
.comment-list > * {
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}
.comment-list > *:first-child {
  border-top: 1px solid #eee;
}

.comment-list-header {
  margin-bottom: 18px;
}
.comment-list-header > * {
  display: inline-block;
  margin: 0;
}

.comment-sorter {
  float: right;
}
.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px;
}
[dir=rtl] .comment-sorter {
  float: left;
}
[dir=rtl] .comment-sorter a {
  padding-left: 0;
  padding-right: 20px;
}

.comment-sorter [aria-selected=true] {
  font-weight: bold;
  color: #333;
}

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}
.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}
.comment-avatar img {
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZPDY0M39DYRFRX4C5YJR2HC");
  background-image: url("/hc/theming_assets/01HZPDY0T7CNDC7231MPE7QEVY");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px;
}
[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

.comment-header {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}
[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #bebebe;
}
.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: #77a500;
}

.comment-form textarea {
  display: block;
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-ccs + textarea,
.comment-attachments {
  margin-top: 10px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}
[dir=rtl] .comment-form-controls {
  text-align: left;
}

.comment-form-controls input[type=submit] {
  margin-left: 15px;
}
[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
  color: #999;
}
[dir=rtl] .comment-actions {
  float: left;
}

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 11px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}
.attachment-list span, .screencast-list span {
  color: #999;
}
[dir=rtl] .attachment-list span, [dir=rtl] .screencast-list span {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}
.attachment-list li:before, .screencast-list li:before {
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding: 25px 0;
}
.my-activities-header .breadcrumbs li {
  color: #000;
  font-size: 20px;
  font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 100px;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}

.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}
[dir=rtl] .request-table-filters {
  text-align: left;
}
.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

.organization-subscribe, .organization-unsubscribe {
  margin-left: 15px;
  background: #444;
  color: #fff;
}

.request-id {
  color: #bebebe;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt, .request-details form dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-details .attachment-list li,
.request-details .request-collaborators li {
  list-style: none;
}

.request-status {
  color: #fff;
  border-radius: 3px;
}

.request-open {
  background: #59bbe0;
}

.request-answered {
  background: #f5ca00;
}

.request-solved {
  background: #828282;
}

.request-details .request-collaborators {
  font-size: 0;
}
.request-details .request-collaborators li {
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 6px;
  background-color: #ececec;
  margin: 0 5px 5px 0;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* Community */
.post-to-community a {
  padding-left: 20px;
  padding-right: 20px;
}
.post-to-community a:before {
  content: "\2b\00a0";
  position: relative;
  top: -1px;
}

/* Community topics page */
.topic-list li {
  display: inline-block;
  padding: 0 100px 30px 0;
  vertical-align: top;
  width: 49.5%;
}
.topic-list li h3, .topic-list li p {
  margin: 0;
}
.topic-list li p {
  color: #bebebe;
}
.topic-list li .meta-group {
  margin-top: 5px;
}
[dir=rtl] .topic-list li {
  padding: 0 0 30px 100px;
}

/* Community topic page */
.topic-header {
  margin-bottom: 15px;
}
.topic-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-filters {
  width: 100%;
}
.topic-filters > * {
  display: inline-block;
  font-weight: bolder;
  margin-right: 20px;
}
[dir=rtl] .topic-filters > * {
  margin-right: 0;
  margin-left: 20px;
}

.post-overview {
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}

.post-overview-info {
  display: inline-block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-overview-info a {
  font-size: 16px;
}
.post-overview-info .meta-group {
  display: block;
  margin-top: 5px;
}
.post-pinned .post-overview-info:before {
  content: "\2605";
  margin-right: 5px;
  color: rgba(216, 77, 91, 1);
}

.post-overview-status {
  float: right;
  margin: 0 10px;
}
.post-overview-status > span {
  color: #fff;
}
[dir=rtl] .post-overview-status {
  float: left;
}

.post-overview-count {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bebebe;
  float: right;
  font-size: 10px;
  margin-left: 10px;
  min-width: 90px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
.post-overview-count strong {
  color: rgba(61, 66, 85, 1);
  display: block;
  font-size: 13px;
}
[dir=rtl] .post-overview-count strong {
  direction: ltr;
  unicode-bidi: bidi-override;
}
[dir=rtl] .post-overview-count {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

/* Community post page */
.post-actions .dropdown-toggle {
  font-size: 11px;
  font-weight: bold;
}
.post-actions .dropdown-toggle:before {
  content: "\2699\00a0\00a0";
  font: 11px bold;
  font-family: "entypo";
}

.post {
  display: table;
  margin-bottom: 50px;
  table-layout: fixed;
  width: 100%;
}

.post-vote, .post-container {
  display: table-cell;
  vertical-align: top;
}

.post-vote {
  width: 45px;
  padding-top: 5px;
}

.post-header {
  margin-bottom: 25px;
}
.post-header h1 {
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-info {
  display: table;
  width: 100%;
}
.post-info > * {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.post-avatar {
  min-width: 55px;
  position: relative;
}
.post-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.post-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZPDY0M39DYRFRX4C5YJR2HC");
  background-image: url("/hc/theming_assets/01HZPDY0T7CNDC7231MPE7QEVY");
  background-repeat: no-repeat;
  background-size: 14px;
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  left: 28px;
  top: -10.5px;
  content: " ";
}
[dir=rtl] .post-avatar-agent:after {
  left: auto;
  right: 28px;
}

.post-meta {
  width: 100%;
  max-width: 0;
}

.post-author {
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-status > span {
  color: #fff;
  margin: 0 10px;
}

.post-planned {
  background-color: #3eaae5;
}

.post-not-planned {
  background-color: #b5b5b5;
}

.post-completed {
  background-color: #669600;
}

.post-answered {
  background-color: #669600;
}

.post-share {
  margin-top: 30px;
  text-align: right;
}
[dir=rtl] .post-share {
  text-align: left;
}

/* Community post page and topic page */
.topic-follow [role=button], .post-follow [role=button] {
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 10px;
}
.topic-follow [role=button]:after, .post-follow [role=button]:after {
  content: attr(data-follower-count);
  color: rgba(61, 66, 85, 1);
  display: inline-block;
  border-left: 1px solid #ddd;
  margin-left: 10px;
  padding-left: 10px;
}
[dir=rtl] .topic-follow [role=button]:after, [dir=rtl] .post-follow [role=button]:after {
  border-left: 0;
  border-right: 1px solid #ddd;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
.topic-follow [role=button][aria-selected=true], .post-follow [role=button][aria-selected=true] {
  background: #f9f9f9;
  color: rgba(61, 66, 85, 1);
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > * {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.search-results-list > *:first-child {
  border-top: 1px solid #eee;
}

.search-result-link {
  font-size: 16px;
}

.search-result-description, .search-result-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 16px;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #bebebe;
}

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  content: "\2022";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
[dir=ltr] .search-result-meta-time:before, [dir=ltr] .search-result-meta-count:before {
  padding-right: 5px;
}
[dir=rtl] .search-result-meta-time:before, [dir=rtl] .search-result-meta-count:before {
  padding-left: 5px;
}

.search-result-votes {
  background: #a8d119;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
}
[dir=ltr] .search-result-votes {
  margin-left: 5px;
}
[dir=ltr] .search-result-votes:before {
  margin-right: 3px;
}
[dir=rtl] .search-result-votes {
  margin-right: 5px;
}
[dir=rtl] .search-result-votes:before {
  margin-left: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: #808080;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%;
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: rgba(61, 66, 85, 1);
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}
.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}
.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}
.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader .5s infinite;
  -webkit-animation: recent-activity-loader .5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.escalation-badge, a.escalation-badge {
  background-color: #95be22;
  border-color: #95be22;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-size: 11px;
  margin: 0 3px;
  padding: 1px 3px;
  text-decoration: none;
  vertical-align: baseline;
}

@media only screen and (max-width: 1480px) {
  .side-box-content {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .category-list li:nth-child(3n) {
  margin-right: 25px;
}
}

.announcement{
  font-family: Lucida Grande, Arial;
  border:none;
  border-radius: 5px;
  width:100%;
  margin-bottom:10px;
}

@media only screen and (max-width: 1400px) {
  .announcement {
  width: 615px;
  }
  
/***** Footer *****/
.footer-top {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  width: 1000px;
}

  .footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 0px;
  padding: 30px 0;
}
  
.footer-menu {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.footer-menu-items {
  color: #FFF;
  float: left;
  position: relative;
  padding-right: 30px;
  font-size: 8px;
  font-weight: 700;
  line-height: 20px;
}

.footer-logo {
  float: left;
  padding-right: 25px;
}

.footer-form {
  height: 30px;
  width: 190px;
  border-radius: 5px;
  border: none;
}

.footer-menu-first-item {
  color: #FFF;
  float: left;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.footer {
  border-top: 1px solid #ddd;
  margin-top: 6px;
  padding: 3px 0;
}

.footer a {
  color: #FFF;
  text-decoration: none;
}

.footer a:hover {
  color: #dd3c4e;
}

.footer-inner {
  max-width: 1160px;
  margin: 30px auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: #a6a8ae;
  display: inline-block;
  font-weight: 300;
}