@charset "UTF-8";

body {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-weight: 300;
  color: #232323;
  position: relative;
  background-color: #e4ded1;
  width: 1602px;
  margin: 0 auto;
  background-image: url('http://cdn.backgroundhost.com/backgrounds/subtlepatterns/bedge_grunge.png');
  background-repeat: repeat;
}

h1 {
  font-size: 4em;
  color: #232323;
  }

h2 {
font-size: 3em;
color: #232323;
margin: 0;
text-shadow: 2px 2px 4px #8c8c8c;
}

h3 {
font-size: 25px;
color: #232323;
margin: 0;
text-shadow: 2px 2px 4px #8c8c8c;
}

h4 {
  font-size: 95px;
  color: #ffffff;
  margin: -20px;
  text-shadow: 2px 2px 4px #000000;
  }

h5 {
font-size: 40px;
color: #ffffff;
text-shadow: 2px 2px 4px #000000;
margin: -40px;
}

h6 {
font-size: 32px;
color: #232323;
margin: 0;
text-shadow: 2px 2px 4px #8c8c8c;
}

/*buttons*/
.button {
  border: none;
  color: white;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: bold;
}

.login_button {
background: #28a745; /* Green */
/*background: url('http://cdn.backgroundhost.com/backgrounds/subtlepatterns/pool_table.png') no-repeat;*/
border-radius: 6px;
margin-bottom: 15px;
float: right;
}

/*sticky*/
.header {
  position: -webkit-sticky;
  position: sticky;
  height: 603px;
  top: 0;
  z-index: -1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}

.header-title {
  position: absolute;
  top: 450px;
  width: 100%;
  text-align: center;
}

.main_menu {
  position: -webkit-sticky;
  position: sticky;
  height: 72px;
  top: 0;
}

.main {
border-left: 2px solid #232323;
border-right: 2px solid #232323;
Background: #ffffff;
padding-bottom: 1px;
}

/*nav bar*/
.navigation {
  background-color: #232323;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 4px 0px;
  height: 60px;
  text-align: center;
}

.navbar {
  border: 0px solid;
  margin: auto;
  width: 38%;
  padding: 0px;
}

/*menu*/
.menu{
margin:0px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:19px;
font-weight:bold;
color:#ffffff; 
background: #232323;
}
 .menu ul{
height:60px;
list-style:none;
margin:0;
padding:0;
}
.menu li{
    float:left;
    padding-top: 1px;
    }
.menu li a{
    color:#ffffff;
    display:block;
    font-weight:normal;
    line-height:26px;
    margin: 0px;
    padding: 14px 16px;
    text-align:center;
    text-decoration:none;
    }
    .menu li a:hover, .menu ul li:hover a{
    background: #333;
    color:#ffffff;
    text-decoration:none;
    }
.menu li ul{
    background: #ffffff;
    display:none;
    height:auto;
    padding: 0px;
    margin:0px;
    border:0px solid #232323;
    position:absolute;
    width:210px;
    z-index:200;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }
.menu li:hover ul{
    display:block;
    }
.menu li li {
    background:#ffffff;
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:210px;
    }
.menu li:hover li a{
    background:none;
    color: #232323;
    }
.menu li ul a{
    display:block;
    height:26px;
    font-size:19px;
    font-style:normal;
    margin:0px;
    padding:10px 15px 10px 15px;
    text-align:left;
    }
    .menu li ul a:hover, .menu li ul li:hover a{
background:#f2f2f2;
        border:0px;
        color:#232323;
        text-decoration:none;
        }
.menu p{
    clear:left;
    }  
.menu ul li ul li { position: relative; }
.menu ul li ul li ul, .menu ul li:hover ul li ul { display: none; }
.menu ul li ul li:hover ul {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
}
.menu ul li ul li:hover ul li a { background: none; color: #232323; }
.menu ul li ul li:hover ul li a:hover { background:#f2f2f2; color: #232323; }

/*tables*/
table, td {  
  border: 1px solid #ddd;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 15px;
}

th {
 background: #28a745;
 color: white;
}

th, a:link, a:visited, a:hover, a:active {
  color: white;
  text-decoration: none;
  }

/*table menu*/
.table_menu{
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight:normal;
color:#ffffff; 
background: #28a745;
}
 .table_menu ul{
/*height:60px;*/
list-style:none;
margin:0;
padding:0;
}
.table_menu li{
    float:left;
    padding-top: 1px;
    }
.table_menu li a{
    color:#ffffff;
    display:block;
    font-weight:normal;
    /*line-height:26px;*/
    margin: 0px;
    /*padding: 14px 16px;*/
    text-align:center;
    text-decoration:none;
    }
    .table_menu li a:hover, .table_menu ul li:hover a{
    background: #28a745;
    color:#ffffff;
    text-decoration:none;
    }
.table_menu li ul{
    background: #ffffff;
    display:none;
    height:auto;
    padding: 0px;
    margin:0px;
    border:0px solid #232323;
    position:absolute;
    width:180px;
    z-index:200;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }
.table_menu li:hover ul{
    display:block;
    }
.table_menu li li {
    background:#ffffff;
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:180px;
    }
.table_menu li:hover li a{
    background:none;
    color: #232323;
    }
.table_menu li ul a{
    display:block;
    height:26px;
    /*font-size:19px;*/
    font-style:normal;
    margin:0px;
    padding:10px 15px 10px 15px;
    text-align:left;
    }
    .table_menu li ul a:hover, .table_menu li ul li:hover a{
background:#f2f2f2;
        border:0px;
        color:#232323;
        text-decoration:none;
        }
.table_menu p{
    clear:left;
    }  
.table_menu ul li ul li { position: relative; }
.table_menu ul li ul li ul, .table_menu ul li:hover ul li ul { display: none; }
.table_menu ul li ul li:hover ul {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
}
.table_menu ul li ul li:hover ul li a { background: none; color: #232323; }
.table_menu ul li ul li:hover ul li a:hover { background:#f2f2f2; color: #232323; }

/*pagination*/
.pagination{
 padding:0px;
}
.pagination a.active{
 background: #28a745;
 color: white;
}  
.pagination a{
 text-decoration: none;
 padding: 10px 15px;
 box-shadow: 0px 0px 15px #0000001c;
 background: white;
 margin: 3px;
 color: #1f1e1e;
}

/*back to top button*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  font-weight: 600;
  border: none;
  outline: none;
  background-color: #232323;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border-radius: 40px;
  box-shadow: 3px 3px 5px #8c8c8c;
}

#myBtn:hover {
  background-color: #232323;
  color: #ffffff;
  box-shadow: 0px 0px 0px #8c8c8c;
}

.content-container {
  margin: 10px 0px 10px 0px;
}

.content {

}

/*home welcome*/
div.intro-container {
  background-color: #ffffff;
  position: relative;
  width: 100%;
} 

div.intro-img {
  position: absolute; 
  top: 1px;
  right: 0px;
  /*background-color: #ffffff;*/
}

div.intro-img-raw {
  position: absolute;
  top: 270px;
  right: 150px;
  /*background-color: #ffffff;*/
}

div.intro-img-dust {
  position: absolute;
  top: 180px;
  right: 300px;
  /*background-color: #ffffff;*/
}

/*div.intro-img img {
  width: 420px;
  margin: auto;
  display: block;
  border-radius: 15px;
}*/

div.intro-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 1093px;
  margin: 20px 30px 20px 30px;
  padding: 5px 25px 5px 25px;
  background-color: #e4ded1;
  border: 1px solid #d0c8b6;
  border-radius: 15px;
  height: auto;
}

div.content_tab_container {
  /*background-color: #ffffff;*/
  position: relative;
  width: 100%;
} 

div.content_tab_container_raw {
  /*background-color: #ffffff;*/
  position: relative;
  width: 100%;
  min-height: 1378px;
} 

div.jl-grid-container {
  background-color: #ffffff;
  display: grid;
  gap: 14px 14px;
  grid-template-columns: auto auto;
} 

.jl-grid-container > div {

}

div.gb_table {
    position: relative;
    top: 0;
    left: 0;
    width: 97%;
    margin: 20px 0px 20px 0px;
    padding: 5px 25px 5px 25px;
	height: auto;
}

div.yield_table {
    position: relative;
    top: 0;
    left: 0;
    width: 97%;
    margin: 20px 0px 20px 0px;
    padding: 5px 25px 5px 25px;
	height: auto;
}

div.yield_table td {
    padding: 5px;
    text-align: center;
}

div.rm_table {
    position: relative;
    top: 0;
    left: 0;
    width: 30%;
    margin: 20px 0px 20px 0px;
    padding: 5px 25px 5px 25px;
	height: auto;
}

div.sc_table {
    position: relative;
    top: 0;
    left: 0;
    width: 97%;
    margin: 20px 0px 20px 0px;
    padding: 5px 25px 5px 25px;
	height: auto;
}

div.rc_table {
    position: relative;
    width: 60%;
    margin: 20px 0px 20px 0px;
    padding: 10px 25px 80px 25px;
	margin: 0 auto;
	background: #f2f2f2;
	border-radius: 15px;
}

div.rc_table td {
    padding: 8px;
	width: 33.33%;
	border: 0px;
}

div.rc_table th {
    padding: 8px;
	background: transparent;
	color: #232323;
	border: 0px;
}

div.rc_table td {
    height:24px
}

/*card holder home*/
.cholder {
   position: relative;
   width: 1596px;
   height: 555px;
   /*background-color: #ffffff;*/
}

 .cholder:before,
 .cholder:after {
   content: "";
   display: table;
   clear: both;
}

.cholder div {
   float: left;
   width: 359px;
   height: 480px;
   border-radius: 15px;
   background-color: #e4ded1;
   overflow: hidden;
}

#box1 {
   margin-left: 32px;
   margin-right: 0px;
}

#box2 {
   margin-left: 32px;
   margin-right: 0px;
}

#box3 {
   margin-left: 32px;
   margin-right: 0px;
}
	 
#box4 {
   margin-left: 32px;
   margin-right: 0px;
}

.card-text {
max-width: 329px;
max-height: 120px;
margin: 0px 15px 0px 15px;
}

/*footer*/
.footer {
  text-align: center;
  padding: 0;
  overflow: hidden;
  color: #ffffff;
  background-color: #232323;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  }