﻿@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: White;
}

.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], input.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 {
    background: linear-gradient(top,#FFF,#DDD 100%);
    background: -moz-linear-gradient(top,#FFF 0,#DDD 100%);
    background: -webkit-linear-gradient(top,#FFF,#DDD 100%);
    background: -o-linear-gradient(top,#FFF,#DDD 100%);
    background: -ms-linear-gradient(top,#FFF,#DDD 100%);
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 7px;

    width: 270px;
    box-sizing: border-box;
}

.widget h3 {
    margin: 2px 2px 12px 2px;
}

.widget .textbox {
    box-sizing: border-box;
    width: 100%;
    line-height: 24px;
    height: 29px;
    margin: 2px 0;
    padding: 0 5px;
}

.widget .passwordbox {
    width: 150px;
}

.widget input::-moz-placeholder {
    color: #999;
}

.widget input::-ms-placeholder {
    color: #999;
}

.widget input::-webkit-input-placeholder {
    color: #999;
}

.widget label.placeholder {
    display: block;
    color: Silver;
    position: absolute;
    padding: 7px 5px;
}

.login-button, .signup-button, .register-button, .password-button, .back-button2 {
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: White;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    overflow: visible;
    padding: 1px 5px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.widget .login-button {
    width: 100px;
}

.login-button, .password-button, .back-button2 {
    color: #f0f0f0 !important;
    background-color: #33BCEF;
    background-image: -moz-linear-gradient(#33BCEF, #019AD2);
    background-image: -webkit-linear-gradient(#33BCEF, #019AD2);
    background-image: -ms-linear-gradient(#33BCEF, #019AD2);
    background-image: -o-linear-gradient(#33BCEF, #019AD2);
    background-image: linear-gradient(#33BCEF, #019AD2);
}

.signup-button, .password-button {
    float: right;
}

.signup-button, .register-button {
    background-color: #FD9A0F;
    background-image: -moz-linear-gradient(center top, #FEE94F 0px, #FD9A0F 100%);
    background-image: -webkit-linear-gradient(#FEE94F, #FD9A0F);
    background-image: -ms-linear-gradient(#FEE94F, #FD9A0F);
    background-image: -o-linear-gradient(#FEE94F, #FD9A0F);
    background-image: linear-gradient(#FEE94F, #FD9A0F);
}

.widget p {
    margin: 7px 0 0px;
}

.widget hr {
    margin: 10px 0;
}
.widget .password-link {
    display: inline-block;
    margin-top: 8px;
    color: #999;
    text-decoration: none;
    font-size: 12px;
    line-height: 8px;
}

.widget .password-link:hover {
    text-decoration: underline;
}

.Signup_sex_mailinglist {
    display: inline;
}

body:not(.lteie9) .widget label.placeholder {
    display: none;
}

.widget .sex-radiobuttons {
    display: inline-block;
    width: 100%;
}

.no-account-text {
    color: #333;
    font-weight: 500;
}

.clear {
    clear: both;
    margin-bottom: 8px;
}

#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;
    }
}


.as-navigationContainer {
    margin-top: 15px;
}

#certificatesListContainer {
    margin-top: 20px;
}

.cert-download-column {
    width: 100px !important;
}


.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;
}

.userCourseList tr td {
    text-align: center;
}

.userCourseList tr td:nth-child(2) {
        text-align: left !important;
}

.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;
}