.select-box-height{
height:50px;
width: 290px;
}

.validation-error
{
color:red;
}

.error
{
color:red;
}

.success
{
color:green;
}

.admin-page-title-align
{
margin-left: 45px;
}


tbody {
    display:block;
    height:380px;
    overflow:auto;
}
thead, tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}
thead {
    width: calc( 100% - 1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}





.add-product-button
{
    margin-left: 87%;
	background: #3ee792 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 13px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.action-url
{
margin-right: 10px;
}