@font-face {
  font-family: "Arial";
  src: url("../css/DIN Condensed Bold.ttf") format("truetype");
}
html {
	font-size:16px;
}

body {
	background-color:#fafafa;
}

.text-bg-dark {
  color: #fff !important;
	background-color:#fff;
}
.text-bg-light {
  color: #000 !important;
	background-color:#fafafa !important;
}
#banner-content {
	background-image:url(/images/background.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	padding-right: 0;
	height: 300px;
	width: 100%;
	background-size: cover;
	border-radius:20px;
}

#inner-content {
	text-align:center;
	width:90%;
	display:block;
	padding:40px;
	border:2px solid red;
	margin-top:200px;
}

.panel {
	background-color: rgb(255 255 255);
	color:#000;
	margin:20px;
	padding:60px;
	padding-bottom:20px;
	padding-top:20px;
	font-size: 20px;
	z-index:1;
}
.panel-padding {
	margin:20px;
	padding:60px;
	padding-bottom:10px;
	padding-top:10px;
}
.panel-right-padding {
	margin:20px;
	padding:0px;
	padding-left:20px;
}
.admin-panel {
	background-color: rgb(255 255 255);
	color:#000;
	font-size: 20px;
	z-index:1;
}

.panel h2 {
	font-weight:bold;
}
.video-panel {
	z-index:1;
}
#courses-list li {
	border-bottom: 2px solid #f1f1f1;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	font-size: 20px;
}
.course-progress {
	display:block;
	float:right;
	width:160px;
	margin-right:20px;
	text-align:right;
}

.open-course-button:hover {
	display:block;
	float:right;
	border-radius:20px;
	background-color:black;
	width:100px;
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
}


.open-course-button {
	display:block;
	float:right;
	border-radius: 20px;
	background-color:#e60f05;
	width:100px;
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
}

.open-course-button a {
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	margin-top:3px;
}

header {
	background-color:#ffffff;
	height:70px;
	margin-top:6px;
	position:sticky;
	top:0;
}
.nav-link {
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.nav-link.selected {
   background: url(../images/yellow-underline.png)no-repeat;
}

.text-secondary {
	color:#000;
}

.title {
	color:#000;
	padding:60px;
	padding-bottom:20px;
}
.title h1 {
	font-family: Arial, sans-serif;
	color:white;
	background-color:black;
	font-size:5.5em;
	line-height:.95em;
	font-weight:bold;
	text-align:center;
	padding:10px;
	padding-top:18px;
	display:block;
	border-radius:50px;
}
.register-button {
	float:right;
	background-color:#E60F05;
	color:#fff;
	border-radius:10px;
}
.register-button button.btn {
	float:right;
	background-color:#E60F05;
	color:#fff;
	font-weight:bold;
	font-size:1.4em;
	padding-left:30px;
	padding-right:30px;
	border-radius:10px;
}

.register-button button.btn:hover {
	float:right;
	background-color:black;
	color:#fff;
}
.action-button:hover {
	background-color:orange;
	color:#fff;
	display:inline-block;
	border-radius:10px;
	font-size:15px;
}

.action-button {
	background-color:#E60F05;
	color:#fff;
	display:inline-block;
	border-radius:10px;
	font-size:15px;
}
.action-button button.btn {
	color:#fff;
	font-weight:bold;
	padding-left:30px;
	padding-right:30px;
	font-size:1.1em;
}
.panel-footer {
	text-align:center;
	color:#444;
}
#courses-note {
	text-align:center;
	color:#444;
	font-size: 17px;
}
.title_hr hr {
	width:15%;
	height:3px;
	margin-bottom:40px;
	border:0;
	color:#e6272a;
	background-color:#e6272a;
	opacity:1;
}
.report-column {
	text-align:center;
}
.report-table {
	width:100%;
}
.report-table th {
	background-color:#eaeaea;
	color:#444;
}
.report-table td,.report-table th {
	padding:8px;
	text-align:left;
	font-size: 17px;
	border-bottom: 3px solid white;
}

.table td,.table th {
	padding:8px;
	text-align:left;
	font-size: 17px;
	border-bottom: 3px solid white;
	border:1px solid pink;
}

#register-container {
	position:relative;
}
#register-bottom {
	position:absolute;
	bottom:0;
	width:100%;
}
.gray-text {
	color: #fff;
}
.help-block {
	font-size:0.9em;
	color:#d33;
}
.form-group {
	margin-bottom:10px;
}
.forgot-password {
	float:right;
	width:100%;
	text-align:right;
}
.forgot-password a {
	text-decoration:none;
	color:#444;
}
.login-label {
	margin-top:28px;
}
.register-column {
	padding-left:3em;
}
.login-column {
	border-right:1px solid #ddd;
	padding-right:3em;
}
.amber-warning {
	color:#d33;
	font-size:12px;
}
#change-password-form .amber-warning {
	font-size:15px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.fade:not(.show) {
  opacity: 1;
}
.footer {
	padding:20px;
}
.footer-copyright {
	text-align:center;
}
#menu-row {
	position:relative;
	background-color: #f1f1f1;
	width:100%;
	color:#fff;
	margin-top:16px;
	height:42px;
	padding-bottom:55px;
	z-index:100;
	text-align:center;
}
.nav li a {
  font-family: Arial, sans-serif;
  text-decoration: none;
  color: #545454;
  padding-top: -10px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 25px;
}
.nav li a:hover {
	color:black;
	background-color:rgba(0,0,0,0);
}

#domain-info {
	font-style:italic;
	color:#555;
}
/* Hide Radio buttons for flag selection */
input.language-selector {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* IMAGE STYLES */
[type="radio"] + img {
  cursor: pointer;
  width: 125px;
  margin: 2px;
  margin-left: 10px;
  padding: 1px;
}

/* CHECKED STYLES */
[type="radio"]:checked + img {
  outline: 5px solid yellow;
}
.inline-label {
  display: inline-block;
}
.panel-title {
	font-size:45px;
	margin:20px 0;
	color: #e60f05;
	font-family: Arial ,san-serif;
}
.belron-select {
	font-size:1.5em;
	margin-top:4px;
	border-radius: 10px;
}
.action-button.btn {
	border-radius:0;
	font-size:1.1em;
	padding-left:30px;
	padding-right:30px;
	border-radius:10px;
	font-weight:bold;
}
/**
 * File uploader
 **/
#fileupload_view {
    min-width:417px;
    height:62px;
    background: url(../images/fileupload.png)no-repeat;
    margin:8px 0 20px 0;
    border:0;
    border-radius:.25rem;
}
.progress .determinate {
  background-color: #26a69a;
  transition: width .3s linear;
}
button a {
	text-decoration:none;
}
.modal-content {
	background-color:#f5f3ef;
}
.belron-column {
	margin:0px;
	padding:5px;
	background-color:#fff;
	border-radius:6px;
}
.belron-link {
	border:2px solid #e60f0b;
	color:#e60f0b;
	border-radius:3px;
	padding:10px;
	text-decoration:none;
}
a.belron-link {
	text-decoration:none;
}
.small-para {
	line-height:10px;
}
.comments-text {
	font-style:italic;
}
.belron-tab-bar {
	background:#f1f1f1;
	height:45px;
	color:#164245;
	border-radius:8px;
	margin-top:20px;
	padding-left:40px;
}
.belron-tab-item {
	display:inline-block;
	padding:10px;
	width:200px;
}
.belron-tab-item a {
	text-decoration:none;
	color:#164245;
}
.belron-tab-item.active-tab {
   background: url(../images/yellow-underline-lg.png)no-repeat;
}
.centered {
	border:1px solid pink;
	margin:0 auto;
	text-align:center;
}
.text-warning {
	color:#8a6d3b;
}
.text-success {
	color:#3b8a6d;
}

.category-name {
	width:12.5%;
	height:40px;
	display:inline-block;
	background:#E60F05;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-top:8px;
	text-align:center;
	border:1px solid #fff;
	border:1px solid black;
}
.category-name:hover {
	background:black;
}
.category-name a {
	text-decoration:none;
	color:#fff;
}
.category-name.selected:hover {
	background:black;
}
.category-name.selected {
	background:#01AB93;
}
/* admin categories have less space */
#admin-categories .category-name a {
	font-size:.6em;
}

.upload-info {
	padding-top:20px;
	margin:0;
	font-weight:bold;
	color:#444;
}

#categories {
	padding-bottom:6px;
}
.categories-front {
	padding-top:14px;
}
.video-download {
	text-decoration:none;
}

.panel table {
	table-layout:fixed;
}

.table-striped tbody tr > td {
	overflow:hidden;
}
.download_button {
	padding:10px;
}