﻿@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;
    padding: 0;
}

* {
	-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;
}

    .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;
}

.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;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 20px;
}

/* Start: Widget */
.widget * {
    box-sizing: border-box;
}

.widget {
    /*width: 410px;
    min-width: 300px;
    */
    font: normal 16px/19px sans-serif;
    background: rgba(234,234,233,0.7);
    border: 8px solid rgba(255,255,255,0.3);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    padding: 10px 20px;
    margin: 0;
}


body.portal.lteie8 .widget {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b3eaeae9', endColorstr='#b3eaeae9');";
}

.widget hr {
    border: none;
    border-bottom: 1px solid #a5a5a5;
}

.widget a, .widget a:active, .widget a:visited {
    color: #16527e;
    text-decoration: none;
}

    .widget a:hover {
        text-decoration: underline;
    }

.widget h3 {
    color: #000000;
    font-weight: bold;
    font-size: 28px;
    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: 1px solid #d0d1d1;
    padding: 3px 5px;
    width: 100%;
    min-height: 25px;
    margin: 0 0 5px;
    -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: #d50008;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding: 7px 10px;
    margin: 0 0 10px;
}

    .widget input[type=submit]:hover {
        background: #fd000a;
    }

.widget .sex-radiobuttons {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
}

/* End: Widget*/

.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;
}

#gridHdr0 {
width: 0.3em !important;
}

#gridHdr1 {
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%;
}