/*--Validation--*/

.search-table{
    padding: 10%;
    margin-top: -6%;
}
.search-box{
    background: #e31e25;
    border: 1px solid black;
    padding: 3%;
}
.search-box input:focus{
    box-shadow:none;
    border:2px solid #eeeeee;
}
.search-list{
    background: #fff;
    border: 1px solid #ababab;
    border-top: none;
}
.search-list h3{
    background: #eee;
    padding: 3%;
    margin-bottom: 0%;
}
.text-validation{
	color: white;
	font-weight: 900;
}

.search-icon{
	font-size: 20px;
	color: white;
}


@media(max-width:480px){
    .table-responsive{
        width: 70%;
        height: 500px;
    }
    .search-icons{
        margin-left: 3% !important;
    }
    .search-input{
        width: 90% !important;
        margin-top: 2%;
    }
}

/*//validation */