@CHARSET "UTF-8";


.ui.footer.segment{
	bottom: 0px !important;
	width: 100% !important;
}

.ui.sidebar.menu > h3{
	padding: 1em !important;	
}

.form-buttons {
	margin: 0.5em 0em !important;
	display: inline-flex;
}


.list-links a:link, .list-links a:visited {
	color: #000;
	text-decoration: none;
}

.dv-label {
	font-weight: bold;
}

.dv-label > label:after{
	content: ":";
}

.home-dashlet {
	height: 500px !important;
	overflow-x: auto;
}

.admin-menu > div.grid > div.row > div.column a:link, 
.admin-menu > div.grid > div.row > div.column a:visited {
	color: #000;
	text-decoration: none;
}

.access-setting{
	font-size: 12px !important;
	font-weight: bold !important;
}

.setting-text-0{
	color: green;
}

.gs-ex {
	color: orange;
	font-weight: bold;
}

.gs-zero, .err-txt {
	color: red;
	font-weight: bold;
}

.setting-text-1{
	color: orange;
}

.setting-text-2{
	color: red;
}

.setting-dropdown-bg-2{
	color: red !important;
}

.setting-dropdown-bg-0, .setting-dropdown-bg-{
	color: green;
}

.setting-dropdown-bg-1{
	color: orange;
}

.record-additional-info, .help.icon, .trash.icon{
	cursor: pointer; 
	cursor: hand;
}

.hidden {
	display:none;
}

.sticky-backtotop-link {
	/*position:absolute;
	float:right; */
	display:none;
}

.report-container {
	position:absolute;
	overflow: auto;
	height: 600px;
}

.table.report-summary{
	width: 300px !important;
}

.main-list-table-container {
	margin: 0.5em 0em !important;
}

.report-card-dashlet {
    font-size: 12px !important;
}

.ans-opts-to-anskey{
    margin-bottom: 10px !important;
}

#main-ctr{
	min-height: 750px !important;
	width: 100% !important;
	margin-top: 8% !important;
}

#duplicate-record, #publish-class-setup,#publish-activity{
	display:inline;
}

#report-card-display-note {
    display: none;
}

.toc.item.default {
    display: flex !important;
}

.toc.item.port {
    display: none !important;
}

.au-link, .print-page-trigger, .remark-modal-link, .span-link{
    cursor: pointer; 
	cursor: hand;
}

.printable-area{
    margin-top: -20px;
}


.qr-reader-div{
    position: relative;
    width: 600px;
    height: 500px;
    left: 25%;
    top: 50%;
    
    /*transform: translate(-50%, -50%);*/
}

#digital-clock {
     background-color: #000;
     /*width: 35%;*/
     margin: auto;
     padding-top: 50px;
     padding-bottom: 50px;
     font-size: 44px;
     color:#fff;
     text-align: center;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 7px 0 0 4px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s;
    z-index:10000;
}

#backToTop:hover {
    background-color: #555;
}

#backToTop.show {
    display: block;
    opacity: 1;
}

#backToTop.hide {
    opacity: 0;
    transform: translateY(10px);
}

@media only screen and (orientation: portrait) {
    #main-ctr{
    	margin-top: 6em !important;
    }
    #report-card-display-note {
        display: inline;
    }
    .large.stackable.menu {
        text-align: center !important;
    }
    .company-logo.item {
        margin: auto !important;
    }
    .large.stackable.menu>a,
    .large.stackable.menu>div.ui.dropdown.item,
    .large.stackable.menu>div.right.menu,
    .toc.item.default {
        display: none !important;
    }
    .toc.item.port {
        display: flex !important;
    }
    .qr-reader-div{
        position: static;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
       /* transform: translate(-50%, -50%);*/
    }
    #digital-clock {
         
         font-size: 24px;
         
    }
}

@media only screen and (max-device-width: 1000px) {
    #main-ctr{
    	margin-top: 6em !important;
    }
    #report-card-display-note {
        display: inline;
    }
    .large.stackable.menu {
        text-align: center !important;
    }
    .company-logo.item {
        margin: auto !important;
    }
    .large.stackable.menu>a,
    .large.stackable.menu>div.ui.dropdown.item,
    .large.stackable.menu>div.right.menu,
    .toc.item.default {
        display: none !important;
    }
    .toc.item.port {
        display: flex !important;
    }
    
}

@media print {
    body,
    .page[size="A4"] {
        margin: 0;
        box-shadow: 0;
    }
    .ui.blue.submit.button.print-button {
        display: none;
    }
    .print-page-trigger {
        display: none;
    }
}