.form_list{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  width:95%;
  border-radius: 10px;
  background-color: rgb(77, 77, 77);
  border: 2px solid #ffffff;
  padding: 2.5%;
  color:white;
  }
  .form_main_title{
    font-size: 1.5em;
    color: #3683ff;
    margin-bottom: 1em;
    text-overflow: clip;
  }

.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;
  color:black;
}

.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: black;
    border: 2px solid #3683ff;
    padding: 3%;
    margin-left: 2%;
    margin-top: 2%;
    height: 25%;
    width: 45%;
    float: left;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 1.4em;
    position: relative;
  }

  .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: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size:contain; /* Resize the background image to cover the entire container */
  }
  .page_images_home:active {
    border-color: #3683ff;
    border-style: dashed;
    
  }
  .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.3em;
    background-color: #444;
    margin-top: 0em;
  }

  td{
    height:30px;
  }


  .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{
    color: black;
    text-align: left;
    height:2em;
    width: 100%;
    position: relative;
    margin-bottom: 0.5em;

  }

  .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;
  }

  
.pagination{
  margin-left: 40%;
  margin-right: 40%;
}


 /* The side navigation menu */
 .sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 

.hamburger-mobile{
  margin-right: 1em;
  margin-top: 0.4em;
  margin-left: -0.4em;
  background-repeat: no-repeat;
  background-image: url("../images/hamburger.png");
  width:12%;
  height:12%;
  max-height: 56px;
  max-width: 56px;
  background-size: contain;

    position: relative;
    float: left;

}


.mobile_header{
  clear:right;
  font-size: 1.8em;
  color: #3683ff;
  margin-bottom: 0.4em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

.mobile_logo{
  height: 72px;
  display: block;
  max-width: 80%;
  background-image: url("..//images/bar_logo.png");
  background-repeat: no-repeat;background-size: contain;
background-position: center;
position: relative;
left:20%;
}

.mobile_job
{
  background-color: #222;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: #EEE;
  font-size: 1.1em;
  margin-top: 0.3em;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  position: relative;
}

.mobile_accept_checkbox{
line-height: 0.5em;
padding-top: 1em;;
padding-bottom: 1em;;
}

.mobile_form_input{
 background-color: rgb(145, 145, 145);
  margin-right: 1em;
  margin-top: 0.3em;
  display: block;
  color: black;
}
.mobile_form_header{
  margin-left:1.1em;
}
.mobile_form_subtext{
  font-size: 0.9em;
  font-style: italic;
}

 /* Style the button that is used to open and close the collapsible content */
 .collapsible {
  background-color: #333;
  background-color: #333;
  color: lightgray;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  margin: 0px;
  border: none;
  text-align: left;
  outline: none;
}

 /* Style the button that is used to open and close the collapsible content */
 .form_list .collapsible {
  width: 100%;
  margin: 0px;
  margin-top: 0.5em;
 
}


/* 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: 0px 18px;
  display: none;
  overflow: hidden;
  background-color: #222;
} 

.job_update_title {
  float: left;
  clear: left;
  width: 150px;
  font-weight: bold;
}
.bulletin_list_text {
  float: left;
  clear: left;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

  
  .badge {
    position: absolute;
    top:30%;
    right: -30%;
    font-size: 1.2em;
    padding: 12% 18%;
    border-radius: 50%;
    background: darkred;
    color: white;
  }
  .badge_home {
    position: absolute;
    bottom:-2%;
    right: -2%;
    padding: 4% 8%;
    border-radius: 50%;
    background: darkred;
    color: white;
  }

  .button {
    display: inline-block;
    padding: 8px;
    font-size: 16px;
    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);
  }

  .empty_jobs_bg{
    background-image: url('..//images/empty.png');
    width:50%;
    height: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    background-repeat: no-repeat;background-size: contain;
  background-position: center;
  }

  .editor_save{
    width:70%;
    height: 3em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
    
  }

  .mobile_admin_contact{
    width:100%;
    text-align: center;
    color:orange;
    background-color: #333;
    margin-bottom: 1em;
    
  }

  .clock_main {
    text-align: center;
    width: 100%;
  }

  .clock_main table
  {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .clock_main input
  {
    color:black;
  }

  .clock_main td {
    padding:0.5em;
  }
  
  .buttongreen {
    display: inline-block;
    padding: 8px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: green;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px #999;
    margin-bottom: 5px;
  }
  
  .buttongreen:hover {background-color: darkgreen}
  
  .buttongreen:active {
    background-color: lightseagreen;
    box-shadow: 0 2px #666;
    transform: translateY(2px);
  }
  
  .buttonred {
    display: inline-block;
    padding:  8px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: red;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px #999;
    margin-bottom: 5px;
  }
  
  .buttonred:hover {background-color: maroon;}
  
  .buttonred:active {
    background-color: lightsalmon;;
    box-shadow: 0 2px #666;
    transform: translateY(2px);
  }

  .static_top_stock_links {
    background-color: black;
    top: 0em;
    width: 100%;
    text-align: center;
    font-size: 1.8em;
    line-height: 2em;
  }
  .static_top_stock_links a{
    margin-left: 2em;
  }
  
  .stock_main {
    text-align: center;
    width: 100%;
  }
  
  .stock_main table
  {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width:80%;
    border-color: #1e8ad6;
  }
  
  .stock_main input
  {
    color:black;
  }
  
  .stock_main td {
    padding:0.5em;
  }
  .stock_main hr {
    display:none;
  }
  .stock_main h2 {
    color:#1e8ad6;
    font-size: 1.8em;
    margin-bottom: 1em;
  }