html{
    height: 100%;
}
html,body{
  background-color: #fff ; /* F26619 */
  color: #333;
  font-family: arial,sans-serif;
  margin:0px;
  padding: 0;
  font-size:small;
  min-height:100%; /* needed for container min-height */
}
.clearfix:after{
    content:"";
    display: table;
    clear: both;
}
h1{
  font-size:20px;
  margin-top: 0;
  margin-bottom: 0;
}
h2{
  font-size:20px;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.popupBody h2{
    margin-top: 0;
    padding-top: 1.2em;
}
h4{
  font-size:14px;
  margin-top:5px;
  margin-bottom:7px;
}
#outer{
  position:relative; /* needed for footer positioning*/
  margin:0px auto; /* center, not in IE5 */
  
  width: 100%;
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treated as min-height*/

  min-height:100%; /* real browsers */
}
#header {
  background-image: url(../img/header_back10.jpg);
  background-repeat:no-repeat;
  padding: 0;
  background-color: #b1beff;
  height: 96px; 
  margin: 0.5em 0 0.5em 0.5em;
}

#headerLeft{
  float: left;
  width: 400px;
  margin-left: 10px;
  color: #b1beff;
}
#headerRight{
  float: right;
  color: #000;
  margin: 0.5em 1.5em;
}
#headerLoggedOn a{
  color: #000;
}
#middle{
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.8em;  
  padding-bottom: 5em; /* bottom padding for footer */
}

#footer{
 background-image: url(../img/footer_back9.jpg);
 background-repeat: no-repeat;
  position: fixed;
  width:100%;
  bottom:0; /* stick to bottom */
  background-color: #b1beff;
  color: #335;
  padding: 8px 16px;
  margin: 0 0 0 0.5em;
  -moz-border-radius-topleft: 6px; 
  -webkit-border-top-left-radius: 6px; 
  -khtml-border-top-left-radius: 6px; 
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px; 
  -webkit-border-top-right-radius: 6px; 
  -khtml-border-top-right-radius: 6px; 
  border-top-right-radius: 6px;
}
#footer a:link, #footer a:visited{
  color: #fff;
}
#footer a:hover{
  color: #ddd;
}

#footerLeft{
  float: left;
}
#footerRight{
  float: right;
}

.linkText{
  cursor: pointer;
  text-decoration: underline;
  color: #333;
}
.linkText:hover{
  color: #f66;
}

.warning{
  border: 1px solid #f00;
  padding: 0.3em;
}
.errorMessage{
  border: 1px solid;
  padding: 0.3em;
  background-color: #fff;
  color: #f00;
  margin-bottom: 0.3em;
  display: inline-block;
  list-style-position: inside;
}
.successMessage{
  border: 1px solid;
  padding: 0.3em;
  background-color: #fff;
  color: #080;
  margin-bottom: 0.3em;
}
.helpfulComment{
  font-style: italic;          
}

.filename{
  font-weight: bold;
  font-style: italic;
}

/* admin pages */
 

   input.radioLeft{
	  margin-bottom: 0;
	  margin-left: 0.2em;
	  margin-right: 0.2em;
	  vertical-align: bottom;
	}



/*incident form stuff*/

	.formCaption{
	  font-weight: bold;
	  text-align: right;
	  padding-right: 0.5em;
	}
    .formCaption i{
        font-weight: normal;
    }
    /* next two selectors used to use classes .radio and .checkbox */
	input[type="radio"]{
	  margin: 0 0.2em 0 1em;
	  vertical-align: bottom;
	}    
	input[type="checkbox"]{
	  margin-bottom: 0.3em;
	  margin-left: 0.2em;
	  margin-right: 1em;
	  vertical-align: bottom;
	}
    td span:first-child > input[type="radio"]{
      margin-left: 0; /* incident form, first radios element */
    }        

	 #village{
		 width: 240px;
	 }
	 
	 #deployment_number{
		width: 45px;
	 }
	 #deployment_select, #verified_date{
		margin-top: 1.1em;
	 }
	 table#deployed_list td{ 
		padding-right: 1em;
	 }
	 table#deployed_list button{
		font-size: larger;
		font-weight: bold;
	 }
     
     #previous_actionTaken{
        max-height: 130px;
        overflow-y: auto;
        width: 100%;
        padding: 6px;
        box-sizing: border-box;
        margin-bottom: 4px;
     }
     #dataEntryFormContainer textarea{
        width: 100%;
     }
     #illnessTime{
        width: 6em;
     }
		
#subdistrictsSelectedDisplay{
  line-height: 1.7em;
  margin-top: 4px;
}
#subdistrictsSelectedDisplay .button{
  padding: 0 5px 0 3px;
  margin-left: 4px;
}

/* index page specific */

	.tab{
		position: relative;
		z-index: 1;
		display: inline;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-right: 4px;
		background-color: #fff;
		white-space: nowrap;
		background-image: url(../img/tab-body-unselected.jpg);
		background-repeat: repeat-x;
		background-position: left top;
		border-top-width: 1px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #000000;
		border-left-color: #000000;
	}
	.tabSelected{
		background-image: url(../img/tab-body-unselected.jpg);
	}
	.recenttabSelected{
		background-image: url(../img/tab-leftside-unselected.jpg);
		border-left-width: 0;
	}
	.recenttabUnselected{
		background-image: url(../img/tab-leftside-selected.jpg);
		border-left-width: 0;
		cursor: pointer;
	}
	.recenttabUnselected:hover{
	  color: #F00;
		cursor: pointer;
	}    
	.tabUnselected{
		background-image: url(../img/tab-body-selected.jpg);
		cursor: pointer;
	}
	.tabUnselected:hover{
	  color: #F00;
	}        
	.searchtabUnselected{
		background-image: url(../img/tab-rightside-selected.jpg);
		background-position: right top; 
		border-right-width: 0;
		cursor: pointer;
		margin-right: 40px;
	}
	.searchtabUnselected:hover{
	  color: #F00;
	}        
	.searchtabSelected{
		background-image: url(../img/tab-rightside-unselected.jpg);
		background-position: right top;
		border-right-width: 0;
		margin-right: 40px;
	}
	.wholetabUnselected{
		background-image: url(../img/tab-leftside-selected.jpg);
		border-left-width: 0;
		margin-right: -5px;
		cursor: pointer;
	}
	.wholetabUnselected:hover{
	  color: #F00;
	}        
	.wholetabSelected{
		background-image: url(../img/tab-leftside-unselected.jpg);
		border-left-width: 0;
		margin-right: -5px;
	}
	.whole2tabUnselected{
		background-image: url(../img/tab-rightside-selected.jpg);
		background-position: right top;
		width: 14px;
		overflow: hidden; 
		border-right-width: 0;        
		border-left-width: 0;
		cursor: pointer;
	}
	.whole2tabUnselected:hover{
	  color: #F00;
	}        
	.whole2tabSelected{
		background-image: url(../img/tab-rightside-unselected.jpg);
		background-position: right top;
		width: 14px !important;
		overflow: hidden;
		border-left-width: 0;
		border-right-width: 0;
	}
	#content{
		position: relative;
		z-index: 0;
		border: 1px solid;
		margin-top: 5px;
		padding: 5px;
		background-color: #fff;
	}
	.padded{
	}
	.resultsTable{
		table-layout: auto;
		width: 100%;                  
	}
	.resultsTable td{                 /* results rows */
		padding: 0.6em 0.3em;             
		text-align: left;
	}
	.resultsTable td:first-child{
		 text-align: left;
	}
	.resultsTable td .icon{                 
		margin: -0.4em 0;
	}
	.resultsTable .letterIcon{
		background-repeat: no-repeat;
		/*background-image: url(../img/read.gif);      
		background-position: 4px 0.15em;         
		padding-left: 32px;*/
	}
	.resultsTable .unread .letterIcon {
		background-repeat: no-repeat;
		/*background-image: url(../img/unread.jpg);  
		background-position: 4px 0.15em; 
		padding-left: 32px; */       
	}
	.resultsTable th{
/*        border-bottom: 1px solid #000;  */
		padding: 0.1em;
	}
	.incidentTable td{
		/* just overriding the resultstable settings, cos its inside resultstable */
		padding: 0.1em;
		white-space: nowrap;
		text-align: left;
	}
	.incidentWholeLeft{
	 padding-right: 8px;
	 border-right: 1px solid;
	}
	.incidentWholeRight{
	 padding-left: 8px;
	}
	.incidentWholeLeft, .incidentWholeRight{
	 vertical-align: top;
	 text-align: left;
	}
	.longText{
	 display: inline-block;
	 margin-top: 8px;
	 margin-bottom: 20px;
	}    
	.darkStripe{
		background-color: #eee;
	}
	.incidentStripe{
		background-color: #eeffee;
	}
	.NewincidentStripe{
		background-color: #eeffee;
	}
	.discussionStripe{
		background-color: #eeffee;        
	}
	.NewdiscussionStripe{
		background-color: #eeffee;        
	}
	#detail{
		background-image: none;
	}
	.lineLeft{
	  border-left: 1px solid #000;
	}
	.resultsTitle{
	  width: 100%;
	}
	.thisPage{
	  display: inline;
	  font-weight: bold;
	  padding-right: 0.2em;
	  padding-left: 0.2em;
	}
	.anotherPage{
	  display: inline;
	  text-decoration: underline;
	  cursor: pointer;
	  padding-right: 0.2em;
	  padding-left: 0.2em;
	}
	.anotherPage:hover{
	  color: #f66;
	}        
	#detailInner{
	  max-height: 30em;
	  overflow-y: auto;
	  overflow-x: hidden;
	}
	.listingBlock{
	  padding: 0.5em 0.2em;
	}
	.indentedContent{
	  padding-left: 2em;
	}
	.downloadLink{
	 margin-bottom: 1em;
	}
	.resultsTable .downloadLink{
	 display: inline-block;
	 margin: 0;
	}
	.listingButtons{
	  padding: 0.2em 0 0.8em 0;  
	}
	.button{
	  padding: 0.1em 0.4em 0.1em 0.4em;
	  margin: 0 0.2em;
	  cursor: pointer;
	  background-color: #e9e9e9;
	  border: 1px solid #000000;
	  white-space: nowrap;
	  font-style: italic;
	  color: #333;
	  user-select: none;
	}     
	.button:hover{
	  color: #f66;
	}
	.buttonTable td{
	  padding-top: 2px;
	  padding-bottom: 2px;
	}
	.unread{
	  font-weight: bold;
/*      font-size: 1.2em; */
	}
	.postTypeCaption{
	  font-weight: bold; 
	}
	#wholeTitle{
	  font-size: 200%;
	  font-weight: bold;
	  display: inline;
	  margin-right: 1em;
	}
	#wholeHeading{
	  margin-bottom: 1em;
	  margin-top: 1em;
	}
	#lowerHeading{
	  padding-bottom: 1.7em;
	}
	.postHeading{
	 font-size: 115%;
	 margin: 1em 0;
	}
	.userName{
	  font-style: italic;  
	  cursor: pointer;
	}
	.userName:hover{
	  color: #f66;
	}  
	.deltaElementTitle{
	  font-weight: bold;
	}
	.deltaElementNewValue{
	  /*font-weight: bold;*/
	}
    table.incidentUpdate th:nth-child(2), table.incidentUpdate th:nth-child(3){
        border-bottom: 1px dotted;
    }
	table.incidentUpdate td:nth-child(3), table.incidentUpdate th:nth-child(3){
	 border-left: 1px dotted;
	 padding-left: 8px;
	}
	table.incidentUpdate td:nth-child(2), table.incidentUpdate th{
	 padding-right: 4px;
	 padding-left: 8px;
	}
	table.incidentUpdate td, table.incidentTable td{
	 vertical-align: top;    
	}
    table.incidentUpdate td{
        padding: 3px 5px;
    }
    div.listingBlock table.incidentUpdate{
        table-layout: fixed;
        width: 100%;
    }
    div.listingBlock table.incidentUpdate td:first-child, div.listingBlock table.incidentUpdate th:first-child{
        width: 300px;
    }    
    #publicAction_date, #publicCommunication_date{
        margin-top: 1em;
    }
	table.incidentTable td:first-child{
	 font-weight: bold;
	 text-align: right;
	}
	.historyBelow{
	  margin-left: 2em;
	  font-style: italic;
	  margin-bottom: 1em;
	}
	.searchForm{
	  text-align: center;
	  margin-top: 1em;
	  margin-bottom: 0.5em;
	}
	#reload{
	  margin-left: 3em;
	}

	.delete{
	  background-color: #f00;
	  padding: 0.1em 0.2em;
	  border: 1px solid #000;
	  margin-right: 0.2em;
	  font-weight: bold;
	}
	.delete a{
	  color: #fff;
	  text-decoration: none;
	}
	._responseLevel{
	 float: right;
	 white-space: nowrap;
	 cursor: pointer;
	 border: 1px solid black;
	 padding: 2px 4px;
	 border-radius: 5px;
	 margin-right: 3px;
	 font-weight: normal;
	}
	._responseLevel.level1{
	 background-color: #5f5;
	}
	._responseLevel.level2{
	 background-color: #ff5;
	}
	._responseLevel.level3{
	 background-color: #f55;
	}
/* end index page specific */


/* message post stuff */
	.messagePreview{
	  border: 1px solid #005;
	  padding: 1em;
	}
	.uploadFilename{
	  font-weight: bold;
	}
	.newPostTitle{
	  font-size: larger;
	  font-weight: bold;
	}
/* end message post stuff */


/* popup stuff */
	.popupBody{ 
	  text-align: center; 
	  border-left: 1em; 
	  border-right: 1em; 
	  height: auto;
	}  
/* end popup stuff */

.trainingHeader{
  margin-left: 330px;
  margin-top: 10px;
  font-size: 70px;
  color: #f00;
}

/* ajax popups */
.popupContainer{
  background-color: #fff;
  opacity: 1.0; 
  filter:alpha(opacity=100);
  padding: 12px;
  border: 1px solid black;
}
.popupCloseButton{
  border: 1px solid;
  width: 24px;
  right: -26px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  color: red;
  background-color: #bbb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  text-align: right;
  padding-right: 5px;
  font-family: sans-serif;
  top: 1px;
  z-index: -1;
}
.popupCloseButton a{
  text-decoration: none;
}
.popupCloseButton a:focus{
  outline: none;
}

table#chooseDistricts td{
 padding: 0 4px;
}
table#chooseDistricts td:nth-child(even){
 text-align: center;
}
table#chooseDistricts td:nth-child(odd){
 text-align: left;
}

textarea, input[type="text"], select{
 box-sizing: border-box;
}
#messageForm textarea, #messageForm input[type="text"]{
 width: 560px;
}
/* end ajax popups */

/* start dashboard styles */
.mapDownload{
    bottom: 8px;
    right: 24px;
    width: 24px;
    height: 24px;
}

body#dashboard{
    background-color: #07864f;    
}
#sitmapheader{
	padding-top: 10px;
	height: 60px;
    padding-bottom: 20px;
	position: relative;
    box-sizing: border-box;
}
#sitmaptitle{
	font-size: 24px;
	line-height: 1.2em;
	max-width: calc(100% - 64px);
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	display: inline-block;
    text-align: center;
    right: 5px;
    left: 64px;
    position: absolute;
    color: #fff;
    font-weight: bold;
}
#sitmapheader .button{
	position: absolute;
	top: 14px;
	position: absolute;
	top: 14px;
	left: 5px;
	right: auto;
}
#incidentDetails{
	padding: 4px 8px;
}
table#dashboardResults{
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	border-collapse: collapse;
}

table#dashboardResults td, table#dashboardResults th {
	border: 1px solid #000;
	padding: 5px 12px;
	text-align: center;
}
table#dashboardResults a:link, table#dashboardResults a:visited, table#dashboardResults a:active{
    color: #04662f;
} 
table#dashboardResults td a:hover{
    color: #000;
} 
table#dashboardResults th {
    background-color: #eee;
}
table#dashboardResults td {
    background-color: #fff;
}
table#dashboardResults th:first-child{
	min-width: 164px;
}
input[type="radio"]{
  margin-left: 0.5em;
}
td > p{
    margin-top: 0;
}
#sitmaptitle, .dataEntryForm h2 {
    text-shadow: black 1px 2px 2px;
}

span.swatch{
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: 0 3px 0 0;
	padding: 0;
}
#sitmapcontainer{
    height: calc(100% - 64px); /* less the header */
}
#sitmapdata, #filters{
    display: inline-block;
}
#sitmapdata{
    width: calc(100% - 400px); /* less the right hand filters/key */
    height: 100%;    
}
body.table #sitmapdata{
    overflow-x: auto;    
    height: auto;    
}
#sitmapSidebar{
    width: 390px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
#sitmapSidebar h2{
    margin-top: 0;
    color: #07864f;   
}
#filters, #key{
    vertical-align: top;  
    padding: 2em 1em;
    background-color: #fff;
    display: inline-block;
    width: calc(100% - 4px);
    margin: 0 0 4px 4px;
}
#filters select[name="commandAndControlID"]{
    width: 200px;
}

.incidentTable td.allowWrap{
	white-space: normal;
}

/* end dashboard styles */

body.dataEntryForm{
    background-color: #07864f;
    padding: 1.2em 0.9em;
    min-width: 640px;
}
#dataEntryFormContainer{	
    background-color: #fff;
    padding: 1.2em 0.9em;
    margin-top: 2em;
}
#dataEntryFormContainer td span{
    display: inline-block;
    /* padding: 0 0.5em 0.2em 0.5em; */
}

#dataEntryFormHeading{
	margin: 0;
}
td.formCaption{
	min-width: 17em;
}
#homepageButtonContainer{
	margin: 0 0 1em 4px;
}
#tabs #recent, #tabs #search, #tabs #threads, #tabs #incidents{
	display: inline;
}
.subdistrictRemovable{
	white-space: nowrap;
    margin-right: 1.2em;
}
.nowrap{
	white-space: nowrap;
}
table.incidentUpdate td, table.incidentUpdate th{
	text-align: left;
}
table.incidentUpdate td:first-child{
	text-align: right;
	vertical-align: top;
}

/*

CUSTOM STYLES

*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body {
	font-family: 'Open Sans', sans-serif;
}

#header {
	background-image: url('../img/SITAware.png');
	background-position-y: center;
    background-position-x: 15px;
	background-color: #07864f;
	margin: 0;
	padding: 10px;
	height: 134px;
	position: relative;
}

#header:after {
	content: "";
	background-image: url('../img/logo.png');
	position: absolute;
	left: 50%;
	top: 50%;
	width: 287px;
	height: 106px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#middle {  
    position: relative;
}
#index #middle {
    padding-left: 0px;
    padding-right: 0px;   
}

#footer {
	background-color: #07864f;
	margin: 0;
	background-image: none;
	border-radius: 0;
	padding-left: 40px;
	padding-bottom: 30px;
	color: #fff;
}

#footer a,
#footer a:link {
	color: #fff;
}

#tabs {
	padding-left: 20px;
	padding-right: 20px;
}

#tabs #recent, 
#tabs #search, 
#tabs #threads, 
#tabs #incidents {
	display: inline-block;
	color: #fff;
	border: 0;
	z-index: 0;
	padding: 7px 15px;
	padding-left: 40px;
	font-size: 14px;
	position: relative;
}

#tabs #recent:before,
#tabs #search:before, 
#tabs #threads:before, 
#tabs #incidents:before {
	content: "";
  left: 5px;
  top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
}

#recent {
	background: #e4aa24;
}
#recent:before {
	background: url('../img/recent.png');
	position: absolute;
	width: 20px;
    height: 20px;
}

#incidents {
	background: #07864f;
}
#incidents:before {
	background: url('../img/incident.png');
	position: absolute;
	width: 20px;
    height: 18px;
}

#threads {
	background: #676767;
}
#threads:before {
	background: url('../img/notice.png');
	position: absolute;
	width: 27px;
    height: 22px;
}

#search {
	background: #07864f;
}
#search:before {
	background: url('../img/search.png');
	position: absolute;
	width: 16px;
    height: 16px;
}

#content {
	border-top: 2px solid #000;
	margin-top: 0;
}

.buttonTable td:first-child .button {
	border: 0;
	background: none;
	font-size: 18px;
	font-style: normal;
}

.recenttabUnselected,
.tabUnselected,
.searchtabUnselected,
.wholetabUnselected,
.whole2tabUnselected {
	opacity: 0.5;
}

.buttonTable td:last-child span {
	padding: 7px 15px;
	border: 0;
	font-style: normal;
	padding-left: 40px;
	color: #fff;
	position: relative;
}
.buttonTable td:last-child span:before {
	content: "";
    left: 5px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
}

.buttonTable td:last-child span:first-child {
	background: #d32f2f;
}
.buttonTable td:last-child span:first-child:before {
	background: url('../img/incident.png');
	position: absolute;
	width: 20px;
    height: 18px;
}

.buttonTable td:last-child span:last-child {
	background: #1a76d2;
}
.buttonTable td:last-child span:last-child:before {
	background: url('../img/cog.png');
	position: absolute;
	width: 22px;
    height: 22px;
}

.resultsTable tr {
	background: #f0f0f0;
}
.resultsTable tr:nth-child(2n) {
	background: #fff;
}
.resultsTable td,
.resultsTable th {
	padding: 7px;
}

#content {
	padding: 5px;
	overflow: scroll;
}
.resultsTable {
	margin: -5px;
	width: inherit;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 100px;
}

span._responseLevel {
	border: 0px;
	border-radius: 0;
	font-weight: 600;
	padding: 3px 5px;
	width: 35px;
}
span._responseLevel.level-- {
	background-color: #d9d9d9;
}
span._responseLevel.level1 {
	background-color: #42a600;
	color: #fff;
}
span._responseLevel.level2 {
	background-color: #ffc119;
	color: #fff;
}
span._responseLevel.level3 {
	background-color: #ff4b4b;
	color: #fff;
}

#whole2 {
	display: none!important;
}

#whole {
	display: inline-block;
	color: #fff;
	border: 0;
	z-index: 0;
	padding: 7px 15px;
	padding-left: 40px;
	font-size: 14px;
	position: relative;
	background: #07864f;
}
#whole:before {
	content: "";
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background: url('../img/tick.png');
	position: absolute;
	width: 22px;
	height: 22px;
}

.incidentStripe td:first-child span.linkText,
.resultsTable tr.discussionStripe.readable td:first-child span.listingTitle.linkText {
	padding-left: 30px!important;
	position: relative;
}
.incidentStripe td:first-child span.linkText:before,
.resultsTable tr.discussionStripe.readable td:first-child span.listingTitle.linkText:before {
	content: "";
	width: 10px;
	height: 10px;
	background: url('../img/triangle.png');
	position: absolute;
	left: 10px!important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
}

.resultsTable tr.discussionStripe.readable td:first-child span.listingTitle.linkText:before {
	background: url('../img/grey-triangle.png');
}
.listingButtons .button {
	border: 0px;
	background: #3c3e3d;
	color: #fff;
	font-style: normal;
	padding: 7px 15px;
	display: inline-block;
}

.resultsTable .indentedContent tr {
	background: #f0f0f0;
}

table.incidentTable td:first-child {
	text-align: left;
}

.resultsTable td, .resultsTable th {
	padding-top: 7px;
	padding-bottom: 8px;
}

.resultsTable>tbody>tr>td:first-child {
	position: relative;
}

.resultsTable tr.NewincidentStripe.readable td,
.resultsTable tr.incidentStripe.readable td,
.resultsTable tr.discussionStripe.readable td {
	height: 20px;
}

.resultsTable tr.NewincidentStripe.readable td .nowrap,
.resultsTable tr.incidentStripe.readable td:first-child .nowrap,
.resultsTable tr.incidentStripe.readable td:first-child span.listingTitle.linkText,
.resultsTable tr.discussionStripe.readable td:first-child .nowrap,
.resultsTable tr.NewdiscussionStripe.readable td:first-child .nowrap,
.resultsTable tr.NewdiscussionStripe.readable td:first-child span.listingTitle.linkText {
	padding-left: 60px;
	position: relative;
}

.resultsTable tr.NewincidentStripe.readable td .nowrap:before {
	content: "";
	width: 10px;
	height: 10px;
	background: url('../img/red-triangle.png');
	position: absolute;
	left: 40px;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
}

.resultsTable tr.incidentStripe.readable td:first-child .nowrap:before,
.resultsTable tr.incidentStripe.readable td:first-child span.listingTitle.linkText:before {
	content: "";
	width: 10px;
	height: 10px;
	background: url('../img/triangle.png');
	position: absolute;
	left: 40px;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
}

.resultsTable tr.incidentStripe.readable.closed td:first-child .nowrap:before,
.resultsTable tr.incidentStripe.readable.closed td:first-child span.listingTitle.linkText:before {
	background: url('../img/green-triangle.png');
}

.resultsTable tr.discussionStripe.readable td:first-child .nowrap:before,
.resultsTable tr.NewdiscussionStripe.readable td:first-child .nowrap:before,
.resultsTable tr.NewdiscussionStripe.readable td:first-child span.listingTitle.linkText:before {
	content: "";
	width: 10px;
	height: 10px;
	background: url('../img/grey-triangle.png');
	position: absolute;
	left: 40px;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
}

.resultsTable tr.NewincidentStripe.readable td:first-child img {
	content: url('../img/red-incident.png');
	padding-right: 30px;
	position: absolute;
	left: 5px;
}

.resultsTable tr.incidentStripe.readable td:first-child img {
	content: url('../img/notice-circle.png');
	padding-right: 30px;
	position: absolute;
	left: 5px;
}

.resultsTable tr.incidentStripe.readable.closed td:first-child img {
	content: url('../img/green-incident.png');
}

.resultsTable tr.discussionStripe.readable td:first-child img,
.resultsTable tr.NewdiscussionStripe.readable td:first-child img {
	content: url('../img/grey-notice.png');
	padding-right: 30px;
	position: absolute;
	left: 5px;
}

#headerRight {
	margin: 0;
}

#headerRight,
#headerRight a {
	color: #fff;
}
#headerLoggedOn {
	padding-top: 4px;
	padding-left: 30px;
	position: relative;
}

#headerLoggedOn {
	text-align: right;
}

#headerLoggedOn div {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	padding-top: 30px;
	min-width: 50px;
	text-align: center;
}

#headerLoggedOn div a:before,
#headerLoggedOn div span:before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#headerLoggedOn span {
	display: block;
}

#headerLoggedOn div.user span:before {
	background: url('../img/user.png');
	background-repeat: no-repeat;
	background-position-x: 100%;
	width: 20px;
}

#headerLoggedOn div.home a:before {
	background: url('../img/home.png');
	background-repeat: no-repeat;
	background-position-x: 100%;
	width: 20px;
}

#headerLoggedOn div.dash a:before {
	background: url('../img/welcome.png');
	background-repeat: no-repeat;
	background-position-x: 100%;
	width: 22px;
}

#headerLoggedOn div.reports a:before {
	background: url('../img/reports.png');
	background-repeat: no-repeat;
	background-position-x: 100%;
	width: 20px;
}

#headerLoggedOn div.admin a:before {
	background: url('../img/admin.png');
	background-repeat: no-repeat;
	background-position-x: 100%;
	width: 22px;
}

#headerLoggedOn div.logout a:before {
	background: url('../img/logout.png');
	background-repeat: no-repeat;
	background-position-x: 100%;
	width: 20px;
}

#dataEntryFormContainer select {
	-webkit-appearance: none; 
	appearance: none;
	background-image: url('../img/triangle-down.png');
	background-position-x: calc(100% - 5px);
	background-position-y: center;
	background-repeat: no-repeat;
	padding-right: 30px!important;
}

#dataEntryFormContainer select::-ms-expand {
	display: none;
}

#dataEntryFormContainer #write table {
	border: 0;
}
#dataEntryFormContainer #write table td {
	border-color: black
}
#dataEntryFormContainer #write table tr:first-child td {
	border-top: 0;
}
#dataEntryFormContainer #write table tr:last-child td {
	border-bottom: 0;
}
#dataEntryFormContainer #write table tr td:first-child {
	border-left: 0;
	color: #04662f;
	text-align: left;
}
#dataEntryFormContainer #write table tr td i{
    color: #04662f;
}
#dataEntryFormContainer #write table tr td:last-child {
	border-right: 0;
}

body.dataEntryForm h1, body.dataEntryForm h2, body.dataEntryForm h3, body.dataEntryForm h4 {
	color: #fff;
}

#dataEntryFormContainer #subdistrictsSelectedDisplay .button,
#dataEntryFormContainer #deployed_list .button {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#dataEntryFormContainer .button,
#dataEntryFormContainer [type="submit"] {
	padding: 0 9px 0 8px;
	background: linear-gradient(#e9e9e9, white);
	border: 1px solid #a7a7a7;
	padding-bottom: 3px;
	display: inline-block;
	padding-top: 2px;
}

#dataEntryFormContainer select,
#dataEntryFormContainer input:not([type="checkbox"]) {
	padding: 4px;
}

#dataEntryFormContainer #write table tr:last-child td {
	text-align: center;
}

#dataEntryFormContainer input[type="text"] {
	padding: 3px;
}

@media print {
    body#sitrep{
        box-sizing: border-box;
        width: 21cm;
    }
    .mapDownload{
        display: none;
    }
}
body#sitrep{
    margin: 0.7cm; /* think of print margins */
    padding: 1em 2em;
    border: 2px solid;
    color: #04662f;
    font-size: 16px;
}
body#sitrep h1{
    background-color: #e4aa24;
    display: inline-block;
    padding: 4px 6px;
    margin: 24px 0 48px 0;
}
body#sitrep #customheader{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

body#sitrep #customheader #headerLogo{
    float: right;
}
body#sitrep #customheader #headerImage{
    width: 271px;
    height: 76px;
    padding: 0.5em 1em;
    background-image: url('../img/SITAware.png');
    background-position: center;
    background-color: #07864f;
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
}
body#sitrep #headerInfo{
    font-size: 17px;
    margin-bottom: 25px;
}
body#sitrep canvas{
    page-break-inside: avoid;
}
body#sitrep .mapKey{
    padding-bottom: 24px;
}
body#sitrep #mainTitle{
    clear: both;
    padding-top: 48px;        
}
body#sitrep #headerInfo #sitrepInfoDate{
    display: inline-block;
    float: right;
    white-space: nowrap;    
}
body#sitrep #headerInfo #sitrepDate{
    color: black;  
}
body#sitrep .tableLabel{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 24px;
}
body#sitrep .tableLabel.incidentTitle{
    color: black;
    margin-top: 24px;
}
body#sitrep table{
    border-collapse: collapse;
    color: black;
    page-break-inside: avoid;
}
table.fullWidth{
    width: 100%;
}
body#sitrep th, body#sitrep td{
    padding: 6px 24px;
    text-align: center;
    border: 1px solid #000;
}
body#sitrep td.title{
    background-color: #e4aa24;
    color: black;
    font-weight: bold;
}
body#sitrep th{
    background-color: #07864f;
    color: #fff;  
}

body#sitrep div.twoColumn{
    margin: 32px 0 64px 0;
}
body#sitrep #summaryMap{
    margin-top: 16px;
}
body#sitrep div.twoColumn:after{
    clear: both;
    content: "";
    display: block;    
}
body#sitrep div.twoColumn>div{
    float: left;
}
body#sitrep table.summary td, body#sitrep table.summary th{
    font-size: 12px;
}
body#sitrep div.detailsText{
    font-size: 16px;
    font-weight: bold;
}
body#sitrep table.actions td, body#sitrep table.actions th{
    font-size: 12px;
}
div.sitrep, div.sitrepSummary{
    page-break-inside: avoid;
    margin-bottom: 48px;
}

body#sitrep div.sitrepSummary h1{
    margin: 0;
}

#choose_eidr{
    position: absolute;
    background-color: #f0f0f0;
    padding: 8px 10px;
    border: 2px #07864f;
    border-radius: 0 8px 8px 8px;
    margin-top: 4px;  
    line-height: 22px; 
}
#choose_eidr a{
    background-image: url(/img/dashboard/download.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    text-decoration: none;
    padding-left: 20px;
}