body {
	background-color:#f1f1f1;
}

.mainDivs{
	background-color:white;
	border:2px solid #f1f1f1;
	position: relative;
}

.leftHeaders{
	border-bottom:1px solid #f1f1f1;
	margin:5px;
	padding:5px;
	padding-top:10px;
	height:30px;
	font-weight:bold;
}

.leftHeaders:hover{
	cursor:pointer;
	background-color:#f1f1f1;
}

.alltypes{
	margin:0px;
	padding:0px;
	margin-top:-10px;
}

.alltypes:hover{
	margin:0px;
	padding:0px;
	margin-top:-5px;
}

.bookicon{
	width:60px;
	height:60px;
	width: 80px;
    border: 1px solid #f1f1f1;
}

#respTable_info{
	float:right;
}

#respTable_length{
	padding-top:10px;
}

#respTable{
	margin-top:5px;
	width:100%;
}

.bookTitle{

}
.titles{
	color:black;
}

ul {
  list-style-type: none;
}

.typeOfBooks{
	padding-left:15px;
	margin-left:15px;
	font-weight:normal;
}
label{
	font-weight:normal;
}

.showing{
	margin-top:4px;
	margin-bottom:5px;
	float:right;
}

.dropDownOfRowsPerPage{
	margin-top:4px;
	border:none;
}

.table_info{
	float:left;
	margin-bottom:5px;
}

input[type="checkbox"] {
	cursor:pointer;
}

.leftsideChilds{
	display:none;
}

.leftSideData{
  width: 100%;
  margin: 10px;
  border-bottom: 1px solid #f1f1f1;
  max-height:200px;
 // min-height:250px;
  overflow-y:auto;
  margin-top:0px;
  direction:ltr;
  overflow-x:auto;
}

.search_field {
	width:90%;
	border:none;
	outline: none; 
	//width:100%;
    padding: 5px;
    transition: all .5s ease;
   // right:10px;
	border-bottom:1px solid #f1f1f1;
	height:20px;
	margin-left:20px;
	
}
::-webkit-scrollbar {
    width: 5px;
    height: 15px;
}
::-webkit-scrollbar-button {
    background: #ccc
}
::-webkit-scrollbar-track-piece {
    background:#eee 
}
::-webkit-scrollbar-thumb {
    background: #888
}​

