
.form_list{
margin-left: 3em;
display: block;
float: left;
margin-bottom: 3em;
width:700px;
border-radius: 10px;
background-color: rgb(77, 77, 77);
border: 2px solid #ffffff;
padding: 2.5%;
color:black;
}
.form_main_title{
  font-size: 2.5em;
  color: #3683ff;
  margin-bottom: 1em;
  text-overflow: clip;
  height: 1em;
}

.form_list_row_subtitle {
    font-style: italic;
    float: right;
    margin-top: 1.1em;
    font-size: 0.8em;
    width:200px;
    
}

.form_list_row_title {
  float: left;
  clear: left;
  width: 150px;
  margin-top: 1em;
  font-weight: bold;
}

.form_list_row_input {
  float: left;
  margin-top: 1em;
}

.auto_headers{
  color: #3683ff;
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 2em;
  margin-bottom: 1em;
  
  display: block;
}

.auto_subjects{
  font-weight: bold;
  margin-left: 6em;
  margin-bottom: 1em;
  line-height: 1.4em;
}
.rcorners2 {
    border-radius: 25px;
    background-color: darkgrey;
    border: 2px solid #3683ff;
    padding: 3%;
    margin-left: 2%;
    margin-top: 2%;
    min-height:260px;
    min-width:220px;
    height: 30%;
    width: 20%;
    float: left;
    text-align: center;
    font-size: 1.6em;
  }

  .page_images_home {
    width: 75% ; /* You must set a specified height */
    height: 75% ; /* You must set a specified height */

    margin-left: auto;
   margin-right: auto;
   
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size:contain; /* Resize the background image to cover the entire container */
  }

  .dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5em;
  }

  .jobs_list_table{
    width:98%;
    text-align:left;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1em;
    font-size: 0.8em;
    background-color: #444;
    margin-top: 0em;
  }

  td{
    height:30px;
  }

  button{
    font-weight: bold;
    color: black;
    border-radius: 3px;
    background-color: ivory;
  }

  .job_list_filters{
    background-color: gray;
    color: black;
    text-align: left;
    padding-left: 1em;
    padding-top:0.2em;
    padding-bottom:0.2em;
  }

  .job_list_action_buttons{
    background-color: #444;
    color: black;
    text-align: left;
    padding-left: 1em;
    padding-top:0.2em;
    padding-bottom:0.2em;
    margin-bottom: 1em;
    
  }
  .job_list_action_buttons .form_list_row_title {
  float: none;
  clear: left;
  width: 0px;
  margin-top: unset;
  font-weight: unset;
  display: none; 
}
  .job_list_action_buttons .form_filter_input {
margin-left: 0px;;
}
  .job_list_action_buttons br{
width:0px;
}

  .question_set_question{
    clear: both;
    margin-top: 3em;
    height: max-content;
  }

  .archive_icon{
    width:1.5em;
    height:1.5em;
    background-image: url("../images/archive.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float:left;
  }
  .archive_icon_invisible{
    width:1.5em;
    height:1.5em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float:left;
  }

  .calendar_icon{
    width:1.5em;
    height:1.5em;
    background-image: url("../images/calendar.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float:left;
  }
  .calendar_icon_invisible{
    width:1.5em;
    height:1.5em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float:left;
  }

  
.pagination{
  margin-left: 40%;
  margin-right: 40%;
}

 /* Style the button that is used to open and close the collapsible content */
 .collapsible {
  background-color: #333;
  color: lightgray;
  cursor: pointer;
  padding: 18px;
  width: 90%;
  border: none;
  text-align: left;
  outline: none;
  margin-left: 3em;
  width: 700px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #555;
}

/* Style the collapsible content. Note: hidden by default */
.collapsible_content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #222;
} 

.form_error input {
  border: 3px solid #D83D5A;
  background-color: #D83D5A;
}

.form_success input {
  border: 3px solid green;
  background-color: green;
}

.warning {
  color: red;
  display: none;
clear: both;
text-align: center;
font-size: 1em;
font-weight: bold;
width: 100%;
}
.error {
  color: red;
clear: both;
text-align: center;
font-size: 1.2em;
font-weight: bold;
width: 100%;
}

.button {
  display: inline-block;
  padding: 0px 8px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #3683ff;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
  margin-bottom: 5px;
}

.button:hover {background-color: #013383;}

.button:active {
  background-color: #013383;;
  box-shadow: 0 2px #666;
  transform: translateY(2px);
}

.edit_bulletin_title{
  font-size: 1.8em;
  width: 100%;
  padding-left:2em;
}
.editor_box{
  width:70%;
  height: 60%;
  padding-bottom: 10% ;
  margin-left: auto;
  margin-right: auto;
  background-color:#BBB;
  color: black;
}
.editor_save{
  width:70%;
  height: 3em;
  margin-left: auto;
  margin-right: auto;
  background-color:#BBB;
  color: black;
  padding-left: 10%;
  padding-right: 10%;
}

.bulletin_ack_display{
  margin-top: 5em;
  padding-bottom: 2em ;
  margin-left: auto;
  margin-right: auto;
  background-color:#BBB;
  color: black;
  line-height: 2em;
  text-align: center;
}

.bulletin_main_table{
width: 70%;
margin-left: auto;
margin-right: auto;
text-align: center;
line-height: 3em;
background-color: rgb(77, 77, 77);
}