:root {
	--success_d: green;
	--success_l: #8bc34a7a;
	--error_d: #e90008;
	--error_l: #ff572226;
	--warn_d: #ff9800;
	--warn_l: #ffeb3b29;
}
.container {
    margin: 0px auto 20px;
    padding: 30px 40px 20px;
    background: #ccc2;
    border: solid 1px #ccc8;
    max-width: 1400px;
    color: #777;
}
a[href$='https://www.unam.edu.na/'] {
	
    margin: 0px auto 20px;
    display: block;
    width: 220px;	
    margin-bottom: -15px;
}
.logo {
	height: auto;
	width: 100%;
    filter: drop-shadow(0px 0px 2px #0009);
}
h1, .head {
    margin: 0px;
    background: #ccc5;
    border: 1px solid #ccc;
    font-size: 20px;
	padding-left: 8px;
}
h3, h4 {
    font-weight: normal;
    padding: 2px 4px;
    margin: 10px 0px;
}
h3 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.container.warn {
    margin: 10px auto 10px;
    padding: 5px 20px 5px;
}
.warn {
    color: var(--warn_d);
    background: var(--warn_l);
    border: 1px solid var(--warn_d);
}
.error {
    color: var(--error_d);
    background: var(--error_l);
    border: 1px solid var(--error_d);
}
.success {
    color: var(--success_d);
    background: var(--success_l);
    border: 1px solid var(--success_d);
}
sup {
    color: var(--error_d);
    display: inline-block;
    margin-top: -2px;
}
.action {
    padding: 5px 21px;
    border-radius: 15px;
    border-width: 1px;
    margin-right: 3px;
    margin-top: 10px;
    background: #fff;
    text-decoration: none;
    cursor: pointer !important;
}
.half {
    display: inline-block;
    width: 50%;
    margin-bottom: 2px;
}
.full span {
    display: inline-block;
    width: 25%;
    margin-bottom: 2px;
}
.full input[type='text'],.full input[type='password'] {
    width: 98%;
    padding: 6px 3px 6px 5px;
}
.half input[type='text'],.half input[type='password'], .half input[type='number'], .half textarea {
    width: 96%;
    padding: 6px 3px 6px 5px;
}
.half select {
    width: 98%;
    padding: 5px 0px;
}
.half select, .half input[type='text'], .full input[type='text'], .half input[type='password'], .full input[type='password'], .half input[type='number'], .half textarea  {
    color: #777;
    border: 1px solid #ccc;
}
.full input[type="checkbox"] {
    margin-right: 5px;
}
.half p, .full p {
    margin: 15px 0px 5px 1px;
    font-weight: bold;
}
table {
    width: 100%;
    margin: 15px auto;
    font-size: 14px;
	cursor: pointer;
	border-collapse: collapse;
}
tr:nth-child(even) {
	background-color: #efefef;
}
tr.row:hover {
	background-color: #e1e1e1;
}
.row td,.head th {
    border: solid 1px #ddd;
	padding: 10px 3px;
	text-align: center;
}
.row td.info {
	text-align: left;
}
.head th {
    font-weight: unset;
}
.campus_cell {
    max-width: 360px;
}
.head {
    font-size: 15px;
	background: #bebebe;
	color: #fff;
}
.delete_icon {
    height: 17px;
    margin-bottom: -4px;
    margin-right: -9px;
    cursor: pointer;
}
.campus {
    display: inline-block;
    padding: 0px 10px;
    border-radius: 15px;
    border: 1px solid #ccc;
    background: #eee9;
    margin-right: 3px;
    margin-bottom: 1px;
}
.float_right {
    float: right;
}
.pagination {
    margin: 15px auto 10px;
    width: 100%;
    text-align: center;
}
.pagination a {
  color: black;
  padding: 3px 9px;
  text-decoration: none;
  border: 1px solid #ddd;
}
.pagination a.current {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}
.pagination a:hover:not(.current) {background-color: #ddd;}
.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 639px) {
    .full span {
        width: 50%;
    }
}
@media (max-width: 479px) {
	.half {
		width: 100%;
	}
    .full span {
        width: 100%;
    }
}
nav.menu {
    text-align: end;
	margin-bottom: 2px;
}
nav.menu a {
    display: inline-block;
    color: #777;
    text-decoration: none;
    background: #ccc5;
    padding: 8px 16px;
    border-right: 1px solid #ccc;
}
nav.menu a:hover {
    color: #fff;
    background: #bbb;
}
nav.menu a:last-child {
    border-right: none;
}