
      
.tabs {
    overflow-x: hidden;
}
      
#myTable {
    text-align: left;
}
      
.tabs .active {
    font-weight: bolder;
}


#menu a {
    color: #373a3c;
}
    
 #id1, #id2 {
   
        text-align: center;
}   

#amount1{
     width: 10% !important;
}

#title1, #title2, #title3 {
    width: 35% !important;
} 
    
#leader1, #leader2, #leader3 {
    width: 15% !important;
}  
    
#dept1, #dept2, #dept3 {
    width: 10% !important;
} 
    
.pid {
     width: 10% !important;
   text-align: center;
}


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-top: 10px;
    margin-right: 30px;
 
      font-size: 1.3rem;
}

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;
    
}

.dataTables_wrapper .dataTables_info  {
    margin-left: 10%;
}
