body {
    background: url(/20240726003530oe_/https://www.cuhk.edu.hk/eLearning/c_tnl/mmcd/images/bg.png);
     font-size:16px;
}
            
#spacer {
    background: url(/20240726003530oe_/https://www.cuhk.edu.hk/eLearning/c_tnl/mmcd/images/repeat_logo.png);
    height: 39px;
}
      
.tabs {
    overflow-x: hidden;
}
      
#myTable, #myTable2, #myTable3 {
    text-align: left;
}
      
.tabs .active {
    font-weight: bolder;
}

ul#scheme li {
    color: #ee6e73;
    display:inline;
    padding: 10px 50px;
}

ul#scheme li a{
    color: #ee6e73;
}

ul#scheme li active{
    font-weight: bolder;
    background-color:bisque;
    padding:5px;
}

#menu a {
    color: #373a3c;
}
    
#id1, #id2, #id3 {
    width: 70px;
}     
    
#title1, #title2, #title3 {
    width: 40% !important;
} 
    
#leader1, #leader2, #leader3 {
    width: 13% !important;
}  
    
#dept1, #dept2, #dept3 {
    width: 25% !important;
} 
    
.pid {
   text-align: center;
}

.video-modal {
        position: fixed;
    background-color: #fafafa;
padding: 0;
  
margin: auto;

border-radius: 2px;
will-change: top, opacity;

width: 80%;
  
 text-align: center;
        outline: 0;
        z-index: 1050;
}

h2 {
    color: cornflowerblue;
}

.output {
    width: 100%;
    height: 500px;
    border: 0;
}

.modal {
    
    max-height: 80%;
    width: 80%;
    border-radius: 10px;
}

.modal-header {
    
    padding: 10px 20px;
}
.modal-dialog {
    width: 100%;
    height:100%;
    margin:10px;
    overflow-y: initial !important; 
    
}
.modal-body {
   max-height: 85%;

    overflow-y: auto;
}
    
#no-margin {
    margin-bottom: 0;
}
    
.scrollToTop{
	width: auto; 
	height: auto; 
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom: 30px;
	right: 15px;
	display: none;
    z-index: 10000;
}

.scrollToTop:hover{
	text-decoration:none;
}

#copyright {
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
    
}

label {
    margin: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border:1px solid;
    font-size:1.5rem;
    width:inherit;
    margin: 0;
}

.dataTables_wrapper .dataTables_info {
    margin-left: 1em;
}
