﻿@import url(//fonts.googleapis.com/css?family=Arimo:400,400i,700,700i);

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-size: cover;
	font: normal normal normal 12px/18px Arial, Helvetica, sans-serif;
	color:#000;
}

*:not(.registration__form) {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
		  	box-sizing: border-box;
}

/* portal */

.portal {
    font-family: Arial, Helvetica, sans-serif;
    background: transparent;
}

.portal .form 
{   
    overflow: hidden;    
	position:relative;  
}


.portal .form h1 {
    border-radius: 5px 5px 0 0;
    color: White;
    margin: 0;
    text-align: center;
    
    background-color: #007dc4;
	font-size:16px;
	font-weight:normal;
	padding:7px 0;
}

.portal .form-input
{
    margin: 0px 15px 10px 200px;
}

.portal h2 
{
    font-size: 14px;
    background-color: #E0E0E0;
    background: -moz-linear-gradient(top, #F0F0F0, #C0C0C0);
    background: -webkit-linear-gradient(top, #F0F0F0, #C0C0C0);
    padding: 5px 5px 5px 20px;
    margin: 10px 5px;
    border: 1px solid Silver;
    border-radius: 8px;
    border-left: 8px solid cornflowerblue;
    box-shadow: 2px 2px 2px Gray;
}

.portal .header3
{
    font-family: Arimo;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    border-left: 3px solid Orange;
    display: block;
    font-weight: bold;
    margin: 13px 0px;
}


.portal fieldset {
	border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
    margin: 8px;
	border: 1px solid #ababab;
}

.formbody a { color:#0a4875;}
.formbody a:hover { color:#000; text-decoration:none;}

.portal p
{
    margin: 10px 20px;
}

.portal .button
{
    background: linear-gradient(top, #FFFFFF, #DDDDDD);
    background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);
    background: -webkit-linear-gradient(top, #FFFFFF, #DDDDDD);
    background: -o-linear-gradient(top, #FFFFFF, #DDDDDD);
    background: -ms-linear-gradient(top, #FFFFFF, #DDDDDD);
    
    border: 1px solid darkgray;
    border-radius: 4px;
    padding: 7px 12px 5px;
    color: Black;
    text-decoration: none;
    margin: 10px;
    outline: 0 none;
}

.portal .button:hover
{
    background: linear-gradient(top, #FFFFFF, #AADDFF);
    background: -moz-linear-gradient(top, #FFFFFF, #AADDFF);
    background: -webkit-linear-gradient(top, #FFFFFF, #AADDFF);
    background: -o-linear-gradient(top, #FFFFFF, #AADDFF);
    background: -ms-linear-gradient(top, #FFFFFF, #AADDFF);
}

.portal .button:focus, portal .button:active
{
    outline: 0 none;
    border: 1px solid #9ED7FF;
}

.portal .formbuttons {
    margin: 10px auto 0;
    text-align: center;
    min-width: 270px;
}


.formbody fieldset input[type=text], .formbody input[type=password], .formbody input[type=email], .textbox
{
    border:1px solid #9ED7FF;
    width: 100%;    
}


.portal table td.label
{
    width: 120px;
}

.portal table td.input 
{
    width: 150px;
}

.portal table td.msg 
{
}

.portal table.codes td.input {
    width: 400px;
}


.portal .success {
    color: Green;
}

.portal .accept 
{
    background: url("images/accept.png") no-repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0 0 0 24px;
    color: Green;
}

.portal .reject
{
    background: url("images/reject.png") no-repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0 0 0 24px;
    color: Red;  
}

.portal .error
{
    color: Red;
}

.formbody ul {
    list-style: none;
}


.portal .form table {
    width: 100%;
}

.portal .form .treeview table {
    width:auto;
}

.portal .form fieldset .treeview  td {
    padding: initial;
}

#LogOutButton { float: right; margin: 10px 10px 0 0 }
.back-button { position:absolute; top:5px; left:5px;}

#LogOutButton { float: right; margin: 10px 10px 0 0 }
.back-button { position:absolute; top:5px; left:5px;}


.portal .course-start {
    width: 150px;
    text-align: center;
}

.portal .form fieldset td {
    padding: 4px 10px;
}

table.courses { border-collapse:collapse; margin: 20px 0px;}
table.courses tr td { border-bottom:1px solid Silver}
table.courses tr:last-child td { border:none;}

.portal .course-start button {
    margin: 2px 0;
    padding: 2px 10px;
}

.portal .activation-period {
    font-size: smaller;
    font-style: italic;
}

.portal .course a {
    display: block;
    cursor: pointer;
    padding: 2px 5px;
}

.portal .category {
    display: inline-block;
    transition: all 200ms ease-in;
    transform: scale(1);
    z-index: initial;
    padding: 6px;
    margin-left: 1px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
    width: 260px;
    text-align: center;
    background-color: white;
}

.portal .category h3 {
    min-height: 36px;
}

.portal .category:hover {
    transition: all 200ms ease-in;
    transform: scale(1.02);
    box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
    z-index: 2;
}


.portal .progress-bar {
    background-color: #EBEBEB;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100px;
    overflow: hidden;
}

.portal .progress-fill {
    position: absolute;
    height: 100%;
    background-color: #249DF0;
}

.portal .progress-caption {
    padding: 8px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.hidden {
    visibility: hidden;
}


/* Start: Widget */
.widget * {
	box-sizing: border-box;
}

.widget {
    width: 100%;
    min-width: 300px;
    min-height: 391px;
    font: normal 14px/19px sans-serif;
    color: #ffffff;
    padding: 40px;
    background-color: rgba(0, 173, 239, 0.5);
    border: 10px solid rgba(0, 173, 239, 0.3);
}

    .widget hr {
        border: none;
        border-bottom: 1px solid #ffffff;
        margin: 30px 0;
    }

	.widget a, .widget a:active, .widget a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.widget a:hover {
		text-decoration: underline;
	}

	.widget h3 {
		color: #ffffff;
		font-weight: normal;
		font-size: 20px;
		font-weight: bold;
		padding: 10px 0 10px;
		margin: 0 0 15px;

	}

	.widget label.placeholder {
		display: inline-block;
		width: 100%;
		display: none; /* Hide for now :) */
	}

	.widget input.textbox {
		background: #ffffff;
		border: none;
		padding: 3px 5px;
		width: 100%;
		min-height: 35px;
		margin: 0 0 10px;

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			-ms-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
	}

    .widget input[type=submit] {
        border: none;
        background-color: #4FB6F8;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        min-height: 38px;
        text-transform: uppercase;
        padding: 7px 30px;
    }

    .widget input.login-button {
        margin-top: 10px;
        margin-right: 10px;
    }

	.widget input[type=submit]:hover {
		background-color: #00adef;
	}

	.widget .sex-radiobuttons {
		display: inline-block;
		width: 100%;
		margin: 0 0 15px;
	}

    .widget p {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px !important;
    }
    .widget .no-account-text {
        margin-right: 10px;
    }
    /* End: Widget*/
    .as-navigationContainer {
        margin-top: 15px;
    }

#LoginPanel.widget p {
    justify-content: flex-end;
}

#certificatesListContainer {
    margin-top: 20px;
}

.cert-download-column {
    width: 100px !important;
}

.activation__snackbar {
    visibility: visible;
    position: absolute;
    width: 100%;
}

.activation__snackbarShow {
    visibility: visible;
    -webkit-animation: fadein__snackbar 0.5s, fadeout__snackbar 0.5s 4.5s;
    animation: fadein__snackbar 0.5s, fadeout__snackbar 0.5s 4.5s;
}

@-webkit-keyframes fadein__snackbar {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 10px;
        opacity: 1;
    }
}

@keyframes fadein__snackbar {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 10px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout__snackbar {
    from {
        top: 10px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout__snackbar {
    from {
        top: 10px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

.institution-table {
    height: 500px;
}

.institution-table .dojoxGridHeader > div {
    width: 100em !important;
}

.institution-table .dojoxGridHeader {
    width: 1200px !important;
}

.institution-table.dojoxGridMasterHeader {
    width: 1200px !important;
}

.institution-table .dojoxGridContent {
    width: 1200px !important;
}

.institution-table .dojoxGridContent > div {
    width: 1200px !important;
}

.institution-table .dojoxGridRow {
    width: 1200px !important;
}

.institution-table .dojoxGridRowTable > tbody > tr th:first-child {
    width: 0.3em !important;
}

.institution-table .dojoxGridRowTable > tbody > tr th:nth-child(2)  {
    width: 2em !important;
}

.institution-table .dojoxGridRow > table > tbody > tr td:first-child {
    width: 0.3em !important;
}

.institution-table .dojoxGridRow > table > tbody > tr td:nth-child(2) {
    width: 2em !important;
}
table.codes tbody tr td div table tbody tr td a {
    white-space: initial;
}
table.codes tbody tr td div div table tbody tr td span {
    white-space: initial;
}
.activationcode-course-tree {
    max-width: 355px;
}
.admin-menu {
    max-width: 100%;
}
.admin-menu ul {
    padding: 0px;
}
.flex-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.password-button {
    right: 50px;
    position: absolute;
}