﻿/*#tickettable {
	width: 100%;
	padding: 0;
	margin: 0px 0px 20px 0px;
	color: #4f6b72;
	background: #E6EAE9;
}

#tickettable a{
	color: #c75f3e;
}

#tickettable th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#tickettable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#tickettable td {
	
    border: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

#tickettable .head {
	background: #F5FAFA;
	color: black;
    font-weight:bold;
}

#tickettable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#tickettable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
}

#tickettable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	color: #797268;
}*/
.linkCreate {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}
.linkCreate:hover {
  background: #344E5F;
}
.linkProductCreate {
  color: #c75f3e;
  /*font: normal 12px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
  padding: 5px;
  border: solid 1px;
  background-color: #c0c2c3;
}
.dvProductCreate {
  padding: 20px 0px 20px 0px;
}
.option-list {
  list-style: none;
}
.contact-attributes dt {
  padding-top: 10px;
}
.button-addline {
  border: none;
  box-shadow: 0 -2px 0 rgba(71, 73, 72, 0.05) inset;
  color: #ffffff;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  word-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  width: 100px;
  overflow: visible;
  height: 35px;
  border-radius: 2px;
  background: #3498db;
}
.button-addline:hover {
  background: #344E5F;
}
.white-popup-block {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.resultnewticket {
  padding: 20px 20px 20px 10px;
  display: none;
  font-size: 16px;
  font-weight: 100;
  color: #444;
}
.errorresultnewticket {
  padding: 20px;
  display: none;
  color: red;
  font-weight: bold;
}
/*.ticket-list-page .ticket-item {
    position: relative;
    margin-bottom: 30px;
}

.ticket-list-page .ticket-item .title {
    font-size: large;
    line-height: 1.5em;
}

.ticket-list-page .ticket-item .info {
    margin: 0 0 10px;
    background-color: #f2f2f2;
    padding: 15px;
    line-height: 1.5em;
    list-style: none;
    color: #515151;
}

.ticket-list-page .ticket-item .buttons {
    position: absolute;
    top: 0;
    left: 0;
}*/
/*.ticket-list-page .info {
    margin: 0 0 10px;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 20px;
    line-height: 26px;
    color: #444;
}

     .ticket-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 40px;
}

     .ticket-list-page .buttons {
    top: 5px;
    right: 10px;
}

     .ticket-button-2 a {
    display: inline-block;
    margin: 0 0 0 10px;
    border: none;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #444;
}

     .ticket-list-page .button-2 {
    display: inline-block;
    margin: 0 0 0 10px;
    border: none;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #444;
}*/
#tickettable td.head {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #f6f6f6;
  padding: 10px;
  white-space: nowrap;
  font-weight: normal;
}
.linkCreate:hover {
  background-color: #248ece;
}
#ticketProductForm h4,
#ticketOrderForm h4 {
  display: block;
  line-height: 3;
}
.ticket-list .ticket-item {
  padding: 1rem;
  /*margin-bottom: @baseGap;*/
  border-bottom: 1px solid #ddd;
}
.ticket-list .ticket-item .ticket-title:hover,
.ticket-list .ticket-item .ticket-id:hover {
  cursor: pointer;
  color: blue;
}
.ticket-list .ticket-item:nth-child(even) {
  background: #f9f9f9;
}
.ticket-list .ticket-item .ticket-id {
  color: blue;
  font-size: medium;
}
.ticket-list .ticket-item .ticket-date,
.ticket-list .ticket-item .ticket-info {
  font-size: smaller;
  color: #777;
}
.ticket-aswer-list .card-footer {
  font-size: smaller;
}