﻿@charset "utf-8";

body {
    background: url(../images/bg.png) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover    
}

.w3-theme-2,
.w3-theme-l {
    color: #fff !important;
    background-color: #073255 !important
}

.w3-theme-2 a {
    color: white;
    text-decoration: none;
}

.w3-theme-2 a:hover {
    color: #69F;
    text-decoration: underline !important
}

.padTheText {
    margin-left: 30px;
    margin-right: 30px
}

.padTheTitle {
    margin-left: 10px;
    margin-right: 10px
}

.w3-third a,
.w3-twothird a {
    text-decoration: none;
    color: #036
}

a:hover,
table td a:hover {
    text-decoration: underline
}

a:hover {
    color: #666
}

a:active {
    color: #00F
}

p.bcrumb {
    font-size: .8em;
    font-style: italic;
    line-height: 120%;
    padding-top: .5em;
    margin-bottom: 2em
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 16px
}

button.accordion.active,
button.accordion:hover {
    background-color: #ddd
}

button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px
}

button.accordion.active:after {
    content: "\2796"
}

div.panel {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    opacity: 0
}

div.panel.show {
    opacity: 1;
    max-height: 100%;
    margin-left: 20px;
    margin-right: 20px
}

#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

#skip a:focus {
    position: static;
    width: auto;
    height: auto
}

.gsc-control-cse .gsc-table-result {
    font-family: inherit
}

.gsc-control-cse .gsc-input-box {
    height: inherit
}

.gsc-input-box,
.gsc-input-box-focus,
.gsc-input-box-hover,
.gsc-search-button,
input.gsc-input,
input.gsc-search-button-v2 {
    box-sizing: content-box;
    line-height: normal;
    margin-top: 0
}

.gsc-input-box-focus,
.gsc-input-box-hover,
.gsc-search-box .gsc-input>input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

footer {
    float: left;
    width: 100%;
    height: 100%;
    font-size: .8em;
    padding: 20px 0;
    margin: 0
}

footer .go-top {
    position: fixed;
    bottom: 1em;
    right: 2em;
    padding: 1em
}

footer #footer_inside {
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto
}

footer #footer_inside p {
    color: #ddd;
    padding: 0;
    margin: 0 0 14px
}

footer #footer_inside p strong {
    color: #fff
}

footer #footer_inside p a {
    color: #eee;
    text-decoration: none
}

footer #footer_inside #links {
    float: left;
    max-width: 570px
}

footer #footer_inside .links {
    float: left;
    max-width: 160px;
    padding: 0 30px 20px 0
}

footer #footer_inside #logos {
    float: right;
    max-width: 357px
}

footer #footer_inside #logos p {
    text-align: right
}

footer #footer_inside #logos p img.aoa {
    margin: 3px 0 0
}

footer #footer_inside #logos p img.acl {
    margin: 3px 26px 0 0
}

footer #footer_inside #logos .social {
    float: right
}

footer #footer_inside #logos .social img {
    margin: 6px 12px 0 0
}

.print1 {
    margin-left: 10px;
    margin-right: 10px;
    width: 60px;
    height: 73px;
    display: inline-block;
    background-image: url(images/icon_dribble_no_background_smaller.png);
    background-position-x: -336px;
    background-position-y: -96px
}

table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0
}

table tr {
    border: 1px solid #ddd
}

table td,
table th {
    padding: 10px;
    font-weight: 400;
    text-align: left
}

table td a {
    text-decoration: none;
    color: #036
}

table td a:hover {
    color: #666
}

table th {
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #eee;
    color: #039
}

@media screen and (max-width:600px) {
    table {
        border: 0     
    }

    table thead {
        display: none
    }

    table th {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd
    }
    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd
    }

    table td {
        display: block;
        /* text-align: right; */
        font-size: 13px;
        border-bottom: 1px dotted #ccc
    }

    table td:last-child {
        border-bottom: 0
    }

    table td:before {
        content: attr(data-label);
        /* float: left; */
        font-weight: 700;
        color: #039
    }
}



.wrapper {
  margin-top: 3vh;
}

.dataTables_filter {
  float: right;
}

.table-hover > tbody > tr:hover {
    background-color: lighten(#08369b, 40%);
}

.table {
  @media only screen and (min-width: 768px) {
    table-layout: fixed;
    max-width: 100% !important;
  }
}



.table td:nth-child(2) {
  overflow: hidden;

  text-overflow: ellipsis;
}

.highlight {
  background: lighten(yellow,30%);
}

@media only screen and (max-width: 767px) {
  
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr,
  tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    
  }

  
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  
  .table td:nth-child(1) {
      /* background: #eee; */
      height: 100%;
      top: 0;
      left: 0;
    
  }
  /*
	Label the data
	*/
  td:nth-of-type(1):before {
    content: "Resource & Description";
    font-weight: bold;
    color: #039;
  }
  td:nth-of-type(2):before {
    content: "Publication Date";
    font-weight: bold;
    color: #039;
  }
  td:nth-of-type(3):before {
    content: "Topics";
    font-weight: bold;
    color: #039;
  }
  td:nth-of-type(4):before {
    content: "Source";
    font-weight: bold;
    color: #039;
  }
  td:nth-of-type(5):before {
    content: "Format";
    font-weight: bold;
    color: #039;
  }

  
  .dataTables_length {
    display: none;
  
  }
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: 100%;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
   background-color: #29cc97;
   top: 14px;
   width: 16px;
   height: 16px;
   line-height: 16px;
   border: 0;
   font-weight: bold;
   box-shadow: none;
  }

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
  background-color: fec400;
}

.sectionmenus ul li {
    color: #666666;
    list-style-type: none;
    background-image: url(/images/bevel_grad.gif);
    background-repeat: repeat-x;
    background-color: white;
    border-top: 1px solid #cdeef4;
    margin: 2px 0 2px 0;
    padding: 3px;
    text-transform: uppercase;

}

.sectionmenus ul li ul li {
    font-weight: normal;
    text-transform: none;
    border: 0;
    margin: 2px 0 0 0;
    background-image: none;
    list-style-image: url(/images/bullet_point.gif);
    font-size: 14px;
}

.sectionmenus a:link,
.sectionmenus a:visited {
    text-decoration: none;
    color: #217cbc;
}

ul li a,
li a {
    font-family: Arial, Helvetica, sans-serif;
}

.title {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 10px 0;
    padding-bottom: 4px;
    display: block;
    clear: both;
    font-style: normal;
}


.sectionmenus {
    width: 100%;
    border-bottom: 1px solid #cdeef4;
    font-size: 1.2em;
}

.padsubtitle {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 400;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
}

.dataTables_wrapper .dataTables_length {
    float: right;
    margin-right: 150px;
}
.col-sm-12.col-md-6 {
    background: #08369b;
    color: white;
    
}
div.dataTables_wrapper div.dataTables_length label {

    color: white;
}
div.dataTables_wrapper div.dataTables_length select {
    margin: 9.9px !important;
    background: white;
    width: 80%;
}
div.dataTables_wrapper div.dataTables_filter label {
    color: white;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin: 9.9px !important;
       /* width: 80%; */
       overflow: hidden;
       background: white;
}
/* div.container {
    width: 99%;
} */
/* 



div.dataTables_wrapper div.dataTables_filter {
    margin: 15px;
} */

/* .dataTables_wrapper .dataTables_filter {
    float: left;
}

.dataTables_wrapper .dataTables_length {
    float:right;
} */
.pull-left{
    float:left!important;
    height:  100%;
}
.pull-right{
    float:right!important;  
      height: 100%;
}
.pull-left {
    background: #08369b;
    color: white;
    text-align: center;
}
.pull-right {
    background: #08369b;
    color: white;
    text-align: center;
}
div.dataTables_wrapper div.dataTables_length label {

    color: white;
}
div.dataTables_wrapper div.dataTables_length select {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    background: white;
    width: 40%;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    
}
.dataTables_wrapper .dataTables_length {
    float:right;
}

#covidtbl  .less { 
    height: 100px;    
  }
  #covidtbl  .more { 
    height: 100%;
    overflow: hidden;
  }



select {
    /* display: block; */
    width :10%;
    padding: 0.375rem 0.75rem;
    margin-right: 20px;
    margin-left: 15%;;
    /* margin-left: 10px; */
    font-size: 1rem;
    line-height: 1.5;
    color: #08369b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button{
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 0.3em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
  }

  table{
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    /* table-layout: fixed;  */
    word-wrap:break-word; 
  }

  .dataTables_wrapper .dataTables_length {
    float: right;
    margin-right: 60px;
    height: 100%;
    /* overflow: hidden; */
    padding-bottom: .3px;
}
.table>thead {
    font-style: bol;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    vertical-align: top;
}

table td a {
    text-decoration: none;
    color: #08369b;
}

@media screen and (max-width: 700px) {
.pull-left{
    width:100%
}
}


.morecontent{
    display:none
}

.dataTables_wrapper .dataTables_filter {
  
    padding-bottom: 1px;
}

.table.dataTable.display tbody tr td {
    border-right: 1px solid #ddd;
}

html, body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

h1, h2 {
    font-weight: 400;
    margin: 10px 0;
}
h2{
    font-size: 30px;
}

thead {
  background: rgb(0  0 0 /4%);
  
}
table.dataTable.table-striped>tbody>tr.odd>*{
    box-shadow: none
}

table.dataTable.table-striped>tbody>tr.even>*{
    box-shadow: inset 0 0 0 9999px rgb(0  0 0 /4%);
}


