/*
	Theme Name: Shine Trimmings Fabrics - Staff
	Theme URI: https://staff.shinetrimmingsfabrics.com.au
	Author: Douglas Marsh
	Author URI: https://6sense.com.au
	Description: Custom Theme for Shine Trimmings Fabrics
	Version: 1.0.0
*/

/* FONT CONTENT */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    margin: 0px;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
h1 {
  font-size: 2em;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  color: #000000;
}
h2 {
  font-size: 1.5em;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  color: #000000;;
}
h3 {
  font-size: 1.2em;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
}
.center-content {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.red-text {
  font-size: 0.9em;
  color: #ec3030;
  padding-top: 15px;
}
.green-text {
  font-size: 0.9em;
  color: #11cb36;
  padding-top: 15px;
}
strong.date {
  font-size: 1.5em;
}
strong.smalldate {
  font-size: 1.3em;
  color: white;
}
.open {
  display: none;
}
.closed {
  display: block;
}
.holiday {
  display: none;
}
.small-time {
  font-size: 0.8em;
} 
  /* GENERAL CONTENT */

  .roll-over:hover {
    background: #c61b2f;
  }
  .roll:hover {
    color: #c61b2f;
  }
  .img-responsive {
    max-width: 100%;
    height: auto;
  }
  button.roll.iconbtn {
    padding-top: 15px;
}
.light-blue {
  background-color: lightblue;
}
.light-green {
  background-color: lightgreen;
}
.trans-back {
  background-color: transparent!important;
}
  
  /* INPUT CONTENT */
  
  input[type=text], input[type=password] {
    padding: 5px;
    margin: 1px;
    border-width: 0px;
  }

  .center-select {
    text-align: center;
    /*These options are for the div to be visible in the example, the important is the first*/
    padding-bottom: 10px;
    width: 250px;
    margin: auto;
    height: 50px;
}
.custom-select {
    display: block;
    margin: auto;
    height: 50px;
    width: 250px;
}
.custom-date {
  width: 250px;
  padding: 12px 0px 12px 0px;
}
  button {
    padding: 15px;
    margin-top: 10px;
    background: #ed576a;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    border: none;
    cursor: pointer;
    color: #ffffff;
    border-radius: 5px;
}
.iconbtn {
  padding: 0px;
  margin-top: 0px;
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
  border: none;
  cursor: pointer;
  color: #000000;
  border-radius: 0px;
}
.iconbtnsml {
  padding: 0px;
  margin-top: 0px;
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em!important;
  border: none;
  cursor: pointer;
  color: #000000;
  border-radius: 0px;
}
.resetbutton {
  padding: 7px;
  margin-top: 10px;
  background: grey;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8em;
  border: none;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px;
}
.datebutton {
  background-color: transparent;
  height: 30px;
  padding:5px;
  margin-top: 0px;
}
  .modal {
    /* display: none;  Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 30px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius: 10px;
  }
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* TOP MENU CONTENT */
  
  .topnav {
      overflow: hidden;
      background-color: #000000;
    }
  .topnav a {
      float: left;
      display: block;
      color: #ffffff;
      text-align: center;
      padding: 20px 14px 5px 14px;
      text-decoration: none;
      font-family: 'Roboto', sans-serif;
      font-size: 1em;
      border-bottom: 12px solid #000000;
  }
  .topnav a:hover {
    border-bottom: 12px solid #c61b2f;
  }
  .topnav a.active {
     border-bottom: 12px solid #c61b2f;
     color: #ffffff;
  }
  .topnav .icon {
      display: none;
  }
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: left;
    display: block;
  }
  a.menulinks {
    padding-left: 50px;
  } 
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  
  /* GRID CONTENT */
     
  .grid {
    display: grid;
    grid-template-columns: 16% 16% 16% 16% 16% 16% 4%;
    background-color: #ffffff;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .smallgrid {
    display: grid;
    grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    background-color: #ffffff;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .Six-1 {
    grid-column: 1 /span 1;
    padding: 5px;
    background-color: lightblue;
  }
  .Six-2 {
    grid-column: 2 /span 1;
    padding: 5px;
    background-color: lightblue;
  }
  .Six-3 {
    grid-column: 3 /span 1;
    padding: 5px;
    background-color: lightblue;
  }
  .Six-4 {
    grid-column: 4 /span 1;
    padding: 5px;
    background-color: lightblue;
  }
  .Six-5 {
    grid-column: 5 /span 1;
    padding: 5px;
    background-color: lightblue;
  }
  .Six-6 {
    grid-column: 6 /span 1;
    padding: 5px;
    background-color: lightgreen;
  }
  .Six-7 {
    grid-column: 7 /span 1;
    padding: 5px;
  }
  .Six-3-4 {
    grid-area: 1 / 3 / 1 / 5;
  }
  .Six-12 {
    grid-column: 1 /span 2;
    padding: 5px;
    background-color: white;
  }
  .Six-34 {
    grid-column: 3 /span 2;
    padding: 5px;
    background-color: white;
  }
  .Six-56 {
    grid-column: 5 /span 2;
    padding: 5px;
    background-color: white;
  }
  .fullWidth {
    grid-column: 1 /span 7;
    padding: 5px;
  }
  .utility {
    grid-column: 7 /span 1;
    padding: 5px;
  }
  .time {
    width: 30%;
    min-width: 40px;
  }
  .employee {
    width: 70%;
    min-width: 60px;
  }
  .signin {
    width: 50%;
    min-width: 60px;
  }


  




  /* RESPONSIVE BREAK POINTS */ 
  
  @media screen and (max-width: 400px) {

    }