
/************** navbar ***************/

.navbar-inverse {
    background-color: #357a46;
    border-color: #357a46;
}
.navbar-inverse .navbar-brand {
    color: #ffffff;
}
.navbar
{
  border:none  !important;
}

.navbar-inverse .navbar-nav > li > a
{
    color: #ffffff;
    font-weight: bold;
    
}
.navbar-inverse .navbar-nav > li > a
{
    color: #ffffff; 
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .03px;
}
a.navbar-brand
{
	font-size:2em;
  padding-top: 5px;
}

/*.container
{
  width:1130px;
}*/
nav .container
{
  width:100%;
}
/* a.logout {
    color: #fff;
    float: right;
    padding: 10px 0px;
    margin:  5px 0px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    width: 110px;
    text-align: center;
}
 a.logout .fa {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 21px;

}
a.logout:hover
{
  text-decoration: none;
}*/

 /********************************* 2-july-21 **************************/
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #0a2f0a;
    /*background-color: #1f421f;*/
}
 
.nav li > form > button.logout
{
  color:#fff;
  font-weight: bold;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #357a46;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 18px;
  margin-bottom: 18px; 
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

@media (min-width: 768px)
{
  .navbar-nav > li > a,.nav li > form > button.logout  {
      padding-top: 25px;
      padding-bottom: 25px;
  }
} 
.wrap > .container {
    padding: 80px 15px 20px;
}
/************ End ************************************/



/********************** login. php *******************/

.login-wrap .container
{
	display:flex; 
	text-align: center; 
	justify-content: center; 
	align-content: center; 
	align-items: center; 
	font-size:1.5em; 
}


.login-wrap   .content
{
	margin-top:100px;
	flex-basis: 40%; 
	padding: 50px 50px;
	border:1px solid #357a46; 
	border-radius: 7px; 
	box-shadow: 1px 1px 1px #357a46;
}
.login-wrap .content > h2
{
	color:#357a46;
	text-transform: capitalize;
	font-size: 1.2em;
}
.login-wrap .content fieldset
{
	margin-top:3em;
}

.login-wrap .content fieldset  > input
{

	width:100%; 
	padding:10px 5px;  
	border: 1px solid  #357a46 ;
	border-radius: 5px; 
	font-size:1em;
}

 
.login-wrap .content .submit 
{
	float:right;
}	
.login-wrap .content .submit > input
{
	width: 88px; 
	margin-top:50px; 
	padding:10px 15px; 
	background-color: #357a46; 
	border:0px; 
	border-radius: 5px; 
	font-weight: 500; 
	color:#ffffff; 
	letter-spacing: 
	1px; cursor: pointer;
}	
 /*************************************Status.php *****************************/
.site-status
{
position: relative;
}
.site-status  .download-csv a
    {
        padding:2px 5px;
        margin-bottom: 10px;
        float:right;
        background-color: #357a46;
        color:#fff;
        text-decoration: none;
    }
.site-status .status-note
{
  position: absolute;
  top:10px;
  text-align: left; 
  font-style: italic;
}
@media (max-width:640px)
{
  .site-status .status-note
  {
    position:relative;

  }

}
table
{
  table-layout: auto;
  width:100%;
  
}
table thead
{
	border:none;
	text-align: center;
}
a {
  color: #357a46;
}
.complaint
{
  line-height: 1;
  padding: 10px  20px;
  text-align: left;
}
 
 table tr 
{
  border-bottom:2px solid black;
  text-align:center;

}
thead tr 
{
	border-bottom:none;
}

.complaint >.complaint-top
{
  font-size: 1.4em; 
  padding:2px  50px;
  text-align:center;
  border-bottom: 1px solid black;
   
} 
.complaint >.complaint-bottom
{ 
  padding: 2px  50px; 

}  
.complaint-bottom a {
  text-decoration: none;
  color:#000000;
  cursor: pointer;
}

.complaint-bottom a:hover {
  text-decoration: none;
  color:#357a46;
  cursor: pointer;
}

tr th  
{ 
 text-align:center;  
 padding: 2px 20px;
 height: 50px;
 font-weight: bold;
 background-color: #ffffff;
 border:1px solid #555; 

}
 
tr td{
    padding: 2px 0px;
  vertical-align: top;
}
.date div:first-child
{
  color:black !important;
}
/* .date > div
{ 
  padding-bottom:4px;
}*/
.date .first-date 
{
  color:yellow;
}
.date .second-date 
{
  color:orange;
 
}
.date .third-date 
{
   color:red;
}
.date .complete-date
{
  color:green;
}
td >.r,td>.c
{
  width:20px;
  height:20px; 
  margin:auto;
  border:1px solid black;
  border-radius: 50%; 
}
.resend , .complete
{
 padding-left: 10px;
 padding-right: 10px
}

.resend div[data ='first-time'], .complete div[data ='first-time']
{
  background-color: yellow; 
}
.resend div[data ='second-time'],.complete div[data ='second-time']
{ 
  background-color: orange;
}
.resend div[data ='third-time'], .complete div[data ='third-time']
{
  background-color: red;
}

.resend div[data ='complete'], .complete div[data ='complete-time']
{
  background-color: green;
}
.walkmapper-hidden
{
  display:none;
}
 
  /******************* dataTable **********************/
table.dataTable
{
  border-spacing:   0px 2px  !important;
}
td
{
  border-bottom:2px solid black !important;
}
table.dataTable.no-footer {
   border-bottom: 0px !important;
}
table.dataTable thead th 
{
  padding:0px !important;
}
   

/******************** help-page ***********************/

.help-wrap
{
  font-size:1.2em;
   color:#555555b5;
}
.site-help h1,.site-about h1
{
  color:#357a46;
  font-size: 2.5em;
  font-weight: 600; 

}
.help-wrap .title
{
  font-size:1.2em;
} 
  

 /****************** footer *************************/
  
.footer .container
{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}


/******************** About **************************/
.about-image-wrapper
  {
    display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

  }
  .about-image-wrapper img
  {
      width: 100%;
      height: 400px;
  }
  .about 
  {
    width:50%;
    position:relative;
  }
  .about::after
  {
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    background-color: rgb(0,0,0,0.3); 
  } 
  .about .about-text-wrapper
  {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#ffff00 ;
    z-index:1;
  }
  .about .about-text-wrapper h1
  {
    font-size: 7em;
    font-weight: 400;
    color:#ffff00;
    line-height: 1;
  }
  .about .about-text-wrapper span
  {
    font-size: 2em;
    font-weight: 300;
  } 
  .about-download
  {
  display:inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin:auto;
  }
  .about-download a 
  {
    margin-right: 15px;
  }
  .about-text
  {
    margin: 20px 0px;
    font-size:1.3em;
    line-height: 1.3;
    color:#555555b5;
  }
  .about-text p strong > a ,.about-text strong > a,.help-wrap .title  strong > a
  {
    color:#555555b5;
    text-decoration: none;
  }
  .about-download a  img
  {

    height: auto;
    width: 100%;
 
  }
   
 
   

 