﻿/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
input,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* base */
html,
button,
input,
select,
textarea,
pre {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 13px;
  margin: 0;
}
/* helvetica on mac, arial on win */
html,
body {
  height: 100%;
}
body {
  background: url(../images/bgpattern.gif);
  min-width: 960px;
}
h1,
h2 {
  color: #35383e;
  padding-top: 0px;
  font-weight: bold;
}
h1 {
  font-size: 25px;
  padding-bottom: 20px;
}
h2 {
  font-size: 18px;
  padding-bottom: 10px;
}
h3 {
  font-size: 14px;
}
h3 {
  padding-bottom: 0;
}
a {
  color: #2980b9;
  text-decoration: none;
  -webkit-transition: background-color 0.15s, color 0.15s, border 0.15s;
  -moz-transition: background-color 0.15s, color 0.15s, border 0.15s;
  transition: background-color 0.15s, color 0.15s, border 0.15s;
  outline: 0;
}
a:visited {
  color: #2980b9;
}
a:hover,
a:focus {
  color: #5DAEF5;
}
p {
  margin-bottom: 20px;
}
hr {
  border: none;
  height: 1px;
  background-color: #dadddd;
  clear: both;
}
code,
pre {
  font-family: monospace;
  overflow-x: auto;
}
pre {
  white-space: pre;
  display: block;
}
code {
  display: inline;
}
input[type=submit],
button,
a.button {
  height: 26px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #3F8CC9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  padding: 0 10px;
  cursor: pointer;
  margin: 0;
  margin-right: 5px;
  background: #3F8CC9;
  vertical-align: top;
}
input[type=submit]:hover,
button:hover,
a.button:hover {
  background-color: #376182;
  border: 1px solid #376182;
}
input[type=submit]:active,
button:active,
a.button:active {
  background-color: #376182;
}
input[type=submit],
input[type=text],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
}
a.button {
  display: inline-block;
  box-sizing: border-box;
  line-height: 25px;
}
th a.button {
  margin: 0;
  box-sizing: border-box;
  line-height: 19px;
  height: 20px;
  padding: 0 7px;
  font-size: 12px;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}
/*align check boxes with text */
input[type="checkbox"]:focus {
  box-shadow: none;
}
input[type="checkbox"] {
  margin-right: 5px;
}
input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=url],
select,
textarea,
input.ac_input {
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  background: #fff;
  margin-right: 5px;
  box-sizing: border-box;
}
input[type=number] {
  width: 100px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly],
.disabled,
.disabledPlan,
.disabledTrial {
  cursor: not-allowed !important;
  background-color: #EEE;
  color: #999;
}
label.disabled {
  background-color: initial;
}
select {
  height: 26px;
  padding: 0;
}
select.grey {
  height: 23px;
}
.ui-multiselect {
  height: 26px;
  box-shadow: none;
  vertical-align: baseline;
  font-size: 13px;
}
.radiobox {
  display: inline-block;
  box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #fff;
}
.radiobox input[type=radio] {
  display: none;
}
.radiobox label {
  border-left: 1px solid #ddd;
  margin: 0;
  display: inline-block;
  padding: 8px 10px;
  color: #2980b9;
  cursor: pointer;
  line-height: 17px;
}
.radiobox label:hover {
  color: #5DAEF5;
}
.radiobox label:first-of-type {
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.radiobox input[type="radio"]:checked + label {
  background-color: #eaeced;
  color: #000;
}
.radiobox label:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
input:focus,
textarea:focus,
select:focus,
button:focus,
a.button:focus {
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
  outline: none;
}
::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #aaa;
}
th {
  height: 14px;
  font-weight: normal;
  font-size: 11px;
  background-color: #eaeced;
  text-align: left;
  color: #888;
  padding: 12px 20px 10px;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: middle;
  text-transform: uppercase;
}
th {
  /*reset is back for th-children*/
}
th h3,
th button,
th span {
  text-transform: none;
}
td {
  padding: 7px 20px;
}
table:not(.commentsTbl):not(.horizseparated):not(#maintable) tr:first-of-type > td {
  padding-top: 20px;
}
/*always bigger padding on 1st row, looks nice on login, admin homepage etc*/
table:not(.commentsTbl):not(.horizseparated):not(#maintable) tr:last-of-type > td {
  padding-bottom: 20px;
}
.fa {
  opacity: 0.8;
}
[v-cloak] {
  display: none;
}
/* hide VUE compnent while VUE is still figuring them out*/
/* grey & small */
.grey {
  color: #666;
  font-size: 11px;
}
.grey2 {
  color: #8e8e8e;
  font-size: 10px !important;
  line-height: 12px;
}
.grey2 .fa {
  color: #aaa;
}
a.grey {
  color: #666;
  font-size: 11px;
  text-decoration: underline;
}
a.grey:hover {
  text-decoration: none;
}
a.grey2 {
  color: #8e8e8e;
  font-size: 10px !important;
  line-height: 12px;
  border-bottom: 1px dotted #ccc;
}
a.grey2:hover {
  border-bottom: none;
}
table.grey2 td {
  padding: 2px 0;
  vertical-align: middle;
  text-align: center;
}
p {
  color: #666;
  font-size: 11px;
}
.greyer {
  color: #a2a2a2;
}
.newbutton,
input[type=submit].newbutton,
a.newbutton {
  background: #6f9a43;
  filter: none;
  margin-right: 0;
  box-shadow: none;
  white-space: nowrap;
  border: none;
}
.newbutton:hover,
input[type=submit].newbutton:hover,
a.newbutton:hover,
.newbutton:focus,
input[type=submit].newbutton:focus,
a.newbutton:focus {
  background-color: #81B34E;
  filter: none;
  border: none;
}
.bluebutton,
input[type=submit].bluebutton,
a.bluebutton {
  color: #475665;
  border: 1px solid #d4e4f1;
  text-shadow: none;
  background: #deeef4;
  /*firefox you stupid mofo*/
}
.bluebutton:hover,
input[type=submit].bluebutton:hover,
a.bluebutton:hover {
  background-color: #afe2f5;
  border-color: #afe2f5;
}
.bluebutton:active,
input[type=submit].bluebutton:active,
a.bluebutton:active {
  background-color: #afe2f5;
}
.bluebutton::-moz-focus-inner,
input[type=submit].bluebutton::-moz-focus-inner,
a.bluebutton::-moz-focus-inner {
  margin: -1px;
}
.graybutton,
input[type=submit].graybutton,
a.graybutton {
  background-color: #eaecef;
  border: 1px solid #dadddd;
  color: #717171;
  text-shadow: none;
}
.graybutton:hover,
input[type=submit].graybutton:hover,
a.graybutton:hover {
  background-color: #fff;
  border-color: #dadddd;
}
.graybutton:active,
input[type=submit].graybutton:active,
a.graybutton:active {
  background-color: #eaeaea;
}
.redbutton,
input[type=submit].redbutton,
a.redbutton {
  color: #fff;
  background-color: #CC1A19;
  border: 1px solid #CC1A19;
}
.redbutton:hover,
input[type=submit].redbutton:hover,
a.redbutton:hover {
  background-color: #a00;
  border: 1px solid #a00;
}
.transparentbutton,
input[type=submit].transparentbutton {
  color: #666;
  font-size: 11px;
  background: none;
  filter: none;
  text-shadow: none;
  border: none;
  font-weight: normal;
}
.transparentbutton:hover,
input[type=submit].transparentbutton:hover {
  text-decoration: underline;
}
#content {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -66px;
}
.pushFooter {
  height: 66px;
}
/* logo */
.footer {
  color: #666;
  font-size: 11px;
  background-color: #edeced;
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 12px !important;
  border-top: 1px solid #dadddd;
  clear: both;
  overflow: hidden;
}
.footer img {
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
.footer .poweredBy {
  float: right;
  margin-right: 30px;
}
.footer .poweredBy .logo {
  width: 24px;
}
.footer .help {
  margin-left: 30px;
}
.footer .help img {
  margin-right: 9px;
}
.footer a:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.toparea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.15);
  background-color: #fafafa;
  margin-bottom: 20px;
  padding: 20px;
}
/* header */
#divBigHeader {
  background: #34383E;
  color: #c7d4e2;
}
#divBigHeader .topheader {
  overflow: hidden;
  padding: 0 30px;
  padding-top: 17px;
  font-size: 12px;
}
#divBigHeader .topheader #userinfo a {
  color: #a2a2a2;
}
#divBigHeader .topheader #userinfo a:hover,
#divBigHeader .topheader #userinfo a:focus {
  color: #ccc;
}
#divBigHeader .topheader #logo {
  float: left;
  margin-bottom: 17px;
}
#divBigHeader .topheader #logo img {
  height: 30px;
  margin-right: 20px;
  margin-bottom: -5px;
}
#divBigHeader .topheader #logo span {
  font-weight: bold;
}
#divBigHeader .topheader #logo #spanTitle {
  font-size: 27px;
  color: white;
}
#divBigHeader .topheader #logo > a {
  text-decoration: none;
}
#divBigHeader .topheader #userinfo {
  color: #666;
  font-size: 11px;
  float: right;
}
#divBigHeader .topheader #userinfo button {
  box-shadow: 0px 1px 0 0px #43464c;
  text-shadow: 0px 1px 2px #000;
  border: 1px solid #25272c;
  font-size: 8px;
  font-weight: bold;
  color: #fff;
  background: #4c4f52 url(../images/loginbuttonbg.png);
  background-position: 0 0px;
  padding: 0 6px;
  filter: none;
  text-transform: uppercase;
  margin: 0;
  height: 19px;
  vertical-align: baseline;
  line-height: 17px;
}
#divBigHeader .topheader #userinfo button:hover {
  background-position: 0 34px;
}
#divBigHeader .topheader #userinfo button:active,
#divBigHeader .topheader #userinfo button:focus {
  background-position: 0 18px;
}
#divBigHeader .topheader #divRecent {
  position: absolute;
  display: none;
  z-index: 1000;
  padding: 10px;
}
#divBigHeader .topheader #divRecent ul {
  list-style-image: url(../images/triangle.png);
  margin-left: 13px;
}
#divBigHeader .topheader #divRecent li {
  padding: 6px 0;
}
#divBigHeader .divSearch {
  float: right;
  margin-left: 20px;
  position: relative;
}
#divBigHeader .divSearch a {
  position: absolute;
  color: #a9a9a9;
  top: 3px;
  left: 9px;
}
#divBigHeader .divSearch input {
  height: 24px;
  line-height: 24px;
  width: 200px;
  border: 1px solid #555;
  background: transparent;
  color: #a9a9a9;
  font-size: 11px;
  padding: 0;
  padding-left: 28px;
  margin-right: 0;
}
#divBigHeader .divSearch input:focus {
  background: #000;
}
#divBigHeader .divSearch input::-webkit-input-placeholder {
  color: #777;
}
#divBigHeader .divSearch input:-moz-placeholder {
  color: #777;
}
#divBigHeader .divSearch input::-moz-placeholder {
  color: #777;
}
#divBigHeader .divSearch input:-ms-input-placeholder {
  color: #777;
}
#divBigHeader #newTicket {
  float: right;
}
#divBigHeader #newTicket a.button {
  font-size: 11px;
}
.announcementbar {
  display: none;
  background-color: #feffd5;
  padding: 7px 30px;
}
.announcementClose {
  float: right;
}
.announcementbar.announcementerror {
  background-color: #A63232;
  color: #fff;
}
.announcementbar.announcementerror a {
  color: #fff;
  text-decoration: underline;
}
/* end header */
.tabmenu {
  float: left;
  width: 100%;
}
.tabmenu li {
  float: left;
}
.tabmenu li > a {
  text-decoration: none;
  padding: 10px 19px;
  margin: 0;
  display: block;
  color: #a3a8b7;
  opacity: 0.8;
}
.tabmenu li > a:hover {
  color: #fff;
  opacity: 1;
}
.tabmenu li .fa {
  margin-right: 3px;
}
.tabmenu li:first-child {
  margin-left: 30px;
}
.tabmenu li:first-child > a {
  padding-left: 0;
}
.tabmenu li.active a {
  padding-left: 16px;
  font-weight: bold;
  background-color: #4C5B6B;
  position: relative;
  top: 1px;
  border: 1px solid #4C5B6B;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 11px;
  opacity: 1;
}
.tabmenu li:last-child {
  padding-right: 30px;
  float: right;
  padding-bottom: 8px;
}
#ddmenu {
  margin: 10px 3%;
  width: 94%;
}
/* used on smartphones */
.tabmenu2 select {
  padding: 0;
  margin: 3px 0;
  font-size: 11px;
}
.tabmenu2 {
  background-color: #4C5B6B;
  background-image: url(../images/tabsBg2.png);
  padding: 0 30px;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  font-size: 11px;
  border-bottom: 1px solid #345;
  box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.4);
}
.tabmenu2 li {
  float: left;
  padding: 2px 13px;
  height: 19px;
  margin: 7px 18px 7px 0;
  line-height: 19px;
  position: relative;
  padding-left: 11px;
  padding-right: 11px;
  border-radius: 5px;
}
.tabmenu2 li a {
  text-decoration: none;
  color: #C7D4E2;
}
.tabmenu2 li a:hover,
.tabmenu2 li a:focus {
  color: #fff;
}
.tabmenu2 li.active2 {
  background-color: #0c131b;
  background-color: rgba(12, 19, 27, 0.7);
}
.tabmenu2 li.active2 a {
  color: #fff;
}
.tabmenu2 a {
  color: #fff;
}
.maincontent {
  margin: 20px 30px;
}
#leftsidebar {
  width: 250px;
  float: left;
  margin-right: 20px;
  overflow: visible;
}
#maintable > tbody > tr > td {
  padding: 0;
  vertical-align: top;
}
#maintable > tbody > tr > td:last-child {
  width: 100%;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 15px;
  border-left: 5px solid #f1f1f1;
}
.lightbg {
  background-color: #fafafa;
}
.darkbg {
  background-color: #e9e9f2;
}
/*.alternativeLightbg {background:#f6f6f6}*/
.outerroundedborder {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.15);
}
.outerroundedbox {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.15);
  background-color: #fafafa;
  margin-bottom: 20px;
  padding: 20px;
}
.midbg {
  background-color: #edeced;
}
.alert {
  background-color: #C3333D;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.alert a {
  color: #fff;
}
table.outerroundedborder,
table.outerroundedbox {
  border-collapse: separate;
  padding: 0;
}
table.outerroundedborder th:first-child,
table.outerroundedbox th:first-child {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
}
table.outerroundedborder th:last-child,
table.outerroundedbox th:last-child {
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
}
.roundedtable {
  border-collapse: separate;
  padding: 0;
}
.roundedtable th:first-child {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
}
.roundedtable th:last-child {
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
}
table.sortable th {
  cursor: pointer;
}
table.horizseparated td {
  padding: 17px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #e9e9e9;
}
table.horizseparated th {
  padding-left: 10px;
  padding-right: 9px;
  padding-top: 10px;
}
table.horizseparated td:first-child,
table.horizseparated th:first-child {
  padding-left: 20px;
}
table.horizseparated td:last-child,
table.horizseparated th:last-child {
  padding-right: 20px;
}
table.horizseparated tbody:last-of-type tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
}
table.horizseparated tbody:last-of-type tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
table.horizseparated tbody:last-of-type tr:last-child td {
  border-bottom: none;
}
table.horizseparated tfoot td {
  height: 30px;
  background: #d9dcdd;
  background: #eaeced;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none;
  border-top: 1px solid #e0e0e0;
}
table.horizseparated tfoot td a {
  color: #475665;
  font-weight: bold;
  text-decoration: none;
}
table.horizseparated tfoot td ul {
  float: right;
  padding: 7px 0;
}
table.horizseparated tfoot td ul li {
  float: left;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-right: 1px solid #c0ccd4;
  border-left: 1px solid #e4e7e8;
}
table.horizseparated tfoot td ul li:first-child {
  border-left: none;
}
table.horizseparated tfoot td ul li:last-child {
  border-right: none;
}
table.horizseparated tfoot td:first-child {
  border-bottom-left-radius: 5px !important;
  -moz-border-radius-bottomleft: 5px !important;
}
table.horizseparated tfoot td:last-child {
  border-bottom-right-radius: 5px !important;
  -moz-border-radius-bottomright: 5px !important;
}
table.horizseparated tr:nth-child(odd) td {
  background: #f6f6f6;
}
table.horizseparated tr.overdue td {
  background-color: #fff4f4;
}
table.horizseparated tr.overdue td a.ticketLink,
table.horizseparated tr.overdue td.duedate {
  color: #A40802;
  font-weight: bold;
}
table.horizseparated tr.almostoverdue td.duedate {
  animation: blinker2 5s linear infinite;
  font-weight: bold;
}
table.horizseparated tr:hover td {
  background-color: #fff;
}
@keyframes blinker2 {
  50% {
    color: #e00;
  }
}
#bulk-actions-popup > div {
  display: none;
  margin-top: 10px;
}
table.admintable input[type=submit],
table.admintable button {
  background-color: #eaecef;
  border: 1px solid #dadddd;
  color: #717171;
  text-shadow: none;
}
table.admintable input[type=submit]:hover,
table.admintable button:hover {
  background-color: #fff;
  border-color: #dadddd;
}
table.admintable input[type=submit]:active,
table.admintable button:active {
  background-color: #eaeaea;
}
table.admintable textarea {
  width: 100%;
}
table.admintable td.separator {
  border-top: 1px solid #E2E5E7;
}
table.admintable input.colorpicker {
  padding-left: 30px;
  width: 85px;
  text-transform: uppercase;
}
.admindescription {
  color: #a2a2a2;
}
.admindescription a {
  opacity: 0.7;
}
p.admindescription {
  margin-top: 4px;
  margin-bottom: 6px;
}
.narrowCenteredContainer {
  max-width: 960px;
  margin: 0 auto;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
table.menulist {
  margin-left: auto;
  margin-right: auto;
}
table.menulist td {
  vertical-align: middle;
  height: 78px;
  width: 50%;
}
table.menulist td > div {
  margin-left: 42px;
}
table.menulist .icon {
  float: left;
  margin-right: 10px;
  font-size: 28px;
  color: #35383E;
  margin-top: 4px;
}
table.menulist img {
  float: left;
  margin-right: 10px;
}
table.menulist a {
  font-size: 18px;
  font-weight: bold;
}
.blueheader {
  color: #fff;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  position: relative;
  height: 15px;
  font-size: 11px;
  padding: 11px 12px;
  margin-bottom: 12px;
  background-color: #4C5B6B;
}
.tagslist {
  overflow: hidden;
  padding: 12px;
}
.tagslist h3 {
  margin-bottom: 7px;
}
.tag {
  background-color: #e9e9f2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #E2E2E2;
  display: block;
  float: left;
  padding: 3px 5px;
  text-decoration: none;
  color: gray;
  margin-right: 7px;
  margin-bottom: 7px;
}
.tag a {
  text-decoration: none;
}
.leftContent {
  float: left;
  width: 64.6%;
}
.rightsidebar {
  float: left;
  width: 33.5%;
  margin-left: 1.9%;
}
/* .leftKB {float: left; width: 64.8%;} */
.avatar {
  vertical-align: middle;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.editorBBCODE {
  font: 12px Consolas, Courier;
}
div.richeditor div.editbar {
  height: 27px;
  line-height: 24px;
  background: #eaeced;
  border: 1px solid #dadddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
div.richeditor div button {
  vertical-align: middle;
  padding: 0;
  width: 19px;
  height: 19px;
  margin-left: 3px;
  margin-right: 0;
  background: #eaeced;
  border: #dadddd 1px solid;
  cursor: pointer;
  box-shadow: none;
  filter: none;
  color: #777;
  font-size: 11px;
}
div.richeditor div button:hover {
  background: #fff;
}
div.richeditor table.colorpick td {
  padding: 7px 10px !important;
}
div.richeditor div.container {
  border: 1px solid #dadddd;
  border-top: none;
  margin-bottom: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.richeditor textarea {
  padding: 3px 5px;
  border: none;
  display: block;
  width: 100% !important;
  box-sizing: border-box;
}
div.richeditor iframe {
  padding: 3px 5px;
  background-color: #fff;
  border: none;
  display: block;
  width: 100% !important;
  border-radius: 3px;
  box-sizing: border-box;
  resize: vertical;
}
@media only screen and (max-width: 670px) {
  div.richeditor div.editbar button[tabindex] {
    display: none;
  }
  div.richeditor div.editbar button.htmlbtn,
  div.richeditor div.editbar button.boldbtn,
  div.richeditor div.editbar button.italicbtn,
  div.richeditor div.editbar button.hyperlinkbtn {
    display: inline-block;
  }
}
.attachments td {
  vertical-align: middle;
}
.attachments img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.15);
  max-width: 100px;
  background: #fff;
}
.attachments a.resend {
  display: none;
}
.attachments td:hover a.resend {
  display: inherit;
}
a.attachments {
  display: inline-block;
  text-align: center;
  max-width: 102px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 3px;
  border-bottom: none;
}
.breadcrumbs {
  color: #b2b2b2;
  padding-bottom: 20px;
  padding-top: 0;
}
.breadcrumbs span {
  color: #666666;
}
.breadcrumbs a,
.breadcrumbs a span {
  color: #7195c5;
}
.contentEditable {
  background: #ffffcc;
}
#outerLogin {
  width: 100%;
  text-align: center;
}
#loginContainer {
  display: inline-block;
  position: relative;
}
#loginContainer h1 {
  margin: 15px 0;
}
#loginContainer #tableLoginContainer {
  padding: 0 10px 0 16px;
}
#loginContainer #tableLoginContainer .tdOR {
  padding: 0;
  background-image: url(../images/treeview-default-line.gif);
  background-position: 50%;
  background-repeat: repeat-y;
  vertical-align: middle;
}
#loginContainer #tableLoginContainer .tdOR span {
  font-size: 21px;
  color: #fff;
  font-style: italic;
  background-color: #ccc;
  padding: 5px 8px;
  padding-left: 7px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
#loginContainer #tableLoginContainer table {
  width: 250px;
}
#loginContainer #tableLoginContainer table td {
  padding: 5px;
  text-align: left;
}
.datepick {
  width: 85px;
}
div.kbHeader {
  text-align: center;
  margin-bottom: 20px;
}
div.kbHeader div {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.kbHeader div > a {
  width: 90px;
  height: 50px;
  margin-right: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.15);
  background-color: #fafafa;
  margin-bottom: 20px;
  padding: 20px;
  color: #666;
  font-size: 11px;
}
div.kbHeader div > a i.fa {
  font-size: 36px;
  display: block;
}
div.kbHeader div > a:hover {
  opacity: 0.8;
}
div.kbHeader h3 {
  font-weight: normal;
}
div.kbHeader form {
  position: relative;
}
div.kbHeader input {
  width: 100%;
  height: 40px;
  font-size: 15px;
  padding-left: 33px;
  margin-bottom: 40px;
}
div.kbHeader form a {
  font-size: 17px;
  position: absolute;
  left: 12px;
  top: 12px;
  color: #aaa;
}
div.articleslist {
  width: 47%;
  float: left;
  padding: 0 7px 4px;
}
div.articleslist h2 {
  padding: 0;
}
div.articleslist h1 span {
  font-weight: normal;
}
div.articleslist ul {
  list-style-image: url(../images/triangle.png);
  margin-left: 13px;
}
div.articleslist ul li {
  margin: 10px 0;
  font-size: 14px;
  padding-right: 40px;
}
.trianglelist {
  list-style-image: url(../images/triangle.png);
  margin-left: 13px;
}
.trianglelist li {
  margin: 10px 0;
  font-size: 14px;
  padding-right: 40px;
}
tr.highlight td,
.highlight,
table.horizseparated tr.highlight td {
  background-color: #feffd5;
}
img.techComment {
  margin-bottom: -2px;
}
.publicComment {
  display: none;
}
.usercomment {
  border-right: 3px solid #E9A36B;
}
.techcomment {
  border-right: 3px solid #70c45c;
}
.fortechcomment {
  border-right: 3px solid #5C9EC4;
}
.ticketRow {
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  height: 55px;
}
.ticketRow td:first-child div.ticketrowMeta {
  text-align: right;
  float: right;
  line-height: 1;
}
.ticketRow td:first-child {
  min-width: 200px;
  word-break: break-word;
}
.ticketRow.subticket td:first-child {
  padding-left: 40px;
}
.techsViewing {
  color: #63ad51;
  vertical-align: middle;
  animation: blinker 2s linear infinite;
  opacity: 0.3;
}
@keyframes blinker {
  50% {
    opacity: 1;
  }
}
.ticketLink {
  font-weight: bold;
  text-decoration: none;
  line-height: 16px;
  font-size: 14px;
}
.ticketAttr img {
  margin-right: 2px;
  vertical-align: middle;
}
.ticketAttr img.categoryIcon {
  margin-left: 5px;
}
.separator td {
  background: #f0f0f0;
}
.categories {
  background-color: #edeced;
  margin-bottom: 20px;
}
.categories .treeList {
  /*first-level nesting padding*/
  /*2nd-level nesting padding*/
}
.categories .treeList li {
  white-space: nowrap;
  position: relative;
  list-style: none;
}
.categories .treeList li > a {
  display: block;
  height: 27px;
  padding-left: 12px;
  line-height: 27px;
  font-size: 12px;
  font-weight: bold;
  color: #475665;
}
.categories .treeList ul > li > a {
  padding-left: 19px;
}
.categories .treeList ul > li > ul a {
  padding-left: 26px;
}
.categories .treeList span.catCount,
.categories .treeList a.catCount {
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  padding: 1px 7px;
  position: absolute;
  top: 5px;
  right: 10px;
  min-width: 12px;
  text-align: center;
}
.categories .treeList li.category a {
  border-bottom: none;
  font-weight: normal;
  color: #6E8591;
}
.categories .treeList li.section > a span.catCount {
  font-weight: bold;
}
.categories .treeList li > a:hover {
  background-color: #fff;
  text-decoration: none;
}
.categories .treeList li > a.selected {
  background: #3371a0;
  color: #fff;
  text-decoration: none;
}
.categories .catName {
  display: block;
  padding-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.categories .treeList li > a.selected span.catCount {
  background-color: #184667;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
#divStats {
  width: 280px;
  text-transform: uppercase;
  margin-left: -15px;
}
#divStats a {
  color: #8e8e8e;
}
#divStats td {
  width: 25%;
}
#divStats img {
  height: 20px;
}
#divStats #divStatsCounts {
  font-size: 12px;
  font-weight: bold;
}
#divStats #divStatsLabels {
  white-space: nowrap;
  font-size: 9px;
}
#tblTickets th a,
#tblTickets th a:visited {
  color: #999;
  border-bottom: 1px dotted #c8c8c8;
  font-weight: normal;
}
#thTicketDate {
  min-width: 50px;
}
.menu > li > a.active {
  border-bottom: 1px solid #1a638f;
}
.filterBox {
  background-color: #fafafa;
  position: relative;
  padding-top: 5px;
  margin-top: 15px;
  border: 1px solid #dadddd;
  border-left: none;
  border-right: none;
}
.filterBox table {
  width: 100%;
}
.filterBox table td:nth-child(2) {
  padding-left: 0;
}
.filterBox td {
  padding: 6px 17px;
}
.filterBox tr td:last-child:not([colspan]) {
  padding-left: 0;
}
.filterBox .notch {
  position: absolute;
  top: -9px;
  right: 14px;
  margin: 0;
  border-bottom: 10px solid #fafafa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  padding: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.filterBox .border-notch {
  border-bottom-color: #dadddd;
  top: -10px;
}
.filterBox tr:last-child td {
  padding-bottom: 15px;
}
.filterBox tr:first-child td {
  padding-top: 10px;
}
.filterBox input[type="text"],
.filterBox input[type="number"] {
  padding-left: 3px;
  font-size: 11px;
  width: 100%;
}
.filterBox select {
  width: 100%;
}
.filterBox input[type="checkbox"] {
  margin-right: 0;
}
#toggleFilter {
  position: absolute;
  top: 10px;
  right: 8px;
  height: 23px;
  margin: 0;
  margin-top: -3px;
  font-weight: normal;
  background: transparent;
  border: none;
}
#toggleFilter:hover {
  text-shadow: 1px 0px 10px #fff;
}
#ticketBody #subject.contentEditable {
  margin-bottom: 10px;
}
#ticketBody #subject {
  word-break: break-word;
}
#ticketBody #body {
  font-size: 14px;
  word-wrap: break-word;
  overflow-x: auto;
  clear: both;
}
#ticketBody #body ul {
  list-style-type: disc;
  margin-left: 40px;
}
#ticketBody #body ol {
  margin-left: 30px;
}
#ticketBody #body ul,
#ticketBody #body ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ticketBody #body table {
  border-collapse: collapse;
}
#ticketBody #body table td {
  border: 1px solid #eee;
  padding: 5px;
}
#ticketBody #body p {
  color: inherit;
  font-size: inherit;
  margin-bottom: 10px;
}
#ticketBody #body img {
  max-width: 100%;
  height: auto;
}
#sorting > div:first-child,
#leftsidebar > .tagslist > div:first-child {
  text-transform: uppercase;
  margin-bottom: 7px;
}
.bodyText {
  font-size: 14px;
  word-wrap: break-word;
  overflow-x: auto;
  clear: both;
}
.bodyText ul {
  list-style-type: disc;
  margin-left: 40px;
}
.bodyText ol {
  margin-left: 30px;
}
.bodyText ul,
.bodyText ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bodyText table {
  border-collapse: collapse;
}
.bodyText table td {
  border: 1px solid #eee;
  padding: 5px;
}
.bodyText p {
  color: inherit;
  font-size: inherit;
  margin-bottom: 10px;
}
.bodyText img {
  max-width: 100%;
  height: auto;
}
/* ViewIssue Toolbar */
div#toolbar {
  height: 26px;
  margin-bottom: 20px;
}
div#toolbar ul#status {
  float: left;
}
div#toolbar ul li {
  float: left;
}
div#toolbar ul div {
  position: relative;
}
div#toolbar ul div ul {
  position: absolute;
  top: 25px;
  left: 0;
  display: none;
  z-index: 10;
}
div#toolbar ul div ul li {
  width: 100%;
  border: none;
  text-align: left;
  display: block;
  margin: 2px 0;
}
div#toolbar ul#statusesDdl input {
  min-width: 100%;
  background-color: #eaecef;
  border: 1px solid #dadddd;
  color: #717171;
  text-shadow: none;
}
div#toolbar ul#statusesDdl input:hover {
  background-color: #fff;
  border-color: #dadddd;
}
div#toolbar ul#statusesDdl input:active {
  background-color: #eaeaea;
}
div.tools {
  float: right;
  position: relative;
}
div.tools #toolsPopup {
  position: absolute;
  display: none;
  z-index: 5;
  right: 0;
}
div.tools #toolsPopup li {
  float: none !important;
  padding: 3px 0;
  white-space: nowrap;
}
div.tools #toolsPopup li:first-child {
  padding-top: 0;
}
div.tools #toolsPopup li:last-child {
  padding-bottom: 0;
}
div.tools:hover #toolsPopup {
  display: block;
}
div.tools #toolsbtn:focus + #toolsPopup {
  display: block;
}
ul.tools {
  position: absolute;
  right: 9px;
}
ul.tools li:first-child {
  overflow: hidden;
}
ul.tools li {
  margin: 0;
  float: left;
}
ul.tools button {
  height: 23px;
  width: 23px;
  line-height: 21px;
  color: #999;
  border: 1px solid #cfcfcf;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: #f3f3f3;
  filter: none;
}
ul.tools button:hover {
  background: #fff;
}
.editTable ul.tools {
  visibility: hidden;
}
tr:hover td.editCell ul.tools {
  visibility: visible;
}
.editCell {
  position: relative;
  transition: all 3s ease;
}
.editCell:after {
  content: "";
  position: absolute;
  top: 9px;
  left: -6px;
  border-width: 7px 7px 7px 0;
  border-style: solid;
  border-color: transparent #fafafa;
}
.editCell:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -7px;
  border-width: 7px 7px 7px 0;
  border-style: solid;
  border-color: transparent #c9c9c9;
}
.editCell.systemcomment:after {
  border-color: transparent #eaeced;
}
.tagsinput {
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/*to make it look like a textbox*/
.tagsinput input:focus {
  box-shadow: none;
}
table.issueDetails h2 {
  color: #475665;
}
table.issueDetails .editButton {
  background-color: #eaecef;
  border: 1px solid #dadddd;
  color: #717171;
  text-shadow: none;
  position: absolute;
  right: 0px;
  top: -4px;
  width: 35px;
}
table.issueDetails .editButton:hover {
  background-color: #fff;
  border-color: #dadddd;
}
table.issueDetails .editButton:active {
  background-color: #eaeaea;
}
table.issueDetails td {
  vertical-align: middle;
  height: 25px;
}
table.issueDetails td:last-child {
  padding-left: 0;
}
table.issueDetails td:last-child > div {
  position: relative;
  width: 100%;
}
table.issueDetails td:last-child > div .info {
  padding-right: 40px;
}
table.issueDetails td:first-child {
  padding-right: 0px;
}
table.issueDetails .tagsinput {
  background-color: transparent;
  border: none;
}
table.issueDetails .tagsinput input {
  padding-left: 0;
}
table.issueDetails .editor {
  color: #a2a2a2;
  white-space: nowrap;
}
table.issueDetails .editor input:not([type='checkbox']),
table.issueDetails .editor select {
  width: 120px;
}
table.issueDetails #TicketCustomFields .info {
  word-break: break-word;
}
table.issueDetails .grey {
  color: #a2a2a2;
}
.unlink {
  float: right;
  margin-top: 4px;
}
/*comments list */
.trDay td {
  color: #666;
  font-size: 14px;
  padding: 15px;
}
.commentsTbl {
  border-collapse: separate;
  border-spacing: 0 22px;
}
.commentsTbl td {
  text-align: left;
  vertical-align: top;
  padding: 7px 10px;
}
.commentsTbl td.tdAvatar {
  padding: 0;
  position: relative;
}
.ticketComment {
  font-size: 14px;
}
.ticketComment div.commentBody {
  padding: 5px 0;
  font-size: 14px;
  word-wrap: break-word;
  overflow-x: auto;
  clear: both;
}
.ticketComment div.commentBody ul {
  list-style-type: disc;
  margin-left: 40px;
}
.ticketComment div.commentBody ol {
  margin-left: 30px;
}
.ticketComment div.commentBody ul,
.ticketComment div.commentBody ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ticketComment div.commentBody table {
  border-collapse: collapse;
}
.ticketComment div.commentBody table td {
  border: 1px solid #eee;
  padding: 5px;
}
.ticketComment div.commentBody p {
  color: inherit;
  font-size: inherit;
  margin-bottom: 10px;
}
.ticketComment div.commentBody img {
  max-width: 100%;
  height: auto;
}
.ticketComment.systemcomment {
  color: #666;
  font-size: 11px;
  background-color: #edeced;
}
.ticketComment.systemcomment .commentBody {
  color: #666;
  font-size: 11px;
}
.ticketComment .commentInfo {
  word-wrap: break-word;
}
span.commentDate {
  position: absolute;
  bottom: -14px;
  right: 3px;
}
span.commentDate a {
  color: #a2a2a2;
}
/*new comment*/
#txtNewComment {
  margin-top: 30px;
  padding-left: 33px;
  height: 44px;
  font-size: 18px;
  width: 100%;
  background: #fff url('../images/reply.png') 10px no-repeat;
  background-size: 17px;
  border-radius: 4px;
  border-color: #dadddd;
}
.commentsTbl td.tdNewComment {
  padding: 0 0 20px;
}
div#divSubscribersList div {
  float: left;
  padding: 1px 5px;
  height: 18px;
  line-height: 18px;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div#divSubscribersList div.subscriber {
  border: 1px solid #dadddd;
}
div#divSubscribersList div.tech {
  border-color: #b6d2af;
}
.realtimeBar {
  z-index: 1000;
}
.typingIndicator {
  display: none;
}
@keyframes dots-1 {
  from {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
@keyframes dots-2 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes dots-3 {
  from {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
@-webkit-keyframes dots-1 {
  from {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
@-webkit-keyframes dots-2 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes dots-3 {
  from {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
.typingIndicator .dots span {
  animation: dots-1 1s infinite steps(1);
  -webkit-animation: dots-1 1s infinite steps(1);
}
.typingIndicator .dots span:first-child + span {
  animation-name: dots-2;
  -webkit-animation-name: dots-2;
}
.typingIndicator .dots span:first-child + span + span {
  animation-name: dots-3;
  -webkit-animation-name: dots-3;
}
.fileupload > div > span {
  margin-top: 10px;
  display: block;
}
.fancyfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.fancyfile + label {
  cursor: pointer;
  color: #2980b9;
}
.fancyfile + label:hover {
  color: #5DAEF5;
}
/* User popup */
.userPopup {
  display: none;
  width: 340px;
  position: absolute;
  z-index: 1000;
  white-space: normal;
  min-height: 16px;
}
.userPopup i.fa {
  width: 12px;
  text-align: center;
}
.userPopup ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0 0 10px;
}
.userPopup ul.userInfo {
  display: flex;
  flex-wrap: wrap;
}
.userPopup ul.userInfo li {
  min-width: 160px;
  margin: 5px 0;
}
.userPopup ul.userInfo li.fullWidth {
  width: 100%;
}
.userPopup ul.ticketGrid {
  width: 100%;
  margin: 0;
}
.userPopup ul.ticketGrid li {
  padding: 5px;
}
.userPopup .notch {
  position: absolute;
  top: -11px;
  left: 10px;
  margin: 0;
  border-bottom: 12px solid #fafafa;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 0;
  padding: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.userPopup .border-notch {
  border-bottom-color: #ddd;
  top: -12px;
}
.userPopup td,
.userPopup th {
  padding: 3px 2px 3px 0 !important;
  border: none;
  vertical-align: initial;
}
.userPopup th {
  background: none;
  text-transform: none;
}
/* More btn */
tr.trMore td {
  cursor: pointer;
}
tr.trMore td a {
  text-decoration: none;
}
.badge {
  display: inline-block;
  color: #fff;
  font-size: 9px;
  text-transform: lowercase;
  padding: 3px 5px;
  border-radius: 3px;
  line-height: 9px;
  margin: 0 -3px 2px 3px;
}
.badge.new-badge {
  background-color: #dd5959;
}
.badge.closed-badge {
  background-color: #888;
}
.badge.cust-badge {
  background-color: #E9A36B;
}
.badge.cust-badge a {
  color: #CA7026;
}
.badge:hover a {
  color: #fff;
}
.badge.tech-badge {
  background-color: #70c45c;
}
.badge.fortech-badge {
  background-color: #5c9ec4;
}
.badge.live-badge {
  background-color: #d1d1d1;
}
.badge.live-badge i {
  color: #dd5959;
  animation: pulse 2s infinite;
  border-radius: 50%;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(221, 89, 89, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(221, 89, 89, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(221, 89, 89, 0);
  }
}
.newcolor {
  color: #dd5959;
}
.techcolor {
  color: #70c45c;
}
.custcolor {
  color: #E9A36B;
}
#bulk-actions-popup {
  position: absolute;
  display: none;
}
#bulk-actions-popup li {
  display: inline;
  margin-right: 15px;
}
.arrow_box {
  position: relative;
  background: #FAFAFA;
  border: 1px solid #dadddd;
}
.arrow_box:after,
.arrow_box:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-left-color: #FAFAFA;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.arrow_box:before {
  border-left-color: #dadddd;
  border-width: 11px;
  top: 50%;
  margin-top: -11px;
}
#divSelectColumns input {
  margin: 3px 5px 3px 0;
}
.field-validation-error,
.validation-summary-errors {
  color: #A63232;
  font-weight: bold;
}
.error {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px;
  color: #fff !important;
  background-color: #A63232;
  border-radius: 3px;
}
.error a {
  color: #fff;
  text-decoration: underline;
}
.error-border {
  border-color: #A63232 !important;
}
.grey .error {
  margin: 0 3px;
}
.error:not(input) {
  font-size: 11px;
}
.success {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px;
  color: #fff !important;
  background-color: #A63232;
  border-radius: 3px;
  background-color: #70c45c;
}
.success a {
  color: #fff;
  text-decoration: underline;
}
input.error,
textarea.error {
  color: #000 !important;
  border: 1px solid #A63232;
}
.report-settings {
  overflow: hidden;
  padding-top: 0;
}
.report-settings .section {
  float: left;
  overflow: hidden;
  margin-right: 30px;
  min-height: 111px;
  /*height - for retina wide fix*/
}
.report-settings .section .subheader {
  margin-top: 30px;
  font-size: 12px;
  font-weight: bold;
}
.report-settings .section > div:last-child {
  margin-right: 0;
}
.report-settings div.report-input {
  float: left;
  margin-top: 10px;
  margin-right: 30px;
  color: #666;
  font-size: 11px;
  width: 200px;
}
.report-settings div.report-input .onoffswitch {
  margin-top: 4px;
}
.report-settings div.report-input input[type=text],
.report-settings div.report-input select {
  width: 100%;
}
.report-settings div.report-input input {
  display: block;
}
.report-settings div.report-input input.cfDateRange {
  width: 95px;
  display: inline-block;
}
.richeditor {
  /*so loooooong names don't stretch the menu horizantally*/
  /*pos:relative added so lick is clickable on LOOOONG canned-response names*/
  /*so loooooong names don't stretch the menu horizantally*/
}
.richeditor #selTemplates,
.richeditor #selKb {
  float: right;
}
.richeditor .editbar .dropdown-menu {
  max-width: 50%;
}
.richeditor #selTemplates .dropdown-toggle,
.richeditor #selKb .dropdown-toggle {
  padding: 0 10px;
  width: auto;
  margin: 0 2px 0 0;
}
.richeditor .dropdown .dropdown-toggle:hover,
.richeditor .dropdown .dropdown-toggle:focus,
.richeditor .dropdown.open .dropdown-toggle {
  background: #fff;
}
.richeditor .dropdown > ul {
  position: absolute;
  display: none;
  padding: 4px;
  line-height: normal;
}
.richeditor .dropdown.open > ul {
  display: block;
}
.richeditor .dropdown > ul li {
  line-height: 18px;
  margin: 0 -10px;
  padding: 0 10px;
  white-space: nowrap;
}
.richeditor .dropdown li > a.edit {
  display: none;
  position: relative;
}
.richeditor .dropdown li {
  overflow: hidden;
}
.richeditor .dropdown li:hover {
  background-color: white;
}
.richeditor .dropdown li:hover > a.edit {
  display: inline-block;
}
.richeditor .dropdown .kbcategory .title {
  cursor: pointer;
  font-weight: bold;
}
.richeditor .dropdown .kbcategory ul {
  display: none;
  padding-left: 10px;
}
table.mediumform {
  width: 700px;
}
table.mediumform input[type=text],
table.mediumform input[type=email],
table.mediumform textarea {
  width: 98%;
}
.fa.delete {
  color: #E63939;
}
.fa.delete:hover {
  color: #a00;
}
.atwho-view {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.15);
  background-color: #fafafa;
  margin-bottom: 20px;
  padding: 20px;
  color: #666;
  font-size: 11px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin: 18px;
  min-width: 120px;
  max-height: 200px;
  overflow: auto;
  z-index: 11110 !important;
}
.atwho-view .cur {
  background: #4c5b6b;
  color: #fff;
}
.atwho-view strong {
  color: #4c5b6b;
}
.atwho-view .cur strong {
  color: #fff;
  font: bold;
}
.atwho-view ul {
  list-style: none;
  padding: 0;
  margin: auto;
}
.atwho-view ul li {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
}
.onoffswitch {
  display: inline-block;
  margin-right: 8px;
  top: -1px;
  position: relative;
  width: 34px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  opacity: 0;
  position: absolute !important;
}
.onoffswitch-checkbox:focus + .onoffswitch-label {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}
/* styling label when checkbox is focused */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 15px;
  padding: 0;
  line-height: 15px;
  border: 2px solid #CCCCCC;
  border-radius: 15px;
  background-color: #EAEAEA;
  transition: background-color 0.2s ease-in;
}
.onoffswitch-label.disabled,
.onoffswitch-label.disabled:before {
  background-color: #fafafa !important;
  border-color: #e3e3e3 !important;
}
.onoffswitch-label:before {
  content: "";
  display: block;
  width: 15px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  border: 2px solid #CCCCCC;
  border-radius: 15px;
  transition: all 0.2s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #3F8CC9;
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #3F8CC9;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}
.changeloglist .badge {
  margin: 0;
  margin-right: 5px;
  width: 25px;
  text-align: center;
  float: left;
  margin-top: 3px;
}
.changeloglist .clDescription {
  overflow: hidden;
  margin-bottom: 5px;
}
.dropzone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.85);
}
.dropzone > div {
  text-align: center;
}
#similarFromKB {
  margin-top: 10px;
}
#similarFromKB ul {
  padding: 10px;
}
/* responsive stuff */
/* Smartphones (portrait and landscape) up to iPhone 6 landscape */
@media only screen and (max-width: 670px) {
  body {
    min-width: 0;
    overflow-x: hidden;
    background-color: #edeced;
  }
  .maincontent {
    margin: 20px 10px;
  }
  /* Header */
  #divBigHeader .topheader,
  #divBigHeader .tabmenu2 {
    padding: 0 10px;
  }
  #divBigHeader .topheader #logo {
    float: none;
    text-align: center;
    margin: 0;
  }
  #divBigHeader .topheader #userinfo #lnkRecents {
    display: none;
  }
  /*hide recent tickets history*/
  #divBigHeader .topheader #userinfo {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  #divBigHeader .divSearch,
  #divBigHeader #newTicket {
    float: left;
    margin-left: 3%;
  }
  /*move search and new ticket to the left*/
  #divBigHeader .divSearch input {
    width: 155px;
  }
  #divBigHeader .topheader {
    padding-top: 5px;
  }
  #divBigHeader .topheader #logo #spanTitle {
    font-size: 22px;
  }
  .tabmenu2 {
    height: auto;
    background-image: none;
  }
  .tabmenu2 li {
    float: none;
    padding: 0;
    margin: 5px 0;
    height: auto;
  }
  .footer {
    width: auto;
    height: auto;
    line-height: 45px;
  }
  .footer .help {
    margin: 0;
    margin-left: 10px;
  }
  .footer .poweredBy {
    margin: 0;
    margin-right: 10px;
  }
  .footer .poweredBy img {
    display: none;
  }
  #content {
    margin: 0 auto -45px;
  }
  .outerroundedbox {
    padding: 10px;
  }
  /*Active tickets*/
  #maintable {
    float: none;
    width: 100%;
  }
  table.horizseparated td {
    padding: 10px;
  }
  table.horizseparated td:last-child,
  table.horizseparated th:last-child {
    padding-right: 7px;
  }
  table.horizseparated td:first-child,
  table.horizseparated th:first-child {
    padding-left: 7px;
  }
  /* View ticket */
  .rightsidebar,
  .leftContent {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  /*KB*/
  div.articleslist {
    float: none;
    width: auto;
  }
  .kbSearch {
    width: 98%;
  }
  div.kbHeader a {
    left: 22px;
    top: 21px;
  }
  .maincontent hr {
    display: none;
  }
  table.admintable select {
    width: 100%;
  }
  table.menulist {
    width: initial;
  }
  table.menulist td {
    display: inline-block;
    width: 90%;
  }
}
.carouselOrigLink {
  color: #fff;
  margin-top: 5px;
  display: block;
  text-align: right;
  font-size: 14px;
}
.carouselOrigLink:hover {
  text-decoration: underline;
  color: #fff;
}
/* iPads (portrait and landscape) ----------- */
/*is browser in high contrast mode*/
@media screen and (-ms-high-contrast: active) {
  .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #fff;
  }
  body {
    background: #000;
  }
  a {
    color: lightblue;
  }
}