
body {
    margin: 2.2%;
    color : #000;
    font-family: "Times New Roman";
    font: bold;
     background: url('img/picIII.jpg') no-repeat center center fixed;
     background-size: 100% 100vh;
     padding:2.6%;
}
*{
 margin: 1;
 padding: 0;
 }

 a:LINK, a:VISITED {
 font-family: "Times New Roman";
 font-style: normal;
 color: #000;
 font-size: 14px;
 text-decoration: none;
 }
 a:HOVER {
  text-decoration: underline;
 }
h1{
position: relative;
margin-top:0%;
margin-left: 0%;;
margin-top: auto;
font-size: 22px;
}
h2 {
    font-family:"Times New Roman";
    color:#000;
    margin-left:-20%;
    margin-top: 0%; 
    position: relative;
    font-weight: bold;
    font-size: 22px;
}
h4 {
width: 13.69%;
height:19px;
position: relative;
margin-left: -5%;
margin-top: 2.5px;
background-color: #f5f5f5;
}
h3 {
position: relative;
margin-left: -6%;
margin-top: -5%;

}
p { padding-bottom:5px;
}
.content {
    width: 12.338%;
    min-height:440px;
    margin-top: 0.1%;
    margin-left: -4.6%;
    margin-right: auto;
    background-color: #f5f5f5;
    font-size: 14px; 
    position: fixed;
    white-space:nowrap;
    height:90%;
    overflow-x: auto;
    overflow-y: visible; 
    border-radius: 8px; /* Rounded corners */	
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}
.tree ul {
    margin-left:12%;
    margin-right:10%;
    color: #000;
}
.tree li {
    list-style-type: none;
    margin: 3px;
    position: relative; 
}
.tree li::before {
    content: "";
    position: absolute;
    top:-7px;
    left:-20px;
    border-left: 1px dotted #808080;
    border-bottom:1px dotted #808080;
    border-radius:0 0 0 0px;
    width:20px;
    height:15px;
}

.tree li::after {
    position:absolute;
    content:"";
    top:8px;
    left:-20px;
    border-left: 1px dotted #808080;
    border-top:1px dotted #808080;
    border-radius:0px 0 0 0;
    width:20px;
    height:100%;
}

.tree li:last-child::after  {
    display:none;
}

.tree li:last-child:before{
    border-radius: 0 0 0 5px;
}

ul.tree>li:first-child::before {
    display:none;
}

ul.tree>li:first-child::after {
    border-radius:1px 0 0 0;
}

.tree li a {
    border-radius: 5px;
    padding:2px 5px;
}
.tree ul li{
	font-size: 16px;
}
.tree li a:hover, .tree li a:hover+ul li a,
.tree li a:focus, .tree li a:focus+ul li a {
    /*background: none; color: gray; border: 2px solid #000; */
}

.tree li a:hover+ul li::after, .tree li a:focus+ul li::after,
.tree li a:hover+ul li::before, .tree li a:focus+ul li::before 
.tree li a:hover+ul::before, .tree li a:focus+ul::before 
.tree li a:hover+ul ul::before, .tree li a:focus+ul ul::before{
    border-color:  #000; /*connector color on hover*/
}
.wrapper_left ul li a{
  position: relative;
}
/* for Login page */
/* Bordered form */
.titbarnav{
margin-top: -5.4%; 
padding-top: 0%;
position: relative;
margin-right: -5%;	
}
.titbarnav ul{
	list-style-type: none;
	float: right;
	
}
.titbarnav ul li{
float: left;
}
.titbarnav ul li a{
	color: #000;
	padding:  0 5px;
	
}
.main-content {
	margin-top:0%;
	width:94.70%;
	min-width:500px;
	min-height:350px;
	height:100%;
	background-color: white;
	margin-left: 5.559%;
	overflow-x: visible; 
    overflow-y: visible;
	}
	.data_table{
	margin-bottom: -1.5%
	}
.WCRFormDiv{
	width: 65%; 
	background-color: #d7ffd7;
	position: absolute;
	padding: 5px;
	border-radius: 8px; /* Rounded corners */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  }
.data_table{
	margin-bottom: -1.5%
	}
	.table_div{
	margin-left: 1.5%;
	}
	.div_main_content{
	text-align: right;
	}
	.filter_all{
	margin-top: 0%;
	width:45%;
	min-width:500px;
	background-color: white;
	margin-left: 10%;
	}
	.filter_region{
	margin-top: 0%;
	width:35%;
	min-width:350px;
	background-color: white;
	margin-left: 65%;
	}
	.dropdown_size{
	max-width: 100px;
	border-style: none;
	margin-left:0%;
	text-align: center;
    background-color: #28527b;
    color: white;
	}
	.option_css{
	background-color: white;
	color: black;
	}
form {
  width: 60%;
  border: 3px solid #f1f1f1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}

/* Full-width inputs */
input[type=text], input[type=password],input[type=date],input[type=email],input[type=tel]{
  width: 300px;
  padding: 8px 20px;
  margin-top: 5px;
  margin-left: auto;
  margin-right:auto;
  display: inline-block;
  border: 2px solid #b4b4b4;
  box-sizing: border-box; 
  border-radius: 4px; /* Rounded corners */
}
input[type=submit],input[type=reset]{
  margin-left: auto;
  margin-right:auto;
  display: inline-block;
  border: 2px solid #b4b4b4;
  box-sizing: border-box; 
  border-radius: 4px; /* Rounded corners */
}
input[type=submit]:hover{
background-color: #e3e3e3;
}
input[type=reset]:hover{
background-color: #e3e3e3;
}

select{
  margin-left: auto;
  margin-right:auto;
  display: inline-block;
  box-sizing: border-box; 
  border-radius: 4px; /* Rounded corners */	
}
border{
border-radius: 4px; /* Rounded corners */		
}
.container {
	width:96%;
	margin-left: auto;
    margin-right: auto;
	background-color: #ceffce;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 8px; /* Rounded corners */	
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}
/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 8px 20px;
  margin: 6px 0;
  border: none;
  cursor: pointer;
  width: 12%;
  margin-left: auto;
  margin-right: auto;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: 12%;
  padding: 8px 20px;
  background-color: #f44336;
  margin-left: auto;
  margin-right: auto;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin-top: -5px;
}

/* Avatar image */
img.avatar {
  width: 150px;
  border-radius: 36%;
  margin-left: auto;
  margin-right: auto;
  margin-top:-1%;
  margin-bottom:0%;
  background-color: white;
  
}

/* Add padding to containers */
.container {
  padding: 10px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 10px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 300px;
  }
}
/*Upload file form*/

div.formup {
    width: 98%;
	margin-left: auto;
    margin-right: auto;
	background-color: #d7ffd7;
	text-align: center;
}
table.center {
	width: 90%;
    margin-left:auto; 
    margin-right:auto;
  }
  th, td {
	text-align: left;
}
/* Remove default bullets */
ul, #myUL {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\02795";
  color: #000;
  display: inline-block;
  margin-right: 3px;
  font-size: 7px;
}
.avoidcaratCont::before{
	content: none;
}
.avoidcaratCont::after{
	content: none;
}
/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  color: #000;
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
  
}
.the_one {
  display: none;
}
.select {
  width:200px;
  left:0;
  top:0;
}
.select-holder {
  display:inline-block;
  position:relative;
  width:200px;
  height:1.5em;
  background:#f9f9f9;
}
.mySlides {display: none;}
.slideshow-container img{
	margin-left:0.5%; 
	margin-top:1.5%; 
	margin-bottom:-1.5%;
	height: 94.0%; 
	width: 100%;
	vertical-align: middle;
	}

/* Slideshow container */
.slideshow-container {
  max-width: 99%;
  max-height:90%;
  position: relative;
  margin: auto;
}
/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active_slide{
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 12px;
    height: 12px;
    background: transparent;
    text-align: center;
    font-weight: bold;
    padding-top: -1px;
    margin-top: -10px;
    margin-left: -1px;
    left: attr(value);
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
}
table.updateData input[type="text"]{
	height: 23px;
	width: 240px;
	margin-left: auto;
	margin-right:auto;
	margin-top:0.5px;
	display: inline-block;
	border: 1px solid #b4b4b4;
	box-sizing: border-box; 
	border-radius: 4px; /* Rounded corners */
}