
.error{
font-size: 16px;
color: #f10 !important;
}
.toolbar{
	padding-top: 10px;

border-top: 1px solid #eeeeee;
}
.collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
 label.myLabel input[type="file"] {
    position:absolute;
    top: -1000px;
}

/***** Example custom styling *****/
.myLabel {
border-radius: 4px;
padding: 4px 10px;
margin: 0px;
background: #d50f52;
display: inline-block;
}
.myLabel:hover {
    background: #d74e7c;
}

.myLabel :valid + span {
    color: #fff;
} 
.devicename{
text-align: center;
font-size: 20px;
text-transform: capitalize;
font-weight: bold;
}