html, body, span, p, form, img, a, ul, ol, li, table, tr, td, div{margin: 0;padding: 0; border:none; box-sizing: border-box; outline:none;list-style-type:none;}

body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.error-input {
    border: 1px solid red;
}

.error-message {
    color: red;
    font-size: 13px;
}

.info-message {
   color: #007bff;
   font-weight: bold;
   font-size: 14px;
}

.warn-message {
   color: #af8403;
}

.info-message-qtd-limite {
   color: #212529;
   font-size: 13px;
}

.error-messages {
    color: red;
    margin: 5px;
    list-style: disc;
    font-size: 13px;
}

.table-curriculo-nome {
	width: 25%;
}

.table-curriculo-telefone {
	min-width: 150px;
}

.table-curriculo-cargo {
	width: 15%;
}

.table-curriculo-cursos-esperiencias {
	width: 30%;
}

.rotate {
  animation: rotation 1s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
