/* This is the CSS for the Daily Tracker page
 * Version 1.0.0
*/

/* This is the css for the twisteranosaurus page
* Version: 1.0  
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.65em;
  padding: 0;
  font-weight: bold;
}

h1  {  font-size:32px; margin:4px; }
h2  { font-size:20px  }
h3  {  font-size:14px; margin-bottom:0; font-weight: bold;  }
h4  {  font-size:12px;  margin: 4px 0 0; line-height: 1.2; padding: 0;  }
/* .randomH4, .randomH4permanent { display:none;  }  */

nav {font-weight: bold;}
.active { text-decoration: underline;}

section.banner {
  background-color: black;
  min-height: 110px;
  max-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: auto;
  left: auto;
  padding: 2em;
  color: white;
  text-shadow: 1.5px 1.5px 4px #000;
  margin-top: 0;
}
section.banner .bannerText { text-shadow: -1px -1px 2px #000, 1px 1px 2px #000;  }

div.instructions { padding: 16px 16px 0; margin: 4px; border: dotted 1px black; }
div.instructions p { color: darkblue; font-weight: normal; font-style: italic; font-size: 12pt; }

div#content {   background-color: #F5F5DC;  }

.columns3  { column-count: 3;  }
.columns2  { column-count: 2;  }

div#fillAll, div#success { padding: 0px 16px 8px; margin: 4px; color: red; font-weight: bold; font-style: italic; font-size: 12pt; }

hr.sectionDivide { border: 2px solid #0d6efd; opacity: 1; }
hr.sectionDivideIndex { border: 2px solid #777777; opacity: 1; }
.btn {font-weight: bold;}

.noDisplay  {  display: none;  }
.display  {  display: block;  }
div#readiness input.noDisplay {display: none;}  
div#readiness input.display {display: block;}  

input[type=checkbox] { transform: scale(1.8); }

div#readiness input  {  padding:4px; font-size: 20px; text-align: center; font-weight: bold; }
div#readiness input.custom  {  font-size: 15px; padding-left: 8px ;}
div#readiness input.location  {  font-size: 16px; }
div#readiness input.includeYN  {  filter: hue-rotate(180deg); margin-right: 12px }
 
div.saveSettings div { 
    background-color: #0d6efd;
    border-color: #0d6efd;
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;cursor: default; 
  }

div#fv1OptTable div.row { padding: .3em 0; }

div.options label {  font-size:14pt; padding:8px; line-height: 1.4; font-weight: normal; margin-bottom: 0;  }
select#locationSelect, select option { 
  margin-left: calc(var(--bs-gutter-x)/ 2);
  padding: .4rem .75rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
select#locationSelect {font-weight: 700;}

div#readiness input.customText  { width: 20em; padding:4px; font-size: 12px; text-align: left;  }
div.customDiv label  { display:inline; }
div#readiness div.customDiv  { padding: .3em 0 .3em 12px }
textarea#log { width: 95%;}
a { cursor: pointer; color:#0000CC; }

div#totalDiv, div#aveDiv {font-size: 24px;}


table  {  margin: 0 0 16px; width: auto;  }
/*   table {  border-collapse: collapse;  }   */

table#fv1OptTable { font-size:0.8em; }
table#fv1OptTable td { 
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table#fv1OptTable tr.rowData td { cursor: pointer; }

td {  vertical-align:top;  }
table td { padding: 8px;  }


div#readiness table tr.editorData td input { font-size: 1em; font-weight: bold; padding: 0; margin:0; line-height: normal; min-width: 3.5rem;}
tr.rowHeader td {font-weight: bold;}
div#editRecord td.weather, #editRecord td.nonEdit {display: none;}
div#editRecord td.delete {display: none;}


footer { background-color: darkgray; }
