/* Global css  */

body, html {
    background-color: #efefef;
    font-size: 13px;
}
body div.pusher {
    padding: 20px;
    padding-top: 50px;
}
.ui.block.header {
    background: #dedede !important;
}

/*.ui.category.search > .results .category > .name {*/
/*width: 120px !important;*/
/*}*/

/*.ui.category.search > .results .category .result {*/
/*margin-left: 120px !important;*/
/*}*/

.ui.category.search > .results.transition.visible {
    max-height: 500px;
    overflow: auto;
}
.ui.breadcrumb {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}
table#grid-table thead th:hover {
    cursor: pointer;
}
#grid-table tbody tr:hover td {
    background-color: #efefef;
    cursor: pointer;
}
table.ui.celled.table tr th {
    padding-left: 10px;
}

td.dataTables_empty {
    text-align: center !important;
    font-weight: normal !important;
}

/* Authorization pages  */

#auth_wrapper {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}


.container:after { clear:both; content:"."; display:block; height:0; visibility:hidden; }
