@charset "UTF-8";
/* CSS Document */

html {
    height: 100%;
}

body {
    min-height: 100%;
    /*display: flex;*/
    flex-direction: column;
}

* {
margin: 0;
padding: 0;
border: 0;
}

img {
	border:none;
}

#clear { clear:both; }

#clear-left { clear:left; }

#clear-right { clear:right; }

.left { float:left; }
.right { float:right; }

.imgleft { float:left; padding-right:30px; }
.imgright { float:right; margin-left:30px; }

#preLoad {
    display:none;
    margin:0px;
    overflow:hidden;
}

#hug {
	padding-top: 60px;
	/*RF 06/15/2017 - Replaced by Boostrap
    width: 73%; AG 06/13/2017  1200px;  Making width in percentage  to get responsive behaviour on list page tables
    margin: 0 auto;
    padding-top: .001em;
    position:relative;
    */
}


/* ---- HEADER: GLOBAL ADMIN NAV ---- */

#header {
    background-color:#f7f7f7;
    width:100%;
    margin:0px;
    padding:0px;
}

#header-left {
	width:76%;/*AG 06/13/2017  920px;*/ /* Making width in percentage  to get responsive behaviour on list page tables*/ 
	float:left;
}

#header-left img {
	padding:10px 0px;
	float:left;
	margin-right:35px;
}

#header-left-info {
	padding:20px 0px;
	float:left;
}

#header-left-info h4 {
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	color:#144E8C;
}

#header-left-info p {
	font-size:11px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:#144E8C;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center; /*RF 04/24/2017*/
}

#header-left-info a {
	text-decoration:none;
	letter-spacing:.15px;
	color:#144E8C;
}

#header-left-info a:hover {
	text-decoration:underline;
}

#header-left-loggedin {
	padding:26px 0px 0px 26px;
	float:left;
}

#header-left-loggedin p {
	color:#4d4d4d;
	font-size:13px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
}

#header-left-loggedin span.creds-name {
	font-weight:700;
}

#header-left-loggedin span.creds-name::after {
    letter-spacing:7px;
	content: " ";
}

#header-left-loggedin span.creds-number {
	font-weight:700;
}


#header-right {
	width:21%;/*AG 06/13/2017  262px;*/ /* Making width in percentage  to get responsive behaviour on list page tables*/ 
	float:right;
	padding:15px 0px 0px 0px;
}

#header-right form {
	text-align:right;
}

#header-right input[type=text] {
	border:1px solid #ccc;
	border-radius:5px;
	padding:3px 5px 4px 7px;
	font-size:13px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	background-color:#fff;
        width:86%;/*AG 06/13/2017  218px;*/ /* Making width in percentage  to get responsive behaviour on list page tables*/ 
	float:left;
	margin-right:5px;
	color:#4d4d4d;
}

#header-right input[type=button] {
	margin-top:1px;
	width:25px;
	height:25px;
	border-radius:3px;
	background-image:url(/bundles/app/images/search-button.png);
}

#header-right p {
	text-align:right;
	color:#0095da;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	font-family:'Open Sans', sans-serif;
}

#header-right a {
	text-decoration:none;
	color:#0095da;
}

#header-right a:hover {
	text-decoration:underline;
}

/* ---- HEADER: MAIN NAVIGATION ---- */

#header-nav-bar {
    background-color:#e8e8e8;
    width:100%;
    margin-bottom:50px;
    margin-top:0px;
}

#header-nav {
    float:right;
    padding:6px 0px
}

#header-nav li {
	display:inline;
	list-style-type:none;
	font-size:15px;
	font-weight:400;
	font-family:'Open Sans', sans-serif;
	color:#4d4d4d;
	margin-left:24px;
}

#header-nav ul {
	display:inline;
	list-style-type:none;
	vertical-align:middle;
	height:20px;
}

#header-nav a {
	color:#4d4d4d;
	text-decoration:none;
}

#header-nav a:hover {
	color:#7d7d7d;
}

#header-nav a.selected {
	font-weight:700;
	font-family:'Open Sans', sans-serif;
	color:#144e8c;
	padding-bottom:6px;
	border-bottom:6px solid #144e8c;
}

#header-nav a.selected:hover {
	color:#144e8c;
}

/* ---- LEFT SIDEBAR ---- */
/*RF 06/15/2017 
#left-sidebar {
	float: left;
    margin-right: 20px; /*AG 06/01/2017  80px;
    width: 21%; /*AG 06/13/2017  260px;*/ /* Making width in percentage  to get responsive behaviour on list page tables
}


#left-sidebar ul {
	display:inline-block; /*AG 06/01/2017   inline;
	list-style-type:none;
	vertical-align:middle;
	height:20px;
}
*/
/* ---- LEFT SIDEBAR: ADD NEW BUTTON ---- */

#add-new {
	background-image:url(/bundles/app/images/add-new-button.png);
	height:50px;
	width:200px;
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:50px;
}

#add-new:hover {
	background-image:url(/bundles/app/images/add-new-button-hover.png);
}

/* ---- LEFT SIDEBAR: LEFT NAVIGATION ---- */

#left-nav {
	margin-bottom:50px;
	display: none;
}

#left-nav p.nav-header{
	padding:8px 0px;
	border-bottom:1px solid #ebebeb;
	font-size:18px;
	font-weight:700;
	font-family:'Open Sans', sans-serif;
	color:#144E8C;
	list-style-type:none;
}

#left-nav li {
	padding:8px 0px 8px 20px;
	border-bottom:1px solid #ebebeb;
	font-size:18px;
	font-weight:300;
	font-family:'Open Sans', sans-serif;
	color:#4d4d4d;
	list-style-type:none;
}

#left-nav a {
	color:#4d4d4d;
	text-decoration:none;
}

#left-nav a:hover {
	color:#9d9d9d;
}


#left-nav a.left-nav-selected, a.left-nav-selected:hover {
	font-weight:700;
	color:#4d4d4d;
}

/* ---- LEFT SIDEBAR: RECENT ITEMS ---- */
/*RF 06/16/2017
#recent-items {
	margin-bottom:50px;
}*/

/*RF 06/21/2017
#recent-items li {
	margin-bottom:10px;
	font-size:14px;
	font-weight:400;
	font-family:'Open Sans', sans-serif;
	color:#7d7d7d;
	list-style-type:none;
	padding-left:15px;
	text-indent:-15px;
}*/

/*RF 06/16/2017
#recent-items a {
	color:#7d7d7d;
}
*/
/*RF 06/21/2017
#recent-items ul a {
	color:#7d7d7d;
}

#recent-items a:hover {
	color:#144E8C;
}

#recent-items p {
	margin-bottom:10px;
	padding:0px;
	font-size: 20px;/*AG 05/31/2017   16px;*/
	/*font-weight:700;AG 06/07/2017
	font-family:'Open Sans', sans-serif;
	color: #282d58;/*AG 05/31/2017  #0095da;
        cursor: pointer;/*AG 05/31/2017
}

#recent-items p.recent-items-paginate {
	text-align:right;
}

#recent-items img.recent-items-paginate-left {
	margin-right:6px;
}*/

/* ---- CONTENT (BODY) ---- */

/*RF 06/15/2017
#content {
    float: right;
    text-align: left;
    width: 76%;/*AG 06/13/2017  920px;*/ /* Making width in percentage  to get responsive behaviour on list page tables
    margin-bottom: 50px;
    min-height: 270px;
}
*/

/*
#content h1 {
	font-size:40px;
	font-weight:600;
	font-family:'Open Sans', sans-serif;
	color:#0095da;
	margin-bottom:30px;
	padding-top:15px;
	line-height:40px;
}
*/

/*AG 05/31/2017 >>>*/ 
#content h1 {
    font-size:40px;
    font-weight:400;
    font-family:"Libre Franklin",Helvetica Neue,Arial,sans-serif;
    color:#282d58;
    margin-bottom:20px;
    /*RF 06/16/2017 >padding-top:12px;*/
    line-height:1.2;
    margin-top: 0px;
}
/*AG 05/31/2017 <<<*/ 

#content h2 {
	margin-top:0px;
	margin-bottom:8px;
	font-size:26px;
	font-weight:300;
	font-family:'Open Sans', sans-serif;
	color:#144e8c;
}

#content h3 {
	margin-top:8px;
	margin-bottom:4px;
	font-size:20px;
	font-weight:700;
	font-family:'Open Sans', sans-serif;
	color:#bcd667;
}

#content p {
	font-size:16px;
	line-height:24px;
	font-weight:300;
	font-family:'Open Sans', sans-serif;
	color:#222;
	margin-bottom:22px;
}

#content img {
	border:none;
	margin:8px 0px;
}

#content p.two-col {
       -moz-column-count: 2;
       -moz-column-gap: 20px;
       -webkit-column-count: 2;
       -webkit-column-gap: 20px;
}

#content p.three-col {
       -moz-column-count: 3;
       -moz-column-gap: 20px;
       -webkit-column-count: 3;
       -webkit-column-gap: 20px;
}

#content.simplelist ul {
	margin-left:40px;
	margin-bottom:22px;
}

#content.simplelist li {
	font-size:16px;
	line-height:24px;
	font-weight:300;
	font-family:'Open Sans', sans-serif;
	list-style-type:none;
}

#content.simplelist li::before {
	content:'•';
	margin-right:10px;
}


/* ---- PRINT FUNCTIONS ---- */

#print-functions {
	float:right;
}

#print-functions img {
	vertical-align:middle;
	margin-right:4px;
}

#print-functions li, #print-functions ul {
	display:inline;
	list-style-type:none;
	vertical-align:middle;
	height:20px;
}

#print-functions a, #print-functions p {
	font-size:12px;
	color:#999;
	font-family:'Open Sans', sans-serif;
}

#print-functions li::before {
	content:'';
	margin-right:8px;
}



/* ---- SPREADSHEETS ---- */

#search-container {
	padding-bottom:40px;
	margin-bottom:30px;
}

#spreadsheet-container {
	width:650px;
	height:350px;
	overflow:auto;
	direction:rtl;
	float:left;
}

#spreadsheet {
	direction:ltr;
	margin-left:30px;
}

#spreadsheet table {
	width:620px;
	border-collapse:collapse;
	border-bottom:1px solid #ccc;
}

#spreadsheet tr.even:hover, tr.odd:hover {
	background-color:#b9e5fb !important;
}

#spreadsheet tr.odd  { background:#f7f7f7;}
#spreadsheet tr.even { background:#ffffff;}


#spreadsheet th, #inline-spreadsheet th {
	font-size:14px;
	color:#333;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	padding: 15px 11px 15px 11px; /*RF 04/24/2017 padding-bottom:10px;*/
        vertical-align: middle; /*AG 06/09/2017*/
}

#spreadsheet td, #inline-spreadsheet td {
	font-size:14px;
	color: #5b5959; /*AG 06/01/2017  #333;*/
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	padding:9px 11px;/*AG 06/08/2017  9px 11px !important;*/
    border-right: none; /* RF 06/16/2017 1px solid #eaeaf6;*/
    vertical-align: middle; /*AG 06/09/2017*/
}


#spreadsheet td:first-child {
	padding-left:3px;
	/*width:35%; AS 06/04/52015: should not be a generic property of the table*/
}

#inline-spreadsheet {
	/*margin:30px 0px;*/
}

#inline-spreadsheet table{
	/*width:100%;   AG 06/04/2017*/
	border-collapse:collapse;
    /*border:1px solid #eaeaf6; RF 06/16/2017 removed*//*AG 06/04/2017*/
}

#inline-spreadsheet td:first-child{
    /*padding-left: 20px;*/
	/*width:35%; AS 06/04/52015: should not be a generic property of the table*/
}

#inline-spreadsheet td.unlink {
    padding-left: 0px;
}

#accountsContainer #inline-spreadsheet table,
#accountContactsContainer #inline-spreadsheet table,
#studentsContainer #inline-spreadsheet table,
#controlNumbersContainer #inline-spreadsheet table,
#staffContainer #inline-spreadsheet table {
    border: 0;
}


#accountsContainer .navigation,
#accountContactsContainer .navigation,
#studentsContainer .navigation,
#controlNumbersContainer .navigation,
#staffContainer .navigation{
    margin-top: 0;
}


#search-action {
	float:right;
	width:200px;
	margin-top:14px;
}

#search-action a {
	color:#fff;
	margin:0px;
	padding:0px;
	text-decoration:none;
	display:block;
}

#search-action li::before {
	content:'';
	margin-right:0px;
}

#search-action li {
	margin-bottom:8px;
	width:200px;
	background-color:#aaa;
	padding:6px 0px;
	text-align:center;
	font-size:13px;
	font-weight:600;
	color:#fff;
}


/* ---- REPORTS ---- */

#report-button-container {
	padding-bottom:40px;
	border-bottom:1px solid #999;
	margin-bottom:30px;
}

#report-button {
	width:125px;
	height:130px;
	border-radius:3px;
	border:20px solid #eef5fc;
	margin-right:22px;
	text-align:center;
	background-color:#eef5fc;
	float:left;
}

#report-button:hover {
	border:20px solid #b9e5fb;
	background-color:#b9e5fb;
}

#report-button.last {
	margin-right:0px;
}

#report-button img {
	margin-bottom:10px;
}

#report-button p {
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:20px;
	color:#333;
}




/* ---- FOOTER ---- */

#footer {
	width:100%;
	background-color:#888888;
	padding:20px 0px;
	margin-top: auto; /*RF 04/24/2017*/
}

#footer-left {
	float:left;
	width:50%;/*AG 06/13/2017  600px;*/ /* Making width in percentage  to get responsive behaviour on list page tables*/ 
}

#footer-left img {
	border:none;
	float:left;
	margin-right:20px;
}

#footer-left h5 {
	margin-top:36px;
	color:#fff;
	font-size:14px;
	font-weight:600;
	font-family:'Open Sans', sans-serif;
}

#footer-left p {
	font-size:12px;
	font-weight:300;
	font-family:'Open Sans', sans-serif;
	color:#ddd;
}

#footer-left a {
	font-size:12px;
	font-weight:400;
	font-family:'Open Sans', sans-serif;
	color:#ddd;
}

#footer-right {
	float:right;
	margin-top:9px; /*RF 04/24/2017 37px;*/
}

#footer-right p  {
	font-size:12px;
	font-weight:300;
	font-family:'Open Sans', sans-serif;
	color:#ddd;
	text-transform:uppercase;
}

#footer-right a, #footer-left a {
	color:#ddd;
	text-decoration:none;
	font-weight:600;
}

#footer-right a:hover, #footer-left a:hover {
	text-decoration:underline;
}
