#header {
    padding-top: 45px;
}

div.teaser ul {
    list-style: none;
}

#ticketmessage {
    width: 100%;
}


/* H1 */
div.boxcontainerlabel {
        font-family: 'Ubuntu', 'Source Sans Pro', sans-serif;
        font-size: 36px;
        line-height: 36px;
        font-weight: 500;
        margin: 0 0 42px 0;
        letter-spacing: -1px;
}

/* H2 */
div.irstitle,
div.kbcategorytitle,
span.kbtitlemain {
        font-family: 'Ubuntu', 'Source Sans Pro', sans-serif;
        font-size: 26px;
        line-height: 26px;
        font-weight: 400;
        margin: 42px 0 18px 0;
        letter-spacing: -1px;
}

div.kbcategorytitle a,
div.kbcategorytitle a:link,
div.kbcategorytitle a:active,
div.kbcategorytitle a:hover {
    color: rgb(90, 90, 90);
    text-decoration: none;
}

div.kbarticletext {
     padding-bottom: 8px;
}

table th,
table td {
    vertical-align: top;
}


div.kbratingstars,
div.kbratinghelpful,
div.kbratingnothelpful {
    float: left;
    padding-right: 25px;
}

hr.kbhr {
    display: none;
}

div.kbavatar,
div.kbinfo {
    display: none;
}

div#footer {
    background: none;
}

div.kbarticlecategorylistitem {

}

span.kbcategorycount {
    display: none;
}

div.dialogerror {
    background-color: #ff4f4f;
    color: black;
    padding: 5px;
    margin-bottom: 20px;
}

div.dialoginfo {
    background-color: #f6eb6f;
    padding: 5px;
    margin-bottom: 20px;
}

form input[type="text"], 
form input[type="password"],
form textarea {
    border: 1px solid rgb(204, 204, 204);
    padding: 2px;
    font-size: 14px;
    color: rgb(68, 68, 68);
}

div.addplus {
    display: inline;
}

form input[type="submit"],
form input[type="button"] {
    text-decoration: none;
    text-align: center;
    padding: 10px 18px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #e6611e;
    background-image: -moz-linear-gradient(top, #e6611e 0%, #c3411a 100%);
    background-image: -webkit-linear-gradient(top, #e6611e 0%, #c3411a 100%);
    background-image: -o-linear-gradient(top, #e6611e 0%, #c3411a 100%);
    background-image: -ms-linear-gradient(top, #e6611e 0% ,#c3411a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3411a', endColorstr='#c3411a',GradientType=0 );
    background-image: linear-gradient(top, #e6611e 0% ,#c3411a 100%);
}

#content a.button,
#content a.button:hover,
#content a.button:link,
#content a.button:active {
    padding: 10px 18px;
}

div.irstitle {
    display: none;
}

div.irsui {
    padding-bottom: 15px;
}

pre {
    overflow: auto;
    width: 700px;
    padding-bottom: 10px;
}

body.chatbodymain {
    background-color: white;
    background-image: none;
    overflow: hidden;
}

body.chatbodymain #meta div {
    float: left;
}

body.chatbodymain #topbanner {
    margin-left: 150px;
    height: 55px;
}

body.chatbodymain #main {
    background-image: none;
    padding: 45px 10px 10px 10px;
}

body.chatbodymain #chattoptoolbar {
    float: left;
    margin: 0px 10px 0px 10px;
    padding: 3px 0px 0px 11px;
    height: 19px;
}

body.chatbodymain #chattoptoolbarrightclockticker {
    float: left;
    margin: 0;
    padding: 3px 0px 0px 11px;
    height: 19px;
    color: rgb(140, 143, 139);
}

body.chatbodymain #chattoptoolbar {
    background: url("../img/meta_trenner.png") no-repeat scroll left 2px transparent;
}

body.chatbodymain #chattoptoolbar #chattoptoolbarsoundoff {
    display: none;
}

body.chatbodymain #meta a {
    font-size: 14px;
    line-height: 12px;
    color: rgb(140, 143, 139);
}


#chattoptoolbar div, 
#chattoptoolbar ul {
    display: inline;
}

ul#chattoptoolbarlinklist li {
    display: inline;
}

div#sendemailcontainer {
    display: none;
}

div#chatcontentcontainer {
    height: 430px;
    overflow-y: scroll;
    padding: 3px;
    border: 1px solid rgb(235, 235, 235);
}

div#chatpostcontainer {
    padding: 3px;
}

div#chatcontentcontainer span.timestamp {
    padding-right: 5px;
    color: rgb(160, 160, 160);
}

div#chatcontentcontainer span.staffname {
    font-weight: 600;
    color: red;   
}

div#chatcontentcontainer span.clientname {
    font-weight: 600;
    color: blue;
}

div#chatcontentcontainer div.chatsystemmessage {
    font-weight: 600;
    color: green;;
}

div#chatcontentcontainer div.chatimagemessage {
    background-color: rgb(240,240,240);
    padding: 5px;
}

div#chatcontentcontainer div.chaturlmessage {
    padding: 5px;
    background-color: rgb(240,240,240);
}

div#chatcontentcontainer div.chatcodemessage {
    padding: 5px;
    font-family: "Courier New", Courier, monospace;
    background-color: rgb(240,240,240);
}

div#chatcontentcontainer div.chatcodemessage ol {
    list-style: none;
}

#chatstatuswrapper {
    padding: 1px 3px 1px 3px;
    height: 25px;
    font-weight: 600;
}

div#chatpostcontainer #chatpostmsgwrap {
    width: 410px;
    height: 80px;
    float: left;
}

input#chatpostbutton {
    margin-left: 20px;
}

#chatpostmsg {
    width: 100%;
    font-size: 14px;
}

div.errorrowhidden {
    display: none;
}

div#bottomfooter {
    display: none;
}


/* @group rating */

#surveyform table td {
	padding: 3px 6px;
}

div.rating-cancel, div.star-rating {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden;
}

div.rating-cancel, div.rating-cancel a {
	background: url('__swift/themes/client/images/icon_ratingdelete.gif') no-repeat 0 -16px;
}

div.star-rating, div.star-rating a {
	background: url('__swift/themes/client/images/icon_ratingstar.gif') no-repeat 0 0px;
}

div.rating-cancel a, div.star-rating a {
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
	border: 0;
}

div.star-rating-on a {
	background-position: 0 -16px !important;
}

div.star-rating-hover a {
	background-position: 0 -32px;
}

div.star-rating-readonly a {
	cursor: default !important;
}

div.star-rating {
	background: transparent !important;
	overflow: hidden !important;
}

/* @end */

.swifttexterror {
    border: 2px solid red !important;
}

.lic_note {
    background-color: #FFFF99;
    padding: 5px;
    margin-top: 10px;
}

input[name=p35v5hvs7lxh] {
    width: 300px;
}

#header img {
  margin-bottom: 12px;
  padding-right: 10px;
}

.header-title {
  display: inline-block;
  color: #b3b3b3;
  font-family: 'Ubuntu';
  font-size: 30px;
  margin-left: 10px;
  font-weight: 300;
  position: absolute; 
  top: 15px; 
  left: 150px;
}

td.kbcontents ol {
  padding-left: 3em;
}
