.toggle-editor {
    display: none;
}
#sp-header .sp-default-logo {
     display: block;
}
#sp-main-body {
    padding: 15px 0;
}

div#jsst-header {
    background-color: #4f6df5;
    display: none;
}

input.js-form-input-field-attachment {
    height: 40px;
}

div.js-ticket-search-wrp div.js-ticket-form-wrp form.js-tk-combinesearch div.js-filter-field-wrp input.js-ticket-input-field {
    border-radius: unset;
    width: 100%;
    padding: 10px;
    height: 50px;
    line-height: initial;
    margin-bottom: 0px;
    text-transform: capitalize;
    max-height: 50px;
}

select#filter_priority {
    max-height: 50px;
}

div.field-calendar button#filter_datestart_btn, div.field-calendar button#filter_dateend_btn {
    display: inline-block;
    padding: 7px 0px;
    width: 44px;
    float: right;
    min-height: 50px;
    border-radius: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
	max-height: 10px;
}

div#jl_pagination_counter {
    min-height: 53px;
}

select.js-ticket-sorting-select {
    max-height: 50px !important;
}

.js-tkt-det-cnt,
.js-ticket-thread, 
div.js-ticket-detail-box 
div.js-ticket-detail-box, 
div.js-tkt-detail-cnt {
    box-shadow: none;
}

div.jsst-ticket-detail-timer-wrapper {
    float: left;
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color: #f5f2f5;
    padding: 20px 10px;
    display: none;
}

.js-ticket-edit-options-wrp {
    display: none;
}

.js-ticket-rows-wrp.js-tkt-detail-cnt.timer-wrp {
    display: none;
}

.js-ticket-premade-msg-wrp {
    /*display: none;*/
}

.js-ticket-append-signature-wrp.js-ticket-append-signature-wrp-full-width {
   /* display: none;*/
}

img.js-button-icon {
    margin: auto;
}