﻿/*@media screen and (-webkit-min-device-pixel-ratio:0)
{
    select: focus,
    textarea: focus,
    input: focus 
    {
        font-size: 16px;
        background: #eee;
    }
}*/
.ovh {
    overflow:hidden;
}
        
body:before
{
    content: "\a0";
    font-size: 0;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
}
                
html,
body 
{
    margin: 0;
    padding: 0;
    min-width: 320px;
    font-family: "Helvetica"; 	
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/*
.container-fluid
{
    padding-left: 0px;
    padding-right: 0px;
}
*/

.navbar-custom 
{
    min-width: 320px;
}
 
/* VJ: Get from main-env-01/02/03 etc.     
.container-header
{
    background-color: #e0f3fd;
}
*/         
.row-header-center-name
{
	background: #e0f3fd;
    height: 26px;
}

.row-header-other-info
{
	background: #e0f3fd;
    height: 26px;
}


.col-header-center-name
{
	text-align: right;
	margin-top: 3px;
}             
        
.col-header-other-info
{
	text-align: right;
	margin-top: 3px;
} 

.col-header-select-language
{
	text-align: right;
	margin-top: 7px;
} 

.container-toolbar-old
{
    margin-top: 3px;
    background-color: #C2E8FC;
}

.navbar-custom-toolbar
{
    margin-top: 53px;
    background-color: #C2E8FC;
    min-height: 40px;
}

.navbar-custom-toolbar-hidden-logo
{
    margin-top: 0px;
}

.student-list
{
    margin-top: 110px;
	margin-bottom:50px;    
}

.student-list-hidden-logo
{
    margin-top: 57px;
	margin-bottom:0px;    
}

.student-list-grid
{
     margin-top: 2px;
}

/* P-00003 20200410 Modify Start */
.web-enrollment-list-grid
{
     margin-top: 2px;
}

.same-student-list-grid
{
     margin-top: 2px;
}

.enrolled-student-list-grid
{
     margin-top: 2px;
}
/* P-00003 20200410 Modify End */

.job-list
{
    margin-top: 5px;
	margin-bottom:100px;    
}

.job-list-hidden-logo
{
    margin-top: 5px;
	margin-bottom:0px;    
}

.batch-job-enrollment-list
{
    margin-top: 5px;
	margin-bottom:100px;    
}

.batch-job-enrollment-list-hidden-logo
{
    margin-top: 5px;
	margin-bottom:0px;    
}

/*.student-list-popup
{
    margin-top: 0px;
	margin-bottom: 0px;    
}*/

.content-area
{
    /*margin-top: 110px;*/
    margin-top: 100px;
	margin-bottom:50px;
	padding-left: 0px;
	padding-right: 0px;
}

.content-area-hidden-header
{
    /*margin-top: 57px;*/
    margin-top: 45px;
}

.content-area-hidden-toolbar
{
    margin-top: 55px;
}

.container-toolbar
{
    min-height: inherit;
}
        
.row-toolbar
{
    margin-top: 2px;
    margin-bottom: 2px;
    min-height: inherit;
}

.col-toolbar-1
{
    border: 0px solid black;
    text-align: left;
}
        
.col-toolbar-2
{
    border: 0px solid black;
    text-align: right;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -32px 0;
    /* Pad bottom by footer height */
    padding: 0 0 30px 0;
}

/* Set the fixed height of the footer here */
#footer {
    height: 30px;
    /*
    background-color: #f8941d;
    color: #fff; 
    */
    background-color: #fce6a6;
    color: #000; 
}

#wrap > .center-container {
    padding: 105px 0 0 0;
    margin:0;
}

#footer > .container {
    padding-top:5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: small;
    margin-left: 0px;
}
.center-container {
    height:100%;
}

.center-row {
    height:100%;
    background-size:cover;
    /*background-color: Yellow; */
    /*color: #fff;*/
}
           
#gridOrders {
    height: 100%;
}

#outerWrapper{
    /*background-color: red;*/
    overflow: hidden;
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
}

/* 2017-06-19: Multi-line header support next 2 lines */
.k-grid  .k-grid-header  .k-header 
{
    height: auto;
    white-space: normal;
    text-align: center;
}

.k-grid td {
    white-space: nowrap;
    overflow: hidden;
}
        
/* Medium Devices, Desktops 
@media only screen and (min-width : 992px) {
    #wrap > .center-container {
        padding: 150px 0 0 0;
        margin:0;
    }
} */
     
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #wrap > .center-container {
        padding: 125px 0 0 0;
        margin:0;
    }
}

.student-info 
{
	background-color: #fff8dc;
}

.student-info-math 
{
	background-color: #fff8dc;
}

.student-info-reading
{
	background-color: #fff8dc;
}

.student-info-japanese 
{
	background-color: #fff8dc;
}

.row-content
{
	margin-top: 5px;
}

.btn-tool
{
    min-height: 37px;
}

button.dropdown-toggle
{
    min-height: 37px;
}

.fa-btn-tool
{
    color:#000000;
}

.progress-indicator
{
    padding: 10px;
    width:150px;
    position: fixed;
    background-color: #2e6da4;     
    color: #ffffff;              
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    border-radius: 5px;
    visibility: visible;
}

.popup-menu-label
{
    margin-left: 5px;
}
    
.modal-dialog-user-info .modal-dialog 
{
    width:330px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;  
}

.modal-dialog-user-info-data
{
    display: block; 
    padding-top: 6px; 
    padding-left: 5px; 
    min-height: 30px; 
    width: 100%; 
    background-color: #FAF1D9; 
}


/* Modal dialog - student selection */
.modal-dialog-student-list-popup .modal-dialog{
    width:99%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;  
}
    
.return-student-list-popup 
{
    height: 150px;
    width: 100%;
}

.student-list-popup 
{
    height: 400px;
    width: 100%;
}

.student-list-popup-phone
{
    height: 300px;
}

/* 2017-06-19: Commented next lines */
/*.student-list-popup > .k-grid-content {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
}

.student-list-popup > .k-pager-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}*/

.student-list-popup-filter-selection
{
    margin-left: 5px;
    margin-right: 5px;
}

.student-list-popup-input-name-filter
{
    width: 200px; 
    height: 37px; 
    display: inline-block
}

.student-list-popup-input-name-filter-phone
{
    width: 120px; 
}

.student-list-popup-input-grade-filter
{
    width: 200px; 
    height: 37px; 
    display: inline-block
}

.student-list-popup-input-grade-filter-phone
{
    width: 120px; 
}

.content-area-progress-history
{
	margin-bottom:0px;
}

.content-area-batch-job
{
	margin-bottom:0px;
}

.content-area-job-details
{
	margin-bottom:20px;
}

.module-banner 
{
	background-color: #fff8dc;
}

.label-block
{
    display: block; 
    padding-top: 6px; 
    padding-left: 5px; 
    min-height: 30px; 
    width: 100%; 
    background-color: #FAF1D9; 
}

.label-block-job-status
{
    color: #fff;
    font-weight: 400;
}

.label-block-job-status-draft
{
    background-color: #f0ad4e; 
}

.label-block-job-status-submitted
{
    background-color: #5bc0de; 
}

.label-block-job-status-processing
{
    background-color: #337ab7; 
}

.label-block-job-status-processed
{
    background-color: #5cb85c; 
}

.label-block-job-status-error
{
    background-color: #d9534f; 
}


span.section-header
{
    display: block; 
    padding-top: 6px; 
    padding-left: 5px; 
    min-height: 30px; 
    width: 100%; 
    background-color: #E6F6FF; 
    font-weight:bold;
}

span.section-header.section-header-light
{
    background-color: #F0DFB1; 
    font-weight:normal;
    font-size: 12px;
}

.panel-default.panel-section-blue
{
    border-color: #B5E5FF;
}

.panel-heading.panel-heading-section-blue
{
    background-image: linear-gradient(to bottom,#e0f3fd 0,#e0f3fd 100%);
    border-color: #17A2EB;
}

.panel-default.panel-section-beige
{
    border-color: #F0DFB1;
}

.panel-heading.panel-heading-section-beige
{
    background-image: linear-gradient(to bottom,#FFF3D1 0,#FFF3D1 100%);
    border-color: #C49000;
}

.panel-title.panel-title-bold
{
    font-weight: bolder;
}    

.modal-dialog-record-info .modal-dialog 
{
    width:310px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;  
}

.modal-dialog-record-info-data
{
    display: block; 
    padding-top: 6px; 
    padding-left: 5px; 
    min-height: 30px; 
    width: 100%; 
    background-color: #FAF1D9; 
}

.content-area-student-list
{
    margin-top: 100px;
    margin-bottom: 0px;    
}

.content-area-student-list-hidden-logo
{
    margin-top: 47px;
    margin-bottom: 0px;    
}

/* P-00003 20200410 Modify Start */
.content-area-web-enrollment-list
{
    margin-top: 100px;
    margin-bottom: 0px;    
}

.content-area-web-enrollment-list-hidden-logo
{
    margin-top: 47px;
    margin-bottom: 0px;   
}
/* P-00003 20200410 Modify End */

.content-area-reportb
{
    margin-top: 100px;
    margin-bottom: 0px;       
}

.content-area-reportb-hidden-logo
{
    margin-top: 47px;
    margin-bottom: 0px;    
}

.reportb-grid
{
    margin-top: 2px;
}

.filter-label-container
{
    background-color: #D9D6C1;
    min-height: 30px; padding-top: 5px; display: inline-block; overflow: hidden; white-space: nowrap;
}

.filter-label-item
{
    margin-left: 5px; padding: 3px; background-color: #7D7D54; color: #ffffff;
}

.modal-dialog-levelx-edit .modal-dialog 
{
    width:310px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;  
}

/*.form-group.required .control-label:before{
    color: red;
    content: "*";
    position: absolute;
    margin-left: -10px;
    margin-top: 2px;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 8px;        
}*/

.form-group.required .control-label:after{
    color: red;
    content: "*";
    position: absolute;
    margin-left: 2px;
    margin-top: 4px;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 8px;        
}

/* Modal dialog - center selection */
.modal-dialog-center-list-popup .modal-dialog{
    width:99%;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;  
}

.center-list-popup 
{
    height: 250px;
    width: 99%;
}

.center-list-popup-phone
{
    height: 250px;
}

.center-list-popup > .k-grid-content {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
}

.label-block-1
{
    display: block; 
    padding-top: 6px; 
    padding-left: 5px; 
    min-height: 30px; 
    width: 100%; 
    background-color: #FAE8B6; 
    font-weight:bold;
}

.modal-dialog-enrollment-details-popup .modal-dialog{
    width:99%;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;  
    max-width: 1024px;
    
}

.label-block-2
{
    display: block; 
    padding-top: 6px; 
    padding-left: 5px; 
    min-height: 30px; 
    width: 100%; 
    background-color: #FAF1D9; 
    font-weight:bold;
    text-align: left;
}

.label-block-beige
{
    background-color: #FAF1D9;
}

.label-block-beige-bold
{
    background-color: #FAF1D9; 
    font-weight:bold;
}

span.mandatory 
{
    color: red; 
    padding-right: 5px;
    font-size: 16px;
    font-weight: 700;
}

.spacer5 
{ 
    height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; 
}

.spacer10 
{ 
    height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; 
}

.panel-heading.panel-heading-border-bottom
{
    border-color: #17A2EB;
}

.subject-color-1
{
    background-color: #D9FFFF;
}

.subject-color-2
{
    background-color: #FFEFE8;
}

.subject-color-3
{
    background-color: #DBFFDB;
}

.subject-color-4
{
    background-color: #D9FFFF;
}

.subject-color-5
{
    background-color: #D9FFFF;
}

.subject-color-6
{
    background-color: #D9FFFF;
}

.subject-color-7
{
    background-color: #D9FFFF;
}

span.colon-after:after {
    content: ": ";
}

.progress-indicator-bar
{
    padding: 10px;
    width:100%;
    background-color: #e5f6ff;     
    color: #000000;              
    border-radius: 2px;
    visibility: visible;
}


.reportb-submit-footer-wizard 
{
    margin-bottom: 30px;
    height: 100px;
    background-color: #E8F7FF;    
}

.reportb-submit-footer-wizard-phone
{
    margin-bottom: 30px;
    height: 120px;
    background-color: #E8F7FF;    
}

.reportb-submit-confirm-text
{
    font-size:inherit;
}

.reportb-submit-confirm-text-phone
{
    font-size:small;
}

.reportb-submit-st1-cell
{
    background-color:#F1EBDC;
    margin-left: 5px;
}

.reportb-submit-st1-st2-cell
{
    display: inline-block;
    background-color: #F1EBDC;
    margin-left: 5px;
    margin-top: 5px;
    min-width: 70px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.reportb-submit-st1-st2-cell-total
{
    background-color: #D9D6C1;
    min-width: 140px;
    max-width: 150px;
    font-weight: 600;
}

.reportb-submit-st1-st2-count-label
{
    display: inline-block;
    margin-left: 5px;
    margin-top: 2px;
    min-width: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.reportb-submit-header-error
{
    color: #ff0000;
    font-weight: bold;
}

.reportb-submit-st1-notes
{
    display: inline-block;
    padding: 5px;
    color: #b51111;
    font-weight: normal;
    background-color: #F1EBDC;
}

.reportb-data-label
{
    display: block; 
    padding-top: 6px; 
    padding-left: 5px; 
    min-height: 30px; 
    width: 100%; 
    background-color: #FAF1D9; 
}

.login-container-content
{
    margin-top: 100px;
    max-width: 600px;
}

.login-glyphicon 
{
    font-size: 16px;
}
    
.login-statusRow 
{
    height:50px;
}
    
.login-errorMessage1
{
    position:absolute;
    padding: 5px;
    background-color: #E03930;
    color:white;
    top:0px;
    left:270px;
}

.login-error
{
    color: #ff0000;
    font-weight: bold;
} 

/* Bootstrap override start.  Prevent extra left space on 2nd line 1st check box */
.checkbox-inline 
{
    margin-right: 10px;
}

.checkbox-inline+.checkbox-inline 
{
    margin-left: 0px;
}

/* Bootstrap override end.  Prevent extra left space on 2nd line 1st check box */

/* View: Home - Start */
/* View: Home - End */
