body {
	margin: 0;
	font-family: "Poppins", sans-serif;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th {
	text-transform: uppercase;
	background-color: #4A4A4A;
	color: #FFFFFF;
}

table tr {
	border: 1px solid #909090;
	line-height: 30px;
}

table tr:hover {
	background-color: #f6f6f6;
}

table tr th {
	border: 1px solid #909090;
}

table th, td {
	padding: 5px;
}

input[type="checkbox"] {
	cursor: pointer;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

input[type="radio"] {
	cursor: pointer;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

input[type="file"] {
	display: none;
}

.custom-file-upload {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
}

input[type="text"], input[type="password"] {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	outline: none;
}

input[type="submit"] {
	border: 0;
	cursor: pointer;
}

.table-tags {
	text-align: right;
}

.table-exam {
	background-color: #FFC8C9;
	color: #B70003;
}

.table-exam:hover {
	background-color: #f7c1c2;
}

.table-download {
	border-left: 1px solid #909090;
	width: 1%;
	white-space: nowrap;
}

.table-separator {
	border-top-width: 3px;
}

a {
	text-decoration: none;
	color: #0060E3;
}

a:hover {
	text-decoration: underline;
	color: #0093FF;
}

#header {
	padding: 10px;
	height: 50px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #AAAAAA;
}

#header h1 {
	line-height: 0;
	font-size: 24px;
	font-weight: normal;
}

#presentations {
	margin: 20px auto;
	width: 60%;
}

#presentations h2 {
	margin-top: 50px;
	text-align: center;
}

#tasks {
	margin: 20px auto;
	width: 60%;
}

#tasks h2 {
	margin-top: 50px;
	text-align: center;
}

#download {
	margin: 20px auto;
	width: 60%;
}

#download h2 {
	margin-top: 50px;
	text-align: center;
}

#footer {
	padding-top: 20px;
	text-align: center;
	color: #AAAAAA;
}

.container {
	margin: 0 auto;
	width: 60%;
}

.counter {
	
}

.logo {
	display: inline-block;
	line-height: 50px;
	font-size: 24px;
}

.logo a {
	text-decoration: none;
	color: #000000;
}

.menu {
	display: inline-block;
	float: right;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li {
	padding-left: 10px;
	line-height: 50px;
	display: inline-block;
}

.menu a {
	background-color: #DDDDDD;
	padding: 10px;
	border-radius: 10px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
}

.menu a:hover {
	background-color: #D1D1D1;
	text-decoration: none;
}

.menu-clear {
	list-style: none;
	padding: 0;
}

.tag {
	font-size: 10px;
	padding: 2px 8px;;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 500;
	vertical-align: middle;
	cursor: default;
}

.tag-primary {
	background-color: #1A1A1A;
	color: #FFFFFF;
}

.tag-gray {
	background-color: #D1D1D1;
	color: #262626;
}

.tag-red {
	background-color: #FF1C1E;
	color: #ffffff;
}

.tag-green {
	background-color: #21A800;
	color: #ffffff;
}

.tag-blue {
	background-color: #007CFF;
	color: #ffffff;
}

.tag-orange {
	background-color: #FF8600;
	color: #ffffff;
}

.tag-purple {
	background-color: #9100FF;
	color: #ffffff;
}

.tag-exam {
	background-color: #FF0004;
	color: #FFFFFF;
}

.btn-menu-red {
	background-color: #ffabab !important;
	color: #990303 !important;
}

.btn {
	padding: 5px 10px;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
}

.btn:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.btn-large {
	padding: 12px;
}

.btn-primary {
	background-color: #0074FF;
	color: #FFFFFF;
}

.btn-primary:hover {
	background-color: #3993FF;
}

.btn-red {
	background-color: #FF4F4F;
	color: #FFFFFF;
}

.btn-red:hover {
	background-color: #FF7B7B;
}

.btn-green {
	background-color: #13bf00;
	color: #FFFFFF;
}

.btn-green:hover {
	background-color: #37d126;
}

.alert {
	margin: 20px 0;
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 20px;
	font-size: 14px;
}

.alert p {
	padding: 0;
	margin: 0;
	text-align: justify;
}

.alert-info {
	background-color: #C5E1FF;
	border-color: #007AFF;
	color: #007AFF;
}

.alert-danger {
	background-color: #ffabab;
	border-color: #ff1212;
	color: #990303;
}

.alert-success {
	background-color: #a3ffa3;
	border-color: #0cc90c;
	color: #009100;
}

.alert-warning {
	background-color: #ffddab;
	border-color: #d1891f;
	color: #b06800;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-bold {
	font-weight: bold;
}

.login-panel {
	margin: 20px auto;
	padding: 20px;
	width: 50%;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #DDDDDD;
	background-color: #F2F2F2;
}

.login-panel h2 {
	margin: 0;
	font-weight: 400;
}

.login-panel hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #DDDDDD;
	margin: 1em 0;
	padding: 0;
}

.upload-panel {
	margin: 20px auto;
	padding: 20px;
	width: 50%;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #DDDDDD;
	background-color: #F2F2F2;
}

.upload-panel h2 {
	margin: 0;
	font-weight: 400;
}

.upload-panel hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #DDDDDD;
	margin: 1em 0;
	padding: 0;
}

.form-element {
	margin-top: 20px;
}

.form-element input[type="text"], input[type="password"] {
	width: 100%;
}

.clear {
	clear: both;
}