html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100vw;
}

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.231;
  padding: 0;
}

body,
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
  color: #333;
}

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;
}

.pull-right.states i.icon-file-alt,
.pull-right.states i.icon-file-text {
  display: none;
}

/* Display Texto 
.pull-right.states a.state.active {
    color: #ff7700;
        font-weight:700;
}
.pull-right.states a.state {
    color: #9b56a7;
        font-weight: 500;
} 
 fim texto */
/* Display BotÃ£o */
.pull-right.states a.state.active {
  border: none;
  color: #ff7700 !important;
  border-radius: 0px;
  text-decoration: none;
  background: transparent;
  padding: 6px;
}

.pull-right.states a.state {
  color: #fff !important;
  border: solid 0.5px #ff7700;
  padding: 6px;
  border-radius: 4px;
  background: #ff7700;
  text-decoration: none;
  font-weight: 600;
}

/* fim botÃ£o */

form#ticketSearchForm input[type='text'] {
  border-radius: 0px !important;
  border: 1px solid #ccc;
  padding: 5px 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 30px;
}

input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
  color: white;
  background: #ff7700;
  border: none;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
  margin: 1px;
  height: 30px;
}

input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  cursor: pointer;
  -webkit-appearance: button;
  color: #99578d;
  background: white;
  border: none;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
  margin: 1px;
  border: solid 0.5px #99578d;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-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;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
  margin: 0;
  padding: 0;
}

/* Typography */
a,
.link {
  color: #0072bc;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1px;
}

/*a:hover, .link:hover {
    border-bottom: 1px dotted #0072bc;
    margin-bottom: 0;
    cursor: pointer;
}*/
h1 {
  color: #00aeef;
  font-weight: normal;
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

h2,
.subject {
  font-size: 16px;
  color: black;
}

/* Helpers */
.centered {
  text-align: center;
}

.clear {
  clear: both;
  height: 1px;
  visibility: none;
}

.hidden {
  display: none;
}

.faded {
  color: #666;
}

/* 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: auto;
  line-height: 16px;
  margin-bottom: 10px;
  border: 1px solid #0a0;
  background: url('../images/icons/ok.png') 10px 50% no-repeat #e0ffe0;
}

#msg_warning,
.warning-banner {
  margin: 0;
  padding: 5px 10px 5px 36px;
  /*height: 16px;*/
  height: auto;
  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;
  margin-bottom: 10px;
  border: 1px solid #a00;
  background: url('../images/icons/error.png') 10px 50% no-repeat #fff0f0;
  margin-left: 50%;
  transform: translateX(-50%);
}

#msg_info {
  margin: 0;
  padding: 5px;
  margin-bottom: 10px;
  color: #3a87ad;
  border: 1px solid #bce8f1;
  background-color: #d9edf7;
}

.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;
  border: none;
  display: inline-block;
  font-size: 16px;
  padding: 4px 16px 4px 16px;
  max-width: 220px;
  text-align: center;
  color: #fff;
  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 {
  font-family: 'Montserrat';
  background-color: #ff7700;
  font-size: 15px;
  padding: 5.5px 12px 5.5px 12px;
}

.green.button {
  padding: 0 15px;
  border-top: 1px solid #ff7700;
  height: 40px;
  text-transform: uppercase;
  border-radius: 0 !important;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Montserrat';
  transition: all 300ms;
}

.green.button:hover {
  background: white;
  border-top: 1px solid #583a90;
  color: #583a90;
}

.blue.button,
.blue.button:visited {
  background-color: #ff7700;
  font-family: 'Montserrat';
}

.blue.button:hover {
  background: white;
  border: solid 0.5px #99578d;
  color: #99578d;
  text-decoration: none;
}

body {
  /*background: url('../images/page_bg.png') top left repeat-x #c8c8c8;*/
  /* background: rgba(61,64,107,1);
     background: -moz-linear-gradient(left, rgba(61,64,107,1) 0%, rgba(160,87,170,1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(61,64,107,1)), color-stop(100%, rgba(160,87,170,1)));
     background: -webkit-linear-gradient(left, rgba(61,64,107,1) 0%, rgba(160,87,170,1) 100%);
     background: -o-linear-gradient(left, rgba(61,64,107,1) 0%, rgba(160,87,170,1) 100%);
     background: -ms-linear-gradient(left, rgba(61,64,107,1) 0%, rgba(160,87,170,1) 100%);
     background: linear-gradient(to right, rgba(61,64,107,1) 0%, rgba(160,87,170,1) 100%);*/
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d406b', endColorstr='#a057aa', GradientType=1);
}

#container {
  background: #fff;
  min-height: 87vh;
  margin-bottom: 0px;
  height: 100%;
}

.row .span:nth-child(1) {
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  #container {
    border-radius: 0 0 0px 0px;
  }
}

#header {
  position: relative;
  height: 80px;
  margin: 10px 0;
}

#header .pull-right.flush-right a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
  border: solid 0.5px #ff7700;
  background: #ff7700;
  text-decoration: none;
  text-transform: uppercase;
  width: 120px;
  height: 40px;
  text-align: center;
  transition: all 300ms;
}

#header .pull-right.flush-right a#home-link {
  color: #6241a0;
  border: none;
  padding: 0;
  background: transparent;
  text-transform: none;
  margin-right: 30px;
  height: auto;
}

#header .pull-right.flush-right a:hover {
  color: #583a90;
  border: solid 0.5px #583a90;
  background: #fff;
}

#logo {
  height: 100%;
}

a#logo:hover {
  text-decoration: none;
}

#header #logo img {
  max-height: 65px;
  max-width: 380px;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.valign-helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

#header p {
  margin: 0;
  /* padding: 10px 0 0; */
}

#nav {
  margin: 0 20px;
  padding: 2px 10px;
  background: #fff;

  /*    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);*/
}

.thread-body.bleed h2,
.thread-body.bleed h3,
.thread-body.bleed h1 {
  color: #ff7700 !important;
}

.faq-content .article-title.flush-left {
  font-size: 26px;
  color: #ff7700;
  font-weight: 700;
  text-transform: uppercase;
}

a.home:hover,
a.home:active {
  background-color: transparent;
}

a.active.kb:hover,
a.active.kb:active {
  background-color: transparent;
}

a.new:hover,
a.new:active {
  background-color: transparent;
}

#nav li a {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 30px 0 10px;
  margin-left: 0px;
  color: #333;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 500;
}

.rtl #nav li a {
  background-position: right center;
  background-position: calc(100% - 10px) center;
  padding-left: 10px;
  padding-right: 32px;
  margin-right: 10px;
  margin-left: 0;
}

#nav li a.active,
#nav li a:hover {
  background-color: transparent;
  color: #5d3c97;
  border-radius: 5px;
}

#nav li a:hover {
  background-color: transparent;
  color: #5d3c97;
  text-decoration: underline;
  border-radius: 5px;
}

ul#nav {
  background: whitesmoke;
  padding: 12px;
  border-radius: 12px;
}

/*#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');
  display: none !important;
}

#nav li a.tickets {
  /* background-image: url('../images/icons/tix.png');*/
}

#content {
  width: 100vw;
  padding: 5em 0;
  /* margin: 0 20px; */
  height: auto;
  min-height: 350px;
  /* background-color: #583a90; */
  /* display: flex;
    justify-content: center;
    align-items: center; */
}

#content h1 {
  font-size: 40px;
  letter-spacing: 12px;
  line-height: 40px;
  color: #ff7700;
  text-align: center;
  font-weight: 900;
  font-family: 'Montserrat';
  text-transform: uppercase;
  margin-bottom: 50px;
}

form#clientLogin {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

#clientLogin input {
  width: 100% !important;
  height: 40px !important;
  border-radius: 0 !important;
  transition: all 300ms;
}

#clientLogin input[type='text']:focus,
#clientLogin input[type='password']:focus {
  outline: 0;
  outline-color: #ff7700;
  outline-width: 3px;
  outline-style: auto;
}

#clientLogin div p input {
  color: white;
  background: #ff7700;
  border: solid 1px #ff7700;
  font-weight: 400;
}

#clientLogin div p input:hover {
  background: white;
  border: solid 0.5px #583a90;
  color: #583a90;
}

#content p,
#content b {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
  font-family: 'Montserrat';
}

#content a {
  color: #ff7700;
  text-transform: uppercase;
  font-weight: 600;
}

.main-content {
  width: 565px;
}

#landing_page #new_ticket {
  margin-top: 40px;
  background: url('../images/new_ticket_icon.png') top left no-repeat;
}

#landing_page .sidebar.pull-right .front-page-button {
  height: 39px;
}

#landing_page #new_ticket,
#landing_page #check_status {
  width: 295px;
  padding-left: 75px;
}

#landing_page #check_status {
  margin-top: 40px;
  background: url('../images/check_status_icon.png') top left no-repeat;
}

#landing_page h1,
#landing_page h2,
#landing_page h3 {
  margin-bottom: 10px;
  font-family: 'Montserrat';
}

/* Landing page FAQ not yet implemented. */

#faq {
  clear: both;
  margin: 0;
  padding: 5px;
}

#faq ul {
  font-size: 15px;
  margin-left: 0;
  padding-left: 0;
  /*border-top: 1px solid #ddd;*/
}

#faq ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999;
}

#faq ul li a {
  display: block;
  padding: 12px 0;
  height: auto !important;
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid #ddd;
  line-height: 16px;
  padding-left: 5px;
  font-size: medium;
  text-decoration: none;
  color: #583a90;
  font-weight: 600;
  transition: all 300ms;
}

#faq ul li a:hover {
  padding-left: 20px;
}

#faq .article-meta {
  padding: 5px;
  background: #fafafa;
}

#kb {
  margin: 2px 0;
  padding: 5px;
  overflow: hidden;
}

.popular-faq i {
  display: none;
}

#kb .popular-faq {
  display: none;
}

.faded {
  display: none;
}

.row .span h1 {
  color: #9b56a7 !important;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  /*background: #9b56a7;
    border-radius: 35px;
    width: 100%; */
}

#kb>li {
  margin: 2%;
  width: 96%;
  height: 100px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #ff7700;
}

@media screen and (min-width: 1290px) {
  #kb>li div a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1290px) and (min-width: 875px) {
  #kb>li {
    width: 25%;
  }

  #kb>li div a {
    font-size: 16px;
  }
}

@media screen and (max-width: 874px) and (min-width: 605px) {
  #kb>li {
    width: 37%;
  }

  #kb>li div a {
    font-size: 14px;
  }
}

@media screen and (max-width: 604px) {
  #kb>li {
    width: 96%;
  }

  #kb>li div a {
    font-size: 18px;
  }
}

#kb li div {
  text-align: center;
  width: 100%;
  height: 100%;
}

#kb>li h4 span {
  color: #666;
}

#kb>li div a {
  /* font-size: 16px;*/
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #ff7700;
  height: 100%;
  padding-top: 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all 300ms;
}

#kb>li div a:hover {
  background: #ffffff;
  color: #ff7700;
}

#kb>li h4 a:hover {
  text-decoration: none;
}

#kb>li h4:hover {
  text-decoration: none;
}

/*#kb > li div:hover {	
        text-decoration: none;
        background:#9b56a7;
}*/
#kb h4 {
  /*padding: 25px 15px 5px 60px;*/
  position: relative;
}

#kb>li>i {
  display: none;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 6px;
  background: url(../images/kb_large_folder.png) top left no-repeat;
}

.featured-category {
  margin-top: 10px;
  width: 49.7%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

.category-name {
  display: inline-block;
  font-weight: 400;
  font-size: 120%;
}

.featured-category i {
  color: rgba(0, 174, 239, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: middle;
}

.article-headline {
  margin-left: 34px;
}

.rtl .article-headline {
  margin-left: 0;
  margin-right: 34px;
}

.article-teaser {
  font-size: 90%;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}

.article-title {
  font-weight: 500;
}

.faq-content .article-title {
  font-size: 17pt;
  margin-top: 15px;
}

#kb-search {
  padding: 10px 0;
  overflow: hidden;
}

#kb-search div {
  clear: both;
  overflow: hidden;
  padding-top: 5px;
}

#kb-search #query {
  margin: 0;
  display: inline-block;
  float: left;
  width: 200px;
  margin-right: 5px;
}

#kb-search #cid {
  margin: 0;
  display: inline-block;
  float: left;
  width: 200px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

#kb-search #topic-id {
  margin: 0;
  display: inline-block;
  float: left;
  width: 410px;
}

#kb-search #searchSubmit {
  margin: 0;
  display: inline-block;
  float: left;
  position: relative;
  top: 2px;
}

#kb-search #breadcrumbs {
  color: #333;
  margin-bottom: 15px;
}

div#breadcrumbs {
  margin-bottom: 32px;
}

div#breadcrumbs a {
  color: #583a90;
}

#kb-search #breadcrumbs #breadcrumbs a {
  color: #555;
}

#ticketForm div.clear,
#clientLogin div.clear {
  clear: both;
  padding: 3px 0;
  overflow: hidden;
}

#ticketForm div label,
#clientLogin div label {
  display: block;
}

label.required,
span.required {
  font-weight: bold;
}

#ticketForm div label.required,
#clientLogin div label.required {
  text-align: left;
}

#ticketForm div input,
#clientLogin div input,
#ticketForm div textarea,
#clientLogin div textarea {
  width: auto;
  border: 1px solid #aaa;
  background: #fff;
  display: block;
}

#ticketForm div input[type='file'],
#clientLogin div input[type='file'] {
  border: 0;
}

#clientLogin div p input {
  height: 28px;
}

#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>table {
  table-layout: fixed;
}

#ticketForm>table td {
  width: 160px;
}

#ticketForm>table td+td {
  width: auto;
}

#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 {
    display: block;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    background: url('../images/lock.png') 95% 50% no-repeat #f6f6f6;
}
*/
@media (max-width: 768px) {

  /*
    #clientLogin {
        background: url(../images/lock.png) 85% 60% no-repeat #f6f6f6;
    }
    */
  p.buttons input {
    width: 80%;
    margin: 5px 0;
    padding: 10px 0;
  }
}

.rtl #clientLogin {
  background-position: 5% 50%;
}

#clientLogin .instructions {
  display: table-cell;
  padding-left: 2em;
  padding-right: 90px;
}

.rtl #clientLogin .instructions {
  padding-left: 0;
  padding-right: 0;
  padding-right: 2em;
  padding-left: 90px;
}

#clientLogin p {
  clear: both;
}

#clientLogin strong {
  font-size: 11px;
  color: #d00;
  display: block;
}

#clientLogin #email,
#clientLogin #ticketno {
  margin-right: 0;
}

#clientLogin input[type='text'],
#clientLogin input[type='password'] {
  padding: 5px;
  margin-bottom: 15px;
}

#clientLogin input[type='submit'] {
  padding: 3px 10px;
  margin-top: 30px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Montserrat';
  text-transform: uppercase;
  transition: all 300ms;
}

#reply {
  margin-top: 5px;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ccc;
}

#reply h2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}

#reply>table {
  width: auto;
}

#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;
}

/* Ticket icons */
.Icon {
  width: auto;
  padding-left: 20px;
  /*background-position: top left;*/
  background-position: left;
  background-repeat: no-repeat;
  color: #006699;
  text-decoration: none;
}

.Icon b {
  color: #FF7700 !important;
  font-weight: bold !important;
}

.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');
}

#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;
  padding: 0 5px;
}

#ticketTable th a {
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 600;
}

#ticketTable td {
  padding: 3px 5px;
  border: 1px solid #aaa;
  border-right: none;
  border-top: none;
  vertical-align: middle;
}

#ticketTable td .link.truncate {
  cursor: pointer;
  overflow: hidden;
}

#ticketTable tr.alt td {
  background: #f9f9f9;
}

i.refresh {
  color: #0a0;
  font-size: 80%;
  vertical-align: middle;
}

.states small {
  font-size: 70%;
}

.active.state {
  font-weight: bold;
}

.search.well {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  margin-top: -15px;
}

.infoTable {
  background: #f4faff;
}

.infoTable th {
  text-align: left;
  padding: 3px 8px;
}

.action-button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #ff7700;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 1px;
  overflow: hidden;
  background-color: #ff7700;
  padding: 5px 10px;
  text-decoration: none;
  line-height: 18px;
  margin-left: 5px;
  text-decoration: none !important;
  transition: all 300ms;
}

.action-button:hover {
  color: #ff7700 !important;
  background: #fff;
}

.action-button span,
.action-button a {
  color: #777 !important;
  display: inline-block;
  float: left;
}

.action-button a {
  color: #777;
  text-decoration: none;
}

table.padded tr>td,
table.padded tr>th {
  height: 20px;
  padding-bottom: 5px;
}

.external-auth+.external-auth {
  margin-top: 4px;
}

a.external-sign-in {
  text-decoration: none;
}

.external-auth-box {
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #777;
}

.external-auth-icon {
  display: inline-block;
  color: #333;
  width: 30px;
  padding: 5px 10px;
  border-right: 1px solid #ddd;
}

.external-auth-name {
  color: #333;
  width: 100px;
  padding: 5px 10px;
  line-height: 30px;
  font-size: 11pt;
}

img.sign-in-image {
  border: none;
  max-height: 40px;
  max-width: 200px;
  width: auto;
  height: auto;
}

/*
.login-box {
    width:40%;
    box-shadow: 12px 0 15px -15px rgba(0,0,0,0.4);
    padding:15px;
}
*/
.rtl .login-box {
  box-shadow: -12px 0 15px -15px rgba(0, 0, 0, 0.4);
}

.flush-right {
  text-align: right;
  height: 80px;
  display: flex;
  align-items: center;
}

.flush-left {
  text-align: left;
}

.sidebar section strong {
  color: #583a90;
}

.content section div {
  color: black;
  margin-top: 4px;
}

.sidebar.pull-right .content .header {
  color: white;
  margin-bottom: 20px;
}

.sidebar.pull-right .content {
  padding: 10px;
  color: white;
  border-radius: 5px;
  background: #ff7700;
  border: solid 1px #9e959530;
}

.sidebar.pull-right .content div a {
  color: white;
  font-weight: 600;
}

.sidebar {
  margin-bottom: 20px;
  margin-left: 20px;
  width: 100%;
}

.sidebar .green.button {
  display: none !important;
}

.rtl .sidebar {
  margin-left: 0;
  margin-right: 20px;
}

.sidebar .content {
  padding: 10px;
  color: white;
  border-radius: 5px;
  background: transparent;
  /*border: solid 1px #9e959530;*/
}

.sidebar .content:empty {
  display: none;
}

.sidebar section .header {
  font-weight: bold;
  margin-bottom: 0.3em;
  color: #ff7700;
}

.sidebar section+section {
  margin-top: 15px;
}

.sidebar section a {
  color: #583a90 !important;
  text-decoration: none;
  transition: all 300ms;
}

.sidebar section a:hover {
  padding-left: 5px;
}

.search-form {
  padding-top: 12px;
}

.searchbar .search,
.search-form .search {
  display: inline-block;
  width: 400px;
  border: none;
  padding: 5px 10px;
  height: 40px;
  transition: all 300ms;
}

.searchbar .search:hover,
.search-form .search:hover {
  outline: 0;
  outline-color: #ff7700;
  outline-width: 3px;
  outline-style: auto;
}

.searchbar .search {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.bleed {
  margin: 0 !important;
  padding: 0 !important;
}

.span2 {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 55px;
}

.span4 {
  display: inline-block;
  width: 29.5%;
  margin: 0 1%;
  vertical-align: top;
}

.span8 {
  display: inline-block;
  width: 66%;
  margin: 0 1%;
  vertical-align: top;
}

.row .span8 h1 {
  display: none;
}

.row .span8 h2:nth-child(4) {
  display: none;
}

.row .span8 h2 {
  margin-bottom: 28px;
}

.row .span8 h2 strong {
  font-size: xx-large;
  font-weight: 700;
}

.truncate {
  display: inline-block;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.truncate b {
  line-height: 0px !important;
  cursor: pointer;
}

.image-hover a.action-button:hover,
.image-hover a.action-button {
  color: initial !important;
  text-decoration: none;
}

table.custom-data {
  margin-top: 10px;
}

table.custom-data th {
  width: 25%;
}

table.custom-data th {
  background-color: #f4faff;
  padding: 3px 8px;
}

table .headline,
table.custom-data .headline {
  border-bottom: 2px solid #ddd;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  font-weight: bold;
  background-color: white;
}

#ticketInfo h1 {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.15);
  text-align: left;
}

#ticketInfo h1 p {
  font-weight: 600;
}

#ticketInfo h1 small {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 01px;
  margin-left: 5px;
}

#ticketInfo i.refresh {
  vertical-align: baseline;
  font-size: 15px;
}

.thread-entry {
  margin-bottom: 15px;
}

.thread-entry.avatar {
  margin-left: 60px;
}

.thread-entry.response.avatar {
  margin-right: 60px;
  margin-left: 0;
}

.thread-entry>.avatar {
  margin-left: -60px;
  display: inline-block;
  width: 48px;
  height: auto;
  border-radius: 5px;
}

.thread-entry.response>.avatar {
  margin-left: initial;
  margin-right: -60px;
}

img.avatar {
  border-radius: inherit;
}

.avatar>img.avatar {
  width: 100%;
  height: auto;
}

.thread-entry .header {
  padding: 8px 0.9em;
  border: 1px solid #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 0 0;
}

.thread-entry.avatar .header:before {
  position: absolute;
  top: 7px;
  right: -8px;
  content: '';
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #b0b0b0;
  display: inline-block;
}

.thread-entry.avatar .header:after {
  position: absolute;
  top: 7px;
  right: -8px;
  content: '';
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
  margin-top: 1px;
}

.thread-entry.avatar .header {
  position: relative;
}

.thread-entry.response .header {
  background: #dddddd;
}

.thread-entry.avatar.response .header:after {
  border-left: 7px solid #dddddd;
  margin-right: 1px;
}

.thread-entry.message .header {
  background: #c3d9ff;
}

.thread-entry.avatar.message .header:before {
  top: 7px;
  left: -8px;
  right: initial;
  border-left: none;
  border-right: 8px solid #ccc;
}

.thread-entry.avatar.message .header:before {
  border-right-color: #9cadcc;
}

.thread-entry.avatar.message .header:after {
  top: 7px;
  left: -8px;
  right: initial;
  border-left: none;
  border-right: 7px solid #c3d9ff;
  margin-left: 1px;
}

.thread-entry .header .title {
  max-width: 500px;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 15px;
}

.thread-entry .thread-body {
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: 2px solid #aaa;
  border-radius: 0 0 5px 5px;
}

.thread-body p {
  font-family: 'Montserrat';
}

.thread-body .attachments {
  background-color: #f4faff;
  margin: 0 -0.9em;
  position: relative;
  top: 0.9em;
  padding: 0.3em 0.9em;
  border-top: 1px dotted #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 6px 6px;
}

.thread-body.bleed {
  font-family: 'Montserrat';
}

.thread-body .attachments .filesize {
  margin-left: 0.5em;
}

.thread-body .attachments a,
.thread-body .attachments a:hover {
  text-decoration: none;
}

.thread-body .attachment-info {
  margin-right: 10px;
  display: inline-block;
  width: 48%;
}

.thread-body .attachment-info .filename {
  max-width: 80%;
  max-width: calc(100% - 70px);
}

.label {
  font-size: 11px;
  padding: 1px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}

.label-bare {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #999999;
  color: #999999;
  text-shadow: none;
}

.thread-event {
  padding: 0px 2px 15px;
  margin-left: 60px;
}

.type-icon {
  border-radius: 8px;
  background-color: #f4f4f4;
  padding: 4px 6px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  font-size: 1.1em;
  border: 1px solid #eee;
  vertical-align: top;
}

.type-icon.dark {
  border-color: #666;
  background-color: #949494;
}

.thread-event img.avatar {
  vertical-align: middle;
  border-radius: 3px;
  width: auto;
  max-height: 24px;
  margin: -3px 3px 0;
}

.thread-event .description {
  margin-left: -30px;
  padding-top: 6px;
  padding-left: 30px;
  display: inline-block;
  width: 642px;
  width: calc(100% - 95px);
  line-height: 1.4em;
}

.thread-event .type-icon {
  position: relative;
}

.thread-event .type-icon::after {
  content: '';
  border: 16px solid white;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -3px;
  right: 0;
  z-index: -1;
}

.thread-entry::after {
  content: '';
  border-bottom: 2px solid white;
  display: block;
}

.thread-entry::before {
  content: '';
  display: block;
  border-top: 2px solid white;
}

#ticketThread::before {
  border-left: 2px dotted #ddd;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  margin-left: 74px;
  z-index: -1;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#ticketThread {
  z-index: 0;
  position: relative;
  border-bottom: 2px solid #ddd;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.freetext-files {
  padding: 10px;
  margin-top: 10px;
  border: 1px dotted #ddd;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.freetext-files .file {
  margin-right: 10px;
  display: inline-block;
  width: 48%;
  padding-top: 0.2em;
}

.freetext-files .title {
  font-weight: bold;
  margin-bottom: 0.3em;
  font-size: 1.1em;
}

footer {
  background: #f6f6f6;
  padding: 15px 0;
}

footer .col-md-3:last-child {
  display: flex;
  justify-content: flex-end;
}

a.logo-footer {
  margin: 1em 0;
}

a.logo-footer img {
  max-width: 380px;
}

footer ul.link-sociais {
  list-style: none;
}

footer li.link-sociais-item {
  display: inline;
}

footer i.fab {
  font-size: 25px;
  margin-right: 15px;
}

footer .link-sociais li i.fa-facebook-f {
  color: #3b5999;
}

footer .link-sociais li i.fa-linkedin {
  color: #0775b2;
}

footer .link-sociais li i.fa-youtube {
  color: #ee1c1b;
}

footer .link-sociais li i.fa-instagram {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.copyright {
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 18px;
  color: #aaaaaa;
  font-weight: 500;
  text-align: center;
  margin: 1em 0;
}

.copyright>p {
  margin-bottom: 0;
}

.copyright a {
  color: #762b8a;
  font-weight: bold;
}

/* nova pÃ¡g login */
h1#login-title {
  color: #fff;
}

/* nova home */
section#main {
  background-image: linear-gradient(to bottom, #583a90, #583a90 88%, #fff 12%);
  padding-top: 5em;
}

section#main h1,
section#main p {
  color: #ffffff;
  font-family: 'Montserrat';
  text-align: left;
}

section#main h1 {
  font-size: 40px;
  letter-spacing: 12px;
  line-height: 40px;
  font-weight: 900;
}

section#main p {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 30px;
  font-weight: 400;
}

section#main p span.alerta {
  color: #ff7700;
}

section#main img.img-responsive {
  transform: translateY(-2.5em);
  /* metade do padding-top da section#main */
  margin: auto;
}

#acoes .col-md-4 {
  padding: 15px;
}

#acoes .card-acao {
  background-color: #513484;
  padding: 20px;
  text-align: center;
}

#acoes a {
  text-decoration: none;
  width: 100%;
}

#acoes .card-acao i:not(.fa-angle-right) {
  display: block;
  color: #ff7700;
  font-size: 45px;
}

#acoes .card-acao h2 {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 15px;
  margin-top: 15px;
  color: #ffffff;
  font-weight: 700;
}

section#faq-home {
  padding: 5em 0;
}

section#faq-home h2 {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 54px;
  color: #ff7700;
  font-weight: 700;
  font-family: 'Montserrat';
  text-transform: uppercase;
}

section#faq-home .faq {
  padding-top: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

section#faq-home .faq a {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #583a90 !important;
  font-weight: 600;
  font-family: 'Montserrat';
  text-decoration: none;
  transition: all 300ms;
}

section#faq-home .faq a:hover {
  padding-left: 10px;
}

section#faq-home #video-helpdesk {
  padding: 0;
  overflow: hidden;
}

section#faq-home button#playVideo {
  transform: translate3d(-50%, calc(32px - 50%), 0);
  background: 0 0;
  border: none;
  position: absolute;
  text-align: center;
  cursor: pointer;
  outline: none;
  z-index: 3;
  left: 50%;
  top: 50%;
}

section#faq-home button#playVideo i.far {
  color: #fff;
  font-size: 64px;
  line-height: 64px;
}

section#faq-home #video-helpdesk img {
  position: relative;
  z-index: 1;
  width: 100%;
}

section#faq-home #video-helpdesk div.embed-responsive {
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/* faq-content template */
#faq-inc-wrapper h1,
#search-results h1 {
  text-align: left !important;
}

.faq-content .thread-body.bleed {
  background-color: transparent;
  color: #333333;
  line-height: 21px;
}

div#search-results {
  color: #333333;
}

div#search-results #faq li {
  margin-bottom: 5px;
}

.sidebar input.search {
  border: 1px solid #666;
  transition: all 300ms;
}

.sidebar input.search:focus {
  outline-color: #ff7700;
}

.faq-content h1 {
  font-size: 20px !important;
  letter-spacing: 1px !important;
  line-height: 25px !important;
}

/* logged header */
#my-account-angle-icon,
#my-account-submenu {
  transition: all 300ms;
}

.rotated-icon {
  transform: rotate(180deg);
}

.submenu-shown {
  display: block !important;
}

#my-account-btn {
  cursor: pointer;
  margin-left: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #ff7700;
  font-weight: 700;
}

#header .hello-user {
  font-size: 14px;
  letter-spacing: 1px;
  color: #888888;
  font-weight: 400;
}

#header .hello-user .username {
  font-weight: 600;
}

div#my-account-submenu {
  display: none;
  height: 0px;
  position: absolute;
  top: 60px;
  right: 10px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 99;
  overflow: hidden;
}

ul.logged-dropdown-menu {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

.logged-dropdown-menu li {
  padding: 10px 0;
}

.logged-dropdown-menu li:not(:first-child) {
  border-top: 1px solid #ccc;
}

ul.logged-dropdown-menu li a {
  background: transparent !important;
  color: #ff7700 !important;
  border: none !important;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Montserrat';
  width: auto !important;
}

#novoticket-wrapper {
  background: #fff;
  padding: 30px 15px;
  color: #333;
}

#novoticket-wrapper h3 {
  color: #ff7700;
  margin: 15px 0;
}

#novoticket-wrapper .redactor-editor {
  color: #333 !important;
}

/* base-conhecimento */
#base-conhecimento h1 {
  color: #583a90 !important;
  letter-spacing: 3px;
}

.row .span8 h2 strong {
  color: #ff7700;
}

/* tickets */
#tickets h1 a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
}

#tickets input[type='text'],
#profile input[type='text'] {
  border-radius: none;
}

input[type='submit'],
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='button'] {
  border: 1px solid #ff7700;
  border-radius: 0 !important;
  transition: all 300ms;
  font-weight: 600;
  text-transform: uppercase;
}

input[type='submit']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover {
  border-radius: 0;
  color: #ff7700;
  border: 1px solid #ff7700;
}

form#ticketSearchForm input[type='text']:focus,
#profile input[type='text']:focus,
#profile input[type='tel']:focus,
#profile input[type='password']:focus,
#profile input[type='email']:focus {
  outline: 0;
  border: 1px solid #ff7700;
}

#content .container h1,
#novo-ticket h1,
#editar-ticket h1,
#profile h1 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 0;
}

#profile h3 {
  color: #583a90;
}

#profile p {
  margin: 15px 0 0;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.aviso {
  color: #ff7700;
  font-weight: 600;
}

/* responsive */
@media only screen and (max-width: 767px) {
  .row {
    margin: 0;
  }

  #header #logo img,
  a.logo-footer img {
    max-width: 140px;
  }

  /* header */
  #header {
    height: auto;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #header .flush-right {
    height: auto !important;
  }

  span#menu-icon {
    color: #583a90;
    font-size: 20px;
  }

  #menu-mobile {
    background: #583a90;
    width: 90vw;
    height: 100vh;
    padding: 5% 8%;
    position: fixed;
    left: 10vw;
    top: 0;
    z-index: 99;
    box-shadow: 0px 5px 10px 10px rgba(0, 0, 0, 0.3);
    transition: all 500ms;
  }

  #menu-mobile #close-btn {
    position: absolute;
    right: 5%;
    color: #fff;
    cursor: pointer;
  }

  #menu-mobile h1 {
    color: #ff7700;
    font-weight: 900;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    font-size: 2em;
    margin: 1.5em 0 1em;
    padding: 0 0 0.5em;
    border-bottom: 1px solid #ff7700;
  }

  #menu-mobile p {
    color: #fff;
    margin-bottom: 2em;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
  }

  div#menu-mobile.hidden-menu {
    transform: translateX(200%);
  }

  #menu-mobile p.hello-user {
    color: #fff !important;
  }

  ul.logged-mobile-menu {
    list-style: none;
    padding: 0;
  }

  ul.logged-mobile-menu li {
    padding: 15px 0;
  }

  ul.logged-mobile-menu li:not(:last-child) {
    border-bottom: 1px solid #513484;
  }

  ul.logged-mobile-menu li a {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    height: auto !important;
  }

  /* footer */
  footer a.logo-footer {
    text-align: center;
    display: block;
  }

  footer ul.link-sociais {
    margin: 15px auto;
    padding: 0;
    width: 60%;
    display: flex;
    justify-content: space-between;
  }

  footer i.fab {
    margin-right: 0;
  }

  /* home */
  .aviso {
    display: block;
  }

  section#main {
    background-image: linear-gradient(to bottom,
        #583a90,
        #583a90 65%,
        #fff 35%);
    padding-top: 10%;
  }

  section#main h1 {
    font-size: 30px;
    letter-spacing: 9px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 30px;
  }

  section#main .search-form .search {
    width: calc(100% - 123px);
  }

  div#acoes {
    margin-top: 50px;
  }

  section#faq-home {
    padding-bottom: 0;
  }

  section#faq-home h2 {
    letter-spacing: 1px;
    line-height: 25px;
  }

  section#faq-home .col-md-7 {
    margin-top: 5em;
  }

  section#faq-home #video-helpdesk {
    margin-top: 25px;
  }

  section#faq-home #video-helpdesk {
    margin-left: -30px;
    margin-right: -30px;
    overflow: visible;
  }

  section#faq-home #video-helpdesk img {
    width: 100vw;
  }

  /* tickets */
  #ticketTable-wrapper {
    overflow-x: scroll;
  }

  #tickets form#ticketSearchForm .pull-right {
    float: none;
  }

  form#ticketSearchForm input[type='text'],
  form#ticketSearchForm input[type='submit'],
  form#ticketSearchForm select.nowarn {
    width: 75%;
    margin-bottom: 5px;
  }

  /* single-ticket */
  .ticketInfo-wrapper {
    overflow-x: scroll;
  }

  #ticketInfo .pull-right {
    float: none !important;
  }

  .headline-content {
    height: 40px;
  }

  #single-ticket form input[type='submit'],
  #single-ticket form input[type='reset'],
  #single-ticket form input[type='button'],
  #editar-ticket form input[type='submit'],
  #editar-ticket form input[type='reset'],
  #editar-ticket form input[type='button'] {
    width: 75%;
    margin-bottom: 5px;
  }

  #novo-ticket form input[type='submit'],
  #novo-ticket form input[type='reset'],
  #novo-ticket form input[type='button'] {
    height: 40px;
  }

  /* perfil */
  #profile form input[type='submit'],
  #profile form input[type='reset'],
  #profile form input[type='button'] {
    width: 75%;
    margin-bottom: 5px;
  }

  #profile table.padded tr>td,
  table.padded tr>th {
    padding: 5px;
  }

  /* faq-inc */
  #faq-inc-wrapper h1 {
    letter-spacing: 1px;
  }

  #faq-inc-wrapper .sidebar {
    margin: 50px 0 0 0;
  }
}