
* {
  box-sizing:border-box;
  font-family: Montserrat,Helvetica,sans-serif;
}


  @page { size: landscape; }
  @media screen {
          div.footer {
              display: none;
          }
      }
      @media print {
          div.footer {
              position: fixed;
              text-align: center;
              font-size: 12px;
              right:25%;
              bottom: 0;
          }
      }
.gpp_collapse_label{
  background-color: #191970;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}


.left {
  padding:20px;
  float:left;
  width:20%; /* The width is 20%, by default */
  position: fixed;
}

.main {
  padding:20px;
  float:left;
  width:80%; /* The width is 60%, by default */
  margin-left: 20.2%;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

#ce-table {
  border-collapse: collapse;
  width: 100%;
}

#ce-table td, #ce-table th {
    border: 1px solid #ddd;
    padding: 5px;
}

#ce-table tr:nth-child(even){background-color: #f2f2f2;}
/*
#ce-table tr:hover {background-color: #ddd;} */

#ce-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #191970;
  color: white;
}



/*
.right {
  background-color:#4CAF50;
  padding:20px;
  float:left;
  width:20%;  The width is 20%, by default
}*/

/* Use a media query to add a break point at 800px: */
@media screen and (max-width:800px) {
  .left, .main, .right {
    width:100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}

input[type=text], select, textarea, input[type=time], input[type=date], input[type=number] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 0px 12px 12px 0;
  display: inline-block;
}

input[type=submit], button {
  background-color: #00008B;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}



input[type=submit]:hover, button {
  background-color: #191970;
}

.container {
  border-radius: 5px;
  padding: 20px;
}

.col-header {
  float: left;
  width: 60%;
  margin-top: -10px;
  font-weight: bold;
  color: #191970;
}

.col-label {
  float: left;
  width: 60%;
  margin-top: 5px;
  font-size: 14px;
}

.col-opt {
  float: left;
  width: 8%;
  margin-top: 5px;
  margin-right: 20px;
}

.rc-group{
  float: left;
  width: 55%;
  margin-left: -150px;
  margin-top: -20px;
}

.rc-table {
  float: left;
}
.rc-opt {
  float: left;
  width: 200px;
}
.rc-expirydate {
  float: left;
  width: 200px;
}
.rc-issuancedate {
  float: left;
  width: 200px;
}
.rc-remarks {
  float: left;
  width: 170px;
}

.col-label-txt {
  float: left;
  width: 40%;
  margin-top: 5px;
  font-size: 14px;
}

.col-txt {
  float: left;
  width: 98%;
  margin-top: 5px;

}

.col-remarks {
  float: left;
  width: 28%;
  margin-top: 5px;
}

.col-pts {
  float: left;
  width: 8%;
  margin-left: 7px;
}

.col-score-final {
  float: left;
  width: 60%;
  margin-top: 5px;
}

.col-score-table {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
}

.row-border{
  border-width:5px;
  border-style:ridge;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-top: -10px;
}

.col-subqtn {
  float: left;
  width: 60%;
  margin-top: -10px;
  font-size: 14px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

h2{

    color: #191970;
}

.sidenav {
  height: 100%;
  width: 20%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #191970;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a{
  padding: 6px 6px 6px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #f1f1f1;
  display: block;
  font-weight: bold;
}

.sidenav a:hover {
  color: #818181;
}

.hide {
  display: none;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
