html,
body,
.layoutcontainer,
.mainLayout,
.layoutmap {
  height: 100%;
  font-family: sans-serif;
}

html,
body,
.mainLayout {
  height: 100%
}

.mainLayout {
  display: flex;
  flex-direction: column;
}

.topLayout {

  display: flex;
  width: 100%;
  flex: 1;
}

.container {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
}

.footer {
  background-color: #d2e593;
  display: flex;
  justify-content: center;
  padding: 8px;
  font-family: arial, sans-serif;
  /* background-image: linear-gradient(45deg, white,#4b4f7c); */
  height: 15px;
}

.bottomLayout {

  display: flex;
  /* height: 30%; */
  height: 300px;
  border-top: 2px solid #b1ade3;
  width: 100%;
}

.topLayout-left {
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 600px;
  overflow-y: auto;
  /* flex: 1; */
  /* height: 100%; */
  /* position: relative; */
}

.topLayout-right {
  flex: 1;
  height: 100%;
  position: relative;
}

.bottomLayout-left {
  display: flex;
  width: 26%;
  min-width: 610px;

}

.bottomLayout-right {
  flex: 1;
  margin-right: 15px;
}

body {
  margin: 0px;
}

/* style for tags */
h2,
h4 {
  display: inline-block;
}

img {
  border-radius: 15px;
  margin: 5px;
  padding: 5px;
  /* background-color: white; */
}

.header img {
  max-height: 70px;
}

/* Style for classes */
.download-link {
  position: absolute;
  right: 0px;
  top: 85px;
  z-index: 2;
  background-color: transparent;
  width: 300px;
}

.download-link-img {
  height: 20px;
  width: 20px;

}

.download-link-size {
  font-weight: 100;
  color: red;
  margin-left: 5px;
}

.header {
  width: 100%;
  padding: 5px;
  z-index: 2;
  border-bottom: 2px solid #b3ade6;
  display: flex;
  align-items: center;
  background-color: #d2e593;
  font-family: arial, sans-serif;
  height: 95px;
}


.header-h2 {
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translate(-50%);
  /* color: #1b631b; */

  font-size: calc(0.80 * 28px);
  font-size: 28px;
  margin-bottom: 0;
  font-weight: normal;
}

.header-h6 {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 43px;
  /* font-size: calc( 0.80 * 20px ); */
  font-size: 20px;
  margin-top: 20px;
  font-weight: normal;
}

.help-pdf {
  position: absolute;
  right: 240px;
  top: 85px;
  z-index: 2;
  background-color: transparent;
  color: blue;
  width: 70px;
}

.img-g20 {
  height: 80px;
  width: 100px;
  margin: 0;
}

.img-gidm {
  height: 80px;
  width: 100px;
  margin: 0;
}

.img-gog {
  height: 80px;
  width: 60px;
}

.img-group {
  display: inline-block;
}

.isro-logo {
  position: absolute;
  right: 20px;
  top: 5px;
  margin: 5px;
  border-radius: 15px;
  height: 80px;
  width: 100px;
}

.krishidss {
  position: absolute;
  right: 310px;
  top: 85px;
  z-index: 2;
  background-color: transparent;
  color: blue;
  width: 170px;
}

.layoutcontrols {
  display: flex;
  flex-direction: row;
}

.sac-logo {
  position: absolute;
  right: 130px;
  top: 5px;
  margin: 5px;
  border-radius: 15px;
  height: 80px;
  width: 100px;
}

/* Style for ids */
.flex-param {
  display: flex;
}

.flex-param-name {
  flex: 1;
  margin: 5px;
  /* font-size: calc( 0.80 * 15px); */
  font-size: 15px;
  /* max-width: 200px; */
}

.flex-param-dates {
  margin: 5px;
}

.flex-param-table {
  flex: 10%;
}

.flex-param-tf-name {
  margin: 5px;
  width: 100px;
}

.layout {
  display: flex;
  flex-direction: column;
}

/* .layout-header-controls{
  display:flex;
} */
.layoutmap {
  display: flex;
  flex: 1;
  background-color: #d1c9c9;
  /* height: auto; */

}

.date-label {
  margin: 5px;
  font-weight: bold;
  padding-left: 5px;
}

.state-label {
  width: 100px;
}

.param-menu {

  font-weight: bold;
  margin: 10px;
  margin-left: 0px;
}

html {
  overflow: hidden;
}

#map {
  flex: 1
}

.mainLayout {
  display: flex;
}

.theme {
  border-bottom: 0.5px solid lightgrey;
  margin-top: 4px;
}

.layoutTable {
  z-index: 2;
  position: fixed;
  bottom: 0;
  height: 40%;
  margin-left: 10px;
  margin-right: 15px;
  background-color: aliceblue;
}

table {
  width: 100%;

}

#tabledata {
  margin-left: 15px;
}

table,
th,
td {
  /* border:1px solid black; */
  border-collapse: collapse;
  margin-right: 15px;
}

th,
td {
  text-align: center;
}

th {
  padding: 5px 0px;
}

th:hover {
  cursor: pointer;
}

.modal-search {
  margin: 5px;
  margin-left: 15px;
}

.th-align-left {
  text-align: left;
  padding-left: 10px;
}

.td-align-left {
  text-align: left;
  padding-left: 10px;
}

td {
  padding-top: 5px;
  padding-bottom: 5px;
}

table {
  border-radius: 15px;
}

tr:nth-child(even) {
  background-color: #eee;
}

tr:nth-child(2) {
  background-color: #d2e593;
  /* border: 1px solid grey; */
}

thead>tr {
  background-color: #d2e593;
}

tbody>tr:hover {
  background-color: #bbb;
  cursor: pointer;
}

select,
input[type=date] {
  border-radius: 10px;
  padding: 3px;
}

.select-label {
  /* margin-left: 5px; */
  margin: 5px;
  /* font-size: calc( 0.80 * 15px); */
  font-size: 15px;
  font-weight: bold;
  padding-left: 5px;
}

/* .select-label:first-child{
  margin-left: 0px;
} */
input[type=text] {
  padding: 5px;
  border-radius: 10px;
  width: 200px;
}

.ol-zoom-in,
.ol-zoom-out {
  background-color: #ffc107 !important;
  color: #685a5a !important;
}

/* table.scroll{
  width:100%;
} */

table.scroll tbody,
table.scroll thead tr {
  display: block;
}

table.scroll tbody {
  height: 250px;
  display: block;
  overflow-y: auto;
  overflow-x: auto;
}

table.scroll tbody td,
table.scroll thead th {
  width: 250px;
  /* border: 1px solid black; */
}

table.scroll tbody td:first-child,
table.scroll thead th:first-child {
  width: 20%;
}

/* td:first-child,
th:first-child{
  width:20%;
} */
.custom-thead {
  background-color: #d2e593;
}

.custom-thead td {
  font-weight: bold;
}

.select-state {
  max-width: 130px;

}

.select-trigger {
  width: 180px;
}

.highcharts-credits {
  display: none;
}

.topLayout-controls {
  display: flex;
  flex-wrap: wrap;
}

.topLayout-controls-menu {
  display: flex;
}

.select-label-margin {
  margin-left: 0px;
  padding-left: 0px;
}

input[type='radio'] {
  width: 20px;
  accent-color: #ff5722;
  margin-top: 3px;
}

/* .map-name{
  display: inline-block;
} */
th {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #d2e593;
}

.link-export {
  float: right;
  color: black;
  padding-right: 10px;
}

.custom-thead {
  background-color: #d2e593;
}

.vedas-logo {
  height: 60px;
  width: 60px;
  z-index: 5;
  position: fixed;
  /* left: 0px; */
  right: 15px;

}

.help_pdf {
  position: absolute;
  right: 240px;
  top: 80px;
  z-index: 2;
  background-color: transparent;
  color: blue;
  width: 70px;
}

.dsslink2 {
  display: flex;
  margin-right: 10px;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #ff5722;
  border-radius: 10px;
  padding: 8px;
  font-size: 14px;
  width: 150px;
  margin: 4px;
  border: 1px solid grey;
}

#dsslink {
  display: flex;
  /* margin-right: 10px; */
  /* justify-content: center; */
  align-content: center;
  /* align-items: center; */
  background-color: #ff5722;
  border-radius: 10px;
  padding: 5px;
  /* font-size: calc( 0.80 * 12px); */
  font-size: 12px;
  position: fixed;
  top: 75px;
  right: 10px;
}

#madplink {
  display: flex;
  background-color: #ff5722;
  border-radius: 10px;
  /* font-size:calc( 0.80 * 12px); */
  font-size: 12px;
  position: fixed;
  top: 75px;
  padding: 5px;
  right: 150px;
}

#flalink {
  display: flex;
  background-color: #ff5722;
  border-radius: 10px;
  /* font-size:calc( 0.80 * 12px); */
  font-size: 12px;
  position: fixed;
  top: 75px;
  padding: 5px;
  right: 200px;
}

#helplink {
  display: flex;
  background-color: #ff5722;
  border-radius: 10px;
  /* font-size: calc( 0.80 * 12px); */
  font-size: 12px;
  position: fixed;
  top: 75px;
  padding: 5px;
  right: 100px;
}

.selection-label {
  text-align: right;
}

#manualLink {
  display: flex;
  /* background-color: #ff5722; */
  border-radius: 10px;
  /* font-size: calc( 0.80 * 12px); */
  font-size: 12px;
  position: fixed;
  top: 75px;
  padding: 5px;
  right: 235px;
}

td,
th {
  font-size: 14px;
}



.trigger-background {
  background-color: beige;
}

.trigger-background-none {
  background-color: white;
}

.trigger-group-background {
  background-color: #efcc35;
}

button {
  margin: 5px;
}

.popup {
  background-color: white;
  z-index: 7;
  width: 250px;
  position: absolute;
  right: 10px;
  top: 80px;
  text-align: left;
  border-radius: 0px;
  box-shadow: 1px 1px 7px #333;
  border-radius: 10px;
  height: calc(100% - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}

.popup td {
  text-align: left;
  padding: 5px 10px;

}

/* popup tr:nth-child(even){
  background-color: #eee;
} */

.background-green {
  background-color: #d2e593;
  line-height: 30px;
  width: 200px;
  /* font-size: 10px; */
  font-weight: bold;
}

.background-yellow {
  background-color: #efcc35;
}

.fix-width {
  max-width: 150px;
  /* font-size: calc( 0.80 * 12px); */
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;


}

.popup td {
  font-size: 12px;

  /* text-overflow: ellipsis; */
}

.sticky-tr0 {
  position: sticky;
  top: 0
}

.sticky-tr25 {
  position: sticky;
  top: 25px
}