/*
    Data Entry CSS
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

hr {
	border: 0;
	clear:both;
	display:block;
	width: 96%;                
	background-color:  #5363b1;
	height: 1px;
}

#line {
	float: left;
	/*width: 731px;
	height: 40px;       */         
}

.card-retrievedata {
	width:90%;
}

.qomplypi_retrievetable {
	margin:20px
}




.qomply-dataentry-savebutton{
	background-color: #8ac564!important;
    color: #fff;
}
.qomply-dataentry-messagebutton{
	background-color: #ebea88!important;
    color: #000;
    height: 35px;
}

.qomply-in-line-table-button{
	margin:0px;
	background-color:#5FCC6B!important;
    color: #fff;
}


.qomply-dropdown-filter {
	font-size:.8rem;
	font-weight:100;
	height:35px;
}

.qomply-dropdown-filter select {
    font-size:.8rem;
    font-weight:100;
    height:35px;
}

.qomply-dropdown-filter select option {
    font-size:.7rem;
    font-weight:100;
}

.qomply-retrieve-filterbutton{
	background-color: #000000!important;
    color: #fff;
}
