﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    /*background-color: #89B7DA;*/
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969 !important;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

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: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main 
{
    clear: both;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    top: 20px;
}

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;
}

/* TAB MENU   
----------------------------------------------------------*/
/*
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}
*/

/* 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;
}

input[type=text], 
input[type=password],
textarea
{
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
    font-size: 1.2em;
    color: #444;
    width: 215px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
 
input[type=text]:focus, textarea:focus, input[type=password]:focus {
  box-shadow: 0 0 5px rgba(137, 183, 218, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(137, 183, 218, 1);
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1em;
    padding: 2px;
}

/* MISC  
----------------------------------------------------------*/
.selectedrow 
{ 
    background-color: #EEEEEE; 
}

.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
    clear: both;
    float: left;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#parentportaltitle
{
    color: #fff;
    font-size: 28px;
    position: relative;
    top: 20px;
}

#familytitle
{
    font-size: 20px;
    background: none !important;
    border: 0;
    position: relative;
    top: 5px;
}


#familytitle2
{
    font-size: 20px;
    background: none !important;
    border: 0;
    position: relative;
    top: -21px;
    left: 82px;
}

#tabs
{
    position: relative;
    top: -30px;
    min-height: 550px;
    overflow: auto;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* 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-label 
{
    font-weight: bold;
}

.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;
}




.highPriority 
{
    font-weight: bold;
}

.fieldRight
{
    display:inline;
}
.fieldRight img
{
    display:inline;
    vertical-align:text-bottom;
}


.activeBox
{
    background: #62DA9A;
    border: 4px solid #007536;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: Black;
}

.inactiveBox
{
    background: #FF9273;
    border: 4px solid #A62500;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: Black;
}

.activeBox h3, 
.activeBox h2, 
.inactiveBox h3, 
.inactiveBox h2
{
    margin: 0;
}

.inp-checkbox+label {
    width: 16px; 
    height: 16px; 
    vertical-align: middle;
}​

#familytitle3
{
    cposition: absolute;
    left: 380px;
    top: 75px;
    padding: 5px 10px 5px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}


.LastLoginInfo
{
    position: absolute;
    left: 380px;
    top: 75px;
    padding: 5px 10px 5px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.ui-tabs-vertical 
{ 
    width: 55em; 
}

.ui-tabs-vertical .ui-tabs-nav 
{ 
    padding: .2em .1em .2em .2em; 
    float: left; 
    width: 12em; 
}

.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0px !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: .2em; padding-left: 1em; float: left; width: 40em; border: 0 !important;}

.verticaltabs
{
    position: relative;
    top: 5px;
    padding: 1em;
}

/*
table.subjecttable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #A6C9E2;
	border-collapse: collaspe;
	border-spacing: 0;
}
table.subjecttable th {
	background: url('themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') repeat-x scroll 50% 50% #5C9CCC;
	border-width: 1px;
	padding: 8px;
	color: #fff;
	border-style: solid;
	border-color: #A6C9E2;
}
table.subjecttable td.score {
	background: url('images/ui-bg_glass_85_dfeffc_1x400.png') repeat-x scroll 50% 50% #DFEFFC;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #A6C9E2;
	border-collapse: collaspe;
	text-align: center;
}

table.subjecttable td.pace 
{
    background-color: #F1A00A;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #A6C9E2;
	border-collapse: collaspe;
	text-align: center;
}
*/

table.subjecttable td.tablepace
{
    border-collapse: collapse !important;
    text-align: center !important;
}

table.subjecttable td.tablescore
{
    border-collapse: collapse !important;
    text-align: center !important;
}

#levelHeader
{
    margin-left:15px;
    background: none !important;
    border: 0;
}

#lblPrimaryPerson, #lblSecondaryPerson, #lblAddress, #lblAddress2, #lblCity, #lblCountry, #lblLastLogin, #lblStudent
{
    background: none !important;
    border: 0
}

#primaryperson, #secondaryperson, #address, #address2, #city, #state, #country, #postalcode, #lastlogin, #studentname
{
    background: none !important;
    border: 0
}

#pacescompleted
{
    font-size: .8em
}

.tablenotedate
{
    border-collapse: collapse !important;
    text-align: right !important;
    padding-right: 15px;
}

.tablenotetext
{
    border-collapse: collapse !important;
    padding-left: 15px;
}
    
.notestable
{
    width: 100%;
}

.imgExpanded
{
    cursor: pointer;
    padding-right: 10px;
}

.imgCollapsed
{
    cursor: pointer;
    padding-right: 10px;
}

.on
{
    /*background: url('images/collapse-medium.png') 0px 3px no-repeat !important;*/
    background: none !important;
    padding-left: 20px;
    border: 0 !important;
}

.off
{
    /*background: url('images/expand-medium.png') 0px 3px no-repeat !important;*/
    padding-left: 20px;    
    border: 0 !important;
    cursor: pointer;    
}

.studentDetail
{
    padding-top: 20px;
}

#academicYearId
{
    position: absolute;
    top: 0;
    left: 35px;
}

select option
{
    
}