div.jtable-main-container  {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
}
ul.jtable-column-select-list {
    font-size: 1.1em;
}
div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
    color: #555;
}

div.jtable-main-container table.jtable tbody>tr.jtable-row-even,
div.jtable-main-container table.jtable tbody>tr {
    background-color: #fff;
}

/* the add/edit form */
.jtable-dialog-form {
    display: block;
    -moz-column-gap:40px;
    /* Firefox */
    -webkit-column-gap:40px;
    /* Safari and Chrome */
    column-gap:40px;
    -moz-column-count:2;
    /* Firefox */
    -webkit-column-count:2;
    /* Safari and Chrome */
    column-count:2;
}

/* when selecting a row */
div.jtable-main-container table.jtable tbody>tr.jtable-row-selected {
    background-color: #F2F5A9;
    text-shadow: none;
    color: #222;
}
/* when hovering over a (selected) row */
div.jtable-main-container table.jtable tbody>tr.jtable-data-row:hover,
div.jtable-main-container table.jtable tbody>tr.jtable-row-selected:hover {
    background-color: #AAF5F3;
} 
.ui-widget-content a {
	color: #0073aa;
}

div.jtable-main-container div.jtable-title div.jtable-title-text {
    font-size: 1.1em;
    text-shadow: none;
}

div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
    font-size: 1.1em;
    background: #e6e6e6;
    color: #555;
    line-height: 20px;
    margin-bottom: 2px;
}

.jtable-column-header, .jtable-toolbarsearch-reset {
    white-space: nowrap;
}
div.jtable-main-container div.jtable-bottom-panel {
    font-size: 1em;
    background: #e6e6e6;
    color: #555;
}
div.jtable-main-container table.jtable {
    font-size: 1em;
}
div.jtable-main-container a {
   text-decoration: none;
}
div.jtable-main-container table.jtable tbody > tr > td {
    border: 1px solid #ddd;
    padding: 1px 5px 1px 5px;
}
/* jtable fix so the footer doesn't overlap with the table in some browsers */
/*
.jtable-main-container {
	float: left;
	width: 100%;
}
*/
.jtable-data-row a {
    color: #0073aa !important;
}
.jtable input[type="checkbox"] {
    margin: 0px !important;
}

.eme-jtable-center {
    text-align: center;
}
div.success {
    border: 1px solid #61B329;
    background: #BCED91;
    color: #222;
    margin: 5px auto;
    text-align: center;
}
div.error {
    border: 1px solid #CC0000;
    background: #CD5C5C;
    color: #222;
    margin: 5px auto;
    text-align: center;
}
