.hidden{
    display: none;
}
.ksd-new-ticket-form-wrap ul{
    margin: 0;
    padding: 0;
}
.ksd-new-ticket-form-wrap ul li,.ksd-register-form-wrap ul li{
    position: relative;
    list-style: none; 
}
.ksd-new-ticket-form-wrap ul li.ksd-tkt-attachment {
  margin-bottom: 12px;
}
.ksd-new-ticket-form-wrap input,.ksd-register-form-wrap input{
      color: #333;
}
.ksd-new-ticket-form-wrap ul li label,.ksd-register-form-wrap ul li label {
  font-size: 0.7em;
}
.ksd-new-ticket-form-wrap ul li label.error,.ksd-register-form-wrap ul li label.error{
    color: #ff0000;
    display: block;
    clear: both;
    max-width: 100%;
    font-weight: bold;
}
.ksd-new-ticket-form-wrap input,.ksd-new-ticket-form-wrap select,.ksd-new-ticket-form-wrap textarea,.ksd-register-form-wrap input,.ksd-register-form-wrap textarea {
  margin-bottom: 7px;
}
.ksd-g-recaptcha-error{
    font-size: 0.8em;
    color: #F00;
}
.ksd-new-ticket-form-wrap select{
    width: 50%;
}
.ksd-form-hidden-tab input,.ksd-form-hidden-tab textarea ,.ksd-form-hidden-tab-form ul li.ksd-g-recaptcha{
  width: 290px;
}
.ksd-form-hidden-tab-form ul li.ksd-show-password > input,.ksd-register-form-wrap .ksd-show-password > input {
  width: auto;
}  
.ksd-form-hidden-tab .ksd-submit{
   min-width: 300px;  
   min-height: 35px;
   margin-top: 10px;
}
.ksd-form-short-code input,.ksd-form-short-code textarea {
  width: 95%;
}
.ksd-form-short-code .ksd-submit,.ksd-form-widget .ksd-submit{
  width: 47%;
  margin-top: 10px;
  min-width: 150px;
  min-height: 45px;
}
.ksd-message.error {
  border: 1px solid red;
}
.ksd-public-form-response,
#ksd-public-reply-error,
#ksd-public-reply-success{
    background-color: #00aec7;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;  
    border-radius: 3px;
    color: #fff;
    padding: 8px;
}
.ksd-attachment-remove {
    cursor: pointer;
    float: right;
    font-weight: bold;
    line-height: 30px;
    padding-right: 10px;
}
#ksd-public-reply-error{
    background-color: red;
}
.ksd-reply-wp-editor{
    padding-top: 12px;
}
.entry-content .ksd-customer-email {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
}
#ksd_cust_email-error{
    color: red;
}
#ksd-public-reply-submit{
    min-height: 45px;
    min-width: 150px;
}
.ksd-new-ticket-form-wrap .ksd-close-form-wrapper{
    width: 100%;
    height: 36px;    
}
.ksd-new-ticket-form-wrap span.ksd_close_button,.ksd-register-form-wrap img.ksd_close_button{
    float: right;
    cursor: pointer;
}

.ksd-new-ticket-form-wrap img.ksd_loading_dialog,.ksd-register-form-wrap img.ksd_loading_dialog {
  left: 50%;
  position: absolute;
}
.ksd-new-ticket-form-wrap .ksd-public-submit,.ksd-register-form-wrap .ksd-public-submit{
    position: relative;
    min-height: 35px;
}
 
.ksd-new-ticket-form-wrap ,.ksd-register-form-wrap{
    padding: 12px 10px 10px;
}
.ksd-form-short-code,.ksd-form-widget{
  width: 100%;
}
.ksd-register-form-wrap .ksd-register-description {
  clear: both;
  padding: 0 0 8px;
  width: 100%;
}
.ksd-register-description > p {
  padding: 3px 0;
}
.ksd-form-hidden-tab{
  background-color: #fff;
  max-width: 30%;
  border: 1px solid #CCC;
  right: 5%;
  padding: 42px 10px 10px;
  position: fixed;
  bottom: 0;
  z-index: 990; /*We need this to make sure this is visible*/   
}
.ksd-form-short-code .ksd-close-form-wrapper,.ksd-form-widget .ksd-close-form-wrapper{
    display: none;
}
button#ksd-new-ticket-public{
  position: fixed;
  bottom: 0;
  right: 5%;
  border-radius: 0;
  z-index: 990; /*We need this to make sure this is visible*/
}
.ksd-button{
    vertical-align: baseline;
    background: #00a0d2 none repeat scroll 0 0;
    border-color: #0073aa;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    min-height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
    margin-bottom: 10px;
    min-width: 150px;
    text-align: center;
}
a.ksd-button {
  height: auto;
}
.entry-content a.button.ksd-button{
    color: #fff;
}
a.ksd-button:focus, a.ksd-button:hover {
  background: #0091cd none repeat scroll 0 0;
  border-color: #0073aa;
  box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
  color: #fff;
}
ul#ksd-list-my-tickets {
  border-top: 1px solid #ccc;
  margin: 0 0 14px;
  padding: 0;
}
ul#ksd-list-my-tickets li {
  border-bottom: 1px solid #ccc;
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
}
.ksd-my-ticket-title {
  margin-left: 20px;
}
.ksd-my-ticket-date {
  float: right;
}
.ksd-reply-cc {
  clear: both;
  color: #777;
  float: left;
  font-size: 0.9em;
}
#ksd-reply-to-all {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  color: #555;
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
  margin-left: 5px;
}
#ksd-cc-div {
  clear: both;
  margin-top: 15px;
}
.ksd-my-ticket-status{
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    color: #FFF;
    font-size: 0.9em;
    padding: 3px;    
    background-color: grey;
}
.ksd-my-ticket-status.new{
    background-color: #bcc1c5;  
}
.ksd-my-ticket-status.open{
    background-color: red;
}
.ksd-my-ticket-status.pending{
    background-color: orange;  
}
.ksd-my-ticket-status.resolved{
    background-color: #008000;  
}

.ksd-public-spinner{
    background: rgba(0, 0, 0, 0) url("../../../../../wp-admin/images/spinner.gif") no-repeat scroll 0 0 / 20px 20px;
    display: none;
    float: left;
    height: 20px;
    margin: 4px 10px 0;
    opacity: 0.7;
    vertical-align: middle;
    width: 20px;
}
.spinner.is-active {
  display: inline-block;
}
ul#ksd-ticket-replies {
  border-top: 1px solid #E7E7E7;
  margin: 0;
  padding: 0;
}
ul#ksd-ticket-replies li {
  list-style-type: none;
  margin: 0;
}
.ticket-reply {
    border-bottom: 1px solid #E7E7E7;
    padding: 15px;
}
.reply_date {
  color: #888;
  font-size: 0.9em;
}
 
.reply_content {
  padding-top: 0.5rem;
  clear: both;
}
  
.ticket-reply-meta img.avatar{
  border-radius: 50%;
  vertical-align: middle;
}
.reply_author {
    width: 50%;
    font-weight: bold;
    padding-left: 1rem;
}
.reply_content img {
    max-width: 90%;
}
.ticket-reply.ksd_private_note {
    background-color: #efefef;
}
#wp-ksd-public-new-reply-wrap .wp-editor-container {
  border: 1px solid #CCC;
  clear: both;
  margin-bottom: 15px;
}

.ksd-cc{ 
    width: 80% !important;
    margin-bottom: 5px;
}
ul.ksd_attachments{
    margin-top:1px;
}
ul.ksd_attachments li{
    background-color: #fafafa;
    background-image: url("../images/icons/attachment.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #dcdcdc;
    line-height: 30px;
    padding-left: 30px;
    width: 90%;
    margin: 5px auto;
    position: relative;
    list-style:none;
    
}

@media screen and (max-width: 600px) {
 .ksd-form-short-code .ksd-submit,.ksd-form-widget .ksd-submit{
    width: 90%;
}
}




 

.wp-core-ui .button.button-small, .wp-core-ui .button-group.button-small .button {
    height: 24px;
    line-height: 22px;
    padding: 0 8px 1px;
    font-size: 11px;
}

.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ksd-tkt-attachment-remove{
    cursor: pointer;
}