head,
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  /* width: 85%; */
  margin: auto;
    font-family: Source Sans Pro, sans-serif;
    font-weight: lighter;
    /* font-size: 12px; */
}

.main-content{width:90%;margin:auto;}
#apiPrint {
  margin: 10px;
  word-wrap: break-word;
}

select {
  /* font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; */
  /* font-size: 12px; */
  color: #333333;
  width: 100%;
}

/* 
select:active {
  width:auto;
  min-width: 250px;
}

/* select:hover {
  width: 250px;
} */
/* 
select.noGrowSelect{
  width: 50px;
  min-width: 50px;
}
select.noGrowSelect:active {
 min-width: 50px;
} */

select.noGrowSelect:hover {
 min-width: 50px;
}

h1 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
  color: #003087;
}

h2 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #000;
  text-align: left;
}

h3 {
  font-size: 18px;
  line-height: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #0000c0;
}

h4 {
  font-size: 15px;
  line-height: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #0DCAE3;
}

h5 {
  font-size: 15px;
  line-height: 10px;
  margin-bottom: 0px;
  margin-top: 1px;
  color: #EE722A;
}

h6 {
  font-size: 15px;
  line-height: 14px;
  margin-bottom: 0px;
  margin-top: 1px;
  color: #EFEF1B;
}

p {
  font-size: 12px;
  /* line-height: 14px; */
  margin-bottom: 0px;
  margin-top: 1px;
}

.label {
  width: 18%;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  color: white;
}

input[type=radio] {
    border: 0px;
    height:24px;
      vertical-align: middle;

}

input[type=checkbox] {
    border: 0px;
    height: 24px;
    vertical-align: middle;
}
#title {
  color: #333333;
  font-size: 12px;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px
}

ul {
  list-style-position: outside;
}

.wideColumn {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 330px;
}


.tempOD {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

tr {

  border-right: 1px solid gray;
}

.optionsBox {
  text-align: left;
  padding: 1px;
  display: flexbox;
  /* min-width: 150px; */
  /* max-width: 25%;   */
  flex: 1 0 200px;
  flex-grow: 1;
  /* flex: auto 0 1; */
  /* width: 0; */
  margin: 0px;
  vertical-align:top;
  border: 2px solid #fff;
  /* border-top: 0; */
  background-color: #f2f2f2
}
fieldset {
  padding:0px;
  margin: 0px;
}
dl {
  align-items: start;
  padding: 0px;
  margin: 0px;
}

dt {
  margin: 5px;
  padding: 0px;
  color: #003087;
  font-size: larger;
}

dd {
  margin-left: 10px;
  margin-top: 0px;
  margin: 0 px;
  padding: 0px;
}

.flex-container {
  /* width: 95%; */
  width: auto;
  flex-wrap: wrap;
  align-content: normal;
  align-items: stretch;
  display: flex;
  padding: 0px;
  margin: 2px;
  border: solid black 1px;
  background-color: #ddd
}

#container {
  min-width: 310px;
  max-width: 1000px;
  height: 300px;
  margin: 0 auto
}

td {
  padding-right: 5px;
  font-size: 12px;
}

.head {
  font-weight: bold;
  background-color: #D3D3D3
}

;


/* Style the tab */
.tab {
  overflow-x: auto;
  border: 1px solid #ccc;
  background-color: #ffffff;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  /* font-size: larger; */
  background-color: inherit;
  float: left;
  border: inherit;
  border-top: solid #ccc 1px;
  border-right: solid #ccc 1px;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
 

    button:focus-visible {
      outline: 3px solid #0DCAE3 !important;
    } 
  button:focus:not(:focus-visible) {
    outline: 0;
  }

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #0DCAE3;
  color: #003087;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #003087;
  color: white;
}



fieldset {
  border: 0px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  /* border-top: none; */
}

th,
td {
  border-right: 1px solid gray;
  text-align: center;
  text-overflow: ellipsis;
  max-width: 200px;
  /* width:100%; */
}

odselect {
  margin: auto
}



.cfs-table th {
  background-color: #003087;
  color: white;
  margin: 10px;
  word-wrap: break-word;

  /* border: 1px solid white; */
}

.button-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.noteBox {
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  width: 95%;
  text-align: left;
  border-color: #003087;
  background-color: #f2f2f2;
  word-wrap: break-word;
  /* margin: auto; */
}

.warningNote {
  color:red;
  font-size: larger;
}

.picture {
  width: 15px;
  padding-right: 10px;
}

summary {
  font-size: larger;
  font: bold;
}

input[disabled] {
  color: #ddd;
}

#mobileTableSelect {
  font-size: larger
}

.paginationControls {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;

}

.controlItem {
  display: flexbox;
}

.scroller {
  width: 100%;
  overflow-x: auto;

  scrollbar-color: #003087 #0DCAE3;
}


@media only screen and (max-width: 750px) {

  #tabMenu,
  #rowsperpage,
  #resetSortingButton {
    display: none;
  }

  #dropdownMenu,
  #cardsperpage {
    display: block-inline;
   
  }

  #dropdownMenu select {
    width: 100%;
  }
}

@media only screen and (min-width: 750px) {

  #tabMenu,
  #rowsperpage,
  #resetSortingButton {
    display: block-inline;
  }

  #dropdownMenu,
  #cardsperpage {
    display: none;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  font-size: 12px
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.topButton {
  height: 50px;
  font-size: 1rem;
  background-color: #003087;
  color: white;

}

/* Change background color of buttons on hover */
.topButton:hover {
  background-color: #0DCAE3;
  color: #003087;
}