html{color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:var(--main);text-shadow:none;color:#fff;}::selection{background:var(--main);text-shadow:none;color:#fff;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}

:root {

  --lightgrey: #efefef;
  --white: #fff;
  --main: #39BABD;
    --pale: #D7E69A;
--black: #212F3E;
--accent: #EE7577;
  --dark: #25292D;
    --lighter:#282E36;
    
    --panelbg: rgba(255,255,255,0.6);
}

body::-webkit-scrollbar {
    width: 0.5rem;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--accent);
    border-radius: 0.7rem;
}

body::-webkit-scrollbar-track {
    background-color: var(--black);
    border-radius: 0.7rem;
}

/* Browsers without `::-webkit-scrollbar-*` support */
@supports not selector(::-webkit-scrollbar) {
    html {
        scrollbar-width: thin;
        scrollbar-color: #6d7c77 #cfd7c7;
    }
}

.completed td{background: rgba(178,34,34,0.5);}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
a{-webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;
text-decoration: none;
color: #212222; font-weight: 700;}
a img{-webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;}
.smoothie{-webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;}
h1,h2,h3,h4,h5,h6{margin: 0 0 10px 0; color: #000;}
p{margin: 0 0 10px 0;}
strong{ color: #000;}
body{background: #f3f3f3; font-family: 'Lato', sans-serif;}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.container{background: #F1F5F9 url(../img/themoose.png) bottom right no-repeat; min-height: calc(100vh - 40px); padding: 0; width: 100%; padding-left: 220px; margin: 0 auto; font-size: 14px;}
.header{width: 220px; position: fixed; height: 100vh; background: #1C2434; display: flex; justify-content: space-between; flex-wrap: wrap; flex-direction: column; padding: 0; margin: 0;}
.logo{font-weight: 400; text-transform: lowercase; font-size: 20px;  color: #fff;
	webkit-animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center;
    padding: 20px;
}
.logoimage{margin-right: 10px;}
.logoimage img{width: 40px;}
.logotext{line-height: 14px;}

.whiteheader{width: 100%; padding: 20px 40px; background: #fff; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);}

.todaygrid{display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 40px; padding: 40px;}
.eachtodaygrid{background: #fff;box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12); padding: 20px; position: relative;}
.deletejobtask{position: absolute; top: 20px; right: 20px;}
.deletebutton{border: none; background: none; outline: none; cursor: pointer;}
.currday{background: #f6f6f6; box-shadow: 0px 1px 4px rgba(78,145,253, 0.7);}

.tableholder{width: 100%; padding: 20px 40px;}
.display{background: #fff;box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);}

.navcouch{flex-grow: 1; display: flex; flex-direction: column; justify-content: flex-end; flex-wrap: wrap;}
.nav{padding: 40px 0;}
.nav a{position: relative; display: flex; justify-content: flex-start; color: #8291A7; padding: 10px 20px; font-weight: 400; font-size: 16px; animation: all 0.4s ease;}
.navicon{margin-right: 10px; width: 20px;}
.nav a.current{color: #fff;}
.nav a:hover{color: #fff; transform: translateX(4px);}



.theform{width:100%; max-width: 600px; display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0; margin-bottom: 20px; /*-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.15);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.15);box-shadow:0 1px 2px 0 rgba(0,0,0,.15);*/}
.halfinput{width:  49%;}
.fullinput{width: 100%;}
.theform label{font-size: 12px;}
.textinput{width: 100%; border:1px solid #f9f9f9; padding: 10px; font-size: 0.8rem; background: rgba(0,0,0,0.05); background: #fff; outline: 1px solid #aaa; color: #0C0C0B; margin-bottom: 10px;}
.textinput:focus{outline: 2px solid #880404;}

.fullinput select{width: 100%; border:1px solid #f9f9f9; padding: 5px; font-size: 0.8rem; background: rgba(0,0,0,0.05); background: #fff; outline: 1px solid #aaa; color: #0C0C0B; margin-bottom: 10px;}
.fullinput select:focus{outline: 2px solid #880404;}
.submitbutton{width: 100%; border:1px solid #ec7f37; border-radius: 2px; color: #fff; padding: 10px; transition: 0.4s; cursor: pointer; margin-bottom: 0; text-transform: uppercase; letter-spacing: 0px; background: #ec7f37; font-size: 14px; font-weight: 600;}
.submitbutton:hover{background: #be4f0c; }





/* ==========================================================================
   MODAL
   ========================================================================== */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0vh;
  background-color: transparent;
  overflow: hidden;
  transition: background-color 0.25s ease;
  z-index: 2047;
}
.modal.open {
  position: fixed;
  width: 100%;
  height: 100vh;
  
  background-color: rgba(0, 0, 0, 0.5); 
  transition: background-color 0.25s;
}
.modal.open > .content-wrapper {
  transform: scale(1);
}
.modal .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  margin: 0;
  padding: 2.5rem;
  background: #FAFBFC;
  border-radius: 0.3125rem;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
  transform: scale(0);
  transition: transform 0.25s;
  transition-delay: 0.15s;
      max-height: 100vh; overflow: auto;
}
.modal .content-wrapper .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  transition: 0.25s linear;
    cursor: pointer;
}
.modal .content-wrapper .close:before, .modal .content-wrapper .close:after {
  position: absolute;
  content: '';
  width: 1.25rem;
  height: 0.125rem;
  background-color: black;
}
.modal .content-wrapper .close:before {
  transform: rotate(-45deg);
}
.modal .content-wrapper .close:after {
  transform: rotate(45deg);
}
.modal .content-wrapper .close:hover {
  /*transform: rotate(360deg);*/
}
.modal .content-wrapper .close:hover:before, .modal .content-wrapper .close:hover:after {
  background-color: tomato;
}
.modal .content-wrapper .modal-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0 0 1.25rem;
}
.modal .content-wrapper .modal-header h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.modal .content-wrapper .content {
  position: relative;
  display: flex;
width: 100%;
}
input{max-width: 100%;}
table{max-width: 100%;}
.modal .content-wrapper .content p {
  font-size: 0.875rem;
  line-height: 1.75;
}
.modal .content-wrapper .modal-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 1.875rem 0 0;
}
.modal .content-wrapper .modal-footer .action {
  position: relative;
  margin-left: 0.625rem;
  padding: 0.625rem 1.25rem;
  border: none;
  background-color: slategray;
  border-radius: 0.25rem;
  color: white;
  font-size: 0.87rem;
  font-weight: 300;
  overflow: hidden;
  z-index: 1;
}
.modal .content-wrapper .modal-footer .action:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: width 0.25s;
  z-index: 0;
}
.modal .content-wrapper .modal-footer .action:first-child {
  background-color: #2ecc71;
}
.modal .content-wrapper .modal-footer .action:last-child {
  background-color: #e74c3c;
}
.modal .content-wrapper .modal-footer .action:hover:before {
  width: 100%;
}

.statusmoose{width: 32px;}
/* ==========================================================================
   CALENDAR
   ========================================================================== */

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1000px) {
 
    .header{width: 100%; flex-direction: row; height: auto; top: 0; left: 0; z-index: 500; padding: 0;}
    .navcouch{flex-grow: 0; display: flex; flex-direction: row; justify-content: flex-end; flex-wrap: wrap; }
    .nav{padding: 0;}
    .nav a{position: relative; display: inline-block; color: #d6d6d6; padding: 5px 10px; font-weight: 400; font-size: 12px;}
    .navtext{}
    .logotext{display: none;}
    .logoimage img{width: 20px;}
    .logoimage{width: 20px;}
    .logo{padding: 0 10px; text-align: center; display: none;}
    .navicon{}
    .nav a{padding: 10px; text-align: center;}
    .whiteheader{padding: 20px;}
    .container{padding: 40px 0 0;}
    .todaygrid{padding: 20px; grid-gap: 20px; grid-template-columns: 1fr;}
    .tableholder{padding: 20px;}
}

@media only screen and (max-width: 800px) {
    .whiteheader{padding: 60px 20px 20px 20px;}
}

@media only screen and (max-width: 600px) {
    .whiteheader{padding: 80px 20px 20px 20px;}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
