.insert, .result{
	padding: 20px;
}
.insert .inner, .result .inner{
	width: 100%;
	box-shadow: 0 0px 10px rgb(0,0,0,0.2);
	border-radius: 10px;
	margin-top: 20px;
	background: #fff;
}
.insert .inner{
	padding: 15px
}
table{
	width: 100%;
}
button.view, button.archivia{
	background: #6d58ad;
    border: 0;
    padding: 4px 8px;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
}

tr {
    border-bottom: 1px solid rgb(0,0,0,0.1);
}
.view{
	margin-bottom: 10px
}
table td{
	padding: 10px 5px;
	border-right: 1px solid rgb(0,0,0,0.2);
}
table th{
	background: #6d58ad;
	padding: 10px 20px;
	border-right: 1px solid rgb(255,255,255,0.2);
	color: #fff;
	font-weight: 700
}
table{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
h1{
	font-size: 22px;
}
h2{
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #ececec;
}
select, input{
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 5px;
	padding-left: 10px;
	display: block
}
input[type="radio"]{
	display: inline-block;
	width: auto
}
.form textarea{
	max-width: none;
	width: 100%
}
.required{
	background: #fd9696;
    color: #212121;
    line-height: 23px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}
.disabled{
	display: none
}
.save{
	background: #d24956;
    color: #fff;
    border: 0;
    padding: 8px 30px;
    font-weight: 700;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 1px 10px rgb(214 48 48);
}
.radio{
	margin-right: 15px;
	display: inline-block
}
.icon{
	max-width: 20px;
	margin-right: 5px;
}
.filter span{
	display: inline-block;
	
}
@media screen and (max-width:576px){
	.insert .inner{
		padding: 15px 10px
	}
	.filter span{
		display: inline-block;
		border: 2px solid #ececec;
		margin-bottom: 10px;
		padding: 5px 10px
	}
}