body {
  background-color:#7dcc46;
  font-family: arial, Helvetica, sans-serif;
  padding:0px;
  margin:0px;
  color:#000000;
}

.hide-item {
  display:none;
}
.show-item {
  display:block;
}
.container {
  width:100%;
}

.bg-secondary {
  background-color:#ffffff;
}

/* link style */

a:hover {
  background-color:#d1cece;
}

a {
  text-decoration:none;
}

input#urgent-request, input#confirmisAdmin {
  width:5%;
  height:15px;
}

 textarea {
  width:90%;
  border-style:none;
  padding:6px;
  border-radius:2px;
  margin-bottom:15px;
}

.logo {
  position:fixed;
  top:10px;
  left:10px;
  width:75px;
  height:45;
  z-index:500;
}

/* styles link elements */

.signup-link, .signin-link {
  text-decoration:none;
  color:#7dcc46;
  height:30px;
  padding:2px 2px 2px 2px;
  font-size:15px;
}

#big-signup-link {
  height:100px;
  display:flex; 
  flex-direction:column; 
  justify-content:center; 
  align-items:center;
}

#small-signup-link {
  width:150px;
  font-size:15px;
  position:absolute;
  top:20px;
  right:-1%;
}
#small-signup-link > a {
  padding-right:6px;
  padding-left:6px;
  font-size:15px;
  font-weight: lighter;
  color:#ffffff;
}

/* button style */
button {
  height:30px;
  border-style: none
  margin:3px;
  border-radius:4px;
  margin-top:20px;
}
button.btn-wide {
  padding:6px 55px;
}

button.btn-md {
  padding:6px 20px;
}

button.green-button  {
  background-color:#7dcc46;
  border:1px solid #ffffff;
  color:#ffffff;
}

button.white-button  {
  background-color:#ffffff;
  border:1px solid #7dcc46;
  color:#7dcc46;
}

form button.btn-center {
  position:relative;
  width:40%;
  left:30%;
  padding:6px 55px;
}

#toggle-navigation-btn {
  height:35px;
  background-color:white;
  width:37px;
  z-index:90;
  position:relative;
  top:2px;
  left:80%;
  padding-right:2px;
}

button#toggle-navigation-btn > span {
  position:relative;
  top:-10px;
  left:-3px;
  padding:0px;
  line-height:2px;
  margin:0px;
  color:#7dcc46;
}

button#toggle-navigation-btn > span > hr {
  background-color:#7dcc46;
  color:#7dcc46;
  position:relative;
  top:10px;
  left:-3px;
  padding:0px;
  line-height:2px;
  margin:4px 0 4px 0;
}
button#toggle-navigation-btn hr {
  width:25px;
}
button#close-notice-modal {
  background-color:red;
  position:absolute;
  right:0%;
  top:-18px;
  padding:2px 15px 2px 15px;
  border-style:none;
}

input, select {
  height:30px;
  border-style:none;
  padding:6px;
  border-radius:2px;
  margin-bottom:15px;
}

form.form-block input, select {
  width:90%;
}

form.form-block [type=text] {
  width:90%;
}

input#message-title {
  width:90%;
}

#signin-form-container input {
  height:25px;
  border-style:none;
  padding:2px 6px;
  border-radius:2px;
  margin-bottom:15px;
}
/*  for inline signin for on homepage */
#inline-signin-button  {
  background-color:#7dcc46;
  color:#ffffff;
  height:29px;
  padding-top:5px;
  padding-right:10px;
  padding-left:10px;
  border-style:none;
  padding-bottom:5px;
} 

/* style for forms */
.required {
  color:red
}
request-button
.bg-outline {
  height:30px;
  border:1px solid #7dcc46;
  padding:6px;
  border-radius:2px;
}

/*
.bg-outline-lg {
  height:30px;
  border:1px solid #7dcc46;
  padding:6px 30px;
  border-radius:2px;
}
*/
.green-outline {
  border:1px solid #7dcc46;
}

.white-outline {
   border:1px solid #ffffff;
   color:#ffffff;
}
/*
.bg-outline-white {
  height:30px;
  border:1px solid #ffffff;
  color:#ffffff;
  background-color:#7dcc46;
  padding:2px 10px;
  border-radius:2px;
}
*/
.bg-outline-lg-white {
  height:30px;
  border:1px solid #ffffff;
  color:#ffffff;
  background-color:#7dcc46;
  padding:6px 30px;
  border-radius:2px;
}
textarea.bg-outline {
  border:1px solid #7dcc46;
  padding:6px;
  border-radius:2px;
}

.form-title {
  position:relative;
  left:20%;
}
.form-label {
  margin:3px;
}

#signin-form-container {
  position:relative;
  top:40px;
  display:none;
}
/*
#signin-form-container > form > #signin-button {
  position:relative;
  top:2px;
} */

/* style signup page and form  */
#signup-head {
  height:50vh;
  background-color:#7dcc46;
}
.form-container {
  width:75%;
  position:relative;
  top:-150px;
  background-color:#ffffff;
  border:2px solid #7dcc46;
  border-radius:5px;
  padding:30px 15px;
  margin:40px 10px;
}

.form-gradient {
  width:85%;
  position:relative;
  left:0%;
  top:-150px;
  background-color:#ffffff;
  border:2px solid #7dcc46;
  border-radius:5px;
  margin:40px 10px;
}


#index-head {
  background:url("./../images/background2.jpeg");
  background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	min-height:100vh;  
	position:relative; 
  top: -1px;
  line-height: 20px;
  display:flex; 
  flex-direction:column; 
  justify-content:center; 
  align-items:center;
  text-align: center;    
  position:relative; 
  color:#ffffff;
}
#header-title {
  font-size:40px;
  line-height: 35px;
}
#index-body {
  min-height:200px;
  margin:0px;
  padding-bottom:0px;
}
.feature-sections {
  min-height:70vh;
  padding:10px;
  position:relative;
  top:-2px;
}

.feature-sections {
  min-height:70vh;
  padding:10px;
  position:relative;
  top:-65px;
}

.feature-sections > h3 {
  text-align:center;
  position:relative;
  top:20px;
}

.feature-sections > .section-text > p {
  position:absolute;
  top:30px;
}
#make-requests {
  background-color:#e7e7d0;
}

#manage-requests {
  background-color:#99c20e;
  color:#ffffff;
}

#manage-request-list {
  list-style-type:none;
  list-style-image: url(./../images/checklist-white.png);
  list-style-position:outside;
 
}
#manage-request-list li {
padding-left:10px;
padding-top:12px;
}
.section-image {
  width:100px;
  height:100pxh;
  padding:40px 40px;
}

.section-image > img {
  width:48vh;
  height:45vh;
  background-size:cover;
  background-position:center;
}

#make-requests > .section-image {
  position:relative;
  left:-30px;
}

#manage-requests > .section-image {
  position:relative;
  left:-30px;
  }

#make-requests .section-text .section-description {
  position:relative;
  width:200px;
  left:15%;
  top:-10px;
  line-height:25px;
}

.page-header {
  height:90px;
  background-color:#7dcc46;
  position:fixed;
  top:0px;
  z-index:400;
}

/* users dashboard */
.profile-photo {
  width:45px;
  height:45px;
  border-radius:3px;
}
#top-nav-layer {
  width:100%;
  height:45px;
  position:relative;
  top:-3px;
}

#top-nav-layer  ul {
  align-items:right;
  width:200px;
  height:30px;
  list-style:none;
  position:absolute;
  right:1%;
  top:-22px;
  padding-top:-5px;
  padding-bottom:25px;
}

#top-nav-layer  ul  li{
  display:inline-block;
  height:30px;
  padding:1px 3px;
  position:relative;
  left:35px;
}

#top-nav-layer > ul > li > a {
  color:#ffffff;
}

#top-nav-layer > ul > li#signout-item {
  padding-top:40px;
  position:relative;
  top:-20px;
}

#top-nav-layer > ul > li#notification-item {
  position:relative;
  top:-10px;
  height:20px;
  padding-top:4px;
}

#top-nav-layer img#notification-icon {
  height:25px;
  width:25px;
}
div#notice-modal {
  width:85%;
  height:350px;
  position:fixed;
  top:100px;
  right:5%;
  overflow:scroll;
  border:1px solid #7dcc46;
  border-radius: 2px;
  background-color:white;
  padding:2px 10px 15px 10px;
  z-index:300;
}
#notice-head-title {
  margin:40px 0 20px 0;
}
#bottom-nav-layer {
  width:60%;
  height:45px;
  position:relative;
  bottom:20px;
  left:30%;
  
}
#bottom-nav-layer > div.nav-bar {
display:none;
}
#bottom-nav-layer > div > ul {
  list-style:none;
  position:relative;
  top:1px;
}

#bottom-nav-layer > div > ul > li{
  display:inline-block;
  padding:5px 0px;
  height:26px;
  padding-top:12px;
}

#bottom-nav-layer > div > ul > li > a{
  padding:13px 14px;
  margin:0px;
  text-align:center;
  border-radius:2px;
  border:1px solid #ffffff;
  color:#ffffff;
  font-size:16px;
}

#bottom-nav-layer > div > ul > li > a.active{
  background-color:#ffffff;
  color:#7dcc46;
}

#bottom-nav-layer > #vertical-nav-bar {
  width:130%;
  background-color:#7dcc46;
  position:relative;
  top:38px;
  left:-20%;
  display:none;
}

#bottom-nav-layer > #vertical-nav-bar > ul > li > a{
  padding:13px 14px;
  margin:0px;
  text-align:center;
  border-radius:2px;
  border:0;
  font-size:16px;
}

#bottom-nav-layer > #vertical-nav-bar > ul > li > a.active {
  color:#7dcc46;
  padding:5px;
}

#bottom-nav-layer > #vertical-nav-bar.show-item {
  display:block;
}

#bottom-nav-layer > #vertical-nav-bar.hide-item {
  display:none;
}
#bottom-nav-layer > #vertical-nav-bar > ul {
  width:100%;
  position:absolute;
  left:-10px;
  padding:10px;
  background-color:#7dcc46;
}
#bottom-nav-layer > #vertical-nav-bar > ul > li {
  width:80%;
  height:30px;
  padding:6px;
  border:0px;
  border-radius:0px;
}

#bottom-nav-layer > #vertical-nav-bar > ul > li a {
  width:80%;
  height:0px;
  padding:0px;
  border-bottom:2px solid #ffffff;
  border-radius:0px;
} 
.nav-toggle {
  border-width: 0px;;
}
#toggle-navigation-btn {
  display:block
}

/* content */
#content-area {
  padding-bottom:100px;
  padding-top:100px;
}

#request-form-container {
  position:relative;
  top:30px;
}

/* admin */
#search-form-container {
  position:relative;
  top:-90px;
  left:73%;
  width:280px;
  display:none;
}

#search-button {
  position:relative;
  padding-left:3px;
  padding-right:3px;
  top:0px;
  height:27px;
}

 /* request and details */
 #view-requests, #view-users-requests, #view-approved-requests, #view-resolved-requests {
  width:90%;
 /* background-color:#7dcc46; */
  position:relative;
  top:1px;
  left:10%;
  margin-top:90px;
  margin-bottom:90px;
  padding:40px 5px;
  display:grid; /* will be change to display grid on tab nav */
  grid-template-columns:90%;
  grid-gap:1em;
  justify-content:center;
}
#view-requests.hide-item, #view-users-requests.hide-item, #view-approved-requests.hide-item, #view-resolved-requests.hide-item {
  display:none; /* will be change to display grid on tab nav */
}
.requests {
  background-color:#ffffff;
  box-shadow: 4px 7px 0 0 rgba(0, 0, 0, 0.3);
  border:2px solid #ffffff;
   border-left:1px solid #7dcc46;
  border-radius:5px;
  display:inline-block;
}

.request-content, .form-content {
  padding:10px;;
}
.request-content button {
  font-size:13px;
  margin:3px;
}
.request-details > dt {
  font-weight:lighter;
  color:#7dcc46
}
.request-details > dd {
  width:100%;
  position:relative;
  left:-10%;
  margin-top:5px;
  margin-bottom:13px;
} 


dl {
  width:150px;
}

dt.category, dd.category {
    position:relative;
    left:70%;
    top:-55px;

}

 dd.category {
    left:50%;
  }

  dt.description, dd.description {
    position:relative;
    left:1%;
    top:-50px;
    font-size:15px;
  }

  dd.description {
    left:-10%;
  }

  dt.urgent, dd.urgent {
    position:relative;
    left:1%;
    top:-50px;
  }

  dd.urgent {
    left:-10%;
  }

  dt.status, dd.status {
    position:relative;
    left:70%;
    top:-104px;
  }

  dd.status {
    left:50%;
  } 
  
  /*
.requests {
  height:400px;
  overflow:scroll;
  scroll-behavior: vertical
} */

 

#contact-service-dept {
  position:relative;
  top:200px;
  margin:50px 10px;
}

#footer-div {
/*  border:2px solid red; */
  background-color:#7dcc46;
  position:relative;
  top:1px;
  padding:0px 11px;
  height:400px;
  width:98%;
}

div#site-info {
  position:relative;
  bottom:-90px;
  left:17%;
  width:130px;
  margin:0px;
}
#footer-div > #site-info > .more-info {
  margin:10px;
  padding:4px 2px;
}

#footer-div > #site-info > .more-info > a {
  font-weight:bold;
  color:#ffffff;
}

div#social-sharing {
  width:100px;
  position:relative;
  left:70%;
  top:-100px;
}
div.socials {
  background-color:#ffffff;
  width:30px;
  height:30px;
  padding:14px;
  margin:2px;
}

#footer-div img {
  width: 45px;
  height:45px;
  position:relative;
  right:35%;
  bottom:10px;
}

p#copyright > a {
  color:#ffffff;
  font:12px lighter;
}

p#copyright {
  position:relative;
 /* border:2px solid white; */
  width:80%;
  top:-40px; 
  left:5%;
  text-align:center;
  padding:2px;
  margin-bottom:5px;
}


/* Utility */
.small-header-gradient {
  background:#7dcc46;
  color:#ffffff;
  /* background-image:linear-gradient(to right, #7dcc46, #ffffff, #7dcc46); */
  width:100%;
  height:60px;
  margin-bottom:40px;
}

.small-header-gradient-reverse {
  background:#7dcc46;
  color:#ffffff;
 /* background-image:linear-gradient(to right, #ffffff, #7dcc46, #ffffff); */
  width:100%;
  height:60px;
  margin-bottom:40px;
}

.head-title {
  text-align:center;
  padding-top:20px;
  margin:0px;
}

.shadow {
  box-shadow: 4px 7px 0px 1px rgba(0, 0, 0, 0.3);
}
.text-shadow {
  text-shadow: 3px 3px 1px rgba(3, 3, 3, 0.5);
}
.shadow-bottom {
  box-shadow: 0 7px 4px 2px rgba(0, 0, 0, 0.2);
}
.shadow-right {
  box-shadow: 4px 0 0 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width:420px) {

/*
#top-nav-layer  ul {
  left:100%;
  top:-10px;
} */
/*  #top-nav-layer > ul {
    right:-80%;
  } */

  dt.status, dd.status, dt.category, dd.category {
    padding-left:50px;
  }
  .form-gradient {
    width:60%;
    position:relative;
    left:20%;
    top:-150px;
  }

  #view-requests, #view-users-requests, #view-approved-requests, #view-resolved-requests {
    width:70%;
    grid-template-columns:90%;
  }
text
  #contact-service-dept {
    width:90%;
    left:5%;
  }
/*
  #request-button, #reset-request {
    font-size:18px;
    padding:6px 8px;
  }

*/
  div#social-sharing {
    left:80%;;
  }
  div#site-info {
    left:25%;
  }

  div#copyright {
    width:75%;
    left:20%;
  }

#toggle-navigation-btn {
  left:98%;
}
  
}

@media only screen and (min-width:520px) {
/*
  #top-nav-layer  ul {
    right:-95%;
    width:200px;
    margin:4px 2px;
  }

*/
  dt.status, dd.status, dt.category, dd.category {
    padding-left:70px;
  }
  div#notice-modal {
    width:60%;
    top:100px;
  }

  #toggle-navigation-btn {
  left:99%;
}
}
@media only screen and (min-width:720px) {
  /*
  #top-nav-layer > ul {
    left:115%;
  } */

    dt.status, dd.status, dt.category, dd.category {
    padding-left:30px;
  }

  div#notice-modal {
    width:50%;
    top:100px;
  }
  #signin-form-container {
    display:block;
  }
  /*
  .signup-link, .signin-link {
    padding:7px 3px 5px 3px;
    font-size:15px;
  } */
  #big-signup-link > a{
    position:relative;
    top:-30px;
    display:flex; 
    padding:6px 30px;
    border-radius:2px;
    background-color:#ffffff;
    flex-direction:column; 
    justify-content:center; 
    align-items:center;
  }


  .form-container {
    width:40%;
    position:relative;
    left:30%;
    top:-150px;
  }
  
  .form-gradient {
    width:45%;
    position:relative;
    left:30%;
    top:-150px;
  }


  #index-signin-link {
    display:none;
  }

  #index-signup-link {
    color:#ffffff;
  }

  #make-requests > .section-image {
    position:absolute;
    left:100px;
  }
  
  #make-requests > .section-text > .section-description {
    left:40%;
    top:80px;
    width:40%;
  }


  #manage-requests > .section-image {
    position:absolute;
    left:55%;
    }

    #manage-requests > .section-text {
      position:absolute;
      left:150px;
      top:160px;
    }

  #bottom-nav-layer > div.nav-bar {
    display:inline-block;
    position:relative;
    left:-30%;
  }
  #bottom-nav-layer > div > ul {
    width:130%;
  }
  #bottom-nav-layer > div > ul > li{
    padding-left:3px;
    padding-right:3px;
    font-size:13px;
  }
  #search-form-container {
    position:relative;
    top:-35px;
    left:73%;
    display:block;
  }

  #search-button {
  top:0px;
  height:32px;
}



  #view-requests, #view-users-requests, #view-approved-requests, #view-resolved-requests {
    width:80%;
    grid-template-columns:45% 45%;
  }

  [type=search] {
    width:110px;
  }
  #bottom-nav-layer > #vertical-nav-bar {
    display:none;
  }
  #toggle-navigation-btn {
    display:none;
  }
  div#social-sharing {
    left:85%;;
  }
  div#site-info {
    left:35%;
  }

  div#copyright {
    width:60%;
    left:30%;
  }
}

@media only screen and (min-width:820px) {
  /*
  #top-nav-layer > ul {
    left:120%;
  } */
  dt.status, dd.status, dt.category, dd.category {
    padding-left:60px;
  }
  div#notice-modal {
    width:40%;
    top:100px;
  }
  #search-form-container {
    position:relative;
    top:-78px;
    left:52%;
    display:block;
  }

  .form-container {
    width:30%;
    left:30%;
  }
  
  .form-gradient {
    width:30%;
    left:30%;
  }

 
  div#social-sharing {
    left:90%;;
  }
  div#site-info {
    left:40%;
  }

  div#copyright {
    left:35%;
  }
}
@media only screen and (min-width:920px) { 
  /*
  #top-nav-layer > ul {
    left:125%;
  } */

  [type=search] {
    width:150px;
  }

    div#social-sharing {
    left:90%;;
  }
  div#site-info {
    left:40%;
  }

  div#copyright {
    left:35%;
  }
}

@media only screen and (min-width:1024px) {
  /*
  #top-nav-layer > ul {
    left:130%;
  }
  */
  #search-form-container {
    position:relative;
    top:-78px;
    left:89%;
    display:block;
  }

  #view-requests, #view-users-requests, #view-approved-requests, #view-resolved-requests {
    width:80%;
    grid-template-columns:35% 35% 35%;
  }
}