body.page-template-default .boco_vertical_table > table,
body.page-template-default .boco_horizontal_table > table,
body.page-template-default div.boco_datatables > table,
body.page-template-default div.boco_table_bluetotals > table,
body.page-template-default div.boco_table_horizontal > table,
body.page-template-default div > table {
    margin-top: 0px;
}
body.page-template-default div.boco_datatables table {
	width: 100% !important;
}

body.page-template-default div.boco_table_bluetotals_vertical table tbody tr:last-child,
body.page-template-default div.boco_table_bluetotals_vertical table.dataTable tbody tr:last-child {
    background: #1E73BE;
    background-color: #1E73BE;
    border: none;
    color: #fff;
}
body.page-template-default div.boco_table_bluetotals_vertical table tbody tr:last-child td {
    color: #ffffff;
}
body.page-template-default div.boco_table_bluetotals_vertical table tr:last-child td:first-child {
    border-left: none;
}
body.page-template-default div.boco_table_bluetotals_horizontal table tr:nth-child(odd) td:last-child {
    background: #1E73BE;
    color: #ffffff;
}
body.page-template-default div.boco_table_bluetotals_horizontal table tr:nth-child(even) td:last-child {
    background: #6BA3D7;
    color: #ffffff;
}
body.page-template-default div.boco_table_horizontal > table tr.vc-th td {
    border: none;
    background: #DCE7EF;
    padding: 8px;
	color: #777777;
    font-size: 16px;
    text-align: -webkit-auto;
	border-left: 1px solid #ccc;
    font-weight: normal;
}
body.page-template-default div.boco_table_horizontal > table tr:nth-child(odd) {
    background: #DCE7EF;
}
body.page-template-default div.boco_table_horizontal > table tr:nth-child(even) {
    background: #ffffff;
}
body.page-template-default div.boco_table_horizontal > table tr:nth-child(odd) td:first-child,
body.page-template-default .boco_horizontal_table table tr:nth-child(odd) td:first-child {
    background: #74a1bf;
    color: #ffffff;
}
body.page-template-default div.boco_table_horizontal > table tr:nth-child(even) td:first-child,
body.page-template-default .boco_horizontal_table table tr:nth-child(even) td:first-child {
    background: #A4C2D6;
    color: #ffffff;
}
body.page-template-default div.boco_table_horizontal > table tr td:nth-child(2),
body.page-template-default .boco_horizontal_table table tr td:nth-child(2) {
    border-left: none !important;
}
body.page-template-default div table.dataTable tbody tr:nth-child(odd) {
    background: #edf3f7; /*#DCE7EF;*/
    background-color: #edf3f7; /*#DCE7EF;*/    
}
body .ts-advanced-tables-container table.dataTable tbody tr td {
    background-color: transparent;
}
body.page-template-default div table.dataTable tbody tr:nth-child(even) {
    background: #FFFFFF;
    background-color: #FFFFFF;
}
body.page-template-default div.boco_datatables.boco_table_sortable_filterable_searchable table,
body.page-template-default div.boco_datatables.boco_table_sortable_searchable table,
body.page-template-default div.boco_datatables.boco_table_filterable_searchable table,
body.page-template-default div.boco_datatables.boco_table_searchable table {
	border-top: none;
}
body.page-template-default .ts-advanced-tables-container table thead tr th {
	border: none;
    background-color: #2c4251;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    text-align: -webkit-auto;
    border-left: 1px solid #fff;
    font-weight: normal;
}
body.page-template-default .dataTables_wrapper .dataTables_filter {
	background: #a4c2d6;
    float: none;
    text-align: right;
    padding: 8px;
    border-left: 1px solid #2C4251;
    border-right: 1px solid #2C4251;
    border-top: 1px solid #2C4251;
}
body.page-template-default .dataTables_wrapper .dataTables_filter label {
	color: #2c4251;
}
body.page-template-default .dataTables_wrapper .dataTables_filter label input {
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 3px 6px;
    vertical-align: 0px;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #2C4251;
}
body.page-template-default .dataTables_wrapper .dataTables_length select,
table.dataTable select.datatables_select {
    -webkit-appearance: none;
    border-radius: 0;
    padding: 3px 20px 3px 3px;
    font-size: 12px;
    background: url('datatables/images/select-sort.png') no-repeat right #fff !important;
    color: #777;
    border: none;
    margin-left: 8px;
}
body.page-template-default table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
body.page-template-default table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 16px;
    content: '+';
    background-color: #8fb4cd;
}
body.page-template-default table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
body.page-template-default table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '-';
    background-color: #1e73be;
}

body.page-template-default .dataTables_wrapper .dataTables_length {
    padding: 8px 10px;
}

body.page-template-default .dataTables_wrapper .dataTables_length select {
    display: inline-block;
    margin: 0 5px;
}

body.page-template-default .dataTables_wrapper .dataTables_paginate {
    padding-top: 10px;
    float: none;
    text-align: center;
}

body.page-template-default .dataTables_wrapper .dataTables_paginate .ellipsis {
    color: #ccc;
}

body.page-template-default .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 2px;
    width: 34px;
    height: 34px;
    background: #efefef;
    color: #999 !important;
    font-weight: 600;
    line-height: 34px;
    padding: 0;
    border: none;
    border-radius: 0;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

body.page-template-default .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
}

body.page-template-default .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff;
    background: #ccc;
}

body.page-template-default .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
body.page-template-default .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    font-size: 0;
    font-family: FontAwesome;
    padding-top: 1px;
}

body.page-template-default .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
    content: "\f054";
    font-size: 12px;
}

body.page-template-default .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
    content: "\f053";
    font-size: 12px;
}

body.page-template-default .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
body.page-template-default .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #008265;
    color: #fff !important;
    border: none;
}

body.page-template-default .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
body.page-template-default .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
body.page-template-default .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #d8d8d8 !important;
    background: #efefef;
    border: none;
}

body.page-template-default .boco_table_haspagination .dataTables_wrapper .dataTables_info {
    position: absolute;
    bottom: 10px;
}

@media all and (max-width: 767px) {
    body.page-template-default .dataTables_wrapper .dataTables_info {display:none;}
}