.left { float:left; }
.right { float:right; }
.clear { clear:both; }

hr { margin:25px 0; }

select, input, textarea { margin-bottom:0; }

.detail label { display: inline !important; }

th { text-align:left; }

table.ticket {
width: 100%;
margin-bottom: 18px;
padding:0;
border-collapse: separate;
font-size: 13px;
border: 1px solid #DDD;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

table.ticket th {
background:#eee;
}

table.ticket th, table.ticket td {
border-right:1px solid #ddd;
border-top:1px solid #eee;
}

.adminticket table, .clientticket table {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.adminticket table {
background:#666;
color:#fff;
}
.clientticket table { background:#ccc; }

.adminticket .reply, .clientticket .reply {
	padding:10px;
}

div.supportpal_list { width:50%; }
ul.supportpal_list { margin:0; margin-bottom:10px; padding:0; }
ul.supportpal_list li { padding:4px 0px; list-style:none; }

table.detail {
border:1px solid #ddd;
border-bottom:0;
border-spacing:0;
}
table.detail td,
table.detail th {
border-bottom:1px solid #ddd;
margin-top:1px;
padding:8px;
}
table.detail th {
background:#eee;
font-weight:bold;
text-align:right;
}

.box {
padding:12px 15px;
margin-bottom:15px;
-moz-border-radius:5px;
border-radius:5px;
}

.box img {
padding-right:10px;
}

.fail {
border:1px solid #cc0000;
background:#FBEEEB;
}

.success {
border:1px solid #00cc00;
background:#edfbeb;
}

.warning {
border:1px solid #ddcc00;
background:#ffffee;
}

.note {
border:1px solid #ddcc00;
background:#ffffee;
}

.options {
border:1px solid #C99;
background:#f8f5ee;
}

/* Comments */

.commentbox {
 margin-bottom: 15px;
}

.commentoperator, .commentuser {
 background: #f9f9f9;
 border: 1px solid #f0f0f0;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding: 10px;
}

.commentoperator {
background: #edfbeb;
border-color: #cce5b9;
}

.commentuser img, .commentoperator img {
-moz-border-radius: 99px;
-webkit-border-radius: 99px;
border-radius: 99px;
float: left;
margin:-2px;
margin-right:11px;
width: 24px;
}

.commentuser .fas, .commentoperator .fas {
    color: #aaa;
    margin: 3px 15px 0 5px;
    font-size: 16px;
}

a.commentreply { margin: 5px; }

.comment { padding:10px; }

/* Knowledgebase/Downloads */

.sidebar .list-group-item .badge {
    margin-top: 0;
    min-width: 21px;
    padding: 3px 0;
}

/* Announcements */

ul.categories {
 border: 1px solid #ddd;
 -moz-border-radius: 5px;
 border-radius: 5px;
 list-style: none;
 margin: 0 0 20px 20px;
 padding: 0;
 min-width: 210px;
}

ul.categories li {
 border-bottom: 1px solid #eee;
}

ul.categories li.title {
 background: #ddd;
 border-bottom: 0;
 font-size: 120%;
 font-weight: bold;
 padding: 12px 15px;
}

ul.categories li a {
 display: block;
 font-size: 110%;
 padding: 9px 15px;
}

ul.categories li a.current {
 background: #f5f5f5;
 font-weight: bold;
}

ul.categories li:last-child {
 border-bottom: 0;
}



/* Calendar for Custom Fields */

.calendarClass {
/* background:#fff url("../../../images/operator/icons/calendar.png") 3px center no-repeat; */
border:1px solid #ccc;
padding:3px;
/* padding-left:23px; */
text-align:left;
width:75px;

text-align: left;
border:1px solid #aaa;
/* background: url("../images/icons/calendar2.gif") right center no-repeat; */
margin:2px;
width: 150px;

}

/* Fixes for jQuery and related CSS */

#ui-datepicker-div { display: none; }

.ui-datepicker { background:#fff; }

.ui-datepicker-header {
/*color:#fff;*/
display:block !important;
font-weight:bold;
}





/* New CSS */

.light {
    color: #666;
    font-size: 80%;
    line-height: 2em;
}

.container .kbarticles a {
    display: inline;
    text-decoration: none;
}
.container .kbarticles a:hover {
    text-decoration: none;
}

ul.details {
    margin: 0 0 15px;
    padding: 0;
}

ul.details > li {
    color: #777;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 75%;
    margin: 0 15px 0 0;
    background: left center no-repeat;
}

ul.details .fas {
    margin-right: 4px;
}

ul.item-list {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.item-list li {
    display: inline;
    padding: 0;
    margin: 0;
}

ul.item-list li:after {
    content: ", ";
}

ul.item-list li:last-child:after {
    content: "";
}


.share-via {
    line-height: 19px;
}

.share-via span {
    color: #777;
    line-height: 36px;
    vertical-align: middle;
}

.share-via a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 99px;
    color: #fff;
    display: inline-block;
    height: 30px;
    margin-left: 8px;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.share-via .fas, .share-via .fab {
    color: #fff;
    font-size: 18px;
}
.share-via a.email .fas {
    font-size: 14px;
}

.share-via a.email {
    background: #454545;
    padding: 5px 6px;
}
.share-via a.twitter {
    background: #55acee;
}
.share-via a.facebook {
    background: #3b5998;
}
.share-via a.google {
    background: #d34836;
}

.attachments a {
    margin-top: 8px;
}

.pagination {
    margin-top: 0;
}


label.error {
    background: #e74c3c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fbeeeb;
    display: table;
    font-size: 90%;
    line-height: 1.4em;
    margin: 7px 0 0;
    padding: 7px 10px;
    vertical-align: middle;
    white-space: nowrap;
}

input.error, textarea.error {
    border-color: #e74c3c;
}

input[name=place_holder2].error {
    display: none;
}

#autoAnswerSuggestions h3 {
    margin-top: 3px;
}

#autoAnswerSuggestions .kbarticles {
    padding-bottom: 0;
}

#autoAnswerSuggestions .kbarticles p {
    margin: 10px 0 0;
}