html,
body {
	/*font-family: "Arial" ,"Helvetica", sans-serif; /*"Palatino Linotype", "Book Antiqua", Palatino, serif; */
  /* font-family: "Courier New", Courier, monospace; */
  /* font-style: italic;
  font-family: 'Josefin Sans', 'Arial' ,'Helvetica', sans-serif; */
  font-family: 'Roboto', 'Arial' ,'Helvetica', sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
  height:100%; /* needed for container min-height */
  text-align: left;
  overflow: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.col-r20 {
  float: left;
  width: 20%;
  margin-top: 6px;   
  text-align: left;
}
.col-r33 {
  float: left;
  width: 33%;
  margin-top: 6px;   
  text-align: left;
}.col-r40 {
  float: left;
  width: 40%;
  margin-top: 6px;   
  text-align: left;
}
.col-r50 {
  float: left;
  width: 50%;
  margin-top: 6px;   
  text-align: left;
}
.col-r60 {
  float: left;
  width: 60%;
  margin-top: 6px;   
  text-align: left;
}
#m_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 53px;
    background-color: #dba366;
    /* background-image: url(img/wood_bak.jpg); */
    z-index: 1;
}
#m_content , #m_panel , #imp_panel , #ld_panel , #exp_panel , #homeip , #homeand {
    position: fixed;
    top: 53px;
    bottom: 73px;
    left: 0;
    right: 0;
    padding: 3px 6px;
    color: #2a361c;
    background-color: #fdfae3;
    overflow: auto;
    z-index: 10;
}
#m_panel , #imp_panel , #ld_panel , #exp_panel , #homeip , #homeand {
    top: 0px;
    bottom: 0px;
    z-index: 20;
    display: none;
}
#imp_panel {
    z-index: 30;
}
#ld_panel , #exp_panel{
    z-index: 40;
}
#homeip , #homeand {
    z-index: 120;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    border-width: 3px;
    border-style: solid;
    border-color: #dba366;
    border-width: 2px;
    border-radius: 5px;
} 
#m_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 0px 20px 0px;
    height: 73px;
    /* background-color: #abcdef; */
    color: #fdfae3;
    box-sizing: border-box;
    background-color: #2a361c; /* #105341;   #060606; */
    z-index: 5;
}
#homeprompt {
    position: fixed;
    bottom: 75px;
    left: 0;
    right: 0;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    border-width: 3px;
    border-style: solid;
    border-color: #dba366;
    border-width: 2px;
    border-radius: 5px;
    height:80px;
    color: #2a361c;
    background-color: #fdfae3;   
    box-sizing: border-box;
    display: none;
    z-index: 110;
}
.btnClass {
    width: 100px;
}
.txtArea {
    width: 90%;
    height: 70%;
    resize: none; /* Prevents manual resizing if needed */
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box; /* Ensures padding doesn't affect width */
}
.listtext {
    font-weight: 400;
    font-size: 100%;
}
.listnoimg {
    width: 20px;
    height: auto;
}
.listbtmimg {
    height: 20px;
    width: auto;
}
.listtopimg {
    height: 20px;
    width: auto;
}

input[type=text], input[type=password], input[type=number], input[type=textarea], select, textarea {
  font-family: 'Roboto', 'Arial' ,'Helvetica', sans-serif;
  font-weight: 300;  
  width: 100%;
  font-size: 14px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  background-color: #fdfae3;
  -webkit-appearance: none;
  appearance: none;
}
select {
    font-size: 13px;
    width: 100%;
    height: 40px;
    padding: 5px;
    padding-right: 18px; /* Adjust this to create enough space for the arrow */
    -webkit-appearance: none;
    appearance: none;
    /* Add a custom dropdown arrow */
    background: #fdfae3 url("testimg/dropdown.png") no-repeat;
    background-position: right 6px center; 
    background-size:  8px; /* 10px 10px; */
    background-repeat: no-repeat;
}

select option {
  appearance: textfield;  !important;
  background-color: #fdfae3; 
  font-size: 16px !important;
  min-height: 3em;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
@media screen and (max-width: 1024px) {

select,   textarea,   input[type="text"],   input[type="password"], 
input[type="datetime"], input[type="datetime-local"], input[type="date"], 
input[type="month"], input[type="time"], input[type="week"], 
input[type="number"], input[type="email"], input[type="url"], 
input[type="search"], input[type="tel"], input[type="color"] {
  font-family: 'Roboto', 'Arial' ,'Helvetica', sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-color: #fdfae3;
}
}