﻿/*
 * Colour dictionary:
 *
 * Table control elements:   #719ba7
 * Header cells:             #66A9BD
 * Body header cells:        #91c5d4
 * Body content cells:       #d5eaf0
 * Body content cells (alt): #bcd9e1
 * Footer header:            #b0cc7f
 * Footer content:           #d7e1c5
 */


/*
 * DataTables framework
 */
div.dataTables_length {
    /*color: #004c9c !important;*/
    /*font-family: 'dbozone';
    font-size: 1.3em;*/
}

div.dataTables_filter {
    /*float: right;
	background-color: green;*/
}

div.dataTables_info {
    /*color: #004c9c !important;*/
    /*font-weight: bold;*/
    /*font-family: 'dbozone' !important;
    font-size: 1.3em;*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #004c9c !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
}


.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #004c9c !important;
    font-family: 'dbozone';
    font-size: 1.1em;
    /*font-weight: bold;*/
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        color: #666 !important;
    }

table.dataTable td.dataTables_empty {
    color: #004c9c;
    font-family: 'dbozone';
    font-size: 1.1em;
}

div.dataTables_length,
div.dataTables_filter,
div.dataTables_paginate {
    padding: 6px;
}

/* Self clearing - http://www.webtoolkit.info/css-clearfix.html */
div.dataTables_wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .dataTables_wrapper {
    display: block;
}

* html .dataTables_wrapper {
    height: 1%;
}

table.dataTable {
    border-collapse: collapse;
}

    table.dataTable thead {
        border-bottom: 2px solid #004c9c;
        color: #004c9c;
        font-family: 'dbozone';
        font-size: 1.1em;
        line-height: 0.9;
    }

    table.dataTable tfoot {
        border-top: 2px solid #004c9c;
        color: #004c9c;
        font-family: 'dbozone';
        font-size: 1.1em;
        line-height: 1;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 10px 10px;
        padding-bottom: 0.3em;
        /*text-align: center;*/
    }

        table.dataTable thead th:active,
        table.dataTable thead td:active {
            outline: none;
        }

    table.dataTable tbody tr {
        font-family: 'dbozone';
        font-size: 1.1em;
        /*background: #d7f4fe;*/
        border-bottom: 1px dashed #00a7e7;
    }

    table.dataTable tbody td {
        border-top: 1px;
        /*padding: 0px 10px;*/ 

    }

    table.dataTable input[type=checkbox] {
        display: inline;
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #004C9C;
    }

/*55555555555555555555555555555555555555555555*/

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #d7f4fe !important;
    border: 1px solid #cacaca;
    background-color: white;
    background: #00a7e7;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #cacaca;
    background-color: #585858;
    background: #75d8fe;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:0 5px;
}
.dataTables_wrapper .dataTables_info {
    padding-top:0.2em;
}

caption {
    border:dashed;
    padding:5px;
    background-color:#f0f0f0;
}

    /*caption p {
         color:black;
    }*/

    /*caption ul li {
         color:black;
    }*/