﻿/*.ui-header {
    background-color:#f00 !important;
}
*/



/* padd out the notchc on ios */
/*body {*/
/*padding-top: constant(safe-area-inset-top);  */
/*padding-top: env(safe-area-inset-top); */
/*}*/


/*override bootstrap stepped containers*/
.container.Main_mobilecontainer {
    max-width: 100% !important;
    /*width:fit-content;*/
}

#Main_mobileheader {
    background: none;
    background-color: #1c495e;
}

    #Main_mobileheader a {
        background-color: transparent !important;
        border: none !important;
    }


/* left align the main page title */

.ui-header .ui-title,
.ui-footer .ui-title {
    text-align: left;
}

#Menu_mobileheader .ui-title {
    margin: 0 20px !important;
}

#Main_mobileheader .ui-title {
    margin: 0 40px !important;
}


/* make the buttons level with the text */

.wideHeader .ui-btn-left,
.wideHeader .ui-btn-right {
    /*margin-top: 5px !important;*/
    border: none !important;
}


/*stop the buttons jumping about on body click */

.ui-header-fixed.ui-fixed-hidden {
    position: fixed !important;
    top: -1px !important;
    padding-top: 1px !important;
}


/* make drop down and up buttons appear theme-y */

.ui-btn-icon-right.ui-icon-carat-d:after,
.ui-btn-icon-right.ui-icon-carat-u:after {
    color: #1c495e !important;
}

.ui-btn-icon-right.ui-icon-carat-d .ui-li-heading,
.ui-btn-icon-right.ui-icon-carat-u .ui-li-heading,
.ui-group-theme-f .ui-btn .ui-li-heading,
.ui-group-theme-f .ui-btn .ui-li-heading {
    color: #1c495e !important;
    font-weight: 600;
}


/*Group theme f buttons are white */
/* these are the main panels used */

html body .ui-group-theme-f .ui-btn:hover,
html body .ui-group-theme-f .ui-btn:active,
html body .ui-group-theme-f .ui-btn:visited,
html body .ui-group-theme-f .ui-btn:active,
html body .ui-group-theme-f .ui-btn.ui-btn-active {
    background-color: #fff /*{f-active-background-color}*/;
    border-color: #1c495e !important /*{f-active-border}*/;
    color: #444 /*{f-active-color}*/;
    text-shadow: none !important;
}



/* checkboxes */

ul.ui-listview li.ui-li-has-arrow dd div.ui-checkbox label {
    background-color: #1c495e !important;
    color: #ffffff !important;
}

ul.ui-listview li.ui-li-has-arrow dd div.ui-checkbox label {
    font-size: .8em !important;
}



/* dialogs */

/*.ui-page-theme-f .ui-header-fixed .ui-title,
.ui-page-theme-f .ui-header .ui-title {
    margin: 0 5%;
}*/

.ui-page-theme-f .ui-header-fixed,
.ui-page-theme-f .ui-header {
    background-color: #1c495e;
    color: #ffffff;
    border-radius: 0 !important;
}


.ui-page-theme-f .ui-dialog-contain > .ui-footer {
    padding: 0 0;
    width: 100vw;
    position: fixed;
    bottom: 0px;
}

.ui-page-theme-f .ui-dialog-contain {
    width: 100vw;
    margin: 0 auto;
    /*height: 100vh;*/
    top: 0em;
    max-width: 100vw;
    background-color:#ffffff;
}

/* PAGE theme f buttons are blue */
.ui-page-theme-f .ui-btn,
.ui-page-theme-f .ui-btn:hover,
.ui-page-theme-f .ui-btn:active,
.ui-page-theme-f .ui-btn:visited,
.ui-page-theme-f .ui-btn:active,
.ui-page-theme-f .ui-btn.ui-btn-active {
    background-color: #1c495e !important /*{f-active-background-color}*/;
    border-color: #1c495e !important /*{f-active-border}*/;
    color: #ffffff !important /*{f-active-color}*/;
    text-shadow: none !important;
}




    .ui-page-theme-f .ui-btn.ui-checkbox-off,
    .ui-page-theme-f .ui-btn.ui-checkbox-on {
        color: #444 !important;
        background-color: #fff !important;
    }







/* date picker */

.datepickersurround {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 4px;
}

#Main_hidDatePicker .hasDatepicker {
    width: 100% !important;
    background-color: transparent !important;
    border: 1px solid #1c495e !important;
    min-width: 280px;
    max-width: 280px;
    margin: 0 0 !important;
}

    #Main_hidDatePicker .hasDatepicker .ui-datepicker {
        margin-top: 2em !important;
    }

#Main_hidDatePicker div.inputContainer div.ui-input-text input {
    font-size: .7em;
    text-align: center;
    color: #fff !important;
}

#Main_hidDatePicker div.inputContainer > div {
    margin-top: 0.3em;
    border: none;
    background-color: transparent !important;
}

#Main_hidDatePicker div.datePickerControls a {
    margin-top: 0.1em !important;
}

#Main_hidDatePicker .ui-datepicker-header {
    background-color: #1c495e !important;
    color: #fff !important;
    border: none !important;
}

#Main_hidDatePicker .ui-datepicker {
    border-color: #1c495e !important;
}

#Main_hidDatePicker .ui-datepicker-calendar th.ui-bar-a {
    background: none !important;
    background-color: #1c495e !important;
    color: #fff !important;
    text-align: center !important;
}

#Main_hidDatePicker .ui-datepicker-calendar th span {
    background: none !important;
    background-color: #1c495e !important;
    color: #fff !important;
    opacity: 1 !important;
}

#Main_hidDatePicker .ui-datepicker-calendar td {
    opacity: 1 !important;
}

    #Main_hidDatePicker .ui-datepicker-calendar td a.ui-state-default {
        color: #333 !important;
    }

#Main_hidDatePicker .datePickerControls {
    width: 100% !important;
    position: relative !important;
}

    #Main_hidDatePicker .datePickerControls a {
        position: absolute !important;
        right: 0px;
        top: .15em;
    }

    #Main_hidDatePicker .datePickerControls .inputContainer {
        position: absolute !important;
        right: 1.1em;
        width: 5em;
    }


/*
.ui-header, .wideHeader {
    min-height:46px;
}
*/

.margin0 {
    margin: 0 !important;
    z-index: 10000;
    line-height: 1em !important;
}

    .margin0 .ui-btn {
        font-size: 1em !important;
        margin-top: -2px !important;
    }

#Main_divMain .navPanel {
    margin: 10px;
    padding: 10px;
}

    #Main_divMain .navPanel table {
        margin-bottom: 10px;
    }

#Menu_divMenuControls .ui-block-b a,
#Menu_divMenuControls .ui-block-b a:hover {
    text-decoration: none;
}

h3.ui-bar-a {
    background-repeat-y: repeat;
}

#EditableAttributeDialog .ui-dialog-contain,
#dlgAddEmail .ui-dialog-contain,
#dlgAddNumber .ui-dialog-contain,
#dlgChangeEmail .ui-dialog-contain,
#dlgChangeNumber .ui-dialog-contain,
#dlgChangeAddress .ui-dialog-contain {
    width: 99%;
    max-width: 99%;
}

#EditableAttributeDialog .ui-checkbox {
    margin: 0;
}

#Main_divMain {
    padding: 3px;
    /*allow highlights to show on all sides*/
}

    #Main_divMain h3.ui-bar-a {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

.deep_14 {
    height: 20px !important;
    min-height: 20px !important;
}

.margin_auto_0 {
    margin: 0 auto;
}

.text_align_bottom {
    text-align: bottom;
}


/*homework subject icons */


/*
#Main_divMain a img {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222); 
}

.subjectIcon1.ui-widget img {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222); 
}

.snapshot_subjectimage {
   -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);  
}


.btnimgdropshadow {
    vertical-align:middle; 
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);  
}
*/


/*
---------------------------------------------------------------------
*/

#Login_chkRememberMechk_label {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
    color: #444444;
}

.Login_chkRememberMechk .ui-checkbox input {
    top: 2em;
    left: 1em;
    width: 0px;
    height: 0px;
}

.ui-icon-loading {
    font-size: 123%;
    width: 46px !important;
    height: 46px !important;
    background: url("../libs/jquerymobile/1.4.5/images/ajax-loader.gif");
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-size: 46px 46px !important;
}

.cancel40margin {
    margin-left: 0 !important;
}

.dlgLearningExperience_html_10 {
    margin-top: 0 !important;
}

.smylecomment {
    display: inline-block;
    height: 24px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.bubbletip {
    box-shadow: 5px 5px 15px #888888;
    margin: 5px;
    padding: 3px;
}

div .htmlOtherSite {
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    bottom: 54px;
    overflow: visible;
}

#Login_mobilepopup_Header {
    padding: 4px;
}

#Login_mobilepopup_LoginFailed {
    min-height: 200px;
}

.table {
    width: 100%;
}

.help {
    background-color: #000;
    opacity: 0.9;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9998;
}

.helpmenu {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 120px;
    border-radius: 1px;
    z-index: 9999;
}

    .helpmenu > div {
        text-align: center;
    }

.helpscope {
    position: absolute;
    top: 40px;
    right: 30px;
    width: 120px;
    border-radius: 1px;
    text-align: center;
    z-index: 9999;
}

.helpfooter {
    z-index: 9999;
    text-align: center;
}

.help #gotit {
    width: 80%;
    display: inline-block;
    left: 20px;
    right: 20px;
}

.ui-dialog-contain {
    top: 1em;
}

.ui-header > .ui-btn-right {
    max-width: 80% !important;
}

#Main_lblPageHeader {
    min-height: 24px;
    margin: 0px;
    padding-top: 4px;
}

.highButton {
    min-height: 30px;
    word-wrap: normal;
    white-space: normal;
    vertical-align: middle;
}

.ui-page {
    -webkit-backface-visibility: hidden;
}

.ui-page-theme-b a,
html .ui-bar-b a,
html .ui-body-b a,
html body .ui-group-theme-b a {
    font-weight: normal;
}

.lstMenu {
    font-size: 0.8em;
}

    .lstMenu h3 {
        font-weight: normal !important;
    }

.ui-dialog-contain {
    margin-top: 0px !important;
}

#GenericDialog {
    padding-top: 22px !important;
}

.scanbutton {
    font-size: 0.7em;
    margin: 0 auto;
}

.datestring {
    font-size: .9em;
    float: right;
    margin-right: 0em;
    /*color:#ff8000;*/
}

.smallstring {
    font-size: .8em;
    /*color:#ff8000;*/
}

#Main_PopupHTML {
    height: auto;
    overflow: none;
}

    #Main_PopupHTML a {
        display: none;
    }

.GenericDialog_GenericDialogContainer .quickBook {
    display: none;
}

div.good {
    text-align: center;
    float: left;
    background: #627d4d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #627d4d), color-stop(100%, #1f3b08));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #627d4d 0%, #1f3b08 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #627d4d 0%, #1f3b08 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #627d4d 0%, #1f3b08 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #627d4d 0%, #1f3b08 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=0);
    /* IE6-9 */
}

div.bad {
    float: right;
    text-align: center;
    background: #a90329;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
    /* IE6-9 */
}

    div.good > table,
    div.bad > table,
    div.cashin > table {
        width: 100%;
        color: #fff;
    }

div.cashin {
    float: right;
    background: #a7c7dc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7c7dc), color-stop(100%, #85b2d3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #a7c7dc 0%, #85b2d3 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a7c7dc', endColorstr='#85b2d3', GradientType=0);
    /* IE6-9 */
}

ul.listticker {
    font-size: 0.8em;
    overflow: hidden;
    list-style: none !important;
}

    ul.listticker li {
        margin-left: -40px;
    }

        ul.listticker li table,
        ul.listticker li table tr {
            width: 100%;
        }

        ul.listticker li .tickerdate {
            font-size: 0.7em;
            text-shadow: 0 0 1px #ccc;
        }

        ul.listticker li .oneline.ground {
            font-weight: 600;
            /*  overflow: hidden;
                white-space: nowrap;
                height: 16px;
                /*max-width: 220px;*/
        }


/*
.tickerdate {
    color:#ff8800;
}
*/

.clpAbsence {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}


/*-------------------------------------------------------------------*/

#sizeME_1 .resultblock table {
    width: 100%;
}

#sizeME_1 .checklongestgrade {
    text-align: right;
    min-width: 40px;
}

.ui-listview > li .pFontSizeWrapper,
.ui-listview > li .pFontSizeWrapper p {
    white-space: normal;
    font-size: 1rem !important;
}

.nodecorate {
    list-style-type: none;
}

.tweet img {
    padding: 4px;
}

.ui-header-tuck {
    top: 46px !important;
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 1000
}
