﻿@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;
}

/* 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;
}


.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;
    height: 16px;
}

.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;
}

/* widget */
.widget {
    box-sizing: border-box;
    color: white;
    margin: 0;
    padding: 14px;
    width: 417px;
    max-height: 300px;
    background-color: rgba(255,255,255,0.30);
    border: solid 1px rgba(255,255,255,0.32);
    border-radius: 10px;
    float: right;
    text-shadow: 1px 1px 3px #999;
}

body.portal.lteie8 .widget {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4dffffff', endColorstr='#4dffffff');";
}

#SignupPanel {
    width: 830px;
}

.widget * {
    box-sizing: border-box;
}

.widget p {
    margin: 7px 0 0px;
}

.widget h3 {
    font-size: 2em;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.widget hr {
    margin: 10px 0px 10px;
    border: solid 1px rgba(255,255,255,0.17);
    clear: left;
    display: inline-block;
    width: 100%;
}

.widget .textbox {
    padding: 10px;
    margin: 5px 0;
    background-color: rgba(255,255,255,0.8);
    border-style: none;
}

.widget .passwordbox {width: 260px!important; float:left;}

.widget .textbox::-moz-placeholder { color: #666666; font-size: 14px;}
.widget .textbox:-moz-placeholder { color: #666666; font-size: 14px;}
.widget .textbox::-webkit-input-placeholder { color: #666666; font-size: 14px;}
.widget .textbox:-ms-input-placeholder { color: #666666; font-size: 14px;}

.widget label.placeholder {
    color: #333;
    position: absolute;
    padding: 7px 5px;
    margin: 7px 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
}



.login-button, .signup-button, .register-button, .password-button, .back-button2, .logout-button {
    font-size: 18px; 
    font-weight: 500; 
    border-radius: 3px; 
    margin: 5px 0px 5px auto;
    padding: 6px 20px; 
    line-height: 19px; 
    background: transparent; 
    border: 2px solid; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    -moz-transition: all 0.2s; 
    -webkit-transition: all 0.2s; 
    transition: all 0.2s; 
    position: relative;
    display: inline-block;
    color: #f0f0f0 !important;
    cursor: pointer;

}

.login-button, .signup-button, .register-button, .password-button {
    float: right;
}

.back-button2 {
    float:left;
}

.signup-button, .register-button {
    margin: 2px 0 0 auto;
}


.login-button:hover, .signup-button:hover, .register-button:hover, .password-button:hover, .back-button2:hover, .logout-button:hover {
     background: rgba( 255, 255, 255, 0.2 );
     border: 2px solid transparent;
     padding: 6px 34px 6px 14px !important;
}

body.portal.lteie8 .login-button:hover, 
    body.portal.lteie8 .signup-button:hover, 
    body.portal.lteie8 .register-button:hover, 
    body.portal.lteie8 .password-button:hover, 
    body.portal.lteie8 .back-button2:hover, 
    body.portal.lteie8 .logout-button:hover {
     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#14ffffff', endColorstr='#14ffffff');";
}

.logged-in-as {
    font-size: 12pt;
}

.password-link {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    line-height: 10px;
    display: inline-block;
    float:right;
}

.password-link:hover {
    text-decoration: underline;
}

.no-account-text {
    color: white;
    font-size: 1.4em;
    font-weight: 500;
    float:left;
    line-height:2.3em;
}

.sex-radiobuttons {
    display: block;
}

.Signup_userpass {
    float: left;
    width: 49%;
}

.Signup_name, .Signup_sex_mailinglist {
    float: right;
    width: 49%;
}

#SignupPanel .clear {
    clear: none;
}

#SignupPanel hr {
    display: none;
}

#SignupPanel .no-account-text {
    display: none;
}

#SignupPanel .signup-button {
    float: right;
    margin: 12px 16px 2px 7px;
}

#SignupPanel p {
    float: left;
    /*margin: 3px 0 0 15px;*/
}

body:not(.lteie9) .widget label.placeholder {
    display: none;
}


.clear {
    clear: both;
    margin-bottom: 8px;
}

.FL {
    float: left;
}

.FR {
    float: right;
}

.as-navigationContainer {
    margin-top: 15px;
}

#certificatesListContainer {
    margin-top: 20px;
}

.cert-download-column {
    width: 100px !important;
}

.activation__snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #135e95;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 10px;
    top: 10px;
    font-size: 17px;
    font-family: Calibri,Arial,Tahoma,sans-serif;
    box-shadow: 0 -1px 5px 1px #999;
}

.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%;
}

.txtleft {
    text-align: left !important;
    padding: 4px 10px 4px 0 !important;
}

.txtcenter {
    text-align: center;
}

.txtright {
    text-align: right;
    padding: 4px 0px 4px 10px !important;
}