/*  	cloudresource.ca Style Sheet
	Based on original prosilver CSS style by Tom Beddard (http://www.subblue.com)
    --------------------------------------------------------------
*/

/* General 
---------------------------------------- */


* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}

body {
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	margin: 0;
	padding: 12px 0;
	text-rendering: optimizelegibility;
	font-family: "Open Sans","Helvetica Neue",sans-serif;
}

#course {
	animation: fadein 1s;
	-moz-animation: fadein 1s; /* Firefox */
	-webkit-animation: fadein 1s; /* Safari and Chrome */
	-o-animation: fadein 1s; /* Opera */
}

.courseTitle {
	font-size:1.2em;
	font-weight:bold;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

h1 {
	margin-right: 200px;
	line-height: 1.4em;
	margin-top: 15px;
	font-weight: normal;
	font-size: 2em;
	text-rendering: optimizelegibility;
}

h2 {
	font-weight: normal;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
	line-height: 1.0em;
	text-rendering: optimizelegibility;
}

h3 {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.2em;
	margin-top: 20px;
}

h4 {
	font-size: 1.3em;
	font-weight: normal;
	background: none repeat scroll 0 0 #0075bd;
	color:#ffffff;
	padding:5px;
}

img {
	border-width: 0;
}

p {
	line-height: 1.3em;
	
	margin-bottom: 1.5em;
}

p.right {
	text-align: right;
}

/* Main blocks
---------------------------------------- */
#wrap {
	padding: 0 5px;
	min-width: 650px;
	overflow:hidden;
}

#page-body {
	margin: 4px 0;
	clear: both;
	
}

#page-footer {
	width:100%;
	padding:0;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	margin-bottom: 4px;
	padding: 0 5px;
}

.navbar {
	padding: 0 ;
}

.inner {
	padding:5px;
}

.navbar-footer {
	border-radius:5px;
	height:32px;
	padding:0 10px;
	
}

.panel {
	margin-bottom: 4px;
	padding: 0 10px;
	position:relative;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	/*float: left;*/
	width: auto;
	margin-right: 5px;
	font-size: 1.3em;
	/*line-height: 2.2em;*/
}



/* Link Styles
---------------------------------------- */


a {
	direction: ltr;
	unicode-bidi: embed;

}


/* List items 
---------------------------------------- */

ul, ol {
	list-style-position: inside;
	margin-left: 1em;
	/*font-size: 1.1em;*/
	/*line-height:1.8em;*/
}

li {
	display: list-item;
	list-style-type: inherit;
	
}

/* General form styles
----------------------------------------*/
fieldset {
	margin: 15px 0;
	padding: 10px;
	position: relative;
}

input, textarea {
	font-size: 0.90em;
	font-weight: normal;
	vertical-align: middle;
	padding: 2px;
	margin: 5px;
	font-family: "Open Sans","Helvetica Neue",sans-serif;
}

input[type="submit"]  {
	cursor:pointer;
	border-radius:2px;
	font-size: 0.90em;
	font-family: "Open Sans","Helvetica Neue",sans-serif;
	color: #747474;
}

input[type="button"]  {
	cursor:pointer;
	border-radius:2px;
	font-size: 0.90em;
	font-family: "Open Sans","Helvetica Neue",sans-serif;
}

textarea { 
	font-size:1em;
	font-family: "Open Sans","Helvetica Neue",sans-serif;
}

optgroup, select {
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	vertical-align: middle;
	width: auto;
	padding:5px;
        border: 1px solid #bbb;
        padding: 4px 3px 3px 5px;
        margin-left: 5px;
        font: inherit;
        outline:none; 
}

.sectionnav { 
        border-radius: 2px;
        height:auto;
    	line-height: 1.5em;
}

select option {
	padding-left:5px;
}

optgroup {
	font-size: 1.00em;
	font-weight: bold;
}

optgroup.disabled-options {
	display: none;
	background-color: gray;
}

#settingsbutton {
	border-radius:2px;
	cursor: pointer;
	margin-top:10px;
	font-size:1.05em;
	padding:0 2px;
}

.hide {
	border:none !important;
	background-color:#ffffff !important;;
}

div.checker
{
	cursor:pointer;
}

div.checker:hover
{
	cursor:pointer;
}


/* Layout */
/* -------------------------------------------------- */

#autologin {
	vertical-align: baseline;
}


/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	/*text-align: right;*/
	margin-top: 9px;
	/*float: right;*/
	font-size:1.4em;
	text-decoration: none;
	text-transform:uppercase;
	 
}


.page {
    color:#000 !important;
    font-weight:bold !important;
}

.pagination span.page-sep {
	display: none;
}


li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.arrow{
	font-size: 1.7em !important;
}

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	margin: 0 2px;
	padding: 0 2px;
	line-height: 1.5em;
}

.pagination img {
	vertical-align: middle;
	margin-bottom: 4px;
}

.pagination-struct {
	height: 1%; /* IE tweak (holly hack) */
	width:auto;
	text-align: right;
	float: right;
	text-transform:uppercase;
}

.pagination-struct span a, .pagination-struct span a:link, .pagination-struct span a:visited, .pagination-struct span a:active {
	line-height: 1.5em;
}

/* Tables */
table.table1  {
	width:100%;
	border-collapse:collapse;
}

table.table1 td {
	padding:5px;
}

table.table1 th {
	font-size:1.2em;
	line-height:150%;
	font-weight:normal;
}

table.table1 td.coursel:hover {
	cursor:pointer;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }


/* ############################################ USERS SPECIFIC */


.entry {
	font-size:1.00em;;
}

.entry p{
	font-size:0.7em;
	margin-bottom: 0.5em;
}

/* ############################################ DIALOG SPECIFIC */
#dialog {
	font-size:0.9em;
	background-image:url('./images/waiting.gif');
	background-repeat:no-repeat;
	background-position:right top;
}

.no-close .ui-dialog-titlebar-close {
  	display: none;
}

/* ########################################## DATA FORMATTING */

#data-right img {
	margin:1%;
	padding: 2px;
}

#data-left img {
	margin:1%;
	padding: 2px;
}

.toprow {
	display: table-row;
}

#toptext {
	margin-right: 0;
	padding-left:20px;
	font-size:2.0em;
	text-align: left;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}

#toplogo {
	float:left;
}

#logoff a {
	font-size:1.0em;
	float: right;
}

.launchTitleText {
	display:inline-block;
}

/* Site description and logo */
#site-description {
	float: left;
	width: 98%;
}

#site-description h1 {
	margin-right: 0;
}

#site-name {
	float:right;;
	font-size:1.5em;
}

div.right {
	float:right;
	margin-top:19px;
}

div.leftside {
	float:left;
	vertical-align:middle;
	display:table;
}
	
ul.linklist li {
	margin-right:40px;
	margin-top: 8px;
}

ul.footie {
	display: block;
	margin: 0;
}

li.footerleft {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 0.9em;
	/*line-height: 2.2em;*/
}

li.footerright {
	display: block;
	list-style-type: none;
	float: right;
	width: auto;
	margin-right: 5px;
	font-size: 0.9em;
	/*line-height: 2.2em;*/
}

/* ########################################### IMAGE SPECIFIC */
#editbuttons {
	margin-left: 3px;
	border-radius:2px;
}

#editbuttons:hover {
	border-radius:2px;
}

iframe, embed, object {
       	max-width: 100%;
}

.eye {
	opacity:0.1;
}

.eyeover img {
	opacity:0.6;
} 

/* CAPTION ############################################## */
.caption{ 
	z-index: 100;  
	position:absolute;
	top:15px;
	left:15px;
}

.imgcontainer{
	position:relative;
}

/* ########################################### INFO BOX */
.box {
	white-space: pre-wrap;
	word-wrap: break-word;
	border-radius:2px;
	margin:0px;
	position:relative;
}

.box h2 {
	padding:10px;
	margin:0;
}

.box p {
	padding:10px;
}


/* ############################################# CKEDITOR */

.cke_editable.cke_editable_inline.cke_focus{
	box-shadow: inset 0px 0px 20px 3px #ddd, inset 0 0 1px #000;
	outline: none;
	background: #eee;
	cursor: text;
}

pre{
	overflow: auto !important;
	margin: 2rem 0;
	background: url(./images/pre.png) repeat 0 -1.0rem !important;
	background-size: 1px 2.0rem;
	font-size:0.90em;
	line-height:16px;
	padding-left:5px;
}

.lineNumber {
	text-align:right;
	display:block;
	padding:0 .5em 0 1em;
	float:left;
	width:20px;
}

#data-left pre {
	
}

#data-right pre {
	
}

/*Helpbar --------------------------------------*/
ul.helpbarlist {
	display: block;
	margin: 0;
}

ul.helpbarlist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	line-height:14px;
}

ul.helpbarlist li.rightside, p.rightside {
	
	margin-right: 0;
	margin-left: 5px;
	text-align: left;
}

/* ADS ############################################ */
.adcontainer{
	max-width:100%;
	position:relative;
}

.adwrap{
	border: 1px solid #cccccc;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}

.adsense{
	width:728px;
	height:90px;

    	margin: 0 auto;
}

.adtitle{
	left: 0.9em;
  	top: -0.7em;
  	position:absolute;
  	text-transform:uppercase;
  	font-size:0.90em;
  	background-color:#fff;
  	padding: 0 5px 0 5px;
}

/* BUTTONS ###################################################### */


.buttz a, .buttz a:link, .buttz a:visited, .buttz a:active {
	font-weight: normal;
	text-decoration: none;
	margin: 5px 2px;
	padding: 0 2px;
	font-size: 0.90em;
	line-height: 1.5em;
	text-transform:uppercase;
	width:65px;
	text-align:center;
	display:block;
	border-radius:2px;
}

.nobuttz {
	font-weight: normal;
	text-decoration: none;
	margin: 5px 2px;
	padding: 0 2px;
	font-size: 0.90em;
	line-height: 1.5em;
	text-transform:uppercase;
	width:65px;
	text-align:center;
	display:block;
	border-radius:2px;
}

.bigleft  {
	display: inline-block;
	position:relative;
	top:2px;
}

span.arrow-right {
	border-style: dashed;
	border-color: transparent;
	border-width: 0.50em;
	display: inline-block;
	border-left-width: 0.5em;
	border-left-style: solid;
	left: 0.25em;
	font-size: 0.90em;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: middle;
	width: 0;
	bottom:2px;
	border-left-color: #999;
}

span.arrow-left {
	border-style: dashed;
	border-color: transparent;
	border-width: 0.50em;
	display: inline-block;
	border-right-width: 0.5em;
	border-right-style: solid;
	right: 0.25em;
	font-size: 0.90em;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: middle;
	width: 0;
	bottom:2px;
	border-right-color: #999;
}


#searchbar{
	width:auto;
	float:right;
	margin-top: 8px;
	display:inline-block;
}

#searchbar input[type=text] {
	margin-top: 6px;
}

#searchbar input[type=submit] {
	font-family: "Open Sans","Helvetica Neue",sans-serif;
	text-transform: uppercase;
	margin-left: -2px;
	margin-top: 6px;
	padding: 1px;
}

.pwerror {
	width:100%;
	font-size:1.00em;
	padding:3px;
}

.pwsuccess {
	width:100%;
	font-size:1.0em
	padding:3px;
}

#kcimage{
	width:200px;
	height:auto;
	overflow: hidden;
	cursor: pointer;
}

#bioimg{
	width:300px;
	height:auto;
	float:left;
	margin-right:20px;
	margin-top: 0;
}

/* TREE VIEW ###################################################### */
ul.tree, ul.tree ul {
	list-style-type: none;
	background: url(./images/vline.png) repeat-y;
	margin: 0;
	padding: 0;
}

li.section {
	font-weight:bold;
	font-size: 1.2em;
}

li.pagetext {
	font-weight: normal;
	font-size: 1.08em;
}

ul.tree ul {
	margin-left: 40px;
}

ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(./images/node.png) no-repeat;
}

ul.tree li p {
	font-size: 0.85em;
	font-weight: normal;
}

ul.tree li.last {
	background: #fff url(./images/lastnode.png) no-repeat;
}

ul.tree li span a{
	font-weight: normal;
	text-decoration: none;
	margin: 0 2px;
	padding: 0 2px;
	line-height: 1.5em;
	font-size:0.9em;
}

.vispub {
	text-transform:uppercase;
	display: inline-block;
	margin-top:5px;
}

.visprivate {
	text-transform:uppercase;
	display: inline-block;
	margin-top:5px;
}

.visspec {
	text-transform:uppercase;
	display: inline-block;
	margin-top:5px;
}

.vishide {
	text-transform:uppercase;
	display: inline-block;
	margin-top:5px;
}

div[id^="emailError"], div[id^="loginError"] {
	display: none;
	position:absolute;
	background:#fdd;
	padding:5px;
	z-index:999;
	border:1px #f44 solid;
}

.special{
	padding:3px;
	font-size:0.90em;
}

.inputfit {
	width:90%;
}

.stitle{
	border:0;
}

.details{
	border-collpase:collapse;
	width:100%;
}

.details td{
	border:0 !important;
}

#questions, #columns {
	padding:2px;
	margin: 5px;
}

.logout {
	text-transform:uppercase;
}

.logout a:hover {
	color: #fc9900 !important;
}

.profileBtns {
	vertical-align:bottom;
	width:24px;
	padding:0;
}

.profileBtns:hover {
	transform: rotate(15deg);
}

.nav-arrow {
	width:23px;
    vertical-align:middle;
}

.nav-btns {
	width:23px;
	padding-top:2px;
	vertical-align: text-top !important;
}

.blurb-btns {
	width:19px;
	padding-top:2px;
	
}

.social_icon {
	height:23px;
	padding-top:8px;
}

.social_icon:hover {
	transform: rotate(15deg);
}

.formLine {
	height:0;
	border:0;
	border-top: 1px solid #cccccc;
}

.cke_hidden {
	opacity:0.2;
	margin:0 !important;
	padding:0 !important;
}

.namefield {
	display:none;
}

.ui-widget-overlay {
	background:none;
	background-color: rgb(50,50,50) !important;
	opacity: 0.5 !important;
}

#overlayEdit2 {
	background-color: rgb(50,50,50) !important;
	opacity: 0.5 !important;
	position:absolute;
	left:0;
	width:100%;
	z-index:139;
	box-shadow:  0px -10px 5px rgb(50,50,50);
}

#overlayEdit1 {
	background-color: rgb(50,50,50) !important;
	opacity: 0.5 !important;
	position:absolute;
	left:0;
	width:100%;
	z-index:139;
	box-shadow:  0px 10px 5px rgb(50,50,50);
}

.author {
	font-size:0.8em;
}

#big404 {
	font-size:120px;
	text-align:center;
	margin-bottom:0 !important;
}
#explain {
	font-size:20px;
	text-align:center;
}

#pageTitleMain {
	text-transform:uppercase;
	font-size:1.75em;
	float:left;
}

.badgeoff {
    display:none;
}

.badge {
    display:block;
    background:             radial-gradient( 5px -9px, circle, white 8%, red 26px );
        background:    -moz-radial-gradient( 5px -9px, circle, white 8%, red 26px );
        background:     -ms-radial-gradient( 5px -9px, circle, white 8%, red 26px );
        background:      -o-radial-gradient( 5px -9px, circle, white 8%, red 26px );
        background: -webkit-radial-gradient( 5px -9px, circle, white 8%, red 26px );
    background-color: red;
    border: 2px solid white;
    border-radius: 12px; /* one half of ( (border * 2) + height + padding ) */
    box-shadow: 1px 1px 1px black;
    color: white;
    font: bold 12px/10px 'Open Sans', Verdana, Tahoma;
    height: 12px; 
    padding: 4px 3px 2px 3px;
    text-align: center;
    min-width: 12px;
}

.badge {
    float: left;
    left: 212px;
    margin: 6px;
    position: relative;
    top: -17px; 
    cursor:pointer;
}

input.modal-closing-trick:checked ~ div {
  display: none !important;
}

.modal {
	background: none repeat scroll 0 0 white;
	left: 50%;
	margin-left: -300px;
	min-width: 380px;
	padding: 20px;
	position: fixed;
	top: 50px;
	width: 600px;
	border:2px black solid;
	color: #000000;
	z-index: 7050;
}

.button {
    background: linear-gradient(#4d4d4d, #2f2f2f) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid black;
    border-radius: 5px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.4;
    outline: 0 none;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.noscript-overlay{
	position:fixed;
	display:none;
	top:0;left:0;right:0;bottom:0;
	background:rgba(0,0,0,0.8);
	z-index:6500;
}

.goog-te-gadget-simple {
	border-style: none !important;
	font-size: 12px !important;
	background: none !important;
	color:#444 !important;
}

.goog-te-menu-value {
	color:#444 !important;
}

.goog-te-gadget img {
	display:none !important;
}

.goog-te-gadget {
	font-family: 'Open Sans' !important;
	position:relative;
	top: -1px;
	color: #666666;
	background:none;
}

#mainbanner {
	width:100%;
    	height:100%;
}


#headerlogo {
    	width:100%;
    	height:100%;
}

#toplogo {
	display: block;
    	max-width:812px;
    	max-height:120px;
    	height: auto;
}

#launchBlurb {
	display: block;
    	
    	max-height:auto;
    	height: auto;
}

#launchBlurb > span img {
    /*	width: 100% !important;
    	height: 100% !important;*/
}