﻿

.dataTable b
{
    font-weight: bold;
}

.Glados_GridView_FieldName
{
    margin-bottom: 8px;
    padding-bottom: 1px;
    border-bottom: 1px solid #222222;
}

.Glados_GridView_Filter_Container
{
    border-width: 1px;
    border-style: solid;
    padding: 10px;
}

.Glados_GridView_Filter_ButtonContainer
{
    text-align: right;
    clear: both;
    padding-top: 10px;
}

.Glados_GridView_Filter_FieldContainer
{
    display: inline-block;
    padding-left: 10px;
    padding-right: 60px;
    vertical-align: top;
}


.Glados_GridView_CheckboxColumnCell
{
    text-align: center;
    width: 15px;
}

    .Glados_GridView_CheckboxColumnCell input[type=checkbox]
    {
        margin: 2px 2px 2px 3px;
    }

    .Glados_GridView_CheckboxColumnCell > .DataTables_sort_wrapper
    {
        text-align: center;
        padding-right: 0px !important;
    }


.Glados_GridView_ButtonColumnCell
{
    text-align: center;
    width: 25px;
}

    .Glados_GridView_ButtonColumnCell img
    {
        border: 0 none;
        cursor: pointer;
    }

    .Glados_GridView_ButtonColumnCell > .DataTables_sort_wrapper
    {
        padding-right: 0px !important;
        text-align: center;
    }


span.DataTables_sort_icon
{
    float: right;
}

.paging_two_button .ui-button
{
    cursor: pointer;
    float: left;
}

.paging_full_numbers .ui-button
{
    cursor: pointer;
    margin: 0;
    padding: 2px 5px;
}

.dataTables_paginate .ui-button
{
}

.paging_full_numbers
{
    /*width: 400px !important;*/
}

.dataTables_wrapper .ui-toolbar
{
    padding: 5px;
}

    .dataTables_wrapper .ui-toolbar.dataTables_Headerbar
    {
    }

.dataTables_paginate
{
    width: auto;
}

.dataTables_info
{
    padding-top: 3px;
}

table.dataTable thead th
{
    cursor: pointer;
    padding: 3px 10px;
    text-align: left;
    background-image: none;
    background-color: #CFDAE8;
    border: 1px solid #C6C7C7;
    overflow: hidden;
}

div.dataTables_wrapper .ui-widget-header
{
    font-weight: normal;
}

table.dataTable thead th div.DataTables_sort_wrapper
{
    padding-right: 20px;
    position: relative;
    font-weight: bold;
    white-space: nowrap;
}

    table.dataTable thead th div.DataTables_sort_wrapper span
    {
        margin-top: -8px;
        position: absolute;
        right: 0;
        top: 50%;
    }


    table.dataTable thead th div.DataTables_sort_wrapper a
    {
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

        table.dataTable thead th div.DataTables_sort_wrapper a,
        table.dataTable thead th div.DataTables_sort_wrapper a:visited,
        table.dataTable thead th div.DataTables_sort_wrapper a label
        {
            text-decoration: none;
            font-weight: bold;
            color: #696969;
            width: 100%;
            cursor: pointer;
        }

            table.dataTable thead th div.DataTables_sort_wrapper a DataTables_col_options_icon
            {
                width: 10px;
                height: 10px;
            }

table.dataTable thead th div.DataTables_sort_wrapper
{
}

.dataTables_wrapper
{
    clear: both;
    position: relative;
}

.dataTables_processing
{
    /*background-color: white;
    border: 1px solid #DDDDDD;
    color: #999999;
    font-size: 14px;
    height: 30px;
    left: 50%;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 250px;*/
    display: none;
}

.dataTables_length
{
    float: left;
    width: 200px;
    padding-left: 5px;
}

.dataTables_toolbar
{
    float: left;
    border: 0 none;
    cursor: pointer;
    position: relative;
}

    .dataTables_toolbar img
    {
        border: 0 none;
        margin: -2px 0px -2px 0px;
        padding: 0px 0px 0px 3px;
    }

        .dataTables_toolbar img.color-image
        {
            z-index: 1;
            position: absolute;
            top: 0px;
            left: 0px;
        }

.dataTables_filter
{
    float: right;
    text-align: right;
    width: 50%;
}

    .dataTables_filter input
    {
        margin: 0;
    }

.dataTables_length select
{
    margin: 0;
}

.dataTables_info
{
    float: left;
    width: 50%;
}

.dataTables_paginate
{
    float: right;
    text-align: right;
}

table.dataTable
{
    border-collapse: collapse;
    clear: both;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

    table.dataTable tfoot th
    {
        font-weight: normal;
        padding: 3px 0 3px 10px;
    }

    table.dataTable tr.heading2 td
    {
        border-bottom: 1px solid #AAAAAA;
    }
    
    table.dataTable td
    {
        padding: 3px 10px;
        overflow: hidden;
    }

        table.dataTable td.center
        {
            text-align: center;
        }

.sorting_asc
{
    background: url("../images/sort_asc.png") no-repeat scroll right center transparent;
}

.sorting_desc
{
    background: url("../images/sort_desc.png") no-repeat scroll right center transparent;
}

.sorting
{
    background: url("../images/sort_both.png") no-repeat scroll right center transparent;
}

.sorting_asc_disabled
{
    background: url("../images/sort_asc_disabled.png") no-repeat scroll right center transparent;
}

.sorting_desc_disabled
{
    background: url("../images/sort_desc_disabled.png") no-repeat scroll right center transparent;
}

table.dataTable tbody tr.odd
{
    background-color: #FFFFFF;
}

table.dataTable tbody tr.even
{
    background-color: #e9edf0;
}

    table.dataTable tbody tr.odd td, table.dataTable tbody tr.even td
    {
        border: 1px solid #d8d9d9;
    }

.dataTables_scroll
{
    clear: both;
}

.dataTables_scrollBody
{
}

.top, .bottom
{
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    padding: 15px;
}

    .top .dataTables_info
    {
        float: none;
    }

.clear
{
    clear: both;
}

.dataTables_empty
{
    text-align: center;
}

tfoot input
{
    color: #444444;
    margin: 0.5em 0;
    width: 100%;
}

    tfoot input.search_init
    {
        color: #999999;
    }

td.group
{
    background-color: #D1CFD0;
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E;
}

td.details
{
    background-color: #D1CFD0;
    border: 2px solid #A19B9E;
}

.example_alt_pagination div.dataTables_info
{
    width: 40%;
}

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active
{
    border: 1px solid #AAAAAA;
    color: #333333 !important;
    cursor: pointer;
    margin: 0 3px;
    padding: 2px 5px;
}

.paging_full_numbers a.paginate_button
{
    background-color: #DDDDDD;
}

    .paging_full_numbers a.paginate_button:hover
    {
        background-color: #CCCCCC;
        text-decoration: none !important;
    }

.paging_full_numbers a.paginate_active
{
    background-color: #99B3FF;
}

table.dataTable tr.even.row_selected td
{
    background-color: #B0BED9;
}

table.dataTable tr.odd.row_selected td
{
    background-color: #9FAFD1;
}

.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted
{
    background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted
{
    background-color: #E6FF99;
}


/* Popover Overrides*/
.webui-popover
{
    background-color: #f9f8f8 !important;
    border: 1px solid #A0A0A0;
}

    .webui-popover .webui-arrow
    {
        border-bottom-color: #A0A0A0 !important;
    }

    .webui-popover.bottom > .webui-arrow:after,
    .webui-popover.bottom-right > .webui-arrow:after,
    .webui-popover.bottom-left > .webui-arrow:after
    {
        border-bottom-color: #f9f8f8 !important;
    }

    .webui-popover .webui-popover-content
    {
        padding: 14px !important;
    }
