.ui-accordion-header {
    outline: none;
    background-color: #e5e5e6;
}

.ui-accordion .ui-accordion-content {
    padding: 10px;
}

div.jtable-main-container>div.jtable-title div.jtable-title-text {
    font-size: 90%;
}

.ui-state-active {
    border: #00579a;
    color: #00579a;
    border-bottom: 2px solid #00579a;
    background-color: #e5e5e6;
}

div.jtable-main-container>div.jtable-title {
    background-color: #00579a;
    height: 31px;
}

div.jtable-main-container>div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
    background-color: #00579a;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

div.jtable-main-container>table.jtable>thead {
    background-color: #e5e5e6;
}

div.jtable-main-container>table.jtable>thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
    color: #00579a;
    font-size: 65%;
    font-weight: bold;
}

div.jtable-main-container>div.jtable-title div.jtable-toolbar span.jtable-toolbar-item.jtable-toolbar-item-hover {
    background-color: #00579a;
}

div.jtable-main-container>table.jtable {
    border-color: #e5e5e6;
}

div.jtable-main-container>div.jtable-bottom-panel {
    background-color: #00579a;
}

div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number, div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space, div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first, div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last, div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous, div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next, div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
    background-color: #00579a;
    color: #fff;
}

div.jtable-main-container>div.jtable-bottom-panel {
    border-color: #00579a;    
}

.ui-widget-overlay {
    background: #333;
    opacity: .9;
}

.ui-widget-header {
    background: #00579a;
    color: #fff;
}

table#addressbook-transport {
    display: block;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px;
    width: 140px;
}

.input_full_width {
    width: 647px;
}

form.jtable-dialog-form div.jtable-textarea-input textarea.textarea_email_body {
    width: 650px;
    height: 300px;
}

img.ui-datepicker-trigger {
    position: relative;
    left: 3px;
    top: 3px;
}

.focusableDatepicker {
    padding-left: 20px;
    /*    width: 70% !important;
        max-width: 150px !important;*/
    z-index: 500;
}

.jtable-column-header-container .focusableDatepicker { width: calc(100% - 29px); }
.jtable-column-header-container .focusableDatepicker:focus { width: calc(90% - 20px); }

.focusableDatepicker:focus {
  width: 150px !important;
  /*  position: fixed;*/
  position: relative;
  margin-right: -100px;
  z-index: 600;
}

.focusableDatepicker:focus + img.specialIcon {
    z-index: 700;
}

img.ui-datepicker-trigger.specialIcon {
    position: absolute;
    top: 4px;
}

ul#emailAttachments li {
    list-style-type: none;
}

ul#emailAttachments li a {
    text-decoration: none;
    color: #000;
    margin-bottom: 5px;
    display: inline-block;
}

ul#emailAttachments li .emailAttachmentsFile {
    border: 1px solid #000;
    width: 210px;
    background-color: #ddd;
    padding: 5px;
}

ul#emailAttachments li .emailAttachmentsLink {
    margin-left: 5px;
    font-size: 70%;
}

.ui-autocomplete {
    max-height: 60%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.ui-dialog-content.ui-widget-content {
    overflow: hidden;
}