/* custom colors */

.help-block, .help-inline {
  color: #999;
}

.red-icon {
  color: #ff0000;
  font-size: 85%;
}


/* django form errors */

.errorlist {
  color: #800;
}

/* Sub menu */
#sub-menu {
  padding: 0 20px 0 20px;
  /*background: #dee5eb;*/
  background: #b1d9f3 url('../helicon/images/hdr3-gray.png') bottom center;
  position: relative;
  z-index: 99;
  height: 60px;
}

#supporter-menu {
  margin-top: 10px;
}

#supporter-menu>li.active>a {
  background-color: rgba(255, 255, 255, .75);
  color: inherit;
}
#supporter-menu>li.active>a:hover {
  background-color: #fff;
  color: inherit;
}
#login-logout {
  margin: 5px 0 0 20px;
}
#menu-addons {
  margin: 5px;
}
#menu-addons label.checkbox {
  font-weight: normal;
  margin: 0;
  min-height: 16px;
}

/* Dashboard */

.dashboard label {
  font-weight: normal;
}

#unassigned_tickets {
  background-color: rgb(255, 252, 230);
}

.tickets-table {
  background-color: #f5f5f5;
}

.tickets-table tr:hover > td {
  background-color: #fff !important;
}

.tickets-table .muted {
  font-weight: normal;
}

.tickets-table .fa-external-link {
  color: #aaa;
  font-size: 85%;
}
.tickets-table .ticket-count {
  font-weight: normal;
}

.small-date, .small {
  font-size: 85%;
}

.gray-icons i.icon {
  opacity: .9;
}

.limit-control-size {
  max-width: 560px;
}

.ticket-priority {
  opacity: .5;
}

.ticket-priority a {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  color: #444;
  display: inline-block;
  padding: 2px 4px;
  white-space: nowrap;
  vertical-align: baseline;
  text-decoration: none;
}

.ticket-info {
  background: none;
  background-color: #fed;
}

.ticket-info .row-fluid {
  margin-bottom: 0;
}

.ticket-info h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 6px;
  font-weight: bold;
  line-height: inherit;
}

.ticket-info td {
  padding: 5px 7px 5px 0 !important;
  vertical-align: top;
}

.no-touch .hide-btn .btn {
  visibility: hidden;
}

.no-touch .hide-btn:hover .btn {
  visibility: visible;
}

.followup {
  margin-bottom: 10px;
  background-image: none;
}

.followup h5 {
  cursor: pointer;
  margin: 0 0 3px 0;
  line-height: 160%;
  font-weight: bold;
}

.on-hold {
  font-size: 150%;
  color: #f00;
}

.followup.reply {
  background-color: #eafcea;
}

.followup.private {
  background-color: #ffe4e0;
}

.no-touch .followup .followup_cmd {
  display: none;
}


.followup_colors > a {
  border: 1px solid #e3e3e3;
  text-decoration: none;
}

.followup_colors > a:hover {
  text-decoration: none;
  border-color: #c0c0c0;
}

.followup_color_0 {
  background-color: #f2f2f2;
}

.followup_color_1 {
  background-color: #f44;
}

.followup_color_2 {
  background-color: #fa4;
}

.followup_color_3 {
  background-color: #fd4;
}

.followup_color_4 {
  background-color: #9f8;
}

.followup_color_5 {
  background-color: #8fc;
}

.followup_color_6 {
  background-color: #8cf;
}

.followup_color_7 {
  background-color: #f8f;
}

.followup_color_8 {
  background-color: #fff;
  color: #ccc;
}

.followup_comment {
  margin-bottom: 10px;
}

.followup .changes ul {
  margin-bottom: 0;
}

.followup-content {
  margin: 10px 0;
}

.followup-content pre {
  background-color: #fff;
  color: #000;
}

.alert-external-source {
  color: #bf6700;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 20px;
}

.ticket-respond-form label {
  font-weight: normal;
}
.ticket-respond-form label.radio {
  margin-right: 10px;
}
.ticket-respond-form label.radio>input {
  margin-right: 5px;
}
.ticket-respond-form .attachment-input {
  margin: 5px 0;
}
#add-another-file {
  padding: 10px 0;
}

.table th.text-right,
.table td.text-right {
  text-align: right;
}

.q-filter {
  display: none;
  float: left;
  margin: 0 10px 10px 0;
}

.q-filter-show {
  display: block;
}
#id_query_selector {
  max-width: 560px;
}

/* tablesorter */
table.tablesorter thead tr .header {
  background: url(../img/bg.gif) no-repeat center right;
  cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url(../img/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
  background-image: url(../img/desc.gif);
}

/* home page */

#support-search-results {
  margin: .5em 1em .5em 0;
}

#support-search-results .loader {
  padding-left: 1em;
}

.results_list > li {
  margin-bottom: .3em;
}

#results_list > li {
  margin-bottom: .5em;
}

p.snippet {
  font-size: .75em;
  color: #666;
}

#check_first {
  margin-top: .3em;
}

#support-premium {
  margin-top: 10px;
  padding: 10px 10px 20px 20px;
  background: none;
  background-color: #FFE99C;
  box-shadow: 1px 1px 8px #aaa;
  -moz-box-shadow: 1px 1px 8px #aaa;
}

#support_info {
  margin: 2em 0 1em 0;
  background-color: #dfc !important;
  box-shadow: 1px 1px 8px #aaa;
}

#see_more {
}

#see_more h4 {
  line-height: inherit;
}

#see_more h4 > i.fa {
  color: #888;
}

#see_more li {
  margin-bottom: 4px;
}

/* google search results */
.gsc-control-cse {
  font-family: inherit !important;
  font-size: 15px !important;
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  font-family: "Open Sans", sans-serif !important;
}

.gs-snippet {
  font-size: 13px !important;
}

.gsc-adBlock,
.gsc-adBlockVertical {
  display: none !important;
}

.gs-visibleUrl {
  display: none !important;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  color: #008 !important;
}

/* chat */

#chat-messages li {
  border-top: 1px solid #eee;
  padding-top: 2px;
}

#chat-messages li.staff {
  background-color: #eafcea;
}

#chat-messages li > .chat-user {
  float: left;
  text-align: right;
  padding-right: 1em;
  width: 12.5%;
  font-weight: bold;

}

#chat-messages li.staff > .chat-user {
}

#chat-messages li > p {
  float: left;
  padding-left: 1em;
}


/* clients */
#submit-form label {
  font-weight: normal;
}

form.normal-labels label {
  font-weight: normal;
}