@CHARSET "ISO-8859-1";
body{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
  text-align:center;
  background-color:#FAFAFA;
}

.header
	{

	text-align:center;
	position: relative;
	height: 68px;
	line-height: 50px;
	overflow: hidden;z-index: 2;
	background-color:white;
	width:100%;
	height:80px;
	text-align:left;
	}

.footer{
	position: fixed;
  	left: 0;
  	bottom: 0;
    color: #ccc;
    padding: 20px 0px;
    width: 100%;
    overflow: hidden;z-index: 2;
    
    text-align: center;  
}

.navfont{
	color:white;
	font-weight: 700;
	text-decoration:none;
}
	
.reddot {
  	height: 8px;
    width: 8px;
    background-color: #f00;
    border-radius: 50%;
    float: right; 
    margin-top : 5px;
}

.logo
{
	  height: auto;
  	width: 200px;
	float:left;
	font-family: fontawesome;
	text-decoration: none;
	line-height: 1;
	margin-left: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 37px;
	letter-spacing: 3px;
	color: #555555;
	display: block;
	position: absolute;
	top: 17px;
background-color:#fff;
}

h3
{

display: Black;
padding: 0px 0px 0px 10px;
text-align: center;
color:black;
font-size: 150%;
font-family: Open Sans, Arial,sans-sarif;
}

h4
{

display: Black;
padding: 5px 0px 0px 10%;
text-align: center;
color:black;
font-size: 200%;
font-family: Open Sans, Arial,sans-sarif;
}


.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  left: 0;
  top:0;
  background-color: slateblue;
  overflow-x: hidden;
  color:white;
}

.content {
    margin-left: 250px;
    margin-top: 10px;
    padding-left: 50px;
    
}

ul {
    list-style-type: disc;
}

#appRequest{
	padding-right: 10px;
}

 .brdBtn{   
     outline-color: slateblue;
 	background-color: slateblue;
    width: 100px;
    text-align: left;
/*    height: 130px;*/
    border: none;
    margin:20px;
    
 }
 
 .actionReq{
    width: 90%;
    background-color: #F2F2F2;
        box-sizing: border-box;
        margin: 25px 0px 50px 0px;;
    
}
    
 .requestText{
   color: white;
    font-size: initial;
}

.requestCount{
	color: yellow;
    text-align: -webkit-right;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

.theader{
    width: 100%;
    text-align: left;
    height: 40px;
    background-color: #999999;
    padding: 10px;
    color: white;
    font-family: sans-serif;
    box-sizing: border-box;
}

.dtable{
	    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    /* margin: 10px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 80%;
    border-spacing: 0px 1px;
    background-color: #F2F2F2;
 	 
}


.dtable tr {

    height:40px;
    color:White;
    padding:8px;
    background-color:#6495ED;
  
}

	.logoutBtn
	{
		border:none;
		background-color:initial;
		margin:5px 40px 0px 0px; 
		outline:none;
		cursor:pointer;
		text-decoration:underline;
		
	}
	.logoutBtn:hover
	{
		color:brown;
	}

#totTable , #totTablekyc, #totTablebank,#totTableprofile,#totTableother1, #totTableother2, #totTableother3, #totTableother4{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;

    margin-top: 20px;
    margin-bottom: 30px;
    border-spacing: 0px 1px;
    background-color: #F2F2F2;
}

#totTable td, #totTable th, #totTablekyc td, #totTablekyc th, #totTablebank td, #totTablebank th , #totTableprofile td, #totTableprofile th,#totTableother1 td, #totTableother2 th, #totTableother1 th, #totTableother3 th, #totTableother4 th, #totTableother2 td{
  border: 1px solid #ddd;
  padding: 8px;
    text-align: center;
  
}

#totTable tr td, #totTablekyc tr td, #totTablebank tr td ,#totTableprofile tr td,   #totTableother1 tr td, #totTableother3 tr td ,#totTableother2 tr td, #totTableother4 tr td{
	background-color: #6495ED;
	color:white;

}



#totTable th, #totTablebank th,#totTableprofile th, #totTablekyc th, #totTableother1 th, #totTableother3 th, #totTableother4 th, #totTableother2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #7F7F7F;
  color: white;
}

#totTable tbody tr,
#totTablekyc tbody tr,
#totTablebank tbody tr,
#totTableprofile tbody tr,
#totTableother1 tbody tr,
#totTableother2 tbody tr,
#totTableother3 tbody tr,
#totTableother4 tbody tr {
  cursor: pointer;
}

#totTable tbody tr:hover td {
  background-color: #4169E1; /* darker shade of cornflower blue */
  transition: background-color 0.2s ease;
}


.loginBtn {
  background-color: #7F7F7F;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  outline:none;
}

.loginBtn:hover {
  opacity: 0.8;
}

.loginForm {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 7% auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.loginForm input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.srch input {
  font-family: "Roboto", sans-serif;
  height: 38px;
    width: 300px;
    margin: 0px 20px;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.srchBtn {
	height: 32px;
    /*width: 200px;*/
    border-radius: 5px;
    background-color: slateblue;
  color: white;
  padding: 0px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  outline:none;
}

/* .radio{
	display:inline-flex;
	curson:pointer;
	margin:10px;
}

.radio__btn{
	width:1.25em;
	height:1.25em;
	border:5px solid #d8e4e2;
	border-radius:50%;
	margin-right:10px;
	box-sizing:border-box;
	padding:2px;
} */

.radio_btn {
text-align:left;
margin:20px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio_btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_btn:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_btn input:checked ~ .checkmark {
  background-color: grey;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_btn .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.exampleSearch input[type=text] , input[type=date]{
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
 
}

 


.exampleSearch button {
  float: left;
  width: 20%;
  padding: 11px;
  background: #6a5acd;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

.exampleSearch button:hover {
  background: #0b7dda;
}

.exampleSearch::after {
  content: "";
  clear: both;
  display: table;
}

/* #imgTable { */
/*   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
/*   border-collapse: collapse; */
  
/* } */

/* #imgTable td, #imgTable th { */
/*   border: 1px solid #ddd; */
/*   padding: 8px; */
/*     text-align: center; */
  
/* } */

/* #imgTable tr:nth-child(odd){background-color: #F2F2F2; */

/* } */

/* tbody tr:first-child td{ */
/* 	padding-top:15em; */
/* } */
/* #imgTable tr:hover {background-color: #ddd;} */

/* #imgTable th { */
/*   padding-top: 12px; */
/*   padding-bottom: 12px; */
/*   margin:50px; */
/*   text-align: center; */
/*   background-color: #7F7F7F; */
/*   color: white; */
/* } */

	/* .header
	{

	background-color:slateblue;
	width:100%;
	height:100px;
	}
	.btn
	{
		text-align:center;
		background-color:#7F7F7F;
		color:white;
		padding:15px;
		font-size:15px;
		margin:40px;
		width:250px;
		border-radius:10px;
		border:none;
		outline:none;
		cursor:pointer;
		display:inline-block;
				
	}
	.btn:hover
	{
		background-color:#F2F2F2;
	}
	.logoutBtn
	{
		border:none;
		background-color:initial;
		margin:5px 40px 0px 0px; 
		outline:none;
		cursor:pointer;
		text-decoration:underline;
	}
	.logoutBtn:hover
	{
		color:brown;
	}


label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;

}





.divcurve
{
border-top-left-radius: 75px 20px;
    height: 20px;
    border-top-right-radius: 75px 20px;
    width: 100%;
    background-color:#fff;
}
.logo
{
margin:10px 30px 10px 30px ; 
height:60px;
width: 175px;
background-color:#fff;
display:inline;
}
h3
{

display: inline;
padding: 0px 0px 0px 10px;
text-align: center;
color:#fff;
font-size: 150%;
font-family: Open Sans, Arial,sans-sarif;
}
p
{
	    font-family: Geneva,Verdana,sans-sarif;
	   font-weight:400;
}








.form-input input {
  display:none;
}


.form-input img {
  width:100%;
  display:none;
  margin-top:10px;
}



.loginBtn {
  background-color: #7F7F7F;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  outline:none;
}

.loginBtn:hover {
  opacity: 0.8;
}

.loginForm {border: 3px solid #f1f1f1;}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.loginForm {
  position: relative;
  z-index: 1;
  background: slateblue;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.loginForm input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}



.focus {
  background-color: slateblue;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.pageNumber {
  padding: 4px;
  color:blue;
}

#pages{
    	margin: 40px 0px 40px 0px;
} */
