@font-face {
    font-family: "Roboto Bold";
	font-style: normal;
	font-weight: 700;
    src: url("../lib/fonts/Roboto/Roboto-Bold.woff2") format('woff');
}


@font-face {
    font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
    src: url("../lib/fonts/Roboto/Roboto-Regular.woff2") format('woff');
}

th {
    background-color: #333;
    color: #fff;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: normal!important;
    padding: 12px;
    text-align: left;
}

td 
{
	background: white;
}

.progress 
{
    height: initial !important;
}
.progress .progress-bar span
{
	font-weight: bold;
	white-space: pre-line;
}
 
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #000;
    color: #fff;
	font-family: 'Roboto Bold', sans-serif;
    cursor: default;
}

 

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #666;
    color: #fff;
}

.btn-primary, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active
{
background-color: #414141;
border-color: transparent;
}

.wizard > .actions ul a[href="#next"], .wizard > .actions ul a[href="#next"]:hover, .wizard > .actions ul a[href="#next"]:active
{
	background-color: #5cb85c;
	border-color: transparent;
}


.btn-primary.focus, .btn-primary:focus
{
	background-color: #414141;
border-color: red;
}

body h1 
{
	color: #e42312;
	font-family: 'Roboto Bold',sans-serif;

	text-align:left;
	margin-bottom:0.2em;
}
.logo 
{
	height: 60px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.wizard > .steps .number {
     font-size: 1em; 
}
 

.modal-content 
{
	background-color: #f4f4f4 
}
 
 
legend {
  
    border-bottom: 1px solid #999;
}

.progress {
 
    background-color: #ddd;
}

table.ExternalSubjectTable td
{
	padding-left: 0.4em;
	padding-right: 0.4em;
}

.button-links {
    display: inline-block; /* container width defined by content */
    margin-bottom: 0;
}

.button-links li {
    border: 1px solid #414141;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    list-style: none;
    margin-bottom: 0.5rem;
}

.button-links li:last-child {
    margin-bottom: 0;
}

.button-links li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s ease;
    padding: 0.5rem;
    text-align: center;
    text-decoration: none;
}

.button-links li:hover {
    background-color: #e0e0e0;
}

td.openSub a {
    display: inline-block;
    border: 1px solid #414141;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease;
    padding: 0.5rem;
    text-decoration: none;
}

td.openSub a:hover {
    background-color: #e0e0e0;
}