body {
    font-family: Arial;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.container {
    overflow: auto;
}

ul{
    padding-left: 00px;
}

.panel-heading{
    background-color: cadetblue;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}

td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.parent-modal-ce .modal-content {
    width: 350px;
    height: 450px;
}

.parent-modal-ea .modal-content {
    width: 650px;
    height: 900px;
}

.parent-up .modal-content {
    width: 550px;
    height: 400px;
}

.modal-contentt {
    width: 550px;
    height: 1250px;
}

.modal-header {
    background-color: #367fa9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.btn-cls {
    text-align: center
}

#exam_name_error,
#label_span {
    color: red;
}



/* header styling */
h1 {
    color: green;
}


/* pagination hover effect on active*/

a:nth-child(5) {
    background-color: green;
    color: white;
}

a:nth-child(1) {
    font-weight: bold;
}

a:nth-child(7) {
    font-weight: bold;
}

.content {
    margin: 50px;
    padding: 15px;
    width: 700px;
    height: 200px;
    border: 2px solid black;
}

.dropdown-menu{
    z-index: 999;
}






ul,li { margin:0; padding:0; list-style:none;}
.label { color:#000; font-size:16px;}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.em_report_li1{
    pointer-events:none;
    opacity:0.6;
}