@charset "ISO-8859-1";

.contact .faq-list {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background-color: #f3f5fa;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .faq-list .icon-goto {
  font-size: 24px;
  color: #47b2e4;
}

.contact .ticket-detail h3{
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
	
}

.contact .tickets-list h3{
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.contact .ticket-detail {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .ticket-form .form-group {
  padding-bottom: 8px;
}
.contact .ticket-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .ticket-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .ticket-form .error-message br + br {
  margin-top: 25px;
}
.contact .ticket-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .ticket-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .ticket-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .ticket-form .form-group {
  margin-bottom: 20px;
}
.contact .ticket-form label {
  padding-bottom: 8px;
}
.contact .ticket-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .ticket-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}
.contact .ticket-form input {
  /*height: 44px;*/
}
.contact .ticket-form textarea {
  padding: 10px 12px;
}
.contact .ticket-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .ticket-form button[type=submit]:hover {
  background: #209dd8;
}

.ticketsmenu #ticketsmenu-items {
  list-style: none;
  margin-bottom: 20px;
}

.ticketsmenu #ticketsmenu-items li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

#pills-tab button {
  /*color: #444444;*/
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  margin: 10px 5px;
  font-family: "Poppins", sans-serif;
	
}

.ticketsmenu #ticketsmenu-items li:hover, .ticketsmenu #ticketsmenu-items li.menu-active {
  background: #47b2e4;
  color: #fff;
}


/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}

.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}

.timeline > li > .timeline-item > div > .time {
  color: #999;
  float: left;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}


/****
Comments Template
*****/
.card-comments {
  background-color: #f8f9fa;
}

.card-comments .card-comment {
  border-bottom: 1px solid #e9ecef;
  padding: 8px 0;
}

.card-comments .card-comment::after {
  display: block;
  clear: both;
  content: "";
}

.card-comments .card-comment:last-of-type {
  border-bottom: 0;
}

.card-comments .card-comment:first-of-type {
  padding-top: 0;
}

.card-comments .card-comment img {
  height: 1.875rem;
  width: 1.875rem;
  float: left;
}

.card-comments .comment-text {
  color: #78838e;
  margin-left: 40px;
}

.card-comments .username {
  color: #495057;
  display: block;
  font-weight: 600;
}

.card-comments .text-muted {
  font-size: 12px;
  font-weight: 400;
}

.card-comments .circle-other {
  display: inline-block;
    background-color:rgba(40, 58, 90, 0.9);
    margin: 10px;
    border-radius: 50%;
    min-width:32px
}

.card-comments .circle-me {
  display: inline-block;
    background-color:#6c757d;
    margin: 10px;
    border-radius: 50%;
    min-width:32px
}

.card-comments .circle-inner {
  color: white;
  display: table-cell;
  vertical-align: middle; 
  text-align: center;
  text-decoration: none;
  height: 32px;
  width: 32px;  
  font-size: 10px;
} 

.faq .faq-list .icon-lot {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  top: 12px;
  color: #47b2e4;
}

.edit-ticket {
	cursor:pointer;
	color: #47b2e4;
}

.ticket-icon {
	margin-right: 20px;
}

.clickable{
	cursor: pointer;
}

label.required:after { 
	content:" *";
    color: red;    
}
