.view-head-dav { padding-top: 8px }
.view-detail-dav { padding-top: 8px }
.errorMsgAdmin { font-weight: bold; margin-left: 20px; }
.add-dairy {
    float: right;
    margin: 9px 28px 9px -9px;
    background-color: #00c0ef !important;
    border-color: #00acd6 !important;
    color: white !important;
}
.add-user
{
	float: right;
    margin: 9px 28px 9px -9px;
    background-color: #00c0ef !important;
    border-color: #00acd6 !important;
    color: white !important;
}
.add-user:hover
{
    background-color: #31b0d5 !important;
    border-color: #269abc !important;
    color: #fff;
}

.bg_none 
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
}
.add-dairy:hover 
{
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff;

}

table.dataTable thead .sorting_desc {
    background: none !important;
}
#suggesstion-box
{
    box-shadow: 2px 2px 9px black;
}
.list-unstyle {
    cursor: pointer;
    list-style: outside none none;
    margin-left: -28px;
}
