BODY
{ 
	FONT-SIZE: 10pt;
	MARGIN: 0pt;
	COLOR: darkolivegreen; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: #ffffff 
}

TD 
{ 
	FONT-SIZE: 10pt; 
	COLOR: darkolivegreen; 
	FONT-FAMILY: Verdana 
} 

TABLE 
{ 
	FONT-SIZE: 10pt; 
	/*COLOR: #83b12b;*/ 
	FONT-FAMILY: Verdana;
	border-color: white;


} 

TH 
{
	FONT-SIZE: 10pt;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #83b12b;
	
} 

A 
{
	FONT-SIZE: 10pt;
	COLOR: darkolivegreen;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: none;
	font-weight: bold;
} 

HR 
{ 
	COLOR: #83b12b 
} 

INPUT 
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	COLOR: darkolivegreen; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: #ffffff;
} 

OPTION 
{ 
	FONT-SIZE: 10pt; 
	COLOR: darkolivegreen; 
	FONT-FAMILY: Verdana;
	background-color: #ffffff;
} 

H3 
{ 
	MARGIN: 5px 0px; 
	COLOR: darkolivegreen; 
	FONT-FAMILY: Arial 
}
	 
H4 
{ 
	MARGIN: 10px 0px; 
	COLOR: darkolivegreen; 
	FONT-FAMILY: Arial; 
} 

FORM 
{ 
	MARGIN: 0px;
} 

TD.head 
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: darkolivegreen;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #83b12b;
	/*padding: 10px 10px;*/

	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
} 

TD.body 
{ 
	FONT-SIZE: 10pt; 
	COLOR: darkolivegreen; 
	FONT-FAMILY: Verdana;
	
} 

TD.left 
{ 
	FONT-SIZE: 10pt; 
	COLOR: darkolivegreen; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: #449CB9; 
} 

.Logged_In_Time
{
	FONT-SIZE: 8pt; 
	FONT-FAMILY: Verdana;
	/*FONT-WEIGHT: bold;*/
	COLOR: #ffffff;
	/*BACKGROUND-COLOR: #83b12b;*/

}
TD.tbl1,TH.tbl1 
{

	padding-left: 10px;
	padding-top : 5px;
}

.tbl2
{
	padding-left: 10px;
	padding-top : 5px;
	background-color: #e1f7b9;	

}

.tbl3
{
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	COLOR: darkolivegreen;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #bfdb41;
	padding-left: 10px;
	padding-top : 5px;

	
}
input[type=submit], button
{
	background-color: #ec3237;
	border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 2px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
    height: 25px;
    border-radius: 5px;
}

.button2:hover {
    
    background-color: #83b12b;
    border: 2px darkgreen solid;
    color: #FFFFFF;
    text-align: center;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 6px 8px 0 rgba(0,0,0,0.19);
}

.button2:active {
  background-color: #83b12b;
  box-shadow: 0 2px #666;
  transform: translateY(4px);
  transform: translateY(-4px);
}

/* Start of stylesheet for image modal for Product List*/
body {font-family: Arial, Helvetica, sans-serif;}

/*#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}*/

/*#myImg:hover {opacity: 0.7;}*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 30px; /* 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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: auto;
  max-width: 700px;
}

/* Caption of Modal Image */
/*#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}*/

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
 /* End of stylesheet for image modal for Product List*/


   /*#######################################################################################################*/
/*#######################################################################################################*/
                                /*Start css for On page load Popup appear */
      #modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 50px;
    
    
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 60%;
    height:auto;

    
}

/*.modalContent {padding: 0 2em;}*/
    
    h1 {
      margin-bottom: .2em;
      font-size: 30px;
      text-transform: capitalize;
    }
    p {
      /*margin: .75em 0 1.5em;*/
      font-size: 20px;
      color: #c21004; 
      font-family: 'Merriweather', serif;
      font-family: 'Ubuntu', sans-serif;
    }
    
    .content 
      {
      font-weight: 350px;
      font-size: 24px;
      max-height: 30%;
      overflow: auto;
      margin-top: 0;
      color: black;
      font-family: 'Montserrat', sans-serif;
      font-family: 'Ubuntu', sans-serif;
      }

      .link{
        color: -webkit-link; cursor: pointer;
        text-decoration: underline; 
        font-family: 'Merriweather'; 
        serif;font-family: 'Ubuntu'; 
        sans-serif; font-size: 18px;
      }
@media  (min-width: 1201px) and (max-width: 1500px){

    h1 {
      font-size: 22px;
     
    }
   .content 
      {
      font-size: 18px;
      
      }
      p 
      {
      font-size: 16px;
      
      }
      .link{
        color: -webkit-link; cursor: pointer;
        text-decoration: underline; 
        font-family: 'Merriweather'; 
        serif;font-family: 'Ubuntu'; 
        sans-serif; font-size: 16px;
      }
}


@media (min-width: 901px) and (max-width: 1200px){

    h1 {
      font-size: 18px;
     
    }
   .content 
      {
      font-size: 16px;
      
      }
      p
      {
      font-size: 14px;
      
      }
      .link
      {
        font-size: 14px;
      }
}

@media (min-width: 701px) and (max-width: 900px){

    h1 {
     
      font-size: 16px;
    }
   .content 
      {
      font-size: 14px;
      }
       p
      {
      font-size: 12px;
      
      }
      .link
      {
        font-size: 13px;
      }
}

@media(max-width:767px)
{
    .modalconent {
    
    width: 50%;
    padding: 20px;
}

    h1 {
      margin-bottom: .2em;
      font-size: 16px;
      text-transform: capitalize;
    }
   .content 
      {
      font-weight: 150px;
      font-size: 14px;
      max-height: 30%;
      overflow: auto;
      margin-top: 0;
      color: black;
      font-family: 'Montserrat', sans-serif;
      font-family: 'Ubuntu', sans-serif;
      }
      p {
      
      font-size: 15px;
    }
    .link
      {
        font-size: 13px;
      }
      .modalContent  .close 
    {
      top: 7px;
      right: 5px;
      
   }
}

/* for image of popup*/
.responsive {
  width: 30%;
  height: 50%;
}

.modalContent  .close 
    {
      position: absolute;
      top: 1px;
      right: 10px;
      transition: all 200ms;
      font-size: 35px;
      font-weight: bold;
      text-decoration: none;
      color: #333;
   }

  .modalContent .close:hover
  {
    color: black;
  }

                                /*End css for On page load Popup appear */
 /*#######################################################################################################*/
/*#######################################################################################################*/