/* CSS Document */
:root {
 /* --themHeaderColor: #00bcd4;*/
  --themHeaderColor: #6ba829;
}
/*setting search and pageing*/
.dataTables_filter{float:right;padding-top: 5px;}
.dataTables_length{float:left;padding-top: 7px;}
input[type=search] { 	
	padding: 6px;
	border: 1px solid var(--themHeaderColor);
	border-radius: 18px;
}
#q_paginate{float:right;}
#q_info{float: left;}
#q_paginate >span >a {
	display:inline-block;
	padding:3px;
	text-decoration:none;
	
	}
	#q_paginate >span >a:hover {
	background:var(--themHeaderColor);
	color:white;
	cursor:pointer;
	
	}
#q_previous	,#q_next{
	padding:3px;
	cursor:pointer;
	text-decoration:none;
	
}

/*///////////////////////////////*/

 .table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
      background-color: var(--themHeaderColor);
      color:#FFFFFF;
    }
	thead{background:var(--themHeaderColor);
	color:white;}
	
	
	
/*<!--form desing	-->*/
 @media (min-width: 988px) {
.formlabel{text-align:left;}
 }
.textbox{border-radius:8px;}
.rowmargin{padding-bottom:6%;}


.view{padding: 0px;
margin: 0px;
background: #292a9000;
border: none;
color: green;
cursor:pointer;
}





















	