h1 {
  font-size: 36px;
}
/* default td font size */
td {
  font-size: 14px;
  color: black;
}

th {
  color: #495057;
  font-size: 16px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  margin-left: 17%;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1%;
  text-align: left;
  padding-left: 1%;
}
span.title-group {
  display: flex;
    padding-top: 4px;
    padding-bottom: 1%;
    font-weight: bold;
    /* width: 85%; */
    /* flex-direction: row; */
    /* justify-content: space-around; */
   /* padding-left: 3%;*/
}

body {
  margin: 0;
  padding: 5px;
  font-family: Arial, sans-serif;
  background-color: #d1d5db;
  margin-bottom: 2%;
}
body-pdf {
  margin: 0;
  padding: 5px;
  font-family: Arial, sans-serif;
  background-color: #d1d5db;
  margin-bottom: 2%;
}
.home-link a {
  background-color: #2b6cb0;
  color: white;
  text-decoration: underline;
  display: inline-flex;
  align-items: stretch;
  height: 18px;
  padding-block: 8px;
  padding-right: 30px;
  margin-right: 20px;
  width: 80px;
  justify-content: center;
  font-weight: bold;
  padding-right: 5px;
}

.home-link a:hover {
  color: gray;
}


.top-logo-pdf {
  background-image: url("../images/PennWest.Main.Logo.png"); 
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 10px;
  width: 200px;
  height: 46px;
  z-index: 2;
}

/* Header styles */
.title-pdf {
  font-size: 28px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  text-align: center;
  margin: 0;
  z-index: 1;
  padding-bottom: 0;
}
.subtitle-pdf {
  display: block;
  text-align: center;
  font-size: 20px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-weight: bold;
  color: #1e3a8a;
  margin-top: 0;
  margin-bottom: 5%;
}

.subtitle {
  display: block;
  text-align: center;
  font-size: 20px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-weight: bold;
  color: #1e3a8a;
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown label {
  font-size: 16px;
  font-weight: bold;
}

.dropdown {
  display: inline-flex;
  flex-direction: row;
  color: #1e3a8a;
}

span.dropdown {
  width: 295px;
  height: auto;
  align-items: baseline;
}

/* Main content styles */
.main-content {
  background-color: darkgray;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: rgb(30, 58, 138);
}
.main-content-pdf {
  /*background-color: darkgray;
  padding: 20px;*/
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: rgb(30, 58, 138);
}

/* Style labels */
.main-content label {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  width: 200px;
}

.login-content label {
  width: 100px;
}

span.input-fields {
  display: inline-block;
  padding-right: 56px;
}
@page {
  margin: 5px;
}
/* Style the form elements */
form {
  text-align: center;
  margin-top: 10px;
  padding: 20px;
  border-radius: 10px;
}

/* Style registration form inputs */
form input[type="text"],
form input[type="date"],
form input[type="email"],
form input[type="password"] {
  width: 200px;
  padding: 5px;
  margin-bottom: 5px;
  color: black;
  font-size: 14px;

}

.textarea {
  width: 350px;
  height: 70px;
  max-width: 400px;
  max-height: 100px;
  padding: 5px;
  margin-bottom: 5px;
 /* margin-left: 10px;*/
  resize: none;
  color: black;
  font-size: 14px;
}

form button {
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
form select{
  font-size: 14px;
  height: 30px;
  width: 200px;
  background-color: white;
  color: black;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.select-dropdown{
  font-size: 14px;
  color: black;
  height: 30px;
  background-color: white;
  font-family: Arial, sans-serif;
  width: 200px;
}
.action-button {
  background-color: #1e3a8a;
  color: #fff;
  font-weight: bold;
  margin: 8px;
  margin-top: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 16px;
  width: 10%;
  text-align: center;
  display: inline-block;
}

.action-button:hover {
  background-color: #2563eb;
}

.input-grid {
  display: flex;
  max-width: fit-content;
  text-align: center;
  margin-left: 18%;
  margin-bottom: 16px;
}


#profile-display-form{
  text-align: center;
  margin-top: 5px;
  border-radius: 10px;
}

.profile-display-container {
  display: flex;
  justify-content: center;
}
 .profile-display-radio-container {
  display: block;
  justify-content: center;
  margin-top: 4%;

}
.profile-display-left-section{
  flex: 1;
   margin-left: 23%
   }
 .profile-display-center-section{
   flex: 1;
 }
 .profile-display-right-section{
   flex: 1;
   margin-right: 30%;
   margin-left: 0%;
 }
 .profile-display-field-group{
  margin-bottom: 7px;
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.profile-display-input-group{
  display: flex;
  align-items: center;

}
.profile-display-input{
  font-size: 14px;
  color: black;
  width:200px;
  max-width:200px;
  height:25px;
  font-family: Arial, sans-serif;
  margin-bottom: 5px;
  padding-left: 2px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;

}
.profile-display-input-disabled{
  font-size: 14px;
  color: black;
  width:200px;
  max-width:200px;
  height:25px;
  background-color: lightgrey;
  font-family: Arial, sans-serif;
  margin-bottom: 5px;
  padding-left: 2px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.profile-display-title-center{
  margin: 2% auto;
  font-weight: bold;
  font-size: 26px;
  color: #1e3a8a;
  }
.action-button-fwidth {
  background-color: #1e3a8a;
  color: #fff;
  font-weight: bold;
  margin: 8px;
  margin-top: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 16px;
  width: 15%;
  text-align: center;
  display: inline-block;
  min-height: 60px;
  vertical-align: top;
}

.action-button-fwidth:hover {
  background-color: #2563eb;
}

.cp-form{
  display: block;
  max-width: 600px; 
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
}

.assessment-container {
  display: flex;
  justify-content: center;

}
.assessment-radio-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
}

#assessment-radio-group {
  margin-top: 40px; 
  margin-bottom: 60px; 
 /* margin-left: 95px;
  border-top: #1e3a8a solid;*/
}
.assessment-radio-container label {
  display: inline-flex;
  width: fit-content;
  padding-right: 15px;
  padding-left: 6px;

}
.assessment-radio-container input[type="radio"] {
  margin-right: 5px;
}
.assessment-center-section {
  display: flex;
  flex-direction: column; 
  align-items: flex-start;
}
.assessment-plan-fields {
  text-align: left;
  display: flex;
  align-items: center;
}
#assessment-label{
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  width: 150px;
  padding-right: 5px;
}
.center {
  display: flex;
  /*max-width: fit-content;*/
  text-align: center;
  width: calc(50% - 10px);
  margin: auto auto;
  margin-left: 30%;
 /* margin-right: 40%;*/
 /* padding: 2; */
  align-items: center;
}
.center label{
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  width: 200px;
  padding-right: 5px;

}

.center input{
  width: 200px;
  margin-bottom: 5px;
  color: black;
  font-size: 14px;
  
}
.center select{
  font-size: 14px;
  color: black;
  height: 30px;
  background-color: white;
  font-family: Arial, sans-serif;
  width: 213px;
  margin-bottom: 5px;
}

.section-center {
  max-width: fit-content;
  text-align: center;
  width: calc(50% - 10px);
  margin: auto 25%  auto;
  padding: 30;
}
.section-description{
  width: 100ch;
  height:50px;
} 

/****** Table CSS ******/

.cp-table-container-parent {
  display: flex;
  position: relative;
  align-items: center;
}

.cp-table-container {
  display: flex;
  position: relative;
  align-items: center;
}

.cp-table {
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
  margin: auto auto;
  max-height: 280px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  overflow-y: auto;
  overflow-x: auto;
} 


#cp-table-assessment_strategy{
  max-width: 1350px;
}

#cp-table-scoreset{ 
  max-width: 1500px;
}

.cp-table table{
  table-layout: fixed;
  background-color:white;
  border-collapse: collapse;
  border: 2px solid #1e3a8a;
  width: 100%;
} 

/***********************/
/*
.cp-table tbody{
  overflow-y: auto;
  overflow-x: auto;
  max-height: 200px;
  display:block;

}
.cp-table thead{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cp-table thead th{
  position: sticky;
  top: 0;
  z-index: 1;
}*/
/***********************/
.cp-table th{
  text-align: center;
  height:35px;
  /*background-color: #f2f2f2c0;*/
  background-color: #dbedff;
  /*min-width: 100px;*/
  /*color:#1e3a8a;*/
  border-left: 1px solid #1e3a8a;
  position: sticky;
  top: 0px;

}
.cp-table th::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  height: 1px;
  background-color: #1e3a8a;
  z-index: -1;
}

.cp-table td{
  text-align: center;
  height:30px;
  /*background-color: white;
  /*min-width: 100px;*/
  color:black;
  border-left: 1px solid #1e3a8a;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.cp-table input[type="text"],
.cp-table-pdf input[type="text"] {
  border: none;
  width:100%;
  height: 100%;
  max-width: 99%;
  font-size: 14px;
  color: black;
  background-color: transparent;
}

.cp-table-pdf input[type="text"] {
  border: none;
  width:100%;
  height: 100%;
  max-width: 99%;
  font-size: 14px;
  color: black;
  background-color: transparent;
}
.cp-table tr:nth-of-type(odd),
.cp-table-pdf tr:nth-of-type(odd)  {
  background-color: #f8f9fa;
}

.cp-table tr:nth-of-type(even),
.cp-table-pdf tr:nth-of-type(even) {
  background-color: #d7d7d8;
}

.cp-table .sortIconColor,
.cp-table-pdf .sortIconColor {
  color:#1884dd;
}
.cp-table .th-button{
  width: 100%;
  height: 100%;
  text-align: center;
  height:35px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  color: #495057;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.cp-table-pdf .th-button{
  width: 100%;
  height: 100%;
  text-align: center;
  height:35px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  color:#1e3a8a;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.cp-table .th-button:hover,
.cp-table-pdf .th-button:hover{
  background-color: #2563eb;
  color: white;
}

.cp-table tr .TableModifyButton{
  border-collapse: collapse;
  border-radius: 4px;
  background-color:#1e3a8a;
  display: inline-block;
  cursor: pointer;
  width:auto; /** CHANGED FROM 75PX TO AUTO **/
  height:25px;
  margin:auto auto;
  color: white;
  font-size: 14px;
  padding-left: 10px; /** CHANGED FROM 4PX TO 10PX **/
  padding-right: 10px; /** CHANGED FROM 4PX TO 10PX **/
  padding-bottom: inherit; /** ADDED **/
  margin-bottom: inherit; /** ADDED **/
  transition: background-color 0.3s ease;
  text-align: center;
}


.cp-table tr .TableModifyButton:hover {
  background-color: #2563eb;
}


/******************PDF *************/
.cp-table-pdf td{
  text-align: center;
  height:25px;
  /*background-color: white;
  /*min-width: 100px;*/
  color:black;
  border-left: 1px solid #1e3a8a;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.cp-table-pdf th{
  text-align: center;
  height:35px;
  background-color: #dbedff;
  color:#495057;
  border-left: 1px solid #1e3a8a;
  position: sticky;
  top: -1;

}
.cp-table-pdf table{
  table-layout: fixed;
  background-color:white;
  border-collapse: collapse;
  border: 1.5px solid #1e3a8a;
  width: 100%;
} 

.cp-table-pdf {
  width: 100%;
  max-width: 1100px;
  min-width: 700px;
 /* margin: auto auto;*/
  max-height: 280px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  /*overflow-y: auto;
  overflow-x: auto;*/
} 

/********************/
.scoreset-container {
  display: flex;
  justify-content: center;
 /* justify-content: space-between;*/

}

.view-scoreset-container {
  justify-content: center;
 /* justify-content: space-between;*/

}

.scoreset-field-container{
  display: inline-block;
  /*flex-direction: column;*/
  align-items: center;
  padding: 0px;
  margin:10px
}


.scoreset-form{
  background-color: #d1d5db;
  min-height: 90px;
  /*width: 1000px;*/
  padding: 0px;
  margin: 0;
  border-radius: 10px;

}
.scoreset-top-section{
  background-color: #d1d5db;
  width: max-content;
  margin-bottom: 2%;
  border-radius: 10px; 
}

.scoreset-bottom-left-section{
 flex: 1;
  /*margin: 3%;*/
 /* margin-top: 28px;*/
  margin-left: 15%
}
.scoreset-bottom-center-section{
  
  flex: 1;
 /* margin-top: 2%;*/
}

.scoreset-bottom-right-section{
  flex: 1;
 /* margin-top: 2%;*/
  margin-right: 15%;
  margin-left: -4%;
}


.scoreset-input-field-group{
  margin-bottom: 7px;
  text-align: left;
  display: flex;
  align-items: center;
}

.scoreset-container-select{
  font-size: 14px;
  color: black;
  width:205px;
  max-width:205px;
  height:30px;
  background-color: white;
  font-family: Arial, sans-serif;
}
#scoreset-container-input{
  font-size: 14px;
  color: black;
  width:200px;
  max-width:200px;
  height:25px;
  /* background-color: white; */
  font-family: Arial, sans-serif;
  margin-bottom: 0px;
  padding: 0px;
}

.scoreset-table-select{
  width:100%;
  height: 100%;
  background-color: transparent;
  font-size: 14px;
  color: black;
  border: none;

}
.scoreset-container form label{
  width:auto;
  text-align:center;
  padding-top:10px;
}

.scoreset-container textarea{
  width: 192px;
  height: 110px;
  max-width: 230px;
  max-height: 120px;
  padding: 5px;
  margin-bottom: 5px;
 /* margin-left: 10px;*/
  resize: none;
  font-size: 14px;
  color: black;

}
.scoreset-reset-action-button {
  background-color: #1e3a8a;
  color: #fff;
  font-weight: bold;
  margin-left: 85%;
  margin-top: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 14px;
  width: fit-content;
  text-align: center;
  display: inline-block;
  padding:3px;
}
.scoreset-reset-action-button:hover {
  background-color: #2563eb;
}

.scoreset-container form .action-button-fwidth {
  background-color: #1e3a8a;
  color: #fff;
  font-weight: bold;
  margin: 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 16px;
  width: auto;
  text-align: center;
  display: inline-block;
  min-height: 40px;
  vertical-align: top;
}

.scoreset-container form .action-button-fwidth:hover {
  background-color: #2563eb;
}
.scoreset-add-new-title{
  display: flex;
  margin: auto 40%;
  font-weight: bold;
  font-size: 22px;
  color: #1e3a8a;
  padding: 10px;
  width:max-content;
  }
  .scoreset-add-new-title-pdf{
   /* display: flex;
    margin: auto 40%;*/
    font-weight: bold;
    font-size: 16px;
    color: #1e3a8a;
    padding: 10px;
    width:max-content;
    }
  #scoreset-label{
      display: inline-block;
      font-weight: bold;
      font-size: 16px;
      text-align: right;
      width: 150px;
      padding-right: 5px;
    }
    
  .scoreset-viewdata-top-layout {
    display: flex;
    justify-content: space-between;
    width: 100%; 
    align-items: center;
   /*  margin-left:8%;
    margin-right:8%;
    margin-top: 2%; */
    margin-bottom:1%;
  }
  .scoreset-viewdata-top-layout-pdf {
    /*display: flex;*/
    justify-content: space-between;
    width: 100%; 
    align-items: center;
   /* margin-left:8%;*/
    margin-right:8%;
    margin-top: 0;
    margin-bottom:1%;
  }
  .scoreset-viewdata-top-layout-label {
    width:fit-content;
    margin-bottom: 5%;
    margin-left: 30%;
    font-weight: bold;
    font-size: 22px;
  }
  .scoreset-viewdata-top-layout-label-pdf {
    width:fit-content;
    margin-bottom: 5%;
    /*margin-left: 30%;*/
    font-weight: bold;
    font-size: 16px;
    text-align: left;
  }
  .scoreset-viewdata-top-layout-sub-label{
    width: fit-content;
    font-weight: bold;
    font-size: 16px;
    margin: 0%;
    padding-top: 20px;
    padding-right: 5px;
   }
  
   .scoreset-viewdata-top-layout-sub-label-pdf{
    width: fit-content;
    font-weight: bold;
    font-size: 14px;
    margin: 0%;
    padding-top: 20px;
    padding-right: 5px;
   }
   .scoreset-viewdata-top-layout div {
    text-align: center;
    flex-direction: column;
    display: flex;
    flex: 1;
    width: fit-content;
  }
  .scoreset-viewdata-top-layout-pdf div {
    text-align: left;
    flex-direction: column;
    /*display: flex;
    flex: 1; */
    width: fit-content;
  }

  .scoreset-viewdata-table{
    margin-left:18%;
    color: #1e3a8a;
    margin-bottom: 2%;
  }
   .scoreset-viewdata-table-pdf{

    width: 800px;
    margin-left:0;
    color: #1e3a8a;
    margin-bottom: 2%;
  }
  .scoreset-viewdata-table-tr{
    height: 30px;
   }
#scoreset-criteriatable-th-width{
   min-width:70px;
   max-width:70px;
   width:70px;
 }
#scoreset-criteriatable-atc_name-width{
    min-width:180px;
    max-width:180px;
    width:180px;
   }
#scoreset-criteriatable-atc_statement-width{
    min-width:400px;
    max-width:400px;
    width:400px;
   }
  .scoreset-viewdata-table-pdf-th{
    font-weight: Bold;
    font-size: 12px;
    text-align: left;
   }
   #scoreset-viewdata-table-pdf-th{
    font-weight: Bold;
    font-size: 12px;
   }
 .scoreset-viewdata-table-pdf-td{
  font-weight: normal;
  font-size: 12px;
  text-align: left;
 }
 .scoreset-viewdata-table-container {
  display: flex;
  position: relative;
  align-items: center; 
  
}

 .scoreset-viewdata-action-button-fwidth {
  background-color: #1e3a8a;
  color: #fff;
  font-weight: bold;
  margin: 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 16px;
  width: auto;
  text-align: center;
  display: inline-block;
  min-height: 40px;
  position: absolute;
  top: 50%;
  right: 2%; 
  transform: translateY(-50%);
}

.scoreset-viewdata-action-button-fwidth:hover {
  background-color: #2563eb;
}






.strategy-container {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  margin-top: 30px;
}

.strategy-container form{
  background-color: #d1d5db;
  min-height: 300px;
  width: 93%;
}
.strategy-outcome-section .strategy-tools-section{
  background-color: #d1d5db;
  width: max-content;
  margin: auto ;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px; 
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius: 10px; 
}

.strategy-container form select{
  font-size: 14px;
  color: black;
  height: 30px;
  margin-top: 5%;
  background-color: white;
  font-family: Arial, sans-serif;
}

.strategy-container form label{
width:auto;
text-align:center;
}
.strategy-container form .action-button-fwidth {
  background-color: #1e3a8a;
  color: #fff;
  font-weight: bold;
  margin: 8px;
  margin-top: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 16px;
  width: 60%;
  text-align: center;
  display: inline-block;
  min-height: 60px;
  vertical-align: top;
}

.strategy-container form .action-button-fwidth:hover {
  background-color: #2563eb;
}

.strategy-field-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}


.view-section{
  /*background-color: #d1d5db;*/
  background-color: #dbedff;
  width: max-content;
  margin: auto;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px; 
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius: 10px; 
}

.view-section form label{
  font-size: 14px;
  padding: 5px;
  width: 400px;
}
.view-section form select{
  font-size: 14px;
  color: black;
  height: 30px;
  background-color: white;
  font-family: Arial, sans-serif;
  width: 250px;
}
.view-section form input{
  background-color: #1e3a8a;
  color: #fff;
  font-weight: bold;
  margin-top: 2%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 16px;
  color: black;
  width: 40%;
  height: 30px;
  text-align: center;
}
/*
.section-table{
  max-width: 60%;
  margin: auto auto;
  max-height: 240px;
  overflow-y: auto;
  overflow-x: auto;
} 
.section-table table{
  table-layout: auto;
  background-color:white;
  border-collapse: collapse;
  border: 2px solid #1e3a8a;
} 

.section-table th{
  text-align: center;
  height:35px;
  background-color: #f2f2f2c0;
  color:#1e3a8a;
  border-left: 1px solid #1e3a8a;
}
.section-table td{
  text-align: left;
  height:30px;
  background-color: white;
  color:#1e3a8a;
  border-left: 1px solid #1e3a8a;
}
.section-table input{
  border: none;
  width:100%;
  max-width: 99%;

}


*/
.ColWidth15px {
  min-width: 15px;
  width:15px;
  max-width: 15px;
}
.ColWidth20px {
  min-width: 20px;
  width:20px;
  max-width: 20px;
}
.ColWidth25px {
  min-width: 25px;
  width:25px;
  max-width: 25px;
}
.ColWidth35px {
  min-width:35px;
  width: 35px;
  max-width: 35px;
}
.ColWidth30px {
  min-width:30px;
  width: 30px;
  max-width: 30px;
}

.ColWidth45px {
  min-width:45px;
  width: 45px;
  max-width: 45px;
}
.ColWidth55px {
  min-width:55px;
  width: 55px;
  max-width: 55px;
}
.ColWidth65px {
  min-width:65px;
  width: 65px;
  max-width: 65px;
}

.ColWidth5 {
  width: 5%;
  max-width: 5%;
}
.ColWidth10 {
  width: 10%;
  max-width: 10%;
}
.ColWidth15 {
  width: 15%;
  max-width: 15%;
}
.ColWidth20 {
  width: 20%;
  max-width: 20%;
}

.ColWidth25 {
  width: 25%;
  max-width: 25%;
}
.ColWidth30 {
  width: 30%;
  max-width: 30%;
}

.ColWidth40 {
  width: 40%;
  max-width: 40%;
}
.ColWidth45 {
  width: 45%;
  max-width: 45%;
}
.ColWidth50 {
  width: 50%;
  max-width: 50%;
}
.ColWidth55 {
  max-width: 55%;
}
.ColWidth60 {
  max-width: 60%;
}

.display-section-title-center{
  /* display: flex; */
  margin: auto auto;
 /* font-weight: bold;*/
  font-size: 18px;
  color: #1e3a8a;
  }

  .display-section-message-center{
    display: block; 
    margin: 1% auto;
    font-size: 18px;
    color: #4169e1;
    padding: 10px;
    
    }

.add-new-course-title{
  display: flex;
  margin: auto 27%;
  font-weight: bold;
  font-size: 22px;
  color: #1e3a8a;
  padding: 10px;
  }

.manage-section-add-new-section{
  /* background-color: #d1d5db;*/
  width: max-content;
  margin: 1% auto;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px; 
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius: 10px;
}
.manage-section-action-button{
    background-color: #1e3a8a;
    color: #fff;
    font-weight: bold;
    margin: 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    width: 40%;
    height: 40px;
    text-align: center;
    display: inline-block;
 }

 .manage-section-add-new-section label{
  font-size: 14px;
  padding: 5px;
}
  
.manage-section-table-select{
  width:100%;
  height: 100%;
  background-color: transparent;
  font-size: 14px;
  color: black;
  border: none;

}
.manage-section-action-button:hover {
    background-color: #2563eb;
  }
.radio-container {
  display: inline-flex;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  width: max-content;
  border-top: #1e3a8a solid;
}

.radio-container-left {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.radio-container-right {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding-top: 16px;
}

.radio-container-space {
  display: inline-flex;
}

.radio-container label {
  display: inline-flex;
  width: fit-content;
  padding-right: 22px;
  padding-left: 6px;
}

span.radio-button-instructor {
  display: inline-flex;
  width: fit-content;
  padding-left: 20px;
}

span.radio-button-admin {
  display: inline-flex;
  width: fit-content;
}

.radio-container input[type="radio"] {
  display: inline-flex;
  flex-direction: row;
}

.error {
  color: red;
  text-align: center;
  font-size: 26px;
}
.success-message {
  color: #307204ea;;
  text-align: center;
  font-size: 26px;
}
/*modify tool page css*/
.modify-tool-container{
  background-color: #dbedff;
  width: max-content;
  border-radius: 10px; 
  margin: auto;
}
.modify-tool-form{
  width: 1200px;
  margin: auto;
  
}
#footnote {
  font-size: 16px;
  color: black;
  display: block;
  text-align: right;
}
.notes {
  color: black;
}

        .modify-tool-inputs {
            display: flex;
            justify-content: space-between; /* Add space between inputs */
        }

        .modify-tool-input-group {
            margin-bottom: 10px;
            flex: 1;
        }

        .modify-tool-left-inputs,
        .modify-tool-middle-inputs,
        .modify-tool-right-inputs {
            flex: 1;
        }

        .modify-tool-middle-inputs {
            text-align: center;
        }

        .modify-tool-input-group input[type="radio"] {
          display: inline-block;
          vertical-align: middle; /* Align radio buttons vertically */
        }

        .modify-tool-input-group label {
          display: inline-block;
          width: 120px; 
          text-align: right; /* Align text to the right */
          margin-right: 10px; /* Add space between label and input */
        }


        .modify-tool-button-container {
          text-align: center;
          margin-top: 18px;
        }
        .modify-tool-button {
        
          background-color: #1e3a8a;
          color: #fff;
          font-weight: bold;
          margin: 8px;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          transition: background-color 0.3s ease;
          font-size: 16px;
          width: auto; 
          text-align: center; 
          padding: 10px 20px;
      }
      .modify-tool-button:hover {
        background-color: #2563eb;
      }

      .modify-tool-input-group input[type="text"],
      .modify-tool-input-group select {
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box; 
        font-size: 16px;
        color: black;
      }

      .modify-tool-form textarea {
        resize: vertical; 
        padding: 8px;
        font-size: 16px; 
        color: black;
    }
    
    /* Style for form with id 'add_tool' */
.add-tool {
  padding: 10px; /* Add padding around the form */

}

/* Flex container for inputs and selects */
.add-tool .tool-input-container {
  display: flex; /* Enable Flexbox */
  gap: 10px; /* Set the gap between items */
  margin-bottom: 10px; /* Add margin below the inputs for spacing */
flex-wrap: wrap;
}



/* Style for inputs and select elements */
.add-tool input,
.add-tool text,
.add-tool select {
  width: 200px; /* Sets the width of the input box and dropdown */
  height: 30px; /* Sets the height of the input box and dropdown */
  padding: 4px; /* Adds padding for better spacing */
  box-sizing: border-box; /* Ensures padding and border are included in the element's total size */
}
    
      