﻿html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}	

html,
body {
	cursor: default;
}
 
code {
	cursor: text;
}
 
a,
label,
button, 
input[type="radio"], 
input[type="submit"], 
input[type="checkbox"] {
	cursor: pointer;
}
 
button[disabled], 
input[disabled] {
	cursor: default;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

img,
object,
embed {max-width: 100%;}

html {overflow-y: scroll;}

ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;} 

sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
input[type=file], 
button {cursor: pointer;}

button, input, select, textarea {margin: 0;}
button {width: auto; overflow: visible;}
.ie7 img {-ms-interpolation-mode: bicubic;}
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  


/*----------------------------------------------------------
The base color for this template is #007AC9. If you'd like
to use a different color start by replacing all instances of
#007AC9 with your new color.
----------------------------------------------------------*/
body {
    background-color: #007AC9;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}
body.Live {
    background-color: #003478;
}

a:link, a:visited {
    color: #007AC9;
    text-decoration: underline;
}
.Live a:link, .Live a:visited {
    color: #003478;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background-color: #FFF;
    border-bottom: 10px solid #007AC9;
    z-index: 100;
}
.Live header, .Live #header {
    border-bottom-color: #003478;
}

header h1, #header h1 {
    font-weight: bold;
    margin: 0;
    border: none;
    font-size: 20px;
}

.header-links 
{
    float:right;
    text-align:right;
    font-weight:bold;
}
.header-info
{
    float:right;
    margin-right: 30px;
    font-weight:bold;
}
header h1 img, #header h1 img {
    font-size: 14px;
}
#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    /*border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;*/
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

.footer-link
{
    float:right;
    margin:0 20px 0 50px;
    font-size: 1.2em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

textarea[name="EmbedCode"] {
    width: 344px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 344px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 344px;
}

input[type="submit"], button[type="button"].submit {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

.float-left {
    float: left;
}

.current-gateway-name { display:inline-block; position:relative; margin: 10px; vertical-align: top; }

.branding-logo-left {
    clear:left;
    float:left;
    border: 0;
    display:block;
    position: relative;
    top: 18px;
    left: -30px;
}
.branding-logo-right {
    clear:right;
    float:right;
    border: 0;
    display:block;
    position: relative;
    top: 40px;
    right: -30px;
}
.branding-logo {
    max-height: 64px;
    max-width: 200px;
    margin-left: 10px;
}

div#title-logo {
    display: block;
    float: left;
    text-align: left;
    position: relative;
    padding: 0 1.5em;
    border-radius: 0 10px 0 0;
    background-color: #007AC9;
    height: 64px;
}
.Live div#title-logo {
    background-color: #003478;
}
div#title {
    display: block;
    float: left;
    text-align: left;
    position: relative;
    height: 64px;
}

    div#title h1 img {
        position: relative;
        /*top: 10px;*/
    }

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    min-height: 44px;
    min-width: 150px;
    padding: 10px;
    line-height: 22px;
    float: right;
}

.login-form {
    max-width: 400px;
}

.login-form > span {
    display:inline-block;
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 1em;
}

.login-form input, 
.login-form label, 
.forgot-password   {
    display: block;
    width: 250px;
    margin: 0 auto;
}
.login-form input { height: 25px; }
.login-form input[type=submit]  {
    height: 28px; 
    padding: 0; 
    background:#007AC9;
    border: 1px solid transparent;
    border-radius: 5px;
    color:#FFF; 
    font-weight:bold; 
}
.Live .login-form input[type=submit] {
    background: #003478;
}
    .login-form input[type=submit]:hover  { border: 1px solid #ccc; color: #ccc; }

.forgot-password { text-align: right; margin-top: 3px; }

.pass-match { font-size:10pt; margin-left:25px;  color:Red; position:absolute; }
#passgood.pass-match { color: Green; }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}


/* CUSTOM
----------------------------------------------------------------------*/
.clearleft { clear: left; }
.clearright { clear: right; }

#body 
{
    min-width: 400px;
    max-width: 1000px;
    padding-right: 20px;
    position:relative;
    /*margin-left:300px;*/
    min-height:1000px;
}

#body table
{
    width:100%;   
}

#sidebar 
{
    float: left;
    width: 300px;
}

.scrolltop {
    position: fixed;
    bottom: 50px;
    left: -100px;
    font-weight: bold;
}
    .scrolltop:before {
        content: url('icons/arrow_up.png');  
        position: relative;
        top: 5px;
    }
    
    .scrolltop.show  {
        left: 1.8em; 
        -webkit-transition: left 0.3s ease-in-out;
        -moz-transition: left 0.3s ease-in-out;
        -o-transition: left 0.3s ease-in-out;
        transition: left 0.3s ease-in-out;
    }

.nowrap { white-space:nowrap; }
.text-center { text-align: center; }

#sidebar .easytree-container { border: none; }
/*#sidebar .ui-easytree { width: 250px; }*/
#sidenav.hidden { opacity:0; height: 1px; overflow:hidden; }

.logo-thumb img { max-height: 100px; max-width: 300px; margin: 5px; }

input[type=submit], button[type="button"].submit { margin-top: 20px; }

.display-label, .editor-label { font-weight:bold;}

#modal-background
{
    display:none;
    position:fixed; 
    left:0px; 
    top:0px;
    width:100%;
    height:100%;
    background-color:#bababa;
    z-index: 100;
}
.modal-prompt
{
    display:none;
    background-color:#fff;
    position:fixed;
    
    /* Next 4 Lines Used to Center the Prompt on the Screen */
    margin-left:22%;        /* Half the Screen Width */
    left:-125px;            /* Half the Width of The Prompt */
    margin-top:-75px;       /* Half the Height of The Prompt */
    top:25%;                /* Half the Screen Height */
    
    
    width: 900px;
    min-height:500px;
    max-height: 800px;
    border-radius:10px;
    border: #ccc solid 1px;
    padding:5px;
    box-shadow: 2px 2px 1px #888888;
    z-index: 120;
}
.inner-modal
{
    height: 410px;
    width: 100%;
    overflow: auto;
    padding: 10px 0;
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
}

ul.indented-list
{
    margin-left: 1em;   
}

.no-wrap { white-space: nowrap; }

/*** Search Controls ***/
.search-controls .editor-label { display:inline; }
.search-controls .editor-field { display:inline; }
.search-controls input[type=submit], .search-controls button[type="button"].submit { margin-top: 0; }

.pull-left { float: left; }
.pull-right { float: right; }
.no-border, .no-border:link { text-decoration: none; border: 0; }

input.datePicker { width: 200px; }

/* Session Tracking */
.session-tracking-selection {
    margin: 10px 10px 10px 0px;
}

.session-tracking-selection div { 
    width: 150px;
    display: inline-block;
}

.session-tracking-selection-dressing-tool div {
    width: 400px;
    display: inline-block;
}

.session-tracking-data-totals-table {
    margin: 20px 0 40px;
}

.session-tracking-data-totals-table tr th, .session-tracking-data-totals-table tr td {
    width: 400px;
}

.session-tracking-data-totals-table tr th.totals, .session-tracking-data-totals-table tr td.totals, .session-tracking-data-user-totals-table tr td.totals {
    text-align: center;
}

.single-indent-table-cell {
    padding-left: 20px;
}

.double-indent-table-cell {
    padding-left: 40px;
}

#body table.elearning-tracking-demographic-data-totals-table {
    width: inherit;
}

.elearning-sector-header {
    min-width: 250px;
}

.list-tag-item {
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 2px 4px;
    position:relative;
    line-height: 30px;
}
.list-tag-item img {
    width: 16px;
    height: 16px;
    opacity: 0.3;
    position:relative;
    top: 3px;
}
.list-tag-item:hover img {
    opacity: 0.9;
}