@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600italic,600,400italic,300italic);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300,300italic);
html {
  font-size: 100%;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
  padding: 0;
  min-height:100%;
  position:relative;
  top:0px;
  bottom:0px;
  
}
body,
input,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Nunito", sans-serif;
	font-size: 87.5%;
	color: #777;
}
p{
	line-height: 26px;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
small {
  font-size: 85%;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 30px;
}
img {
  border: 0;
  vertical-align: middle;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
input {
  line-height: normal;
  *overflow: visible;
}
table input {
  *overflow: auto;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: normal;
  line-height:30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
  margin: 0;
  padding: 0;
}
/* Typography */
a {
  color: #0072bc;
  text-decoration: none;
}
h1 {
  color: #00AEEF;
  color:#222;
  font-weight: normal;
  font-size: 26px;
}
h3 {
  font-size: 16px;
}
h2 {
  font-size: 16px;
  color: #E66565;
}
/* Helpers */
.centered {
  text-align: center;
}
.clear {
  clear: both;
  height: 1px;
  visibility: none;
}
.hidden {
  display: none;
}
.faded {
  color: #666;
}
clearboth{
	clear:both;
}
/* Pagination */
#pagination {
  border: 0;
  margin: 0 0 40px 0;
  padding: 0;
}
#pagination li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
  display: inline;
}
#pagination li a {
  margin-right: 2px;
  display: block;
  float: left;
  padding: 3px 6px;
  text-decoration: none;
}
#pagination li a:hover {
  color: #ff0084;
}
#pagination .previousOff,
#pagination .nextOff {
  color: #666;
  display: block;
  float: left;
  font-weight: bold;
  padding: 3px 4px;
}
#pagination .next a,
#pagination .previous a {
  font-weight: bold;
}
#pagination .active {
  color: #000;
  font-weight: bold;
  margin-right: 2px;
  display: block;
  float: left;
  padding: 3px 6px;
  text-decoration: none;
}
/* Alerts & Notices */
#msg_notice {
  margin: 0;
  padding: 5px 10px 5px 36px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  border: 1px solid #0a0;
  background: url('../images/icons/ok.png') 10px 50% no-repeat #e0ffe0;
}
#msg_warning {
  margin: 0;
  padding: 5px 10px 5px 36px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  border: 1px solid #f26522;
  background: url('../images/icons/alert.png') 10px 50% no-repeat #ffffdd;
}
#msg_error {
  margin: 0;
  padding: 5px 10px 5px 36px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  border: 1px solid #a00;
  background: url('../images/icons/error.png') 10px 50% no-repeat #fff0f0;
}
.warning {
  background: #ffc;
  font-style: italic;
}
.warning strong {
  text-transform: uppercase;
  color: #a00;
  font-style: normal;
}
.error {
  color: #f00;
}
.error input {
  border: 1px solid #f00;
}
.button,
.button:visited {
  background: #222;
  display: inline-block;
  font-size: 16px;
  padding: 8px 16px 6px 16px;
  width: 160px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);*/
  position: relative;
  cursor: pointer;
  font-family: helvetica, arial, sans-serif;
}
.button:hover {
  background-color: #111;
  color: #fff;
}
.button:active {
  top: 1px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.button,
.button:visited,
.green.button,
.green.button:visited {
  background-color: #91bd09;
  background-color:#7fba5c;
}
.green.button:hover {
  background-color: #749a02;
  background-color:#76b550;
}
.blue.button,
.blue.button:visited {
  background-color: #00AEEF;
  background-color:#1796c6;
}
.blue.button:hover {
  background-color: #0299d2;
      background-color: #158ab7;
}
body {
  /*background: url('../images/page_bg.png') top left repeat-x #c8c8c8;*/
}
#container {
  background: #fff;
  /*width: 840px;*/
  margin: 0 auto;
  /*box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);*/
}
#header {
  position: relative;
  height: 48px;
  padding: 0 20px;
  background: #e66565;
  color: #fff;
  text-shadow: 1px 1px rgb(202,71,71);
  
      background: #7fba5c;
    text-shadow: inherit;
    padding-top: 35px;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
 
    
}
#header .row {
	padding: 0;
	overflow:inherit;
}
.headline {
	font-size: 1.083em;
	line-height: 30px;
	color: #4f4f4f;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}
.row {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}
#header #logo {
  width: 150px;
  height: 48px;
  float: left;
  margin-top:-10px;
}
#header #logo  img{
	height:45px !important;
}
#topNav {
float: right;
list-style: none;
margin-left: 0;
margin:0px;
}
#topNav li {
float: left;
line-height: 48px;
font-size: 0.786em;
}
body.home #topNav li a.home, body.new #topNav li a.new, body.tickets #topNav li a.status, body.tickets #topNav li a.my_tickets, body.tickets #topNav li a.tickets {
background: #fff;
color: #4f4f4f;
text-shadow: none;
}
#topNav li a {
color: #fff;
text-transform: uppercase;
font-weight: bold;
padding: 0 20px;
display: block;
-webkit-transition: background-color .25s linear;
-moz-transition: background-color .25s linear;
-o-transition: background-color .25s linear;
-ms-transition: background-color .25s linear;
transition: background-color .25s linear;
}
#header p {
  width: 400px;
  text-align: right;
  margin: 0;
  padding: 10px 0;
  float: right;
}
#nav {
  margin: 0 0px;
  padding: 2px 10px;
  height: 20px;
  background: url('../images/nav_bg.png') top left repeat-x;
  border-top: 1px solid #aaa;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
}
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
#nav li a {
  display: block;
  width: auto;
  float: left;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px 0 32px;
  margin-left: 10px;
  color: #333;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
}
#nav li a.active,
#nav li a:hover {
  background-color: #dbefff;
  color: #000;
}
#nav li a:hover {
  background-color: #ededed;
  color: #0054a6;
}
#nav li a.home {
  background-image: url('../images/icons/home.png');
}
#nav li a.kb {
  background-image: url('../images/icons/kb.png');
}
#nav li a.new {
  background-image: url('../images/icons/new.png');
}
#nav li a.status {
  background-image: url('../images/icons/status.png');
}
#nav li a.tickets {
  background-image: url('../images/icons/tix.png');
}
#content {
  padding: 20px 0;
  /*margin: 0 20px;*/
  height: auto !important;
  height: 350px;
  min-height: 550px;
  /*max-width:1140px;*/
  margin:0 auto;
}
.container {
	padding-left: 20px;
	padding-right: 20px;
}
.greyBlock {
	background: #f7f7f7;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	
  	background-image: url('../images/home_img.jpg');
  	color:#fff;
}
#footer {
  text-align: center;
  font-size: 11px;
  color: #333;
}
#footer a {
  color: #333;
}
#footer p {
  margin: 10px 0 0 0;
}
#footer #poweredBy {
  display: block;
  width: 126px;
  height: 23px;
  outline: none;
  text-indent: -9999px;
  margin: 0 auto;
  background: url('../images/poweredby.png') top left no-repeat;
}
#landing_page #new_ticket {
  margin-top: 10px;
  width: 295px;
  padding-left: 75px;
  float: left;
  background: url('../images/new_ticket_icon.png') top left no-repeat;
}
#landing_page #check_status {
  margin-top: 10px;
  width: 295px;
  padding-left: 75px;
  float: right;
  background: url('../images/check_status_icon.png') top left no-repeat;
}
/* Landing page FAQ not yet implemented. */
#faq {
  clear: both;
  margin: 0;
  padding: 5px;
}
#faq ol {
  font-size: 15px;
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid #ddd;
}
#faq ol li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999;
}
#faq ol li a {
  display: block;
  padding: 5px 0;
  height: auto !important;
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid #ddd;
  line-height: 16px;
  padding-left: 24px;
  background: url('../images/icons/page.png') 0 50% no-repeat;
}
#faq ol li a:hover {
  background-color: #e9f5ff;
}
#faq .article-meta {
  padding: 5px;
  background: #fafafa;
}
#kb {
  margin: 2px 0;
  padding: 5px;
  overflow: hidden;
}
#kb > li {
  padding: 10px;
  height: auto !important;
  overflow: hidden;
  margin: 0;
  background: url(../images/kb_category_bg.png) bottom left repeat-x;
  border-bottom: 1px solid #ddd;
  text-align: center;
display: inline-block;
width: 29%;
border: 1px solid #e0e0e0;
margin: 0 0.8% 20px 0.8%;
padding: 1.5em 1em;
cursor: pointer;
-webkit-transition: background 0.15s;
-moz-transition: background 0.15s;
-o-transition: background 0.15s;
transition: background 0.15s;
vertical-align: top;
}
#kb > li h4 {
  padding-bottom: 3px;
  margin-bottom: 3px;
}
#kb > li h4 span {
  color: #666;
}
#kb > li h4 a {
  font-size: 14px;
}
#kb li i {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 6px;
  background: url(../images/kb_large_folder.png) top left no-repeat;
}
#kb-search {
  padding: 10px 0;
  overflow: hidden;
}
#kb-search div {
  clear: both;
  overflow: hidden;
  padding-top: 5px;
}
#kb-search #query {
  margin: 0;
  float: left;
  width: 200px;
  min-width:600px;
  border-radius: 5px;
font-size: 18px;
line-height: 22px;
height: 50px;
border-right:none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right:-2px;
  
}
#kb-search #cid {
  margin: 0;
  display: inline-block;
  float: left;
  width: 200px;
  border-left:none;
  border-color:#ededed;
  clear: initial;
  font-size: 16px;
line-height: 22px;
height: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#kb-search #topic-id {
  margin: 0;
  display: inline-block;
  float: left;
  width: 915px;
  font-size: 16px;
  line-height: 22px;
  height: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-color:#ededed;
background-color:#fafafa;
margin-top:20px;
}
#kb-search #searchSubmit {
  margin: 0;
  display: inline-block;
  float: left;
  clear:initial;
  color: white;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
background: #4F92CA;
border-radius: 0 5px 5px 0;
border: 1px solid #407FB3;
font-size: 18px;
padding: 0 1.5em;
height: 50px;
width:auto;
}
#kb-search #breadcrumbs {
  color: #333;
  margin-bottom: 15px;
}
#kb-search #breadcrumbs #breadcrumbs a {
  color: #555;
}
#ticketForm div,
#clientLogin div {
  clear: both;
  padding: 3px 0;
  overflow: hidden;
}
#ticketForm div label,
#clientLogin div label {
  display: block;
  width: 140px;
  float: left;
}
#ticketForm div label.required,
#clientLogin div label.required {
  font-weight: bold;
  text-align: left;
}
#ticketForm div input,
#clientLogin div input,
#ticketForm div textarea,
#clientLogin div textarea {
  width: auto;
  border: 1px solid #aaa;
  background: #fff;
  margin-right: 10px;
  display: block;
  float: left;
}
#ticketForm div input[type=file],
#clientLogin div input[type=file] {
  border: 0;
}
#ticketForm div select,
#clientLogin div select {
  display: block;
  float: left;
}
#ticketForm div div.captchaRow,
#clientLogin div div.captchaRow {
  line-height: 31px;
}
#ticketForm div div.captchaRow input,
#clientLogin div div.captchaRow input {
  position: relative;
  top: 6px;
}
#ticketForm td textarea,
#clientLogin td textarea,
#ticketForm div textarea,
#clientLogin div textarea {
  /*width: 600px;*/
}
#ticketForm td em,
#clientLogin td em,
#ticketForm div em,
#clientLogin div em {
  color: #777;
}
#ticketForm td .captcha,
#clientLogin td .captcha,
#ticketForm div .captcha,
#clientLogin div .captcha {
  width: 88px;
  height: 31px;
  background: #000;
  display: block;
  float: left;
  margin-right: 20px;
}
#ticketForm td label.inline,
#clientLogin td label.inline,
#ticketForm div label.inline,
#clientLogin div label.inline {
  width: auto;
  padding: 0 10px;
}
#ticketForm div.error input,
#clientLogin div.error input {
  border: 1px solid #a00;
}
#ticketForm div.error label,
#clientLogin div.error label {
  color: #a00;
}
#ticketTable th {
  padding-left: 3px;
  font-weight: normal;
  text-align: left;
}
#ticketTable th.required,
#ticketTable td.required {
  font-weight: bold;
  text-align: left;
}
#clientLogin {
  width: 600px;
  margin-top: 20px;
  padding: 10px 100px 10px 10px;
  
  background: url('../images/lock.png?1319655200') 520px 90% no-repeat;
}
#clientLogin p {
  clear: both;
  text-align: center;
}
.greyBlock label{
	color:#fff;
}
#clientLogin strong {
  font-size: 11px;
  color: #d00;
  display: block;
  padding-left: 140px;
}
#clientLogin #email {
  width: 550px;
  margin-right: 0;
}
#clientLogin #ticketno {
  width: 300px;
  margin-right: 0;
}
#reply {
  margin-top: 20px;
  padding: 10px 5px;
  background: #f9f9f9;
 
}
#reply h2 {
  margin-bottom: 10px;
}
#reply table {
  width: 800px;
}
#reply table td {
  vertical-align: top;
}
#reply textarea {
  width: 628px !important;
}
#reply input[type=text],
#reply #response_options textarea {
  border: 1px solid #aaa;
  background: #fff;
}
#reply .attachments .uploads div {
  display: inline-block;
  padding-right: 20px;
}
#reply .file {
  display: inline-block;
  padding-left: 20px;
  margin-right: 20px;
  background: url('../images/icons/file.gif') 0 50% no-repeat;
}
.uploads {
  display: inline-block;
  padding-right: 20px;
}
.uploads label {
  padding: 3px;
  padding-right: 10px;
  width: auto !important;
}
/* Ticket icons */
.Icon {
  width: auto;
  padding-left: 20px;
  background-position: top left;
  background-repeat: no-repeat;
  color: #006699;
  text-decoration: none;
}
.Icon.Ticket {
  background-image: url('../images/icons/ticket.gif');
}
.Icon.webTicket {
  background-image: url('../images/icons/ticket_source_web.gif');
}
.Icon.emailTicket {
  background-image: url('../images/icons/ticket_source_email.gif');
}
.Icon.phoneTicket {
  background-image: url('../images/icons/ticket_source_phone.gif');
}
.Icon.otherTicket, .Icon.apiTicket  {
  background-image: url('../images/icons/ticket_source_other.gif');
}

.Icon.attachment {
  background-image: url('../images/icons/attachment.gif');
}
.Icon.file {
  background-image: url('../images/icons/attachment.gif');
}
.Icon.refresh {
  background-image: url('../images/icons/refresh.gif');
}
.Icon.thread {
  font-weight: bold;
  font-size: 1em;
  background-image: url('../images/icons/thread.gif?1319556657');
}
.Icon:hover {
  text-decoration: underline;
}
#ticketTable {
  border: 1px solid #aaa;
  border-left: none;
  border-bottom: none;
}
#ticketTable caption {
  padding: 5px;
  text-align: left;
  color: #000;
  background: #ddd;
  border: 1px solid #aaa;
  border-bottom: none;
  font-weight: bold;
}
#ticketTable th {
  height: 24px;
  line-height: 24px;
  background: #e1f2ff;
  border: 1px solid #aaa;
  border-right: none;
  border-top: none;
}
#ticketTable th a {
  color: #000;
}
#ticketTable td {
  padding: 2px;
  border: 1px solid #aaa;
  border-right: none;
  border-top: none;
}
#ticketTable tr.alt td {
  background: #f9f9f9;
}
#ticketSearchForm {
  display: inline-block;
  float: left;
  padding: 0 0 5px 0;
}
a.refresh {
  display: block;
  width: auto;
  float: right;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px 0 28px;
  border: 1px solid #aaa;
  margin-left: 10px;
  color: #333;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-image: url('../images/icons/refresh.png');
}
.infoTable {
  background: #F4FAFF;
}
.infoTable th {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
#ticketThread table {
  margin-top: 20px;
  border: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  width:100%;
}
#ticketThread table th {
  text-align: left;
  border-bottom: 1px solid #aaa;
  font-size: 12px;
  padding: 5px;
}
#ticketThread table th span {
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
}
#ticketThread table td {
  padding: 15px 25px;
}
#ticketThread .message th {
    background: #999;
    color: #fff;
}
#ticketThread .response th {
  background: #E66565;
  color:#fff;
}
#ticketThread .info {
  padding: 2px;
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  height: 16px;
  line-height: 16px;
}
#ticketThread .info a {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding-left: 24px;
  height: 16px;
  line-height: 16px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
 input,  select,  textarea {
font-weight: normal;
width: 50%;
float: left;
clear: both;
margin: 0;
}
select{
	height:28px;
}
form input, form textarea {
padding: 6px;
border: 1px solid #ededed;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
width: 80%;
float: left;
clear: both;
margin-bottom: 10px;
color: #777;
font-size: 1em;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
}
body.new .button, body.tickets .button {
background: #e66565;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
display: inline-block;
padding: 7px 12px;
color: #fff!important;
text-shadow: 1px 1px rgb(202,71,71);
font-size: 0.786em;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
line-height: 14px;
-webkit-transition: background-color .25s linear;
-moz-transition: background-color .25s linear;
-o-transition: background-color .25s linear;
-ms-transition: background-color .25s linear;
transition: background-color .25s linear;
float:left !important;
clear:none !important;
margin-right:30px;
border:none;
}
body.tickets .button {
	/*float:none;
	width:50%;*/
}
label {
margin-right: 5px;
font-weight: bold;
color: #4f4f4f;
float: left;
display: block;
margin-bottom: 10px;
}
.clicks-faq{
margin: 9px 0;
font-family: inherit;
font-weight: bold;
line-height: 18px;
color: inherit;
text-rendering: optimizelegibility;	
font-weight: normal;
margin-bottom: 1.2em;
text-align: center;
line-height: 36px;
font-size: 27px;	
}
.open-details{
	max-width:430px;
	display: inline-block;
	background: #f7f7f7;
    border: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
    box-sizing: border-box;
	min-height:800px;
	
    background: #f47555;
    color: #fff;
}
.open-details a{
	color:#000;
	font-weight:bold;
}
.open-details h2{
    font-size: 23px !important;
    color: #fff;
}
.open-details p{
	line-height:20px;
}
.open-details ul{
	/*margin: 30px 0 20px 20px;*/
	font-size: 13px;
	line-height: 23px;
	font-family: 'proxima-nova',sans-serif;
	font-weight: 300;
}
.open-details ul li {
	margin-bottom: 20px;
}
.support-details{
    padding-top: 20px;
}
.support-details h2{
	    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #444;
    margin-bottom: 0.5em;
    padding: 0;
	font-size: 28px;
}
.support-details h3{
	font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #444;
    margin-bottom: 0.5em;
    padding: 0;
}
.support-details p{
	color: #666;
}
#ticketForm{
	background:#fafafa;
	padding:15px;
	 border: 1px solid #eee;
}
#ticketForm .button{
    background-color: #7fba5c;
	line-height:30px;
}
#ticketForm .button.cancel{
	background-color: #444;
}
#ticketForm h2{
	    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #444;
    margin-bottom: 1em;
    padding: 0;
    padding-bottom: 10px;
    margin-right: 30px;
    font-size: 28px;
    border-bottom: 1px solid #ddd;
}
#ticketForm em{
    font-size: 13px;
}
.support-details-top{
}
.support-details-top p{
	color: #666;
}
body.new .button, body.tickets .button{
	line-height: 40px;
	font-size: .875rem;
	text-shadow:none;
}
.infoTable{
	margin-top:15px;
  
}
.infoTable th{
	padding-left:10px;
}
.infoTable td{
	vertical-align:middle;
}
.ticket-info-sub{
	    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #444;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 0;
    font-size: 28px;
}
#footer{
	    background-color: #404E59;
      background-color: #26467b;
    padding: 0 45px;
    color: #999;
    height: 95px;
    font-weight: 700;
    border: 2px solid #404E59;
    border-right: none;
    border-left: none;
}
#footer a{
	color:#fff;
}
#content{
	padding-bottom:50px;
}
.home #content, .new #content{
	padding-bottom:0px;
}
.home-col-6{
	    font-family: 'Roboto',sans-serif;
	width: 50%;
	float: left;
	padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home-mess-wrapper{
	    color: #3F4549;
}
.home-mess-wrapper .home-title{
	    margin-bottom: 35px;
}
.home-mess-wrapper h4{
	font-size: 26px;
    line-height: 30px;
    font-weight: 700;
	color:#444;
}
.home-mess-wrapper ul.regularlist {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0;
}
.home-mess-wrapper ul.regularlist li {
    margin-bottom: 19px;
    color: #444;
    position: relative;
    width: 100%;
}
.open-linebreaker{
	height:1px;
	margin:20px 0;
	margin-bottom:30px;
	border-bottom:1px solid #ddd;
    margin-right: 30px;
}
.open-selectstyle{
	width: 80%;
    padding: 0 6px;
    box-sizing: content-box;
    border: 1px solid #ededed;
	border-radius:5px;
}
.open-h3{
	font-size: 21px;
    font-weight: 400;
    color: #000;
	margin-bottom:15px;
}


#ticketForm em{
color:#666 !important;
font-size: 12px;
font-style:normal;	
}
#ticketForm th{
	color:#333;
}
.suggested-articles-wrapper{
	margin-bottom:30px;
}
.suggested-articles-title{
	border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 5px;
	color:#333;    
	font-size: 15px;
}
.suggested-articles-list{
	margin-bottom:30px;
}
.suggested-articles-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.suggested-articles-list ul li {
    padding: 0.6em 0 1em 1.9em;
    text-indent: 0.4em;
    list-style: none;
}
.suggested-articles-list a{
    color: #83b348;
	text-decoration:none;
}
.suggested-articles-list a:hover{
	text-decoration:underline;
}





#header .row{
	    max-width: 1295px !important;	
}
.wp-store-link a{
	text-transform:capitalize !important;	
}




#header{
  
  background: #1d194e;
  background: url('../images/ticket-banner.jpg') bottom center !important; 
  background: url('https://store.wpindeed.com/wp-content/uploads/2019/09/low_poly_background.jpg') top left; 
  background-size: contain ;
  padding-top: 70px;
}
#container{
  font-family: 'Open Sans', sans-serif !important;
      font-size: 17px;
      letter-spacing: 0.5px;
      line-height: 1.2;
      line-height: 30px;
      color: #444;
}
#footer{
  height: auto;
  color: #ddd;
      font-size: 14px;
      padding-top: 30px;
}
#footer .row{
  padding:25px 0;
}
body.home #topNav li a.home, body.new #topNav li a.new, body.tickets #topNav li a.status, body.tickets #topNav li a.my_tickets, body.tickets #topNav li a.tickets {
  border-top: 4px solid #0299d2;
}
.container{
  padding-bottom: 50px;
      font-size: 17px;
      letter-spacing: 0.5px;
      line-height: 1.2;
          line-height: 30px;
}
.support-details h3{
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
    margin-bottom: 10px;
}
.support-details h2{
  margin-bottom: 40px;
}
.support-details p {
  line-height: 30px;
}
#ticketForm th{
  font-size: 14px;
}
.button, .button:visited{
  min-width: 163px;
}
.container h4{
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
    margin-bottom: 10px;
}
.container.firstsection{
  background-color: #e7f0f7;
  margin-top: -15px;
}
.container.firstsection h1{
  font-size: 34px;
    margin-top: 25px;
}
#mc_embed_signup{ clear:left; font:14px Helvetica,Arial,sans-serif; }
#mc_embed_signup label{
  font-weight: 500 !important;
}
.container.secondsection h3{
  font-size: 24px;
  font-weight: 500;
}
.container.secondsection .button{
  margin-top: 35px;
}
#topNav li a:hover{
  border-top: 4px solid #0299d2;
  background: #fff;
    color: #4f4f4f;
    text-shadow: none;
}
.open-container{
  background-color: #e7f0f7;
  margin-top: -15px;
  padding-top: 25px;
}
.open-container h1{
  font-size: 34px;
margin-top: 25px;
margin-bottom: 30px;
}

.login-container{
  background-color: #e7f0f7;
  margin-top: -15px;
  padding-top: 25px;
}
.error{
    color: #a00;
    font-size: 14px;
    line-height: 20px;
}
#msg_error{
  color: #8a6d3b !important;
border:1px solid transparent !important;
background: none;
  background-color: #fcf8e3 !important;
  border-color: #faebcc !important;
padding: 15px !important;
}
#msg_notice{
  border: 1px solid transparent !important;
padding: 15px !important;
padding-left: 40px !important;
}
.row [class*=mk-col-] {
    float: left;
    padding-right: 25px;
    min-height: 1px;
        box-sizing: border-box;
}
.mk-col-1-5 {
    width: 25%;
}
.mk-col-1-6 {
    width: 50%;
}
.mk-row{
  text-align: left;
}
.mk-row ul{
  display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.mk-row h3{
  text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    font-weight: bolder;
    display: block;
margin-bottom: 15px;
letter-spacing: 1px;
}
.mk-row ul a{
  padding: 5px 15px 5px 5px;
  outline: 0 none;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
        display: inline-block;
}
    
.clearboth {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}
.form input, form textarea{
  font-weight: 500;
}
.row{
  z-index: 100;
position: relative;
}
.dark-overlay{
  background: #36275d;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
display: none;
opacity: 0.7;
display: block;
}
.greyBlock {
  position: relative;
  /*background-image: url(https://store.wpindeed.com/wp-content/uploads/2019/09/low_poly_background.jpg);*/
}
.reply-box h3{
  font-size: 24px;
  font-weight: 500;
  margin-top: 5px;
    margin-bottom: 30px;
    color:#fff;
}
#reply table{
  width: 100% !important;
}
#reply textarea{
  width: 100% !important;
}
.infoTable-wrapper{
  padding: 20px;
background: #F4FAFF;
background: #6f56a0;
}
.infoTable{
  background: #6f56a0;
  color: #fff;
}
.ticket-no{
  margin-bottom: 15px;
}
.ticket-no .Icon.refresh{
  background-position: center left;
}
.ticket-thread-box{
  width: 100%;
  min-height: 150px;
  padding: 15px;
  margin: 20px 0;
  box-sizing: border-box;
}
.ticket-thread-box .sender-avatar{
  float:left;
  width: 60px;
}
.ticket-thread-box .rounded-letter{
  width: 60px;
height: 60px;
border-radius: 50%;
background-color: #dddddd;
color: #999;
text-align: center;
vertical-align: center;
font-size: 36px;
line-height: 60px;
font-weight: bold;
}
.ticket-thread-box .sender-message-wrapper{
  /*float:left;*/
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 15px;
}
.ticket-thread-box .sender-message-wrapper .sender-name{
  font-weight: 700;
  color:#333;
  line-height: 20px;
  padding-top: 10px;
  width: 100%;
  padding-left: 60px;
}
.ticket-thread-box .sender-message-wrapper .sender-date{
  color:#999;
  font-size: 13px;
  width: 100%;
  padding-left: 60px;
}
.ticket-thread-box .sender-message-wrapper .sender-message{
  padding-top: 20px;
  width: 100%;
  color:#666;
}
.ticket-thread-box.ticket-box-reply{
  margin-left: 5%;
  margin-left: 20px;
  width: 95%;
}
.ticket-thread-box.ticket-box-reply .rounded-letter{
  background-color: #f34970;
  color:#fff;
}
.ticket-thread-box.ticket-box-reply .sender-message{
  color:#222;
}
.ticket-thread-box .sender-attach{
  padding-top: 15px;
  font-size: 13px;
  color:#999;
}
.ticket-thread-box .sender-attach a{
  padding-right: 5px;
}
.ticket-thread-box.ticket-box-sent{
  background-color: #fafafa;
}
#ticketSearchForm{
  float:none;
  width: 100%;
}
.mytickets-search-value, .mytickets-search-status, .mytickets-search-button{
  box-sizing: border-box;
  box-sizing: border-box;
padding-top: 10px;
padding-bottom: 10px;
height: 42px;
border: 1px solid #ededed;
}
.mytickets-search-value{
  float:none;
  width: 50%;
}
.mytickets-search-status{
  float:none;
  width: 30%;
  vertical-align: middle;
}
.mytickets-search-button{
  float:none;
  width: 19%;
}
#ticketTable{
  margin-top: 20px;
    width: 100%;
        border: 1px solid #eee;
      margin-bottom: 20px;
}
#ticketTable caption{
  background: none;
border: none;
line-height: 50px;
color:#333;
}
#ticketTable th{
 line-height: 60px;
 height: 60px;
 padding: 5px;
 padding-left: 15px;
 border: 1px solid #644596;
 background: #6f56a0;
}
#ticketTable th a{
  color:#fff;
}
#ticketTable td{
  border: 1px solid #eee;
  line-height: 45px;
  padding: 5px;
  padding-left: 15px;
}
.mytickets-top-wrapper{
  margin:20px 0;
  margin-bottom: 60px;
}
.mytickets-top-wrapper .sender-avatar{
  float:left;
  width: 80px;
}
.mytickets-top-wrapper .rounded-letter{
  width: 80px;
height: 80px;
border-radius: 50%;
background-color: #dddddd;
color: #999;
text-align: center;
vertical-align: center;
font-size: 36px;
line-height: 80px;
font-weight: bold;
}
.mytickets-top-wrapper .sender-message-wrapper{
  /*float:left;*/
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 15px;
}
.mytickets-top-wrapper .sender-message-wrapper .sender-name{
  font-weight: 700;
    color: #333;
    line-height: 35px;
    padding-top: 10px;
    width: 100%;
    padding-left: 80px;
    font-size: 34px;
}
.mytickets-top-wrapper .sender-message-wrapper .sender-email{
  color:#999;
  font-size: 13px;
  width: 100%;
  padding-left: 80px;
}
.mytickets-top-wrapper .sender-message-wrapper .sender-tickets{
  padding-left: 20px;
  width: 100%;
  color: #0072bc;
}
.mytickets-row{
  min-height: 700px;
} 
.support-time{
  font-size: 14px;
    margin-top: 2rem !important;
    padding: 3px 15px 4px;
    border-radius: 22px;
    border: 1px solid #399bda;
    display: inline-block;
}
.support-time strong{
  color: #35495c;
    font-weight: 700;
    font-size: 110%;
}
.open-details ul{
  font-size: 15px;
    line-height: 30px;
}
.open-details h2{
  margin-bottom: 40px;
}
.open-details a{
  color:#666;
}
form input, form textarea{
  font-weight: 500;
}
#header #logo img {
  height: 100px !important;
  position: relative;
  top: -52px;
  left:-20px;
}
.mytickets-no-messages{
  display: inline-block;
  font-size: 16px;
color: #777;
line-height: 34px;
vertical-align: text-top;
}
.below-message{
  font-size: 13px;
}
.reply-message-box{
  margin-top: 75px;
margin-right: 10px;
}
.reply-message-box .rounded-letter{
  width: 60px;
height: 60px;
border-radius: 50%;
background-color: #dddddd;
color: #999;
text-align: center;
vertical-align: center;
font-size: 36px;
line-height: 60px;
font-weight: bold;
float:right;
}
.reply-message-box .sender-name{
  font-weight: 700;
  color:#333;
  line-height: 20px;
  padding-top: 10px;
  width: 100%;
  clear: both;
    text-align: right;
  color: #fff;
}
.sender-message-email{
  text-align: right;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding-top: 10px;
  width: 100%;
}
.reply-top-msg{
  padding-bottom: 12px;
}
.warning-renew {
  background: #ffc;
  padding:10px 15px;
  color: #8a6d3b !important;
border:1px solid transparent !important;
  background-color: #fcf8e3 !important;
  border-color: #faebcc !important;
  font-size: 15px;
}
.mytickets-additional-info h2{
  color: #222;
font-weight: normal;
font-size: 26px;
font-size: 24px;
margin-bottom: 30px;
margin-top: 25px;
}
.warning-expired{
  font-weight: bold;
}
.expired-warning{
  color: #333;
  padding: 15px 0 5px 0 !important;
}
.expired-warning-two{
  color: #333;
    padding: 5px 0 15px 0 !important;
}
#ticketForm em {
  line-height: 15px;
}
.expired-code-input{
  background-color: #f9e6e6;
    color: #a00;
}
.new #content #msg_notice{
  width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.open-ticket-note{
  font-size: 13px;
    padding-top: 22px;
    margin-bottom: -27px;
}
#topNav li a{
  padding: 0 15px;
}
#topNav li{
  font-size: 0.72em;
}
#header{
  padding-right: 0px;
  padding-left: 13px;
}
@media (max-width: 1200px) {
  #topNav li{
    font-size: 0.55em;
  }
}