    body {
        color: #566787;
		background: #f5f5f5;
		font-family: 'Varela Round', sans-serif !important;
		font-size: 13px;
	}
	.logo-container {
    text-align: center;
    margin-bottom: 10px;
}

.logo-censo {
    max-width: 140px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.4));
}
	#sidebar {
      background: linear-gradient( 180deg, #FFD2DF 0%, #ba5b77 20%, #731d36 45%, #730031 70%, #5d2727 100% ) !important;
  }
	#sidebar .p-4 {
		background: transparent !important;
	}
	#sidebar {
		position: relative;
		z-index: 1;
	}
	.table-wrapper {
        background: #fff;
        padding: 20px 25px;
        margin: 20px 0;
		border-radius: 35px;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.11);
		

    }
	.table-title {        
		padding-bottom: 15px;
		background: #fff;
		color: #272727;
		padding: 16px 30px;
		margin: -20px -25px 10px;
		border-radius: 3px 3px 0 0;
	}
	.table-title h1 {
		color: #551313;
		margin: 5px 0 0;
		font-size: 40px;
	}
    .table-title h2 {
		margin: 5px 0 0;
		font-size: 24px;
	}
	.table-title .btn-group {
		float: right;
	}

	.table-title .btn i {
		float: left;
		font-size: 21px;
		margin-right: 5px;
	}
	.table-title .btn span {
		float: left;
		margin-top: 2px;
	}
    table.table tr th {
		border-color: #e9e9e9;
		color: rgb(24, 118, 131);
		padding: 12px 15px;
		vertical-align: middle;
				font-size: 13px;

	}
	table.table tr td {
        border-color: #e9e9e9;
		padding: 12px 1px;
		vertical-align: middle;
				font-size: 12px;

    }
	table.table tr th:first-child {
		width: 60px;
	}
	table.table tr th:last-child {
		width: 100px;
	}
    table.table-striped tbody tr:nth-of-type(odd) {
    	background-color: #fcfcfc;
	}
	table.table-striped.table-hover tbody tr:hover {
		background: #f5f5f5;
	}
    table.table th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
    }	
    table.table td:last-child i {
		opacity: 0.9;
		font-size: 22px;
        margin: 0 5px;
    }
	table.table td a {
		--font-weight: bold;
		color: #566787;
		display: inline-block;
		text-decoration: none;
		outline: none !important;
	}

	
	table.table td a:hover {
		color: #2196F3;
	}
	table.table td a.edit {
        color: #FFC107;
    }
    table.table td a.delete {
        color: #F44336;
    }
    table.table td i {
        font-size: 19px;
    }
	table.table .avatar {
		border-radius: 50%;
		vertical-align: middle;
		margin-right: 10px;
	}
    .pagination {
        float: right;
        margin: 0 0 5px;
    }
    .pagination li a {
        border: none;
        font-size: 13px;
        min-width: 30px;
        min-height: 30px;
        color: #999;
        margin: 0 2px;
        line-height: 30px;
        border-radius: 2px !important;
        text-align: center;
        padding: 0 6px;
	}
	.btn{
		font-size:1.2rem;

	}



	.form-control{
		font-size: 12px;

	}
    .pagination li a:hover {
        color: #666;
    }	
    .pagination li.active a, .pagination li.active a.page-link {
		background: #187683;
		color: #fff;
    }
    .pagination li.active a:hover {        
        background: #0397d6;
    }
	.pagination li.disabled i {
        color: #ccc;
    }
    .pagination li i {
        font-size: 16px;
        padding-top: 6px
    }
    .hint-text {
        float: left;
        margin-top: 10px;
        font-size: 13px;
    }    
	
	/* Modal styles */
	.modal .modal-dialog {
		--max-width: 400px ; 
	}
	.modal .modal-header, .modal .modal-body, .modal .modal-footer {
		padding: 20px 30px;
	}
	.modal .modal-content {
		border-radius: 3px;
	}
	.modal .modal-footer {
		background: #ecf0f1;
		border-radius: 0 0 3px 3px;
	}
    .modal .modal-title {
        display: inline-block; 
    }
	.modal .form-control {
		border-radius: 2px;
		box-shadow: none;
		border-color: #dddddd;
	}
	.modal textarea.form-control {
		resize: vertical;
	}
	.modal .btn {
		border-radius: 2px;
		min-width: 100px;
	}	
	.modal form label {
		font-weight: normal;
	}	


	@media only screen and (max-width: 500px) {



		.table-wrapper {
			background: #fff;
			padding: 10px 5px;
			margin: 10px 0;
			border-radius: 3px;
			box-shadow: 0 1px 1px rgba(0,0,0,.05);
		}
		.table-title {        
			padding-bottom: 15px;
			background: #fff;
			color: #272727;
			padding: 16px 30px;
			margin: -20px -25px 10px;
			border-radius: 3px 3px 0 0;
		}
		.table-title h1 {
			color: #551313;
			margin: 5px 0 0;
			font-size: 40px;
		}
		.table-title h2 {
			margin: 5px 0 0;
			font-size: 24px;
		}
		.table-title .btn-group {
			float: right;
		}
	
		.table-title .btn i {
			float: left;
			font-size: 21px;
			margin-right: 5px;
		}
		.table-title .btn span {
			float: left;
			margin-top: 2px;
		}
		table.table tr th {
			border-color: #e9e9e9;
			color: rgb(24, 118, 131);
			padding: 12px 5px;
			vertical-align: middle;
					font-size: 13px;
	
		}
		table.table tr td {
			border-color: #e9e9e9;
			padding: 12px 10px;
			vertical-align: middle;
					font-size: 11px;
					--width: auto;
	
		}
		table.table tr th:first-child {
			width: 60px;
		}
		table.table tr th:last-child {
			width: 100px;
		}
		table.table-striped tbody tr:nth-of-type(odd) {
			background-color: #fcfcfc;
		}
		table.table-striped.table-hover tbody tr:hover {
			background: #f5f5f5;
		}
		table.table th i {
			font-size: 13px;
			margin: 0 5px;
			cursor: pointer;
		}	
		table.table td:last-child i {
			opacity: 0.9;
			font-size: 22px;
			margin: 0 5px;
		}
		table.table td a {
			--font-weight: bold;
			color: #566787;
			display: inline-block;
			text-decoration: none;
			outline: none !important;
		}
	
		
		table.table td a:hover {
			color: #2196F3;
		}
		table.table td a.edit {
			color: #FFC107;
		}
		table.table td a.delete {
			color: #F44336;
		}
		table.table td i {
			font-size: 19px;
		}
		table.table .avatar {
			border-radius: 50%;
			vertical-align: middle;
			margin-right: 10px;
		}




	}





.todook {
	background-color:rgb(167, 206, 155);
	border: 1px ;
	-moz-border-radius: 9px;
	-webkit-border-radius:9px;
	padding: 10px;
	margin-bottom: 10px;
  }


  .todonook {
	background-color:rgb(207, 167, 167);
	border: 1px ;
	-moz-border-radius: 9px;
	-webkit-border-radius:9px;
	padding: 10px;
	margin-bottom: 10px;
  }

  .eltitulo {
	background-color: #7a1332bd;
	border: 1px ;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding-left: 15px;
	margin-bottom: 10px;
	color: white;
  }