* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Aktiv Grotesk';
  src: url(./fonts/aktiv_grotesk_thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Aktiv Grotesk';
  src: url(./fonts/aktiv_grotesk.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aktiv Grotesk';
  src: url(./fonts/aktiv_grotesk_medium.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

.dygraph-legend {
  border: 1px solid !important;
  border-color: dimgray;
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #34495e;
  font-family: "Aktiv Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.4em;
  word-break: normal;
  word-wrap: normal;
  color: #34495e;
}

#main-loading {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

#main-loading #ie-note {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#main-loading #ie-note {
  width: 586px;
  height: 253px;
  background-image: url('images/notes.png');
  padding: 0 30px 40px 30px;
  font-size: 14px;
  color: #596679;
}

#ie-note .hint-title {
  height: 40px;
  line-height: 48px;
  text-align: left;
  font-weight: bold;
}

#ie-note .hint-img {
  background-image: url('images/hint.png');
  background-position: left;
  padding-left: 40px;
  margin-top: 20px;
  background-repeat: no-repeat;
  height: 30px;
  text-align: left;
  line-height: 30px;
  font-weight: bold;
}

#ie-note span {
  display: block;
  line-height: 14px;
}

#main-page {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}

#jimu-layout-manager {
  width: 100%;
  height: 100%;
  position: absolute;
}

.zoom-to-groundwater-button {
  height: 35px;
  width: 210px;
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s background;
  text-align: center;
  padding-top: 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
  word-break: normal;
  word-wrap: normal;
}

.zoom-form-container {
  width: 350px;
  height: 100px;
}

.message-container {
  margin-left: 10px;
}

#_74_panel {
  width: 252px !important;
  right: 5px !important;
  left: unset !important;
   /*height: 275px !important;
  position: fixed;*/
  bottom: 50px !important;
  /*float: right;
  margin-right: 0px; */
}

/*-----------------------------------------------------------------------------------*/
/*	DIVCODES
/*-----------------------------------------------------------------------------------*/
.divcod5 {
  width: 100%;
  height: 3px;
  float: left;
  display: block;
}

.divcod10 {
  width: 100%;
  height: 10px;
  float: left;
  display: block;
}

.divcod15 {
  width: 100%;
  height: 15px;
  float: left;
  display: block;
}

.divcod20 {
  width: 100%;
  height: 20px;
  float: left;
  display: block;
}

.divcod25 {
  width: 100%;
  height: 25px;
  float: left;
  display: block;
}

.divcod30 {
  width: 100%;
  height: 30px;
  float: left;
  display: block;
}

.divcod35 {
  width: 100%;
  height: 35px;
  float: left;
  display: block;
}

.divcod40 {
  width: 100%;
  height: 40px;
  float: left;
  display: block;
}

.divcod45 {
  width: 100%;
  height: 40px;
  float: left;
  display: block;
}

.divcod50 {
  width: 100%;
  height: 50px;
  float: left;
  display: block;
}

.divcod55 {
  width: 100%;
  height: 55px;
  float: left;
  display: block;
}

.divcod60 {
  width: 100%;
  height: 60px;
  float: left;
  display: block;
}

.divcod65 {
  width: 100%;
  height: 65px;
  float: left;
  display: block;
}

.divcod70 {
  width: 100%;
  height: 70px;
  float: left;
  display: block;
}

.divcod75 {
  width: 100%;
  height: 75px;
  float: left;
  display: block;
}

.divcod80 {
  width: 100%;
  height: 80px;
  float: left;
  display: block;
}

.divcod85 {
  width: 100%;
  height: 85px;
  float: left;
  display: block;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.legend-tr {
  border: none !important;
}

.text-right {
  text-align: right !important;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  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.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.img3 {
  background-image: url('images/CII_TRIVENI_white.gif');
  height: 42px;
  margin-top: -18px;
  width: 110px;
  background-repeat: no-repeat;
  margin-left: 14px;
  margin-top: -6px;
  border: none;
}

.img1 {
  background-image: url('images/logoWBCSD.png');
  height: 42px;
  margin-top: -18px;
  width: 118px;
  background-repeat: no-repeat;
  border: 0px solid transparent;
  margin-top: -6px;
  margin-left: 14px;
}

.img2 {
  background-image: url('images/CII_white.png');
  height: 42px;
  margin-top: -18px;
  width: 110px;
  background-repeat: no-repeat;
  margin-left: 14px;
  margin-top: -6px;
  border: none;
}

.img4 {
  background-image: url('images/WRI_white.png');
  height: 38px;
  margin-top: -18px;
  width: 110px;
  margin-left: 14px;
  background-repeat: no-repeat;
  margin-top: -6px;
}

.logoWBCSD {
  background: url("images/logoWBCSD.png") center center no-repeat;
  background-size: contain;
  border-right: 1px #282584 solid;
}

.logoCII {
  background: url('images/CII_white.png') center center no-repeat;
  background-size: contain;
  border-right: 1px #282584 solid;
}

.logoCIITRIV {
  background: url('images/CIITRIV.png') center center no-repeat;
  background-size: contain;
  border-right: 1px #282584 solid;
}

.logoWRI {
  background: url('images/WRI_white.png') center center no-repeat;
  background-size: contain;
}

.logoWBCSD,
.logoCII,
.logoCIITRIV,
.logoWRI {
  height: 30px;
  width: 130px;
}

.SignOut {
  padding: 15px;
  float: inherit;
  height: 42px;
  width: 118px;
  color: white;
  overflow: hidden;
}

/* #videoLaunch, */
#updatedata,
#removedata {
  color: #fff;
  background-color: #4dbb8e;
  transition: 0.3s background;
  text-align: center;
  width: 80%;
  margin: 10px auto;
  padding: 22px;
  cursor: pointer;
}

/*
#aboutDialog {
  width: 600px !important;
} */
#updatedata,
#removedata {
  color: #fff;
  background-color: #4dbb8e;
  transition: 0.3s background;
  text-align: center;
  width: 41%;
  margin: 10px auto;
  padding: 7px;
  cursor: pointer;
}

#updatedata,
#removedata {
  color: #fff;
  background-color: #4dbb8e;
  transition: 0.3s background;
  text-align: center;
  width: 41%;
  margin: 10px auto;
  padding: 7px;
  cursor: pointer;
}

/* line 222 : /Users/jasonhettmansperger/Projects/iwt/src/app/css/app.styl */
.info-icon-startup {
  width: 15px;
  height: 15px;
  z-index: 100;
  /*background-color blue*/
  background: url("images/info_icon.png") no-repeat;
  display: inline-block;
}

/* line 230 : /Users/jasonhettmansperger/Projects/iwt/src/app/css/app.styl */
.working-group-img {
  width: 100%;
  height: 460px;
  background: url("images/workingGroupLogosCropped.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 10px;
}

.water-stress-indicator-img {
  width: 100%;
  height: 60px;
  background: url("images/abtimg.png") no-repeat;
  margin-bottom: 10px;
}
.about-Documentation-support-img {
    width: 76px;
    height: 106px;
    background: url('images/REM.jpg') no-repeat;
    margin-bottom: 10px;
  

}
.about-working-group-img {
    width: 400px;
    height: 270px;
    background: url("images/Working-group.jpg") no-repeat;
    margin-bottom: 10px;
  
}
.about-Coordination-img {
    width: 150px;
    height: 50px;
    background: url("images/coordinate.png") no-repeat;
    margin-bottom: 10px;
}
.about-Data-incorporated-img {
    width: 420px;
    height: 130px;
    background: url("images/about-Data-incorporated-img.png") no-repeat;
    margin-bottom: 10px;
}
.about-theEarthGenome-img {
    width: 100px;
    height: 40px;
    background: url("images/theEarthGenome.jpg") no-repeat;
    margin-bottom: 10px;
}
.about-ICRISAT-img {
    width: 100px;
    height: 40px;
    background: url("images/ICRISAT.png") no-repeat;
    margin-bottom: 10px;
}
.tour-i-img {
    /*width: 14px;
    height: 14px;
    background: url("images/info_icon.png") no-repeat;
    border: none !important;*/
    position: relative;
    width: 14px;
    height: 14px;
  
    
    border-radius: 2px;
    /*float: right;*/
  
  
    background-image: url(images/info_icon.png);
    background-repeat: no-repeat;
    /*background-position: center 8px;*/
}
img{
    border:none !important;
    border-color:none !important;
}
.tour-pluse-img {
    width: 20px;
    height: 20px;
    background: url("images/pluse.png") no-repeat;
}
.tour-analysis-img {
    width: 20px;
    height: 20px;
    background: url("images/Analysis.png") no-repeat;
   
}
.tour-edit-img {
    width: 20px;
    height: 20px;
    background: url("images/Edit.png") no-repeat;
}
/* line 237 : /Users/jasonhettmansperger/Projects/iwt/src/app/css/app.styl */
.working-group-title {
  margin-left: 10px;
  font-weight: bold;
}

.dijitDialogPaneContent {
  border: none;
  background: #fff;
  border-top: 1px solid #d3d3d3;
  padding: 10px;
}

.imgL {
  background-image: url('images/loading.gif');
  background-repeat: no-repeat;
  height: 219px;
  width: 200px;
}

.dygraph-axis-label-y {
  font-size: 11px;
  color: #606060;
  fill: #606060;
}

.dygraph-axis-label-x {
  font-size: 11px;
  color: #606060;
  fill: #606060;
}

.legend-node-td {
  display: none;
}

#loginForm_title {
  display: none;
}

.wrapper .slider-wrapper {
  box-shadow: 1px 3px 10px rgba(10, 10, 10, 0.5);
  border: 0.07rem solid rgb(100, 100, 100);
  background: rgba(30, 30, 30, 0.85);
  padding: 7px 15px 8px;
  color: #ddd;
}

.slider-output {
  display: none;
  box-shadow: 1px 3px 10px rgba(10, 10, 10, 0.5);
  border: 0.07rem solid rgb(100, 100, 100);
  background: rgba(30, 30, 30, 0.85);
  padding: 7px 15px 8px;
  color: #ddd;
  height: 45px !important;
}

.output {
  padding: 25px 15px 8px 0px;
  color: white;
}

.slide1 {
  padding: 7px 15px 8px;
}

#tranparencyApforGRD {
  display: none;
  box-shadow: 1px 3px 10px rgba(10, 10, 10, 0.5);
  border: 0.07rem solid rgb(100, 100, 100);
  background: rgba(30, 30, 30, 0.85);
  padding: 7px 15px 8px;
  color: #ddd;
  height: 45px !important;
}

#tranparencyMpforGRD {
  display: none;
  box-shadow: 1px 3px 10px rgba(10, 10, 10, 0.5);
  border: 0.07rem solid rgb(100, 100, 100);
  background: rgba(30, 30, 30, 0.85);
  padding: 7px 15px 8px;
  color: #ddd;
  height: 45px !important;
}

.layer-tr-node-AquiferSystem_7692 {
  display: none !important;
  background-color: white;
}

.layer-tr-node-HydrogeologicalMap_4802 {
  display: none !important;
  background-color: white;
}

.layer-tr-node-MP_GroundWaterRecharge_8900 {
  display: none !important;
  background-color: white;
}

.layer-tr-node-MP_Basin_1595 {
  display: none !important;
  background-color: white;
}

.layer-tr-node-MP_Stream_5007 {
  display: none !important;
  background-color: white;
}

.layer-tr-node-AP_StreamNetwork_696 {
  display: none !important;
  background-color: white;
}

.layer-tr-node-AP_Basin_6777 {
  display: none !important;
  background-color: white;
}

.layer-tr-node-AP_GroundWaterRecharge_7764 {
  display: none !important;
  background-color: white;
}

.highchart-container {
  height: 300px;
  width: 400px;
}

.highchart-containerR {
  height: 300px;
  width: 400px;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.esriPopupWrapper .title {
  max-width: 80%;
}

.miniLable {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.surface-water-table {
  width: 340px;
}

.surface-water-table .swt-value {
  text-align: right;
}

.surface-water-table .swt-percent {
  text-align: right;
}

.sizer {
  width: 435px;
}

.sizer content {
  width: 435px;
}

/*-----------------------------------------------------------------------------------*/
/*	Left Panel
/*-----------------------------------------------------------------------------------*/
.flex {
  display: flex;
  align-items: center;
}

h4 {
  letter-spacing: 0.2px !important;
  color: #4d4852 !important;
  font-size: 14px !important;
}

p {
  color: #4d4852 !important;
  margin-bottom: 5px !important;
}

h3,
label {
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #4aada4 !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

.custom-btn {
  font-size: 12px;
  border-radius: 25px;
  padding: 7px 10px 5px 10px;
  color: #4aada4;
  border: 1px solid #5cc9bf;
  letter-spacing: 0.5px;
  cursor: pointer;
  min-width: 75px;
}

.custom-btn:hover {
  color: #46a69d;
  border: 1px solid #46a69d;
}

.custom-btn:focus {
  outline: 0;
  color: #5cc9bf;
}

.custom-btn-filled,
.tabActive {
  color: white;
  font-size: 12px;
  border-radius: 25px;
  padding: 5px 10px;
  background: #5cc9bf;
  border: 1px solid #5cc9bf;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.custom-btn-filled:hover,
.tabActive:hover {
  color: white;
  background: #46a69d;
  border: 1px solid #46a69d;
}

.custom-btn-filled:focus,
.tabActive:focus {
  outline: 0;
  color: white;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.btn-cancel {
  font-size: 12px;
  padding: 5px 10px;
  border: 0;
  letter-spacing: 0.5px;
  color: #475962;
}

.btn-next {
  font-size: 12px;
  padding: 5px 10px;
  border: 0;
  letter-spacing: 0.5px;
  color: #4d4852;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.btn-caret {
  font-size: 20px;
  margin: 0 10px;
  transform: translateY(-2px);
  font-weight: 500;
}

.input-style {
  border-radius: 0;
  border: #d8d8d8 1px solid;
  color: #4d4852;
  padding: 5px 4px;
  background: #fff;
  height: 28px;
}

/* Custom select dropdown */
.custom-select {
  overflow: hidden;
  margin-bottom: 8px;
  cursor: pointer;
}

.custom-select select {
  background: transparent;
  border: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #475962;
}

.checkbox {
  margin-bottom: 0px;
}

.panel-group {
  padding: 0px 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: #4d4852;
}

.panel-group tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0px;
}

.panel-group .panel-section-header {
  padding-top: 10px;
  margin-top: 5px;
  border-top: 1px solid #eee;
}

.panel-group .panel-section-title {
  letter-spacing: 0.6px;
  font-size: 13px;
  color: #4d4852;
}

.panel-section-subtitle {
  padding-top: 3px;
  font-weight: 100;
  color: #969696;
}

.print-details,
.site-details {
  background: #f6f6f6;
  padding: 12px;
}

.site-details h4 {
  margin: 0 0 14px 0;
}

.inventory-details label {
  margin-bottom: 0;
}

.inventory-details h4 {
  margin: 0;
  letter-spacing: 0.6px;
}

.print-details tr,
.address-details tr,
.site-details tr {
  flex-direction: column;
  align-items: normal;
}

.summary-details input {
  background-color: transparent;
  color: white;
  border: 0;
  width: 65px;
  text-align: center;
}

.summary-details .summary-input-container {
  background-color: #5cc9bf;
  border-radius: 70px;
  border: 0;
  height: 25px;
  display: flex;
  align-items: center;
  /*padding-left: 8px;*/
}

.summary-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.summary-header h3 {
  margin-right: 10px;
  margin-top: 0px;
}

.summary-header hr {
  margin: 0px;
  width: 100%;
}

.print-actions h4 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.print-actions tr {
  margin: 5px 0px;
}

.print-actions {
  display: flex;
  justify-content: space-around;
}

.print-actions .custom-btn-filled,
.print-actions .custom-btn {
  width: 45%;
  text-align: center;
}

.print-settings .panel-group {
  padding: 0;
}

.print-settings .print-header {
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0 3px 0;
}

.print-settings td {
  width: 60%;
}

.print-results-container {
  margin: 20px 10px;
}

.print-results-container tr {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 8px;
  color: #475962;
}

.print-results-container tr:hover {
  background-color: #eee;
}

.gis_PrintDijit .printResultHover table:hover {
  background-color: transparent !important;
}

.site-report-error__container,
.site-report__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 36px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #475962;
  text-align: center;
}

.site-report__container .custom-btn-filled {
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
}

/* Geocoder */
.simpleGeocoder .esriGeocoderContainer {
  width: auto !important;
}

.simpleGeocoder .esriGeocoder {
  border: 1px solid rgb(238, 238, 238) !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.simpleGeocoder .esriGeocoderIcon {
  display: none !important;
}

.simpleGeocoder .esriGeocoderResults {
  border: 1px solid rgb(238, 238, 238) !important;
  -webkit-border-radius: none !important;
  border-radius: none !important;
}

.dialog-container {
  padding: 0 20px;
  color:black;
  letter-spacing: 0.5px;
 
}

.dialog-container h4 {
  margin: 15px 0 10px 0;
  color: #585858;
  font-size: 16px;
  text-transform: capitalize;
}
.dialog-container p {
 text-align: justify;
    text-justify: inter-word;
    line-height: 1.3;   
    letter-spacing:0;
    color:black;
    font-weight:400;
}
 

.dialog-container br {
  margin: 12px;
}

.dialog-container .dialog-group {
  margin: 0 0 20px 0;
  padding: 0 18px;
  border-left: #5cc9bf 2px solid;
}

.dialog-container .button-container {
  margin: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}

.dialog-container .document-item-container {
  width: 77%; 
  justify-content: space-between;
  margin-left: 20px;
}

.dialog-container .custom-btn,
.dialog-container .custom-btn-filled {
  width: 45%;
  margin: 0 2%;
  text-decoration: none;
}

ol.dialog-tour-list {
  list-style: none;
  counter-reset: tour-steps-counter;
}

.dialog-tour-list li {
  margin-bottom: 5px;
  color:black;
  font-weight:400;
  letter-spacing:0;
}

.dialog-tour-list li::before {
  content: counter(tour-steps-counter);
  counter-increment: tour-steps-counter;
  color: #fff;
  font-weight: bold;
  background: #5cc9bf;
  border-radius: 50%;
  padding: 2px 6px;
  margin-left: -30px;
  margin-right: 10px;
}

ul.dialog-about-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li.dialog-about-item {
  background: url(./images/question_icon.png) no-repeat left top;
  min-height: 40px;
  padding-left: 30px;
  margin-left: 25px;
}

.modal-footer {
  background: #eceff1;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2px 0px;
  display: flex;
  align-items: center;
}

.modal-footer_action-btns {
  position: absolute;
  right: 0;
}

.modal-footer::before,
.modal-footer::after {
  display: none;
}

.modal-footer a {
  color: #4d4852;
  text-decoration: none;
}

.method-btn-group h4 {
  margin: 15px 0 5px 0;
}

/* custom css*/
.simpleGeocoder .esriGeocoder input{
    width:95% !important;
    padding-right:2px !important;
}
.modal-select-your-position li {
    overflow: visible;
    padding-left: 17px;
    position: relative;
    list-style-type: none;
    font-weight:400;
    color:black;
}

    .modal-select-your-position li:before {
        content: "-";
        left: 0;
        position: absolute;
    }
ul.modal-select-your-position-non li {
    overflow: visible;
    padding-left: 10px;
    position: relative;
    list-style-type: lower-alpha;
}

ul.modal-select-your-position-non li:before {
    
    left: 0;
    position: absolute;
}
.custom-text-align {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.3;   
    letter-spacing:0;
    color:black;
    font-weight:400;
}
.modal-select-your-position-non li {
    list-style-type: none;
}
p.custom-text-align {
    color: black !important;
}
h1.text-center {
    color: black !important;
    font-weight: bold;
    line-height: 1.5em;
}
h5.text-center {
    position: relative;
    margin: 0;
}