﻿fieldset fieldset {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    
    /*padding: 5px 15px;*/
    margin: 10px 5px;
    display: inline-block;
}

input, textarea, select, button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    padding: 1px 1px;
}

option {
    padding-right: 10px;
}

.disabled {
    color: #aaaaaa !important;
}

.disabled2 {
    color: #666666 !important;
}

.fullHeight {
    height: 100%;
}

#TabFormData ul, #TabFormData ol {
    margin-left: 40px;
}

.oen_OR {
    display: block;
    margin: 5px 10px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.centered {
    text-align: center;
}

.required {
    color: #ff0000;
}

.formErrors {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.formErrors ul {
    margin-left: 50px;
}

.formErrors li {
    list-style-type: none;
}

.checklist li {
    list-style-type: none;
}

.clickable {
    cursor: pointer;
    text-decoration: underline;
    color: #ff0000;
}

.formErrorsTab {
    position: absolute;
    right: 0;
    bottom: 0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    display: inline-block;
    background-color: #FFC4C4;
    color: #800000;
    border: 2px solid #800000;
    padding: 2px 2px;
    z-index: 1;
    cursor: pointer;
}

#TabFormData >fieldset {
    border: none;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#TabFormData >fieldset h3 {
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;

    background-color: #B0C5E1;
    padding: 5px 5px;
    font-size: 1.5em;
    font-weight: normal;
    color: #444444;
}

#TabFormData >fieldset >div {
    -webkit-border-bottom-left-radius: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;

    border: 1px solid #dddddd;
    border-top: none;
    
    /*padding: 5px 10px;*/
    background-color: #DDE6F2;
}

#TabFormData p.oen-message {
    padding: 5px 10px 10px 5px;
    text-align: left;
}

#TabFormData >fieldset .oenFields {
    padding: 5px 10px 10px 15px;
}

.labelinputrow {
    display: block;
    padding: 3px 3px;
    line-height: 0.9em;
    width: auto;
    
    white-space: nowrap;
}

.labelinputinline {
    display: inline-block;
    padding: 3px 3px;
    line-height: 0.9em;
}

.labelinputinline >label,
.labelinputinline >:last-child
{
    display: inline-block;
}

.labelinputrow >label {
    max-width: 50%;
    min-width: 8em;
    white-space: normal;
}

.labelinputrow >label,
.labelinputrow >:last-child:not(.checklist)
{
    display: inline-block;
    vertical-align: middle;
}

.labelinputrow >:last-child >* {
    white-space: nowrap;
}

.labelinput {
    display: inline-block;
    padding: 3px 3px;
}

.labelinput >label {
    /*line-height: 0.9em;
    font-size: 90%;*/
    display: block;
}

.labelinput textarea, td textarea {
    width: 100%;
    min-width: 50%;
    height: 100%;
}

.labelinput > * {
    display: block;
    float: none;
    width: auto;
}

label {
    padding: 1px 4px;
}

.invalid, .invalid input, .invalid textarea {
    background-color: #FFDDDD !important;
}

.addressFields {
    margin-left: 40px;
}

.address_preview {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;

    font-weight: bold;
    font-size: 1.2em;
    
    width: 50%;
    padding: 10px 15px;
    background-color: #B0C5E1;
    border: 1px solid #aaaaaa;
}

.gradeLevelPreview
{
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;

    font-weight: bold;
    font-size: 1.2em;
    
    width: 50%;
    padding: 10px 15px;
    background-color: #B0C5E1;
    border: 1px solid #aaaaaa;

    min-width: 600px;
    padding-bottom: 40px;
}

/*.gradeLevelPreviewError
{
    color: #800000;
    border: 2px solid #800000;
    background-color: #ffcccc;
}*/

.gradeLevelHeader
{
    font-weight: bold;
}

.gradeLevelText
{
    font-weight: normal;
    /*display: inline;*/
}

.gradeLevelImg
{
    height: 36px;
    weight: 36px;
    float:right;
    bottom: 1em;
}

.gradeLevelImgDiv
{
    display: inline;
}

div.StatusError,
div.StatusWarn,
div.StatusOkay,
div.StatusDisabled,
div.StatusFlag,
button.ImageButton {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 4px;
    margin: 2px 2px;
    display: inline-block;
    white-space: nowrap;
}

button.ImageButton {
    cursor: pointer;
}

div.StatusError {
    font-weight: bold;
    background-color: #FFAAAA;
    color: #800000;
    border: 2px solid #800000;
}

div.StatusWarn {
    cursor: pointer;
    font-weight: bold;
    background-color: #FFFFA9 !important;
    color: #B27212;
    border: 2px solid #B27212 !important;
    display: inline-block;
}

div.StatusOkay {
    cursor: default;
    font-weight: bold;
    background-color: #B8E6B8;
    color: #536853;
    border: 2px solid #536853;
    display: inline-block;
}

div.StatusDisabled {
    font-weight: bold;
    background-color: #eee;
    color: #888;
    border: 2px solid #888;
    display: inline-block;
}

div.StatusFlag
{
    display:inline-block;
}

div.StatusError img,
div.StatusOkay img,
div.StatusDisabled img,
div.StatusWarn img,
button.ImageButton img {
    height: 1.2em;
}

button.ImageButton img,
button.ImageButton span {
    line-height: 1em;
    vertical-align: middle;
    padding: 3px 2px;
    margin: 0;
}

div.StatusError img, div.StatusError span,
div.StatusOkay img, div.StatusOkay span,
div.StatusDisabled img, div.StatusDisabled span,
div.StatusFlag img, div.StatusFlag span,
.StatusWarn img, .StatusWarn span {
    border: none;
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
    padding: 3px 2px;
    margin: 0;
}

table.statusTable td {
    vertical-align: middle;
}

table.statusTable td.maintenance {
    white-space: nowrap;
}

table.documentsTable th:last-child,
table.statusTable th:last-child {
    width: 100%;
}

.documentsTable,
#TabFormData > div > table {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    *border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background-color: #D9E3EF;
    width: 100%;
}

.documentsTable tr:last-child td:first-child,
#TabFormData >div >table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px
}

.documentsTable tr:last-child td:last-child,
#TabFormData >div >table tr:last-child td:last-child {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px
}

.documentsTable tr:first-child th:first-child,
.statusTable tr:first-child th:first-child {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px
}

.documentsTable tr:first-child th:last-child,
.statusTable tr:first-child th:last-child {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px
}

#TabFormData >div >table th {
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
    padding: 2px 4px;
}

#TabFormData >div >table td {
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

#TabFormData > div > table > tr:last-child td,
#TabFormData > div > table > tfoot tr:last-child td {
    height: 3em;
    vertical-align: middle;
}

.medicationTable {
    *border-collapse: separate;
    
    border: 1px solid #cdcdcd;
    margin: 10px 0px;
}

.immunizationTable, .inlineTable, .statusTable, .medicationTable {
    width: 100%;
}

.statusTable th:last-child, .inlineTable th:last-child, .medicationTable th:last-child {
    width: 100%;
}

.medicationTable td button,
.immunizationTable td button,
.inlineTable td button,
.statusTable td button,
.documentsTable td button {
    background-color: #FDF7EE;
}

.documentsTable tr,
.medicationTable tr,
.statusTable tr,
.immunizationTable tr,
.inlineTable tr {
    background-color: #D9E3EF;
}

ul.inlineList li.evenRow,
.medicationTable tr.evenRow,
.immunizationTable tr.evenRow,
.immunizationTable td,
.inlineTable tr.evenRow,
.statusTable tr.evenRow,
.documentsTable tr.evenRow,
.oenEvenRow {
    color: var(--st-color-fg);
    background-color: var(--st-color-bg);
}

ul.inlineList li.oddRow,
.medicationTable tr.oddRow,
.immunizationTable tr.oddRow,
.inlineTable tr.oddRow,
.statusTable tr.oddRow,
.documentsTable tr.oddRow,
.oenOddRow {
    color: var(--st-color-row-light-fg);
    background-color: var(--st-color-row-light-bg);
}

.documentsTable th,
.medicationTable th,
.immunizationTable th,
.inlineTable th,
.statusTable th {
    white-space: nowrap;
/* orange
    background-color: #E6B85C;
    color: #66380C;
*/
    background-color: #B0C5E1 !important;
    color: #191293;
    border: 1px solid #A0B5D1;
    padding: 2px 5px;
    font-weight: normal;
    text-align: left;
    background-clip: padding-box;
}

.immunizationTable td,
.inlineTable td {
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    padding: 2px 5px;
    background-clip: padding-box
}

.immunizationTable th {
    padding-left: 14px;
}

.inlineTable td:last-child {
    width: 100%;
}

.inlineTablePrefix {
    font-size: 1.25em;
    color: #555;
    padding-left: 2px;
    padding-top: 5px;
    font-style: italic;
}

div.centerAligned {
    text-align: center;
}

div.rightAligned {
    text-align: right;
}

.information .resumeTable {
    width: 100%;
    *border-collapse: collapse;
	border-width: 0;
}

.information .resumeTable button {
    padding: 2px 5px;
    margin: 5px 0px;
}

.information .resumeTable .layout-column,
.information .resumeTable tr td {
    vertical-align: top;
    padding: 5px;
}

.information .resumeTable h1 {
    font-size: 1.5em;
    font-weight: bold;
}

.information .resumeTable tr:last-child {
    width: 100%;
}

#btnRestartEnrollment {
    float: right;
}

input[rev_type="DATE"] {
    width: 7em;
}

select, input, textarea, span.input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    margin: 0px 5px;
}

h3 span.headersubtitle {
    font-weight: normal;
    color: #000000;
}

span.input {
    display: inline-block;
    white-space: nowrap;
	text-align: center;
	color: black;
	height: 1em;
	padding-bottom: 3px;
	background-color: #ffffff;
	border: 1px inset #ffffff;
}

span.input input {
	background: none;
	border: none;
	padding: 0px 0px;
	text-align: center;
	margin: 0px 0px 0px -1px;
}

.inlineList {
    clear: both;
}

.inlineList li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    cursor: pointer;
    list-style-type: none;
    padding: 2px 5px;
    margin: 1px 0px;
    clear: both;
}

.inlineList li:hover {
    background-color: #F1EBE4;
}

.inlineList li > span {
    float: left;
    display: inline-block;
    padding: 2px 5px;
    margin: 2px 0;
}

.inlineList li .contactInfo {
    display: inline-block;
    padding: 2px 5px;
    margin: 2px 0;
    font-style: italic;
}

.inlineList li .EmergencyContactHandle {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 4px;
    margin: 2px 2px;
    display: inline-block;

    text-align: center;
    font-weight: bold;
    background-color: #B8E6B8;
    color: #536853;
    border: 2px solid #536853;
}

.schoolSelectionOuterDiv
{
    direction: rtl;
}

.leftToRightDirection
{
    direction: ltr;   
}

.schoolSelectionTable .fillContainer {
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    direction: rtl;
}

.schoolSelectionTable {
    width: 100%;
}

.schoolSelectionTable td {
    vertical-align: top;
    width: 50%;
}

.schoolAddress 
{
    min-height: 15px;
}

.schoolSelections {
    list-style-type: decimal !important;
    margin: 0 !important;
}

.schoolSelections li {
    margin: 10px 0px;
    padding: 5px 5px;
    display: list-item;
    cursor: pointer;
    border: 1px solid transparent;
}

.schoolSelections li:not(:last-of-type):not(.ss-selected) {
    border-bottom: 1px solid var(--st-color-border);
}

.schoolSelections li img.marker {
    float: left;
}

img.marker {
    width: 2em;
}

.schoolSelections li select {
    min-width: 75%;
}

.schoolSelections li:hover {
    background-color: #ECF1F7;
}

.schoolSelections li.ss-selected .distance {
    font-weight: bold;
}

.schoolSelections li.ss-selected {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

    background-color: LightBlue;
}

#map-canvas, #map_canvas {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    border: 1em solid LightBlue;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin: 0px auto;
}

@media print {
    html, body {
        height: auto;
    }

    #map-canvas, #map_canvas {
        height: 650px;
    }
  
    button {
        display: none !important;
    }
    a[href]:after {
        content: none !important;
    }
}



#panel {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -180px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
}

.schoolSelectionHomeAddress {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;

    padding: 5px 5px;
    font-style: italic;

    max-width: 75%;
    background-color: #B0C5E1;
    border: 1px solid #aaaaaa;
}

.oenPageError {
    display: block;
    margin: 10px auto;
    width: 30%;
}

.oenPageError p {
    min-width: 200px;
    white-space: normal;
}

#Navigation ul li img {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.address_preview img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    padding: 2px;
    width: 32px;
    height: 32px;
}

#MedsAtHome, #MedsAtSchool {
    min-width: 400px;
    width: 75%;
}

#relationshipInformation {
    margin: 10px auto;
    width: 95%;
}

#btnReview {
    float: left;
    z-index: 2;
}

#IntroSelectedYear {
    font-size: 12pt;
}

div[rev_type="RADIOLIST"] {
}

div[rev_type="RADIOLIST"] .option {
    display: inline-block;
    padding-left: 10px;
}

div[rev_type="RADIOLIST"] .OptionList .option {
    display: block;
}

#TabFormData ol {
    margin-left: 50px;
}

#TabFormData ul.fieldList,
#TabFormData ul.fieldList ul {
    list-style: none;
    margin-left: 50px;
}

.upload_form {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.upload-progress .deleteDoc {
    margin-right: 5px;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.upload-progress .deleteDoc img {

    width: 16px;
}

.upload-progress {
    padding: 1px 1px;
    margin: 0px 5px;
}


.documentsTable {
    width: 100%;
}

.documentsTable td[colspan] {
    text-align: center;
    vertical-align: middle;
}

.documentsTable .documentsFileDropTarget {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;

    min-height: 150px;
    border: 3px dashed LightBlue;
    
    color: #888888;
    font-size: 1.5em;
}

.documentsTable .qrCode {
    position: absolute;
    right: 0;
    bottom: 0;
}

.documentsTable .uploadProgress .indicator {
    background-color: #6666ff;
}

.docUploadControl h2 {
    font-weight: normal;
    font-size: 1.5em;
    color: #444444;
    border-bottom: 1px solid #444444;
}

.docUploadControl h3 {
    font-weight: normal;
    font-size: 1.0em;
    color: #444444;
    border-bottom: 1px solid #444444;
}

.docUploadControl .docUploadContent {
    margin-left: 40px;
}

.docUploadControl .docUploadContent button {
    padding: 2px 10px 2px 10px;
}

.docUploadControl .docUploadContent > p {
}

.docUploadControl .docUploadContent > .dropTarget {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;

    background-color: #D9E3EF;
    margin: 1px 1px 1px 40px;
    padding: 5px;
}

.docUploadControl .docUploadContent > .dropTarget > form {
    margin-left: 40px;
}

#TabFormData .ErrorMessage {
    padding: 0;
    margin-top: 10px;
    border-radius: 0.5em;
    color: #800000;
    border: 2px solid #800000;
    background-color: #ffcccc;
    overflow: hidden;
}

#TabFormData .ErrorMessage .heading {
    margin: 0;
    background-color: #ffaaaa;
    font-weight: bold;
    padding: 5px 10px;
}

#TabFormData .ErrorMessage .content {
    padding: 5px 10px;
}

* html .ui-autocomplete {
    height: 200px;
}
  
.ui-autocomplete-loading  {
    background-image: url('../Images/PXP/OEN_ajax-loader.gif'); 
    background-repeat:no-repeat;
    background-position:right center; 
} 

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    max-height: 200px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 10pt;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
    text-decoration: none;
    padding-left: .4em;
}

.ui-menu .ui-menu-item {
    width: 100%;
    height: 100%;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.ui-autocomplete .ui-menu-item .ui-state-focus {
   background: rgb(30, 144, 255) !important;
   color: White !important;
   height: 100% !important;
   width: 100% !important;
}

.autoCompleteOverlay
{
    position:absolute;
    background: rgba(0;0;0;0.5);
    z-index: 10000;
    left: 10px;
    padding-top: .12em;
    display: inline-block;
    white-space:nowrap;
    overflow-x:hidden;
}

.autoCompleteMatch
{
    visibility: hidden;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 10pt;
    white-space: nowrap
}

.autoCompletePredict
{
    display: inline-block;
    text-align: left;
    color: Gray;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 10pt;
    white-space: nowrap
}

.autoCompleteFont
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 10pt;
}

.studentGridHeader{
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    background-color: #D5E0EE;
    padding: 5px 5px;
    font-size: 1.5em;
    font-weight: normal;
    color: #444444;
}

.OENReview .deltaFound:not(.hideDelta) {
    background-color: #FFFF00;
    border: 1px solid #eee;
    border-radius: 3px;
}

.OENReview table tr.deleted td.deltaFound,
.OENReview .deltaFound.deleted {
    color: #880000;
    background-color: #FFAAAA;
}

.OENReview table tr.deleted td.deltaFound.hideDelta,
.OENReview .deltaFound.deleted.hideDelta {
    display: none;
    visibility: hidden;
}

.OENReview .deltaFound.deltaRegistrar:not(.deleted):not(.hideDelta) {
    background-color: #80ffff;
}

.OENReview h2.deltaFound.newPerson {
    background-color: #2DCC70;
    color: #FFFFFF;
}

.OENReview h2.deltaFound.deletedPerson {
    background-color: #ff6961;
    color: #FFFFFF;
}
.newValueFound
{
    background-color: #32cd32;
}

.deltaValue {
    font-weight: bold;
}

.currentHighlight:not(.hideDelta) {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

#FloatingPanel {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #444444;
    background-color: #D3D3D3;
    -webkit-box-shadow: 0 0px 0px #D3D3D3;
    -moz-box-shadow: 0 0px 0px #D3D3D3;
    box-shadow: 0 0px 0px #D3D3D3;

    position: fixed;
    top: 167px;
    right: 25px;
}

#FloatingPanel.reviewActive {
    background-color: #FFFF00;
}

#FloatingPanel button.ImageButton {
    height: 30px;
}

.propQTip{
    max-width: 1000px !important;
    font-size: 16px !important;
}

.propQTip .qtip-titlebar {
    background-color: #2B79CE !important;
    color: white;
    font-weight: bold;
}
    
    div.StatusWarn {
    cursor: pointer;
    font-weight: bold;
    background-color: #FFFFA9 !important;
    color: #B27212;
    border: 2px solid #B27212 !important;
    display: inline-block;
}
    
.tabContentReviewMargin{
    margin: 10px;
}

.suppress-label > label {
    display: none !important;
    visibility: hidden;
}

.SecondaryInstructions {
    text-align: center;
    font-size: large;
}

.remove-control {
    display: none !important;
    visibility: hidden;
}

.declineTopPadding {
    padding-top: 20px;
}

.pull-right {
    float: right!important;
}

.panel-heading {
    background-color: #B0C5E1;
}

.olr-grid-container {
    border: 1px solid gray;
    border-radius: 3px;
    padding: 5px;
    display: table;
}

.olr-grid {
    padding-bottom: 35px;
}

.olr-grid .panel-heading {
    padding: 3px;
}

.olr-grid .DeleteRow {
	text-align: center;
}

.olr-grid tr.Delete,
.OENReview .olr-grid tr.Delete.deltaFound {
    color: #880000;
    background-color: #FFAAAA;
}

.OENReview .olr-grid tr.Delete.deltaFound.hideDelta {
    display: none;
    visibility: hidden;
}

.olr-grid tr.Delete span.input {
    background-color: initial;
}

.olr-grid tr.Delete input,
.olr-grid tr.Delete select {
    background-color: #FFAAAA;
    font-style: italic;
    color: #880000;
    text-decoration: line-through;
}

.olr-grid .Title {
    font-size: large;
}

.olr-grid td.LineNumber {
    text-align: center;
}

.olr-grid td > .CheckBox {
    text-align: center;
}

.olr-grid td > .CheckBox > div {
    width: 25px;
}

.olr-grid-container.review-mode table.inlineTable {
    width: auto;
}

.olr-grid-container.review-mode tr th:last-of-type,
.olr-grid-container.review-mode tr td:last-of-type {
    display: none;
    visibility: hidden;
}

.olr-grid-container [disabled="disabled"] {
    cursor: not-allowed;
}

.active {
    background-color: #D3D3D3;
}

.remove-control {
    display: none !important;
    visibility: hidden;
}

.declineTopPadding {
    padding-top: 20px;
}

.active {
    background-color: #D3D3D3;
}

.style-warning{
    background-color:#ffe6e6 !important;
    font-weight: bold;
}

.style-highlight {
    background-color: #FFFFCC !important;
    font-style: italic;
}

.italic {
    font-style: italic;
}

.normal-font {
    font-style: normal !important;
}

/* 
    STUDENT DEMOGRAPHICS
*/
.student-demo-address-preview .address_preview {
    width: auto;
    display: inline-block;
    margin: 5px;
}

.student-demo-address-preview .address_preview > span.desc {
    display: block;
    font-weight: normal;
    padding-bottom: 5px;
}

/* Google Maps override */
.pac-item:hover .pac-icon-marker {
    background-position: -18px -161px;
}

.extra-space {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Simulated Bootstrap Classes */
.input-group {
    display: table;
    width: 100%;
}
.input-group > .input-group-addon {
    width: 1%;
}
.input-group > .form-control,
.input-group > .input-group-addon {
    display: table-cell;
}

.DefaultCursor {
    cursor: default !important;
}

.custStuDocTable {
    margin-top: 15px;
}

.custStuDocTable td {
    white-space: nowrap;
}


.review-school-selections ol {
    white-space: nowrap;
    list-style-type: decimal;
}

.review-school-selections li {
    margin-bottom: 5px;
}

.review-school-selections .school,
.review-school-selections .pathway {
    max-width: 275px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.review-school-selections .school {
    font-weight: bold;
}

.review-school-selections .pathway {
    margin-left: 10px;
}

.review-school-selections:not(.show-all) .extra-choice,
.review-school-selections:not(.show-all) .show-fewer,
.review-school-selections.show-all .show-all {
    visibility: hidden;
    display: none;
}

.review-school-selections .show-all,
.review-school-selections .show-fewer {
    font-size: small;
    text-decoration: underline;
}

.school-choice-label {
    font-size: medium;
    margin-left: 5px;
    margin-top: 2px;
}

.pathway-choice-label {
    margin-bottom: 0;
}

.school-choice.form-group {
    margin-bottom: 3px;
}

.pathway-choice.form-group {
    margin-top: 10px;
}
