table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
  font-size:12px;
}
th {
  padding: 15px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
      background-color: #31b131;
}
.dropDown span{
 	font-size:14px;
	font-family:inherit; 
}
.dropDown li{
	font-size:14px;
	font-family:inherit;
	padding: 5px 9px !important;
}
.newPartner  {
    float: right;
}

.displayinline{
	display: inline-flex;
	width : 1050px;
	margin-top : 2%;
	margin-right: 5%;
}

.displayinline label{
	font-size:16px;
	width : 400px;
	font-weight:bolder;
	margin-left: 5%;
	margin-right: -10%;
}
.systemconf{
	width : 1050px;
	/* margin-right: 5%; */
}
textarea{
	 resize: none;
}

.gst{
	 margin-top: 8%;
	 font-weight:bolder;
}

.displayinlineRemark{
	display: inline-flex;
	width : 400px;
}

.displayinlineRemark label{
	font-size:14px;
	width : 200px;
}
.isbn5{
	 margin-top: 1%;
	 font-weight:bolder;
}

.exportHistory{
    background: #6ed23b !important;
    line-height: 15px !important;
    border-radius: 5px !important;
    color: white !important;
}   

.isInactive{
	 margin-top: 2.5%;
	 font-weight:bolder;
}
textarea {
    overflow-y: auto;
    resize: vertical;
    font-size: 15px;
    background: #e9ecef;
    padding: .2rem .5rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}