


* {
	margin: 0px; 
	padding: 0px; 
  box-sizing: border-box;
  	/* Styles for forcing to print background colors where it possible */
	-webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
	color-adjust: exact !important;                 /*Firefox*/
}

body, html {
	height: 100%;
	font-family: sans-serif;
}

a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

#search {
  margin: 5px 5px 0px 5px;
  width: 200px;
  border: 1px solid #d4d3d3 !important;
  font-size: large;
  padding: 2px 2px 2px 24px;  
  background-image: url('searchicon.png');
  background-position: 0px 1px; 
  background-repeat: no-repeat;
}
.title {
  position: relative;
  visibility: visible;
  width: 100%;
  word-wrap: break-word;
  text-align: center;
  padding: 5px 5px 0px 5px;
}
.subtitle {
  position: relative;
  visibility: visible;
  width: 100%;
  word-wrap: break-word;
  text-align: center;
  padding: 5px 5px 0px 5px;
}
.caption {
    position: relative;
    visibility: visible;
    width: 100%;
    word-wrap: break-word;
    text-align: left;
    padding: 5px 5px 0px 5px;
}
.footer-caption {
  position: relative;
  visibility: visible;
  width: 100%;
  word-wrap: break-word;
  text-align: left;
  padding: 5px 5px 0px 5px;
}
.note {
  padding-bottom: 3px;
  padding-left: 5px;
  font-family: 'Gotham Light';
}
.footnoteHr {
  width: 30%;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}

p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}


input {
  display: block;
	outline: none;
	border: none !important;
}

textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}



/*[ Table ]*/

.limiter {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-height: 520px;
}

.container-table100 {
  width: 100%;
  height: 100%;
  /* min-height: 100vh; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 5px;

}

.wrap-table100 {
   width: 100%;
   height: 101%;
  /* border-radius: 10px; */
  /* overflow: hidden; */
  /* max-height: 520px; */
  overflow-y: auto; 

}


.table {
  width: 100%;
  display: table;
  margin: 0;
  text-align: center;
  overflow-x: auto; 
  font-size: 15px;
}

/* @media screen and (max-width: 380px) {
  .table {
    display: block;
  }
} */

.row {
  display: table-row;
  background: #fff;
  /* border-bottom: solid #cfcfcf 1px; */
  flex-wrap: wrap;
  vertical-align: inherit;
  font-size: inherit;
}
/* .row:nth-child(odd) {
  background-color: #f5f5f5;
} */

.row.header {
  /* color: #ffffff;  */
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

@media screen and (max-width: 400px) {
  .title {
    /* font-size: 3.5vw !important; */
    font-size: 1em !important;
  }
  .subtitle {
    /* font-size: 3vw !important; */
    font-size: 1em !important;
  }
  .caption {
    /* font-size: 3vw !important; */
    font-size: 1em !important;
  }
  .footer-caption {
    /* font-size: 3vw !important; */
    font-size: 1em !important;
  }
  .footnotes .note {
    /* font-size: 3vw !important */
    font-size: 1em !important;
  }
}

@media (max-width: 500px) {

.wrap-table100 {
  overflow-x: scroll; 
}
}
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {  .wrap-table100 {
   overflow-x: auto; 
 }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {  .wrap-table100 {
   overflow-x: auto; 
 }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .wrap-table100 {
   overflow-x: auto; 
 }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
  .wrap-table100 {
   overflow-x: auto; 
 }
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {  .wrap-table100 {
   overflow-x: auto; 
 }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .wrap-table100 {
   overflow-x: auto; 
 }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
  .wrap-table100 {
   overflow-x: auto; 
 }
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  .wrap-table100 {
   overflow-x: auto; 
 }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
  .wrap-table100 {
   overflow-x: auto; 
 }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  .wrap-table100 {
   overflow-x: auto; 
 }
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
  .wrap-table100 {
   overflow-x: auto; 
 }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .wrap-table100 {
      overflow-x: auto; 
    }

}

/* 
@media screen and (max-width: 500px) {
  .wrap-table100 {
   overflow-x: auto; 
 }
} */
/* @media screen and (max-width: 380px) {
  .row {
    display: block;
  }

  .row.header {
    padding: 0;
    height: 0px;
  }

  .row.header .cell {
    display: none;

  }


  .row .cell:before {
    font-family: Poppins-Bold;
    font-size: 12px;
     color: #808080; 
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
} */

.cell {
  display: table-cell;
}

/* @media screen and (max-width: 380px) {
  .cell {
    display: block;
  }
} */

.row .cell {
  font-family: inherit;
  font-size: inherit;
  color: #000000;
  line-height: 1.2;
  /* font-weight: unset !important; */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  /* border-bottom: 2px solid #f2f2f2; */
  vertical-align: inherit;
}

.row.header .cell {
  font-family: inherit;
  font-size: 18px;
  /* color: #fff; */
  line-height: 1.2;
  /* text-align: center; */
  /* font-weight: unset !important; */
  padding-top: 19px;
  padding-bottom: 19px;
  /* background: #287d7d; */
  position: sticky;
  top: 0;
}

.row .cell:nth-child(even) {
  /* border-right: solid #cfcfcf 1px;
  border-left: solid #cfcfcf 1px; */
}

.row .cell.cell:last-child {
  border-right: none;
}


.table, .row {
  width: 100% !important;
}

.row:hover {
  /* background-color: #ececff; */
  cursor: pointer;
}

/* @media (max-width: 380px) {
  .row {
    border-bottom: 2px solid #dcdbdb;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }
  
  .row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .row .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .row .cell {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
    border-right: none !important;
    border-left: none !important;
  }

  .table, .row, .cell {
    width: 100% !important;
  }

} */


.footer {
width: 100%;
justify-content: space-between;
}

.flourish-footer-logo {
  float: right;
  margin-right: 10px;
}
