/* label focus color */
.input-field input[type=text]:focus + label {
	color: red;
 }
 .listado{
	 padding: 20px;
 }
 #tableUsers{
	 max-width: 800px;
	 margin: 5px auto;
 }
 
 .icon-delete{
	 color: red;
 }
 .icon-create{
	 color: #26A69A;
 }
 .disable{
	 cursor: none;
 }
 .row{
	 margin-top: 20px;
 }
 table{
   font-size:14px;
 }
 .help-block{
   color:red;
 }
 
 .btn-info {
	background-color: #00c0ef;
	border-color: #00acd6;
}

.btn-success {
	background-color: #2ecc71;
	border-color: #2ecc71;
}

.btn-danger {
	background-color: #e74c3c;
	border-color: #e74c3c;
}
.btn-warning {
	background-color: #f1c40f;
	border-color: #f1c40f;
}