﻿@media only screen {
    div, span, object, iframe, h1, h2, .header-two, h3, h4, h5, h6, p,
    blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q,
    dl, dt, dd, ol, ul, fieldset, form, legend,
    table, caption, tbody, tfoot, thead, tr, td,
    .dropdown > dd, .dropdown > dt, .dropdown > dd > ul {
        margin: 0;
        padding: 0;
        border: 0;
    }

    *, *:after, *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .clearfix:before, .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    table:not(.table-legend):not([class*=percent]):not(.ui-pg-table) {
        position: relative;
        border-collapse: collapse;
        border: 1px solid #eee;
        border-bottom: 1px solid #ccc;
        width: 100%;
        border-radius: 10px;
    }
    table:not(.no-margin) {
        margin-bottom: 25px;
    }

    .view-table {
        display: table;
        width: 100%;
    }

    .view-row
    {
        display: table-row;
    }

    .view-row > div {
        display: table-cell;
    }

    #CourseSummary > table.web-only,
    #ReportCard > table.web-only {
        margin-bottom: 0;
    }

    table.border-everything td, table.border-everything th {
        border: 1px solid black;
    }

    .table-legend {
        border-collapse: collapse;
        width: 100%;
        border-spacing: 0;
        box-shadow: none !important;
    }

    .fit-content-width td, .fit-content-width th {
        width: fit-content;
    }

    .fit-content-height {
        height: fit-content;
    }

    .zero-padding {
        padding: 0;
    }

    th, td {
        padding: 0.25em;
        text-align: left;
        border: 1px solid #ccc;
        border-left: none;
        border-right: none;
        /*word wrap - include this to wrap the text (then must style the column width)
      table-layout:fixed;
      width:100%;
      */
    }

    table.fixed-table {
        width: 100%;
        table-layout: fixed;
    }

    th {
        border: none;
        background-attachment: fixed;
    }

    tfoot {
        text-align: center;
        text-shadow: 0 1px 1px rgba(255,255,255,0.3);
    }

    .content section {
        font-size: 1.25em;
    }
}

body 
{
	min-width:320px;
	margin:0;
	padding:0;
}
body,
html 
{
	width:100%;
	height:100%;
	/* font-size: 13px; */
}
body,
.my-font {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    /*font-family: 'Trebuchet MS',Arial, Helvetica;*/
}

h1, h2, .header-two, h3 {
    text-align: center;
}
h1 {
	font-size: 1.5em;
}
h2,
.header-two {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 0.9em;
}
td {
    font-weight: normal;
}

/* tr {
    height: 1px;
} */

.full-height,
.full-height-cell {
    height: 100%;
}
.full-height-cell > * {
    height: 100%;
}
    .full-height-cell > * > *:not(:first-child) {
        margin-top: 50%;
    }
.margin-bottom {
    margin-bottom: 2em;
}
.margin-bottom-small {
    margin-bottom: 1.2em;
}
.margin-bottom-large {
    margin-bottom: 10em;
}
.margin-bottom-extra-large {
    margin-bottom: 30em;
}
.margin-left-medium,
#ConsentModel > * {
    margin-left: 3%;
}
.margin-horizontal-large {
    margin-left: 4%;
    margin-right: 4%;
}

fieldset
{
	padding: 1.0em;
}
fieldset:before {
	content: attr(my-title);
	display: block;
}
fieldset:before,
.slightly-indented-title {
	padding: 9px 0px 5px 10%;
	font-weight: bold;
	font-size: 1.5em;
	color: #253939;
	margin: 0 auto;
	text-shadow: 1px 1px 1px #fff;
	line-height: 1.3em;
}
.autowidth { width: auto; }
.slightly-indented-title {
	width: 35%;
}
.tabbed-fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
legend
{
	font-size: 1.1em;
	font-weight: bold;
}

select {
  font-family: 'Lato', sans-serif;
  padding:5px;
  background-color:transparent;
  z-index: 2;
}	

a,
a > span,
[data-url-dialog],
li[data-tab],
.action
{
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.likeLink {
    cursor: pointer;
}
a:hover,
.action:hover
{ 
	cursor: pointer 
}

a, .action, ul { list-style-type: none; }
.Note-search-model tbody ul,
[data-print-searchname="Note"] ul
{ 
    list-style-type: initial !important; 
}

label,
.inline-label {
	display: inline-block;
	max-width: 100%;
	font-weight: 600;
}
.inline-block {
    display: inline-block;
}

#div1 {
    display: inline-block;
    width: 3.5ch;
    height: 4ch;
    vertical-align: top
}

#div2 {
    display: inline-block;
    width: 80%;
}

.vertical-spacer-small {
    min-height: 100vh;
}
.vertical-spacer {
    min-height: 160vh;
}
.vertical-spacer-extra-large {
    min-height: 220vh;
}

.centered,
footer {
    text-align: center
}
.centered-block {
    margin: 0 auto;
    display: block;
}

select.centered {
    text-align-last: center;
}

[class*=my-float-] {
    height: 0px;
}
    [class*=my-float-] > * {
        display: inline-block;
        text-align: center;
    }
.my-float-right {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}
.my-float-left {
    text-align: left;
}
.my-margin {
    margin: 1em;
}

.two-column-table {
    box-shadow: none;
    border: none;
}
.two-column-table > tbody > tr > td {
	border: none;
	background-color: transparent;
}
.two-column-table > tbody > tr:nth-child(odd) {
	background-color: transparent;
}
.two-column-table > tbody > tr > td:first-child {
	width: 30%
}

.minimum-height-half {
	min-height: 50px;
}
.minimum-height-1 {
	min-height: 100px;
}
.minimum-height-2 {
	min-height: 200px;
}
.minimum-height-3 {
	min-height: 500px;
}
.dotted-line {
	border-bottom: thin dotted;
	display: block;
	position: relative;
	top: 19px;
}
.top-dotted {
	border-top: thin dotted !important;
}
.no-border,
.no-border td,
.no-border tr,
.no-border textarea {
    border: none;
}
.no-bottom-border {
	border-bottom: none !important;
}
.no-top-border {
	border-top: none !important;
}
.like-new-line,
table.like-new-line {
    margin-top: 1.5em;
}

.loading-overlay {
    display: none;
    background: rgba(26, 26, 26, 0.65);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
}

.loading-overlay-image-container {
    display: none;
    position: fixed;
    z-index: 7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.element {
    vertical-align: middle;
    display: inline-block;
    /*background: #ce8888;*/
}

.loading-overlay-img {
    z-index: 1000;
    width: 500px;
    height: 500px;
    border-radius: 5px;
}

.contentPane {
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 51px;
}

.content-pane-vertical-tabs {
	padding-left: 11em;
}

.contentPane > * {
	margin: auto 6px;
}

.header-vertical-tabs {
	padding-left: 126px;
	margin-left: 50px;
}

.nestedPrimary {
	float: left;
}

.nestedSecondary {
	float: right;
}

.tagline {
	position: relative;
	bottom: 7px;
}

.PrintableWrapper {
	position: relative;
}

.logo {
	text-indent: -9999px;
}

.content > div {
	background-color: Transparent;
}

.content-no-left-menu {
    margin-left: 2em;
    padding-right: 3.5em;
}

/* content is the wrapper for everything appearing below the tabs */
.content section {
	display: none;
	max-width: 1750px;
	margin: 0 auto 0 0;
	position: relative; /*for circle menu*/
}

.content section.larger-section {
    max-width: 2200px;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

.contentDiv fieldset {
	display: inline;
}

.contentWrapper {
	padding: 15px;
	margin: 0 auto;
	font-family: Calibri;
	padding: 0.5em 1em 1em 1em;
	text-decoration: none;
}

.clear {
	clear: both;
	float: none !important;
	border: none !important;
}

.underline,
.underline-hover:hover,
.nav-link:hover,
.nav-link:focus {
    text-decoration: underline;
}

.padding {
    padding: 0.2em;
}
.padding-small,
.nested-list-autocomplete-container > * > .NestedListItem > div {
    padding: 0.6em;
}
.padding-smaller {
    padding: 0.3em;
}
.padding-medium,
#ConsentModel > div > p,
#ConsentModel > div > div {
    padding: 1em;
}
.padding-large {
    padding: 5%;
}

.left-padding,
.padding-left {
    padding-left: 1em;
}
.padding-left-medium {
    padding-left: 2em;
}

.bottom-padding,
.padding-bottom {
    padding-bottom: 1em;
}
.padding-bottom-medium {
    padding-bottom: 3%;
}
.padding-bottom-large {
    padding-bottom: 5%;
}
.padding-bottom-small {
    padding-bottom: 1%;
}

.padding-top {
    padding-top: 3%;
}
.padding-top-small {
    padding-top: 1%;
}
.padding-top-medium {
    padding-top: 3%;
}
.padding-top-large {
    padding-top: 9%;
}
.padding-top-extra-large {
    padding-top: 9%;
}
.padding-vertical {
    padding-top: 1em;
    padding-bottom: 1em;
}
.padding-vertical-medium,
.my-dropdown-model li ul > li.my-dropdown-other {
    padding-top: 3%;
    padding-bottom: 3%;
}
.padding-vertical-small {
    padding-top: 1%;
    padding-bottom: 1%;
}
.padding-vertical-extra-small {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}
.padding-vertical-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-right {
    padding-right: 1%;
}
.padding-right-medium {
    padding-right: 3%;
}
.padding-right-large {
    padding-right: 9%
}
.padding-right-very-large {
    padding-right: 15%
}
.padding-left {
    padding-left: 1%;
}
.padding-left-medium {
    padding-left: 3%;
}
.padding-left-large {
    padding-left: 6%;
}
.padding-left-very-large {
    padding-left: 10%;
}

.padding-horizontal-small {
    padding-left: 1%;
    padding-right: 1%;
}
.padding-horizontal,
.horizontal-padding,
.my-report-list span {
    padding-left: 2%;
    padding-right: 2%;
}
.padding-horizontal-medium {
    padding-left: 4%;
    padding-right: 4%;
}
.padding-horizontal-large {
    padding-left: 8%;
    padding-right: 8%;
}
.padding-horizontal-extralarge {    
    padding-left: 20%;
    padding-right: 20%;
}
.padding-small-horizontalish {
    padding: 1% 5%;
}

.my-hover-menu {
    padding: 0.5em;
}
.my-hover-menu > li {
    padding: 0.5em;
}
    .my-hover-menu > li > *::before {
        margin-right: 0.8em;
    }

.no-margin { margin: 0; }
.top-margin, .margin-top { margin-top: 10px; }
.margin { margin: 1em; }
.margin-top-large { margin-top: 18px; }
.margin-top-larger { margin-top: 5em; }
.margin-right { margin-right: 3%; }
.margin-right-larger { margin-right: 5em; }
.margin-vertical,
.my-dropdown-model li ul > li.my-dropdown-other {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}
.margin-vertical-small {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.margin-vertical-medium {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.margin-vertical-large {
    margin-top: 5%;
    margin-bottom: 5%;
}
.margin-large {
    margin: 5%;
}

.hidden,
.print-only,
.row-internal-id 
{
	display: none !important;
}

.invisible {
    visibility: hidden;
}

.large-search-model.pad-bottom,
/*.pad-bottom,*/
.search-model.pad-bottom {
    padding-bottom: 10em;
}

.content h1,
.content h2,
.content .header-two,
.content h3,
.content p {
    margin: 0.5em 0;
}

.inline {
	display: inline;
}
.inline-important {
	display: inline !important;
}

.inlineChildren > * {
	display: inline;
}
.inlineChildrenBlock > * {
    display: inline-block;
}

.textarea {
	width: 98%;
}

.notification-wrapper {
	text-align: center;
	padding: 0.7em 0;
}

.spinner {
    background-position-x: left;
    background-position-y: top;
    background-image: url(images/spinner.gif);
    background-repeat: no-repeat;
	z-index: 9999;
	text-indent: -9999px;
	color: transparent;
}

.notification-placeholder {
    color: transparent;
    visibility: hidden;
}

.width-inherit {
    width: inherit
}
.full-width,
.my-form-UserActivity .ListItem {
	width: 100%
}
.nearly-full-width {
    width: 90%;
}
.eighty-percent,
[data-dialog-width="4"] {
    width: 80%;
}
.eighty-percent-important {
    width: 80% !important;
}
.three-quarters-width {
    width: 75%;
}
.seventy-percent {
    width: 70%;
}
.sixty-percent,
[data-dialog-width="3"] {
    width: 60%;
}
.half-width,
.fifty-percent,
ul.double li,
[data-dialog-width="2"] {
	width: 49%;
}
.almost-fifty-percent {
    width: 47%;
}
.fourty-percent,
[data-dialog-width="1"] {
    width: 40%
}
.third-width {
    width: 33%
}
.thirty-percent {
    width: 30%
}

.ParentProgramPlan_my-dialog > div.my-dialog-inner-wrapper {
    width: 90%
}

.almost-thirty-percent {
    width: 27%;
}
.quarter-width {
   width: 25%
}
.twenty-percent {
	width: 20%;
}
.fifteen-percent {
    width: 15%;
}
.ten-percent {
    width: 10%;
}
.five-percent {
    width: 5%;
}
.three-percent {
    width: 3%;
}
.minimal-width {
    width: 1%;
}

.half-height {
    height: 48%;
}
ul.multiColumn {
	width: 586px;
	overflow: hidden;
	border-top: 1px solid #ccc;
}
ul.multiColumn li {
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	float: left;
	display: inline;
}

.boolChanger {
	cursor: pointer;
}

.multiColumnList > ul {
	float: left;
}

.PrintableButton {
	padding: 0 !important;
}

.PrintableButton_Display {
	right: 12px;
}

.NoHover {
    pointer-events: none;
}

.BackToTop {
	position: absolute;
	bottom: -33px;
	right: 0px;
}

#Contact {
	position: relative;
	top: 15px;
}

.right-data > *
{
	display: none;
}

.no-word-wrap,
.CourseSectionMark-search-model > table > tbody > tr > td,
[data-label="Date"] {
    white-space: nowrap;
}
.allow-wrap {
    white-space: normal;
}

/* refactored submenu */
.submenu li {
	float: left;
}

.current-section-name {
	/*pointer-events: none;*/
	cursor: default
}

.restrict-width > tr > td {
	max-width: 275px;
}
#masterFooter {
	text-align: center;
}
.top-align {
    vertical-align: top;
}
.right-align,
th.right-align {
	text-align: right;
}
.bottom-align {
    vertical-align: bottom;
}
body .left-align,
body .left-align > tr > td {
    text-align: left;
}
.left-align-important {
    text-align: left !important;
}
.left-align > tr > td {
	padding-left: 1em;
}
@media only screen {
    .my-box-shadow,
    table:not(.outcome-course) {
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.05), 0px 15px 10px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.05), 0px 15px 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.05), 0px 15px 10px rgba(0, 0, 0, 0.05);
    }
}
.my-border,
.my-hover-menu,
.button,
.checkbox div.checkbox-container .checkbox-checkmark,
#ApplicationParentModel > fieldset > div > ol > li,
.my-dropdown-arrows,
.nested-list-autocomplete-container > * > .NestedListItem > div {
    border-color: #538189;
}
.my-border,
.my-hover-menu,
.button,
form ol > li input,
textarea,
.editable-table-cell-input,
.has-editor-select select,
ol > li > select,
.checkbox div.checkbox-container .checkbox-checkmark,
#ApplicationParentModel > fieldset > div > ol > li,
.my-dropdown-arrows,
.nested-list-autocomplete-container > * > .NestedListItem > div,
.my-input {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.my-border,
.my-hover-menu,
#ApplicationParentModel > fieldset > div > ol > li,
.nested-list-autocomplete-container > * > .NestedListItem > div {
    border-width: 1px;
    border-style: solid;
}
input,
input.my-input,
textarea,
.checkbox div.checkbox-container .checkbox-checkmark
{
    border-width: 1px;
    border-style: inset;
    border-color: inherit;
}
.border {
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
}
.border-black {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.table-layout-fixed {
    table-layout: fixed;
}
.table-layout-auto {
    table-layout: auto;
}
.my-report-list {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    margin-top: 0.5em;
}
.my-report-list td {
    /* display: block; */
    text-align: left;
}
.my-report-list td {
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    margin: 1.5%;
    padding: 1%;
}
.my-report-list th {
    text-align: right;
}
.my-report-list-vertical td,
.my-report-list-vertical th {
    text-align: center;
    display: table-cell;
}
td.my-report-list-yesno {
    width: 3em;
    text-align:center;
}
.top-border {
    border-top: 2px solid gray;
}
.top-border-thick {
    border-top: 4px solid gray;
}
.border-bottom {
    border-bottom: 2px solid gray;
}
.border-except-left {
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    border-left: none;
}
.border-except-top {
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    border-left: 2px solid gray;
    border-top: none;
}
.border-right {
    border-right: 2px solid gray;
}
.border-left {
    border-left: 2px solid gray;
}
.excel-num {
	mso-number-format: General;
}

/*force text*/
.excel-text { mso-number-format: "\@"; }
.relative {
    position: relative;
}
[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}
div.float-bottom,
.float-bottom > ul {
    margin: 0;
    padding: 0;
}
.float-bottom > h3 {
    padding: 4px;
    margin: 0;
}
.float-bottom > table > li > label {
    text-align: left;
    float: left;
}
.float-bottom > ul > li > span {
    float: right;
}
.float-bottom > ul > li > * {
    display: inline-block;
    padding: 0 0.5em
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.drag-drop-target {
    border: 3px dashed black;
    min-height: 150px;
    position: relative;
}
.drag-drop-target > * {
    margin: 0;
    position: absolute;
    top: 42%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.google-map_return {
    width: 100%;
    min-height: 500px;
}
.shown-by-menu-click {
    display: none;
}
.menu-click-wrapper-active {
    display: block;
    z-index: 1000;
}
.justify {
    text-align: justify;
}
.normal {
    font-weight: normal;
}
.bold {
    font-weight: bold;
}
.not-bold {
    font-weight: normal;
}
.lighter {
    font-weight: lighter;
}
.italic {
    font-style: italic;
}
.uppercase {
    text-transform: uppercase;
}
div.block-important,
.block-important {
    display: block !important;
}
.min-width-small {
    min-width: 120px;
}

.my-footer > img {
    position: absolute;
    right: 0;
}

.hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.width-2em {
    width: 2em;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.width-10 {
    width: 10%
}

.width-18 {
    width: 18%
}

.width-20 {
    width: 20%
}

.width-50 {
    width: 50%
}

.width-70 {
    width: 70%
}

.jquery-ui-grid-wordwrap {
    white-space: initial;
}
#BatchJobResults ~ fieldset a {
    width: calc(50% - 12px);
    min-width: 100px;
}

.developer-stats {
    position: absolute;
    top: 0;
    padding: 1em;
}

.margin-5-0 {
    margin: 5px 0;
}

@-webkit-keyframes pulse {
    0% {
		-webkit-box-shadow: 0 0 0 0 rgba(222,82,51, 0.4);
	}

	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(222,82,51, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(222,82,51, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(222,82,51, 0.4);
		box-shadow: 0 0 0 0 rgba(222,82,51, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(222,82,51, 0);
		box-shadow: 0 0 0 30px rgba(222,82,51, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(222,82,51, 0);
		box-shadow: 0 0 0 0 rgba(222,82,51, 0);
	}
}