* {
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    padding: 20px;
}
#header {
    margin-bottom: 20px;
}
.ui-widget, .ui-widget .ui-widget {
    font-size: 90% !important;
}
th {
    text-align: left;
    vertical-align: top;
}

table {
    margin-left: 0;
}
td {
    vertical-align: top;
}
tr {
    padding: 10px;
}
.dataTableRepo {
    margin-top:10px;
    text-align: center;
}
.hide-calendar .ui-datepicker-calendar {
    display: none;
}


.ui-icon {
    top: 45% !important;
}
.ui-datatable table tbody td {
    padding: 5px;
}
.ui-panel-titlebar {
    padding: 0.5em 1em !important;
}

#breadcrumb {
    margin-bottom: 20px;
    font-size: 90%;
}
#leftPane {
    width: 250px;
    float: left;
}
#leftPane div.ui-menu {
    padding: 10px;
    border: 0;
    background-color: #444;
    width: 230px;
}
#leftPane div.ui-menu ul li a.ui-menuitem-link {
    padding: 5px;
    width: 220px;
    color: #fff;
}
#leftPane div.ui-menu ul li a.ui-menuitem-link.ui-state-hover {
    background-color: #333;
    color: #fff;
}
#leftPane ul.ui-menu-list .ui-widget-header, #leftPane ul.ui-menu-list .ui-widget-header.ui-state-hover {
    color: #fff;
    border-color: #666;
    width: 230px;
    background-color: #555;
}
#leftPane h2 {
    color: #fff;
    background-color: #333;
    font-size: 16px;
    padding: 10px;
    font-family: Arial, sans-serif;
}
#contentPane {
    margin-left: 20px;
    width: 1000px;
    float: left;
}

.pane {
    background-color: #e0e0e0;
    padding: 3px;
}

.loginPanel {
    background-color: #e0e0e0;
    padding: 3px;
    display: table;
    margin: 0 auto;
}

.changePasswordDialog {
    padding: 10px;
    display: table;
    margin: 0 auto;
}

div.ui-toolbar {
    border: 0;
    padding: 3px 0;
    background-color: #e0e0e0;
}
div.ui-panel {
    padding: 0;
    border: 0;
}
div.ui-panel div.ui-panel-titlebar {
    border: 0;
}
div.ui-panel div.ui-panel-titlebar-icon {
    margin: 0;
}
div.ui-panel div.ui-widget-content {
    overflow: visible;
    padding: 0;
}

div.ui-paginator {
    background-color: #eee;
    border: 0;
    font-size: 90%;
}
div#header {
    font-family: "MS Shell Dlg", "Lucida Grande", "Calibri", sans-serif;
    color: #333;
}

p {
    font-family: Arial, sans-serif;
    font-size: 90%;
}

table tr.ui-state-highlight {
    border: 1px #eeeeee !important;
}
table tr td.checkboxColumn {
    /*width: 21px;*/
    padding: 4px;
}
table tr th.checkboxColumn {
    width: 27px;
    padding: 0;
}




table tr td.singleButtonColumn, table tr th.singleButtonColumn {
    width: 19px;
}
table.ui-panelgrid td.ui-panelgrid-cell, table.ui-panelgrid thead td {
    padding: 5px;
}

.backToOsk {
    padding: .3em 1em;
    line-height: 1.4;
    font-weight: bold;
    font-size: 90% !important;
    color: #004276;
    border: 1px solid #d8dcdf;
    background: #eeeeee;
}

.backToOsk:hover {
    cursor: pointer;
    color: #000000;
    background: #f6f6f6;
}

.displayed {
    font-weight: normal !important;
}

.undisplayed {
    font-weight: bold !important;
}

.itemImage {
    margin-left: 10px;
}