@charset "UTF-8";

/* SQLFORM.grid start */
div.w2p_export_menu {margin:5px 0}
div.w2p_export_menu a, div.w2p_wiki_tags a, div.w2p_cloud a {margin-left:5px; padding:2px 5px; background-color:#f1f1f1; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.web2py_paginator {}
.web2py_grid {width:100%}
.web2py_grid table {width:100%}
.web2py_grid tbody td {padding:2px 5px 2px 5px; vertical-align: middle;}
.web2py_grid .web2py_form td {vertical-align: top;}

.web2py_grid thead th,.web2py_grid tfoot td {
    background-color:#EAEAEA;
    padding:10px 5px 10px 5px;
}

.web2py_grid tr.odd {background-color:#F9F9F9}
.web2py_grid tr:hover {background-color:#F5F5F5}

.web2py_console form {
    width: 100%;
    display: inline;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.web2py_console form select {
    margin:0;
}

.web2py_search_actions {
    float:left;
    text-align:left;
}

.web2py_grid .row_buttons {
    min-height:25px;
    vertical-align:middle;
}
.web2py_grid .row_buttons a {
    margin:3px;
}

.web2py_search_actions {
    width:100%;
}

.web2py_grid .row_buttons a,
.web2py_paginator ul li a,
.web2py_search_actions a,
.web2py_console input[type=submit],
.web2py_console input[type=button],
.web2py_console button {
    line-height:20px;
    margin-right:2px; display:inline-block;
    padding:3px 5px 3px 5px;
}

.web2py_counter {
    margin-top:5px;
    margin-right:2px;
    width:35%;
    float:right;
    text-align:right;
}

.web2py_table {clear:both; display:block} /*Fix firefox problem*/

.web2py_paginator {
    padding:5px;
    text-align:right;
    background-color:#f2f2f2;

}
.web2py_paginator ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.web2py_paginator ul li {
    display:inline;
}

.web2py_paginator .current {
    font-weight:bold;
}

.web2py_breadcrumbs ul {
    list-style:none;
    margin-bottom:18px;
}

li.w2p_grid_breadcrumb_elem {
    display:inline-block;
}

.web2py_console form { vertical-align: middle; }
.web2py_console input, .web2py_console select,
.web2py_console a { margin: 2px; }

.grid_content {}
.grid_default {
    border: 1px solid #dddddd;
}
.grid_header {
    border: 1px solid #bbbbbb;
    padding: 8px 8px 10px 8px;
}
.grid_widget {}

.web2py_grid a {
    white-space: nowrap;
    display: inline;
}

.web2py_grid tbody td {
    padding: 2px 10px;
    border: 1px solid #dddddd;
}

.web2py_grid .row_buttons {
    min-height: 10px;
}

.web2py_grid .row_buttons a {
    line-height: 10px;
    padding: 0px 1px;
}

.web2py_grid tr.even {
    background-color: #ffffff;
}

.web2py_grid tr.odd {
    background-color: #eeeeee;
}

.web2py_grid tr:hover {
    background-color: #fefeaa;
}

.web2py_paginator ul, li {
    background: inherit;
}

.web2py_console .form-control {width: 20%; display: inline;}
.web2py_console #w2p_keywords {width: 50%;}
.web2py_search_actions a, .web2py_console input[type=submit], .web2py_console input[type=button], .web2py_console button { padding: 6px 12px; }

/* SQLFORM.grid end */

.ui-autocomplete-loading {
    background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat !important;
}

.ui-search-input {
    font-weight: normal;
    padding:0px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 4px 65px;
}


/* dataTables.grid start */
body.dt-print-view {
    background: none;
}

body.dt-print-view table, tr, th, thead, tfoot, label, h1, h2, h3, h4, h5, h6, p, ul, li, ol, pre, input, button, textarea {
    background: none;
}

div.dataTables_length select {
    font-size: 9px;
}

div.dataTables_filter label {
    display: inline;
}

div.dataTables_filter input {
    background-color: #e3e3e3;
    display: inline;
    font-weight: normal;
}

table.dataTable {
    font: 11px arial,helvetica,sans-serif;
    border-top: 1px solid #999;
    table-layout: fixed;
}

table.dataTable thead th {
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    padding: 0 8px 0 0;
    vertical-align: middle;
}

table.dataTable tbody td {
    border: 1px solid #eeeeee;
    height: 20px;
    overflow: hidden;
    padding: 0 2px 0 2px;
    vertical-align: middle;
    white-space: pre;
}

table.dataTable thead tr.column_header_row {
    height: 2.4em;
}

table.dataTable thead tr.column_search_row th {
    padding: 0.2em 0;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #fefeaa;
}

table.dataTable .column_search_input {
    width:96%;
    font-size: 11px;
    font-weight: normal;
}

table.dataTable input[type=checkbox] {
    transform: scale(0.9);
}

table.dataTable select.column_search_input {
    font-size: 9px;
}

table.dataTable.with_superheaders {
    border-top: 0;
}

table.datatables_superheader_table {
    border-top: 1px solid #999;
    border-spacing: 0;
    border-collapse: separate;
    clear: both;
    table-layout: fixed;
}

table.datatables_superheader_table th {
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    border-collapse: separate;
    border-spacing: 0;
    padding: 0 8px 0 0;
    font-family: arial,helvetica,sans-serif;
    font-size: 100.1%;
    height: 2.4em;
    text-align: center;
    vertical-align: middle;
}

.footer_buttons_page_info {
    margin-top: 0.4em;
    text-align: center;
    width: 100%;
}

.footer_buttons_page_info div {
    display: inline-block;
}

.footer_buttons_page_info .dt-buttons {
    float: left;
    padding: 0.2em 0 0 0;
}

.footer_buttons_page_info a.dt-button {
    line-height: 100%;
    padding: 0.2em 0.2em;
}

.footer_buttons_page_info .dataTables_info {
    float: right;
    clear: none;
    padding: 0.3em 0 0 0;
}

.footer_buttons_page_info.narrow div {
    display: block;
    text-align: center;
    padding: 0;
}

.footer_buttons_page_info.suggestion {
    display: inline-block;
    text-align: left;
    padding: 0;
}

.footer_buttons_page_info.suggestion div {
    display: inline-block;
    padding: 0;
}

.footer_buttons_page_info.suggestion .page_div {
    float: left;
}

.footer_buttons_page_info.suggestion .info_div {
    float: right;
    margin-top: -0.6em;
}

.footer_buttons_page_info.suggestion .dataTables_info {
    padding-top: 1em;
}

.footer_buttons_page_info .dataTables_paginate {
    float: none;
    padding: 0 0 0 30%;
    white-space: nowrap;
}

.dataTables_paginate .paginate_button {
    font: 10px arial,helvetica,sans-serif;
    padding: 0.2em 0.4em;
}

.dataTables_paginate .pageinate_input_box {
    margin: 0 0.6em;
    width: 3em;
}

.colResizable_grip {
    width: 8px;
    height: 8px;
    margin-top:-3px;
    background-image: url('../images/colResizable_grip.png');
    background-size: 100%;
    margin-left: -5px;
    position: relative;
    z-index: 88;
    cursor: e-resize;
}

.JCLRgrip {
    margin-top: 31px;
    margin-left: 0px !important;
}

/*gdataTables.grid end */
