.table-block {
    width: 100%;
    min-height: 100%;
    white-space: nowrap;
   	overflow: auto;
   	padding-left: 5px;
   	padding-right: 5px;
}


table{
	white-space: nowrap;
    overflow: auto;
	min-width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 5px silver;
}

td{
	max-width: 120px;
	padding-left: 10px;
	padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #575757;

}

thead{
	background: #4599f6;
	overflow: hidden;
}

tfoot{
	background: #E2E3E4;
	overflow: hidden;
}


th{
	font-weight: 400;
	color:  #FFFFFF;
	padding-right: 15px;
	min-width: 50px;
	padding-left: 10px;
}


tr{
	height: 50px;
	border-bottom: solid 1px #F3F4F5;
}

.tr-white{
	background-color: white;
}

.New{
	background-color: #d27872;
	color: #FFFFFF;
}

.In-progress{
	background-color: #5AA3D2;
	color: #FFFFFF;
}

.Сlarification{
	background-color: #9D75AD;
	color: #FFFFFF;
}

.Canceled{
	background-color: #919191;
	color: #FFFFFF;
}

.Completed{
	background-color:  #57C2AC;
	color: #FFFFFF;
}

