.moduleMainTitle {
    /*
    color:black;
    font-size: 32px;
    text-align: center;
    margin: 20px auto;
    text-transform: none;
    */
    font-size: 20px;
    text-transform: uppercase;
    color: #003E31;
    text-align: center;
    margin: 0 auto;
    margin-left: 252px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  
  .moduleButtons{
    margin-left: 252px;
  }

  .moduleSidebar {
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    bottom:0;
    border-right: 2px solid #b1b1b1ad;
    overflow-x: hidden;
    padding-top: 87px;
    background-image: linear-gradient(#eeeeee, #b1b1b1ad);
    padding-bottom: 28px;
  }
  
  .moduleSidebarEM {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    bottom:0;
    z-index: 1;
    border-right: 1px solid #a1b5a1a3;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 87px;
    background-image: linear-gradient(#ffffff, #bdc9bd66);
    padding-bottom: 28px;
  }
  
  .sitebarConainer{
    width: 250px;
    position: fixed;
    top: 170px;
    left: 0;
    bottom:0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: gray;
    margin-bottom: 28px;
  }
  
  .moduleSidebar a {
    padding: 15px;
    text-decoration: none;
    background-image: linear-gradient(#eeeeee, #b1b1b1ad);
    font-size: 15px;
    color: #003E31;
    text-align:left;
    display: block;
  }
  .moduleSidebar a:hover {
    background-color: #4864ad;
  }
  
  
  .moduleContainer {
    padding: 0px 10px;
    position: fixed;
    /*top: 220px;*/
    top: 250px;
    left: 0;
    right: 0;
    bottom: 23px;
    margin-left: 252px;
    /* margin-top: 90px; */
    overflow: auto;
    text-align: left;
    margin-bottom: 26px;
    overflow-x: auto;
  }
  
  .moduleTitle{
    font-size: 20px;
    text-transform: uppercase;
    color: #003e31;
    text-align: center;
    margin: 0 auto;
    padding-top:20px;
  }

  .modulePageTitle{
    font-size: 20px;
    text-transform: uppercase;
    color: #003E31;
    text-align: center;
    margin: 20px auto;
  }
  
  .active{
    background-color:#003E31;
  }
  
  .moduleTime{
    font-size: 12px;
    text-align: center;
  }
  
  .moduleHeader{
    /*background-image: linear-gradient(#eeeeee, #b1b1b1ad);*/
    background-image: linear-gradient(#eeeeee, #a1b5a1);
    padding-bottom: 20px;
  }

  .toolDropdownBox{
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    padding: 5px 0;
    border: 1px solid lightgray;
    height: 35px;
    display: inline-block;
    margin: 0 auto;
    text-align-last: center;
  }
  
  .toolTitle{
    font-size: 15px;
    text-transform: uppercase;
    color: gray;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    padding:0;
    width:auto;
  }
  
  .toolRow{
    margin: 0 auto;
    text-align: center;
  
  }
  
  .toolInputBox{
    text-align: center;
    font-size: 15px;
    padding: 5px;
    border: 1px solid lightgray;
    height: 25px;
    display: inline-block;
    width: 150px;
  }
  
  .toolSubmitBtn{
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    max-width: 250px;
    border-radius: 35px;
    display: inline-block;
    padding: 12px 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #003E31;
    height: auto;
    text-align: center;
  }

  .menuWithSubmenu{
    padding:10px 0;
    text-decoration: none;
    /*background-image: linear-gradient(#b1b1b1ad, #eeeeee);*/
    background-image: linear-gradient(#a1b5a1, #eeeeee);
    font-size: 15px;
    color: #003E31;
    text-align: left;
    display: block;
    border-top: 1px solid #467a479c;
    border-bottom: 1px solid #b1c0b1;
  }
  
  .sidebarMainmenu{
    padding: 10px;
      text-decoration: none;
      background-image: linear-gradient(#eeeeee, #b1b1b1ad);
      font-size: 15px;
      color: #003E31;
      text-align: left;
      display: block;
      position:relative;
      text-transform: uppercase;
    }
    
  .sidebarSubmenu{
    padding: 5px 0px 5px 25px;
    font-size: 14px;
    color: #003E31;
    text-align: left;
    text-decoration: none;
    display:block;
    position: relative;
    text-transform: uppercase;
  }
  
  .sidebarSubmenu:hover{
    padding: 5px 0px 5px 25px;
    font-size: 14px;
    color: darkred;
    text-align: left;
    text-decoration: none;
    display:block;
    position: relative;
  }
  
  .submenuActive{
    color: darkred;
  }

  #resultTable > tr > td{
    text-align: center;
  }

  .tableClass{
    table-layout: auto;
    border-collapse: collapse;
    text-align: center;
    margin: 10px auto;
    background-color: white;
    table-layout: fixed; 
    display:table;
    border: 2px solid lightgray;
    width: max-content;
}

.tableHeader{
  background-image: linear-gradient(#eeeeee, #b1b1b1ad);
}

.tableClass > div{
  border:1px solid white;
  padding:5px;
  font-size:15px;
  color:gray;
  text-align: center;
  width:170px;
}

.tableClass > input{
    width:20px;
    height:20px;
}

.tableRow{
  display:table-row;
  text-decoration: none;
  background-color:#c2f1c2;

}

.tableRow:hover{
  background-color: #aae9aa;
  border: 1px solid white;
  cursor:pointer;
}

.tableCell{
  display:table-cell;
  color:black;
  border: 1px solid white;
  padding: 5px;
  text-align: center; vertical-align: middle;
}



.popupFrame{
  display:none;
    top: 88px;
    left: 251px;
    right: 0px;
    bottom: 40px;
    background-color: #fbfbfb;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}

.popupWindow{
  position:absolute;
  top: 0px;
  left: 252px;
  right: 0;
  bottom: 0px;
  border:10px solid white;
  overflow-y: auto;
  background-color: #fbfbfb;
}

.closePopupBtn{
  display:none;
  position:absolute;
  top: 160px;
  right: 0px;
  cursor:pointer;
  height: 40px;
  
}

.closePopupBtn object{
  height:40px;
}

#closeBtn{
  font-size: 35px;
  position: absolute;
  top: 3px;
  right: 46px;
  height: 33px;
  width: 33px;
}

.popupFirstCol{
  width:400px;
  border:1px solid red;
}

.popupSecondCol{

}

#popupMainTitle{
  text-transform: uppercase;
  font-size: 15px;
  color: #003E31;
  margin-bottom:10px;
  text-align: center;
  margin-top:10px;
}

#popupDateTitle{
  text-transform: uppercase;
  font-size: 20px;
  font-weight:bold;
  color: gray;
  margin-bottom:10px;
  text-align: center;
}

#popupSubTitle{
  text-transform: uppercase;
  font-size: 13px;
  color: darkgray;
  margin-bottom:10px;
  text-align: center;
}

.popupChartBarContainer{
  overflow-x: auto;
  overflow-y: hidden;
  height:250px;
  border:1px solid lightgray;
  padding:10px;
  background-color: white;
  position:relative;
}

#popupTable{
  width:100%;
  border-collapse: collapse;
  border:0;
  margin:15px 0;
}

#popupTable > tr > td{
  width:25%;
  vertical-align: top;
}

#popupChartBar{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  height: 100%;
}

.chartFrame{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.chartHorizontalLine1{
  border-top:1px solid #ebebeb;
  height:33%;
}
.chartHorizontalLine2{
  border-top:1px solid #ebebeb;
  height:33%;
}
.chartHorizontalLine3{
  border-top:1px solid #ebebeb;
  height:33%;
}

.chartBars{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  padding: 10px 10px 21px 21px;
}

.chartBarItemContainer{
  position:relative;
  float:left;
  margin-left: 15px;
  width: 15px;
  height: 100%;
}

.chartBarItem{
  position:absolute;
  left:0;
  bottom:0;
  width:15px;
  height:80%;
  background-color:#0078ff;
  cursor:pointer;
}

.defaultChartBarItem{
  background-color:#0078ff;
}

.selectedChartBarItem{
  background-color:rgb(255, 145, 2);
}

.chartMinValue{
  position:absolute;
  left:5px;
  color:lightgray;
  font-size:10px;
}

.chartMaxValue{
  position:absolute;
  left:5px;
  color:lightgray;
  font-size:10px;
}

.dialogFrame{
  display:none;
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  background-color:#fbfbfb;
}

.dialogWindow{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border:10px solid white;
  padding:10px;
  overflow-y: auto;
}

.closedialogBtn{
  display:inline-block;
  position:absolute;
  top: -2px;
  right: -1px;
  cursor:pointer;
}

.closedialogBtn > i{
  font-size:35px;
  color:darkred;
}

.dialogFirstCol{
  width:400px;
  border:1px solid red;
}

.dialogSecondCol{

}

#dialogMainTitle{
  text-transform: uppercase;
  font-size: 15px;
  color: #003E31;
  margin-bottom:10px;
  text-align: center;
}

#dialogDateTitle{
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 200;
  font-size: 15px;
  color: #003E31;
}

#dialogSubTitle{
  text-transform: uppercase;
  font-size: 13px;
  color: darkgray;
  margin-bottom:10px;
  text-align: center;
}

.dialogChartBarContainer{
  overflow-x: auto;
  overflow-y: hidden;
  height:250px;
  border:1px solid lightgray;
  padding:10px;
  background-color: white;
  position:relative;
}

#dialogTable{
  width:100%;
  border-collapse: collapse;
  border:0;
  margin:15px 0;
}

#dialogTable > tr > td{
  width:25%;
  vertical-align: top;
  text-align: center;
}

#dialogChartBar{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  height: 100%;
}

.minimizedMap{
  border-collapse: collapse;
  border: 0;
  width:8.278vw;
  height:3.85vw;
  /*width:24.834vw;
  height:11.55vw;*/
  margin:0 auto;
  margin-bottom:20px;
}

.minimizedMap td{
  border:1px solid white;
  background-color: #99999960;
  text-align: center;
}

.selectedMapGrid{
  background-color:#DF4129!important;
}

.objectNumber{
  width:135px;
  margin:20px auto;
  position:relative;
}

.underChartMaxValue{
  color:gray;
  font-size:15px;
  position:absolute;
  top: -7px;
  right: 21px;
}

.underChartMinValue{
  color:gray;
  font-size:15px;
  position:absolute;
  bottom: 24px;
  left: 5px;
}

.levelOfRisk{
  color:#0078ff;
  font-size:25px;
  text-align: center;
}

.dataTitle{
  color:#0078ff;
  font-size:20px;
  text-align: center;
  margin-bottom:10px;
  min-height:27px;
}

.dataSubTitle{
  color:lightgray;
  font-size:16px;
  text-align: center;
  margin-bottom:10px;
}

.popupImage > img{
  width:100%;
}

#updateEventBtn > a{
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  max-width: 250px;
  border-radius: 35px;
  display: block;
  margin: 10px auto;
  padding: 7px 0px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: #9f9f9f;
  height: auto;
  text-align: center;
  min-width: 134px;
  width: auto;
}

.modifyEventBtn:hover{
  background-color:#386d51!important;
}

.deleteEventBtn:hover{
  background-color:darkred!important;
}

#eventformTable{
  width: 100%;
  border-collapse: collapse;
}

#eventformTable td{
  padding:10px;
  vertical-align: top;
}

#eventformTable td > .tableFormRow{
  display:block;
  margin-bottom:10px;
}

#eventformTable td .tableFormRow > label{
}

#eventformTable td .tableFormRow > button{
  padding: 8px;
  cursor: pointer;
}

#eventformTable td .tableFormRow > select{
  width: 300px;
  height: 30px;
  border: 1px solid lightgray;
}

#eventformTable td .tableFormRow > input{
  width: 294px;
  height: 26px;
  border: 1px solid lightgray;
}

#eventformTable td .tableFormRow > textarea{
  width: 294px;
  min-width: 294px;
  max-width: 294px;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
  border: 1px solid lightgray;
}

.animalSelectorDialogBox{
  position: absolute;
  top: 155px;
  left: 267px;
  width: 80%;
  border: 1px solid lightgray;
  box-shadow: 5px 5px 40px rgba(0,0,0,0.2);
  background-color: white;
  height: 460px;
  z-index: 100;
  display:none;
}

.dialogMainTitle{
  text-transform: uppercase;
  color:gray;
  font-size:13px;
  margin-top:15px;
  margin-bottom:15px;
}

.dialogAnimalFilterContainer{
  height:30px;
  margin-bottom:10px;
}

.dialogAnimalContainer{
  overflow-y: auto;
  height: 340px;
  padding:15px;
}

.animalSelectorDialogBox input{
  width: 294px;
  height: 22px;
  border: 1px solid lightgray;
}

.animalSelectorDialogBox select{
  width: 150px;
  height: 26px;
  border: 1px solid lightgray;
}

.closeanimalSelectorDialogBoxBtn{
  display:inline-block;
  position:absolute;
  top: -2px;
  right: -1px;
  cursor:pointer;

}

.closeanimalSelectorDialogBoxBtn > i{
    font-size:35px;
    color:darkred;
    background-color: white;
}

.animalItemContainer{
  display: inline-block;
  float: left;
  width: 170px;
  margin-right:15px;
  cursor:pointer;
  border:1px solid transparent;
  height:240px;
  margin-bottom:10px;
}

.animalItemContainer:hover{
  border:1px solid #003E31;
}

.animalItemContainer img{
  width:100%;
}

.animalItemContainer .animalNameTitle{
  text-align:center;
  text-transform: uppercase;
  font-size:14px;
  color:#003E31;
}

.animalItemContainer .animalNameLatinTitle{
  text-align:center;
  text-transform: uppercase;
  font-size:13px;
  color:gray;
}

#animalItemContainerPreview{
  width: 170px;
  margin-right:15px;
  border:1px solid transparent;
  display:none;
  margin:0 auto;
}

#animalItemContainerPreview img{
  width:100%;
}

#animalItemContainerPreview .animalNameTitle{
  text-align:center;
  text-transform: uppercase;
  font-size:14px;
  color:#003E31;
}

#animalItemContainerPreview .animalNameLatinTitle{
  text-align:center;
  text-transform: uppercase;
  font-size:13px;
  color:gray;
}

.selectedAnimalPreview{
  text-align: center;
    margin-top: 20px;
    margin-left: 200px;
    display: inline-block;
}

.newEvent{
  background-color:rgb(255 228 212)!important;
  border:1px solid white!important;
}

.startedEvent{
  background-color:rgb(175, 208, 213)!important;
  border:1px solid white!important;
}

.newEvent:hover{
  background-color:rgb(255, 193, 158)!important;
}

.newEvent .tableCell{
  border:1px solid white!important;
}

.tableHeader .tableCell{
  font-size: 13px;
  text-transform: uppercase;
  padding:5px 10px;
}

.tableFormRow input[type='text']{
  width: 150px;
  height: 26px;
  border: 1px solid lightgray;
}

.tableFormRow input[type='number']{
  width: 150px;
  height: 26px;
  border: 1px solid lightgray;
}

.tableFormRow input[type='submit']{
  width: 150px;
  height: 38px;
  margin-left: 5px;
  border: 1px solid lightgray;
}

.tableFormRow label{
  width: 175px;
  height: 26px;
  color:gray;
  text-align: right;
  margin-right: 15px;
}


.tableFormRow > select{
  width: 200px;
  height: 26px;
  border: 1px solid lightgray;
  text-align: center;
}

.tableFormRow > textarea{
  width: 200px;
  height: 110px;
  border: 1px solid lightgray;
  text-align: center;
  min-width:200px;
  min-height:110px;
  max-width:200px;
  max-height:110px;
}

.tableFormRow{
  width:560px;
  text-align: center;
  margin: 0 auto;
  margin-top:15px;
}

.gridContainerView{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-collapse: collapse;
  border:0;
  z-index: 100;
  border:1px solid #7c4949;
}

.gridContainerView td{
  border: 1px solid rgb(255 255 199 / 35%);
  padding: 0;
}

.gridContainerSmall{
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.gridContainerSmall td{
    border:1px solid #acbdac52;
}

.main11, 
.main21,
.main31,
.main41,
.main51,
.main61,
.main71,
.main81,
.main91,
.main101{
  position:relative;
}

.main12,
.main13,
.main14,
.main15{
  position:relative;
}

#row1 td, 
#row2 td,
#row3 td,
#row4 td,
#row5 td{
  position:relative;
}

.colID{
  position:absolute;
  top:2px;
  display:block;
  text-align: center;
  width: 100%;
  color: white;
}

.rowID{
  position:absolute;
  left:3px;
  top:37%;
  color: white;
}

.largeGridmap{
  position:relative;
  width: 78.3vw;
  height: 29.68875vw;
  margin:0 auto;
  border:10px solid #acbdac;
  margin-bottom:50px;
}

.largeGridmap img{
  width:100%;
  height:100%;
  object-fit: fill;
}

.largemapGridItem{
  width:10%;
  height:10%;
}

.gridContainer{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-collapse: collapse;
  border:0;
  z-index: 100;

}

.gridContainer td{
  border:1px solid yellow;
  cursor:pointer;
}

.gridContainer td:hover{
  background-color: #df412982;
}

.subGridContainer{
    width: 26.125394vw;
    height: 19.77326vw;
    border: 10px solid #57626D;
    margin: 0 auto;
    position:relative;
}

.eventTimeLine{
  height: 300px;
  border:1px solid lightgray;
  overflow-x: auto;
  overflow-y: hidden;
  box-shadow: 3px 4px 8px rgba(0,0,0,0.1);
}

.timelineWrapper{
  position:relative;
  height:252px;
}

.chartBarContainer{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(#d6e7d6, #f7f7f7);
}

.dashboardChartBarItem{
  position: relative;
  height: 220px;
  width: 90px;
  text-align: center;
  float: left;
}

.dashboardChartBar{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 15px;
  height: 100px;
  background-color: #0078ff;
}

.chartbarAnimalImg{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 155px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.chartbarAnimalNumber{
  position:absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 111px;
  color:gray;
  font-size:13px;
  text-transform: uppercase;
}

.chartbarEventRegistered{
  position:absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -60px;
  color:gray;
  font-size:13px;
  text-transform: uppercase;
}

.panelContainer{
  margin:0 auto;
  margin-bottom:30px;
  text-align: center;
  max-width:1340px;
}

.dashboardPanel{
  max-width:25%;
  display: inline-block;
  min-height:100px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 3px 4px 8px rgba(0,0,0,0.1);
  background-color: #a1b5a10d;
  border:1px solid lightgray;
  width: 300px;
  height: 100px;
  margin-right: 20px;
  padding:5px;
  
}

.redPanel{
  border-bottom: 3px solid #da0543;
}

.bluePanel{
  border-bottom: 3px solid #004595;
  
}

.orangePanel{
  border-bottom: 3px solid #fcb622;
  
}

.greenPanel{
  border-bottom: 3px solid #0bbe76;

}

.panelTitle{
  font-size:13px;
  text-transform: uppercase;
  color: gray;
  text-align: center;
  margin-top:10px;

}

.panelTitleValue{
  font-size: 35px;
  text-transform: uppercase;
  color: #0078ff;
  text-align: center;
}

.panelChart{
  width: 646px;
  display: inline-block;
  min-height: 375px;
  border-radius: 5px;
  box-shadow: 3px 4px 8px rgba(0,0,0,0.1);
  background-color: #a1b5a10d;
  border: 1px solid lightgray;
  margin-right: 20px;
  float: left;
}

.mainMenuSymbol{
  font-size:26px;
}

.menuSymbol{
  font-size: 17px;
  margin-right: 6px;
  color:#003E31;
}

.searchBoxContainer{
  position: relative;
  display: block;
  margin: 0 auto;
  width: 257px;
  margin-top: 10px;
}

.searchInputBox{
  width: 220px;
  height: 26px;
  border: 1px solid lightgray;
  padding: 0 5px 0 30px;
  outline: 0;
}

.searchIcon{
  font-size: 17px;
  position: absolute;
  top: 2px;
  left: 5px;
  color: lightgray;
}

.animalPiePhoto{
  width: 55px;
  height: 55px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}

.smallUnit{
  font-size:13px;
  color:gray;
  text-transform: uppercase;
  margin-left:5px;
}

.newIncident{
  background-color:rgb(255 228 212)!important;
  border:1px solid white!important;
}

.newIncident:hover{
  background-color:rgb(255, 193, 158)!important;
}

.newIncident .tableCell{
  border:1px solid white!important;
}

#updateIncidentBtn > a{
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  max-width: 300px;
  border-radius: 35px;
  display: inline-block;
  margin: 10px auto;
  padding: 7px 0px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: #9f9f9f;
  height: auto;
  text-align: center;
  min-width: 200px;
  width: auto;
  margin-left:15px;
}

#updateIncidentBtn > a:first-child{
  margin-left:0;
}

.modifyIncidentBtn:hover{
  background-color: #386d51!important;
}

.printIncidentToPdfBtn:hover{
  background-color: #386d51!important;
}

.deleteIncidentBtn:hover{
  background-color: darkred!important;
}

.incidentColTable{
  width:100%;
  border-collapse: collapse;
}

.incidentColTable td{
  border: 1px solid lightgray;
  vertical-align: top;
  height: 75px;
}

.dataFormRow{
  position: relative;
  height: 75px;
}

.incidentDataTitle{
  position: absolute;
  top: 3px;
  left: 3px;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
}

.incidentAnswer{
  padding-top: 30px;
  font-size: 20px;
  color: #004595;
  text-transform: uppercase;
  text-align: left;
  padding-left: 20px;
}

#popupIncidentTable{
  width:100%;
  border-collapse: collapse;
}

#popupIncidentTable tr td{
  border:1px solid lightgray;
  vertical-align: top;
}

.costInfoTitle{
  top: 3px;
  left: 3px;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  margin:7px auto;
  text-align: center;
}

.checkBoxContainer{
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  width: 160px;
}

.checkBoxRow{
  width: 135px;
}

.checkBoxRow input[type="checkbox"]{
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
}

.incidentAnswer input{
  text-align: left;
  line-height: 20px;
  font-size: 15px;
  padding: 5px 5px;
  border: 1px solid lightgray;
  height: 20px;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  text-align-last: left;
  width: 250px;
  outline:0;
}

.incidentAnswer select{
  text-align: left;
  line-height: 20px;
  font-size: 15px;
  border: 1px solid lightgray;
  height: 35px;
  max-width: 500px;
  display: block;
  text-align-last: left;
  width: 250px;
  outline: 0;
}

.incidentTextarea{
  width: -webkit-fill-available;
  min-width: -webkit-fill-available;
  max-width: -webkit-fill-available;
  margin: 0 20px;
  height: 105px;
  min-height:105px;
  max-height:105px;
  outline:0;
  font-size: 15px;
  padding: 5px 5px;
  border: 1px solid lightgray;
}

.checkBoxRow label{
  text-align: left;
  width: 100px;
  font-size: 14px;
  text-transform: uppercase;
}

.twoColCheckboxContainer{
  border:0;
  padding-top: 30px;
}

.twoColCheckboxContainer tr td{
  border:0!important;
}

.twoColCheckboxContainer tr td label{
  width: 127px;
  display: inline-block;
  height: 30px;
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
}

.twoColHeather{
  width: 100px!important;
  text-align: center!important;
  font-size: 14px;
  text-transform: uppercase;
}

.twoColCheckboxContainer tr td input[type="checkbox"]{
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
}

.effectsCheckboxTd label{
  width:200px!important;
}

.effectsCheckboxTd .checkBoxRow{
  width: 250px!important;
}

.currencyTitle{
  display: inline-block;
  position: absolute;
  bottom: 16px;
  right: 50px;
}

#parts_of_other_details, #effect_on_flight_other_details{
  display:none;
}

.selectStyle{
  width: 220px;
  height: 26px;
  border: 1px solid lightgray;
  outline: 0;
  text-align: center;
}

.inputStyle{
  width: 220px;
  height: 26px;
  border: 1px solid lightgray;
  outline: 0;
}

.noWildNotificationPopup{
  height:300px;
  width:600px;
  position:fixed;
  background-image: linear-gradient(#a1b5a1, #eeeeee);
  border:10px solid white;
  z-index: 10000;
  box-shadow:10px 10px 10px rgba(0,0,0,0.2);
  text-align:center;
  display:none;
}

.dialogButton{
  padding:10px;
  min-width:200px;
  cursor:pointer;
  background-color:#003E31;
  color:white;
  outline:0;
  border:0;
  margin:20px auto;
}

.noBirdAndWildMessage{
  font-size:16px;
  color:#003E31;
  text-align:center;
  text-transform:uppercase;
}

.tracingColorSample{
  width:186px;
  height:30px;
}

.sharedTableCell{
  display:inline-block;
}

.deadwildAnimalProfile{
  width:50px;
  height:50px;
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:25px;
  float:left;
}

.deadwildAnimalSpeciesName{
  width:200px;
  float:left;
}

.extraSearchSection{
  margin:10px 0;
  position:relative;
}

.searchDate > input{
  width: 220px;
  height: 26px;
  border: 1px solid lightgray;
  padding: 0 5px 0 30px;
  outline: 0;
}

.resultPageDropdown{
  width: 100px;
  height: 26px;
  border: 1px solid lightgray;
  padding: 0 5px 0 30px;
  outline: 0;
}

.animalContainer{
  text-align: center;
    display: inline-block;
    width:150px;
    height: 230px;
    position:relative;
    border:1px solid transparent;
}

.animalContainer .animalImg img{
  width:100%;
}

.animalContainer .animalNameTitle{
  text-align:center;
  text-transform: uppercase;
  font-size:14px;
  color:#003E31;
}

.animalContainer .animalNameLatinTitle{
  text-align:center;
  text-transform: uppercase;
  font-size:13px;
  color:gray;
}

.animalContainer input[type='checkbox']{
  position:absolute;
  top:0;
  right:0;
  width:20px;
  height:20px;
}

.filterDropdown{
  width: 150px;
  height: 26px;
  border: 1px solid lightgray;
  outline: 0;
}

.animalContainerLabel{
  cursor:pointer;
  margin-top: 20px;
  margin-right: 20px;
  width:auto;
  height:auto;
  float:left;
  border: 1px solid lightgray;
}

.minusCheckBox{
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 15px;
  border: 1px solid gray;
  background-color: white;
  font-size: 28px;
  cursor:pointer;
}

.minusCheckBox span{
  pointer-events: none;
}

#multiSelectButton{
  text-align: center;
  display: inline-block;
  color:lightslategray;
  margin:0 auto;
  cursor:pointer;
}

.exportPopup{
  display:none;
  width:300px;
  height:100px;
  background-color: white;
  box-shadow:5px 5px 5px rgba(0,0,0,0.1);
  border-radius:5px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding:10px;
}

.exportInProgress{
  width:100%;
}

.exportPopup button{
  margin-top:20px;
  cursor:pointer;
}

.exportLabel{

}

.progressBarContainer{
  margin:0 auto;
  width:180px;
  margin-top:10px;

}



































