/* portrait */
@media screen and (orientation:portrait) {
    /* portrait-specific styles */
}

/* landscape */
@media screen and (orientation:landscape) {
    /* landscape-specific styles */
}

#top_header {
   margin-top: 45px;
   height: 92px;
}

.module_content {
	padding-left: 2px;
	padding-right: 2px;
	
}

.attendancelist {
    display: none;
}

.attendancetable {
    display: block;
}

.table-responsive >.table > tbody > tr >td.viewitemlistLabel {
    white-space:normal;
    white-space: pre-wrap; /* css-3 */
}
/*, #TopRightShortCut, #top_login_btn, #quick_link*/
#top_school_slogan, #top_header_right, .demo_sideshortcut{
    display: none !important;
}

.mobile_nav {
	display: block;
}

.mobile_hide {
    display: none;
}

.mobile_block {
	display: block;
}

.mobile_show {
    display: block;
}

.mobile_margin_top {
    margin-top: 10px;	
}

#top_header_menu_bg {
	display: none;
}

.demotextbox {
	width: 100%;
}

.widget_filter.widget_wrap {
	display: block;
}

<!-- Parent Consulation - parent view -->
#confirmedBookingDiv {
    width: 100%;
}

/* ESF Timestamp=2016-07-14Z16:41:23T+0800 ; 20160714-mobile_ui_parent_and_student-UploadBy_matthewmak - 99e316b97271974648993fb7ae038543 */
/* ESF Timestamp=2017-01-25Z16:31:33T+0800 ; 20170125-v1612_enhance_and_pconslt_mobile_ui_update-UploadBy_matthewmak - 7bf2289b5aa7605e9101e2f56fdc0dc4 */
