body{
    color: #484848;
    background-image: url("../images/background/scribble_light_2x.png");
    background-color: rgba(65, 76, 129, 0.39); 
    background-blend-mode: multiply;
    font-size: 18px;
    font-family: Cicular, "Helvetica Neue",Arial, Helvetica, sans-serif;
    z-index: 0;
}

.container{
    margin: auto;
    width: 100%;
    max-width: 1366px;
    margin-top: 30px;
    margin-bottom: 10px;
    /*border-style: solid;
    border-width: 5px;*/
    z-index: 1;
    background-image: url("../images/background/husk_2x.png");
}

a:link,
a:visited {
    color: rgba(22, 51, 212, 0.911);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
  }

#logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* min-width: 512px; */
    padding-top: 5px;
    text-align: center;
} 

img {
    max-width: 100%;
  }
  
#navigation{
    position: relative;    
    font-weight: 950;
    /* top: -2px;
    display: inline-block;
    bottom: -8px; */
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    /* font-style: italic;
    font-size: 22px; */
}

nav, main, header {
  padding-top: 0px;
  padding-bottom: 0px;
}

ul.navlinks {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
}

.navlinks li { 
  display: inline; 
  padding-top: 0px;
}


.navwrapper{
    text-align: center;
}

.footwrapper{
    text-align: center;
}

.gradient{
    background-image: url("../images/background/gradient.jpg");
    opacity: .1;
    z-index: 2;
}


#content{
    z-index: 3;
    padding-left: 5px;
    padding-right: 5px;
}

.flexcontainer {
    display: flex;
    align-items: center;
  }

#footage_wrapper{
    width: 100%;
    text-align: center;
}

#footage_content{
    z-index: 3;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

td, th{
    border: 1px solid black;
    empty-cells: hide;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.viewOnly{
    border-collapse: collapse;
    background-color:rgba(0, 0, 0, 0);
    text-align: left;
}

#left_fdisclaimer{
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

li span.navlink {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 25px;
}

h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.6em;
}

h2 {
    margin-top: 0;
    margin-bottom: 0.3em;
  }

#viewable_screeners {
    text-align: center;
}

table {
    border-collapse: collapse;
    margin-left:auto; 
    margin-right:auto;
  }
  
  
table, th, td {
    border: 1px solid black;
    padding: 4px;
  }

  
.wrapper         {
    width: 80%;
    height: 100%; 
    margin: 0 auto; 
    background: #CCC
}

.sd_iframe        {
    position: relative; 
    padding-top: 56%;}

.sd_iframe iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border: 0;
}

table td.screeners {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.row-ID {
    width: 15%;
  }
  .row-title {
    width: 65%;
  }
  .row-video {
    width: 10%;
  }
  .row-shotlist {
    width: 10%;
  }

  #searchBoxDiv {
      width: 100%;
  }

.searchBox{
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
    background-color: white;
    z-index: 3;
    padding-left: 5px;
    padding-right: 5px;
    /* display: inline-block; */
    table-layout: fixed;
    width: 75%;
    word-break: break-all;
}

input[name="pSearchText"] {
    width: 95%;
}

#screener_tbl {
    width: 98%;
    table-layout: fixed;
    overflow: hidden;
}

.result-row-ID {
    width: 4%;
  }
.row-tape-ID {
    width: 4%;
  }
.row-ubit {
    width: 6%;
  }
.row-tc_in {
    width: 5%;
  }
.row-tc_out {
    width: 5%;
  }
.row-total_time {
    width: 5%;
  }
.row-film_title {
    width: 20%;
  }
.row-desc {
    width: 26%;
  }
.row-year {
    width: 3%;
  }
.row-sound {
    width: 7%;
  }
.row-also {
    width: 15%;
  }

#resultBox {
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
    background-color: white;
    z-index: 3;
    padding-left: 5px;
    padding-right: 5px;
    /* display: inline-block; */
    table-layout: fixed;
    width: 98%;
    overflow: hidden;
    word-break: break-word;
}

#resultHeader {
    table-layout: fixed;
    width: 98%;    
}

.shotthumb {
  display: inline-table;
  table-layout: fixed;
  max-width: 242px;
  max-height: 182px;
  overflow: hidden;
}

._404 {
  text-align: center;
}

.admin {
  padding-left: 30px;
}

.htext {
  padding-left: 10px;
  padding-right: 10px;
}