/*  ********************************   */
/*   DataTable   - V2                  */
/*  ********************************   */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("/nationsreportcard/adminonly/design2017/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("/nationsreportcard/adminonly/design2017/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("/nationsreportcard/adminonly/design2017/images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("/nationsreportcard/adminonly/design2017/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("/nationsreportcard/adminonly/design2017/images/sort_desc_disabled.png");
}
.datatable .hide_column {
    display: none;
}
.datatable .selected * {
    background-color: #F7F4ED;
}
.datatable tr.selected {
    background-color: #F7F4ED;
}
.datatable .hidden {
    display: none;
}
.datatable-header {
    display: inline;
    position: relative;
    top: 30px;
    z-index: 10;
    margin-left: 8px;
}
#PageBody #MainContent .naep-panel .panel-body .deselect-all {
    border: 1px solid #2773c2;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.3em 0.7em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #2773c2 !important;
    font-weight: bold !important;
    background-color: #fff;
}
#PageBody #MainContent .naep-panel .panel-body .deselect-all.disabled,
#PageBody #MainContent .naep-panel .panel-body .deselect-all.disabled:hover {
	color: #2f302f !important;
	background-color: #dcdddc !important;
	cursor: default;
	border: 1px solid #ccc;
}
#PageBody #MainContent .naep-panel .panel-body .deselect-all:hover {
    background: none;
    background-color: #2773c2 !important;
    color: #fff !important;
    border-radius: 5px;
}
#PageBody #MainContent .datatable {
    margin-top: 20px;
    width: 98%;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: 2px solid #ccc;
}
table.dataTable.row-border tbody tr:last-child th,
table.dataTable.row-border tbody tr:last-child td,
table.dataTable.display tbody tr:last-child th,
table.dataTable.display tbody tr:last-child td {
    border-bottom: 1px solid #ccc;
}
#PageBody #MainContent .datatable tbody tr:hover {
    cursor: default;
}
table.dataTable.display:not(.row-selectable) tbody tr.odd:hover {
    background-color: #fef6e9;
}
table.dataTable.display tbody tr.even:hover {
    background-color: #fff;
}
#PageBody #MainContent .datatable.row-selectable tbody tr:hover {
    cursor: pointer;
    background-color: #F7F4ED;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
    width: 100%;
    top: 0;
}
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.3em 0.7em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #2773c2 !important;
    font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    background-color: #2773c2 !important;
    color: #fff !important;
    border-radius: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    border: 1px solid #2773c2;
    border-radius: 5px;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: none;
    background-color: #2773c2 !important;
    color: #fff !important;
    border-radius: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    display: inline-flex;
    color: #2f302f !important;
    background-color: #dcdddc !important;
    cursor: default;
    border: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #2773c2 !important;
    border-radius: 5px !important;
    background: none !important;
    color: #fff !important;
    background-color: #2773c2 !important;
    background: -moz-linear-gradient(top, white 0%, #2773c2 100%) !important;
    background: -ms-linear-gradient(top, white 0%, #2773c2 100%) !important;
    background: -o-linear-gradient(top, white 0%, #2773c2 100%) !important;
}
.dataTables_wrapper .dataTables_filter input {
    border-radius: 5px;
    border: darkgrey solid 1px;
    margin-right: 10px;
    width: 250px;
    padding-left: 10px;
}
.dataTables_wrapper .dataTables_info {
    padding: 2px 0;
    margin: 0 10px;
    text-align: right;
}
.dataTables_scrollFoot {
    display: none;
}
.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: right;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #F7F4ED;
}
table.dataTable thead th,
table.dataTable thead td {
    border-bottom: none !important;
}
table.dataTable.no-footer {
    border-bottom: none !important;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
    background-color: inherit !important;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: inherit !important;
    background-color: #FBF9F6;
}
table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px 10px 10px;
    color: #171C66;
    min-width: 80px;
    line-height: 1.2;
}
table.dataTable thead th.align-center {
    text-align: center;
}
table.dataTable thead th.sorting_disabled,
table.dataTable thead td {
    padding: 10px !important;
}
table.dataTable tfoot th {
    padding: 10px !important;
}
table.dataTable tfoot th.row-pubnumber select, 
table.dataTable tfoot th.row-download select {
    display: none;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 0 !important;
    content: "" !important;
}
table.dataTable thead th {
    position: relative;
    background-image: none;
    font-weight: normal;
}
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute !important;
    top: 20px !important;
    right: 8px !important;
    display: block !important;
    font-family: FontAwesome !important;
}
table.dataTable thead th.sorting:after {
    color: #ddd !important;
    font-size: 0.8em !important;
    padding-top: 0.12em !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
}
table.dataTable.row-border tbody th, 
table.dataTable.row-border tbody td, 
table.dataTable.display tbody th, 
table.dataTable.display tbody td {
    border-top: 1px solid #ddd;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #fef6e9;
}
table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
    box-shadow: none !important;
}
#PageBody #MainContent .naep-panel #btnDownload {
    background-color: #006B5C !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 5px !important;
    padding: 10px;
    border: 0;
    text-align: center
}
#PageBody #MainContent .naep-panel .panel-body #btnDownload.disabled,
#PageBody #MainContent .naep-panel .panel-body #btnDownload.disabled:hover {
    color: #2f302f !important;
    background-color: #dcdddc !important;
    cursor: default;
}
#PageBody #MainContent .naep-panel .btnDownload {
    text-align: center;
    margin: 10px 0 10px 0;
}
#PageBody #MainContent table.datatable a:link,
#PageBody #MainContent table.datatable a:visited {
    color: #2773c2;
}
#PageBody #MainContent table.datatable thead tr {
    border-bottom: 1px solid #333;
}
table.datatable .footnote {
    font-size: 0.9em;
    padding: 10px;
}
#PageBody #MainContent .datatable-footnote {
    font-size: 0.9em;
    margin: 0 0 0 20px;
}
#PageBody #MainContent .sorted-data-table.w-70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

/*------ CSS used from rudatavariables.js file -------*/
table.dataTable tbody th.grade, 
table.dataTable tbody td.grade {
    text-align: right;
    padding-right: 40px;
}
.pull-right {
    float: right !important;
}
input.largecheckbox {
    width: 22px;
    height: 22px;
}
input.largecheckbox:hover {
    cursor: pointer;
}

@media print {
    table.fixedHeader-floating {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    #PageBody #MainContent .sorted-data-table.w-70 {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        margin: 0 5px 5px 0;
    }
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_paginate {
        font-size: 0.9em;
        margin-top: 0.5em;
    }
}
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}
@media screen and (max-width: 575px) {
    #PageBody #MainContent .datatable-footnote {
        margin: 0 0 0 10px;
    }
}