@CHARSET "US-ASCII";


.ui-widget-header {
    padding:                    2px 5px;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon {
//    background-image:   url("/css/nixbase/images/ui-icons_000000_256x240.png");
}

.ui-dialog .ui-dialog-titlebar-close .ui-state-hover .ui-icon {
//    background-image:   url("/css/nixbase/images/ui-icons_0078ae_256x240.png");
}

.ui-state-error.ui-dialog {
    background:                 red;
    color:                      black;
}
.ui-state-error.ui-dialog .ui-widget-header {
    background: grey;
    color:      black;
    border:     0; 
}

.ui-state-error.ui-dialog .ui-widget-content {
    background:                 red;
    color:                      black;
}

div.dataTables_wrapper {
    padding:                    5px 5px;
}

div.dataTables_wrapper div.sections {
    display:                    inline;
}

div.dataTables_wrapper .paging_full_numbers {
    height:                     32px;
}

div.dataTables_wrapper div.sections {
    font-size:                  14px;
    width:                      300px;
    position:                   absolute;
    left:                       50%;
    margin-left:                -150px;
}

div.dataTables_wrapper div.sections > label {
    bottom: 7px;
    position: relative;
}
div.dataTables_wrapper select[name='sections'].chosen-select-deselect {
    width:                      180px;
}

div.dataTables_wrapper thead th {
    padding:                    3px 10px;
    cursor:                     pointer;
}

div.dataTables_wrapper thead th img {
    padding:                    0px 5px;
    vertical-align:             middle;
}

div.dataTables_wrapper thead input {
    margin:                     0.5em 0;
    width:                      100%;
    color:                      #444;
}

div.dataTables_wrapper thead input.search_init {
    color:                      #999;
}

div.dataTables_wrapper tbody.clickable {
    cursor:                     pointer;
}

div.dataTables_wrapper thead .ui-state-default {
    background:                 rgba(215, 235, 249, 0.5);
}

div.dataTables_wrapper tbody tr.odd {
    background-color:           rgba(215, 235, 249, 0.5);
}

div.dataTables_wrapper tbody tr.odd:hover {
    background-color:           rgba(119, 213, 247, 0.5);
}

div.dataTables_wrapper tbody tr.even {
    background-color:           transparent;
}

div.dataTables_wrapper tbody tr.even:hover {
    background-color:           rgba(190, 190, 190, 0.5);
}

div.dataTables_wrapper .ui-widget-content {
    background-color:           rgba(255, 255, 255, 0.1);
}

div.dataTables_wrapper .clear {
    clear:                       both;
    width:                       100%;
    height:                      32px;
}

div.dataTables_wrapper div.clear .DTTT_container {
    display:                    inline-block;
    float:                      right;
    position:                   relative;
    margin:                     0px 10px;
    height:                     32px;
}

.DTTT_print_info {
    background:                 #ffffff;
    color:                      black;
}

div.dataTables_wrapper .ColVis {
    float:                      left;
    margin-bottom:              0px;
}
div#content .ui-widget-content {
    background-color:           rgba(255, 255, 255, 0.1);
}

.ui-autocomplete.ui-menu {
    max-height:                 150px;
    overflow:                   auto;
    overflow-x:                 hidden;
    padding-right:              20px;
}

span.ui-icon {
    display:                    inline-block;
}

table.dataTable thead th div.DataTables_sort_wrapper span.DataTables_source_icon {
    width:                      16px;
    height:                     16px;
    margin-top:                 -8px;
    position:			absolute;
    top:                        50%;
    left:                       0px;
    right:                      auto;
}

table.dataTable thead th div.DataTables_sort_wrapper {
    padding-left:               20px;
}
