/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap'); */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,
/* tr,th,td, */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1; }
h1{font-size: 25px;}h2{font-size: 21px;}h3{font-size: 18px;}
h4{font-size: 25px; text-align:center; color:blue;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none; text-align: center; }
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}

/*
table{
    width:640px ;
    
    height: 15px;
    margin-left:auto;
    margin-right:auto;
    font-size: 14px;
}
*/
/* this is a central table definition */
table {
    width: 100%;
    color: #000;
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-spacing: 01; 
    margin-left:auto;
    margin-right:auto;
    font-size: 16px;
    font-weight: 300;
}

/*td, th {border: 1px solid #CCC; height: 25px; text-align: left}
*/
/* this is central th definition */
th {
    background: #000000;
    border: 1px solid #292929;

    padding: 15px 10px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}

/* this is central td definition */
td {
    background: #fff;
    text-align: left;
    border: 1px solid #ddd;

    padding: 12px 10px;
}
/* this is central tr definition */
tr {
    border:1px solid blue; 
}

p {
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

body,html {

    background-color: #FFF;
}



header {
    
    /* for the header strip around the tabs 
    background: yellow;*/
    background: #AEC6CF;
    padding: 10px 20px;
    max-width: 940px;
    margin: auto;
    text-align: center;
}
nav {
    /* for the strip of buttons in the header strip around the tabs 
    background: yellow; */
    display: inline-block;
}

nav ul li a {
     /* for the individual buttons in the header strip around the tabs 
    background: yellow; */
    background: #EEE;
    padding: 2px 10px;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    color: #444;
    border-radius: 10px;
}
nav ul li a:hover {
    background: #FFF;
}
nav ul li a:selection {
    /* for the individual buttons in the header strip around the tabs
    doesn't seem to work as expected
    background: yellow; */
    background: rgb(72, 49, 116);
}
nav ul li {
     /* for the individual buttons in the header strip around the tabs
    doesn't seem to work as expected
    background: yellow; */ 
    display: inline-block;
    margin: 10px;
}
nav ul {
    list-style: none;
}

#loginarea {
    /* for around the login area 
    enclosing the login and update forms and message text 
    background: yellow; */
 /*   width:940px ;
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 20px;
    color: #666666;
        */
    background: #ffffff;

}

#pageContent {
    /* for a narrow strip at the top of the page area
    maybe to set the width 
    background: yellow; */
    max-width: 1000px;
    margin: auto;
    border: none;
    font-size: 15px;
    color: #666666;
    background: #ffffff;
}


#info-message {
    /* for the info message under the login table
    background: yellow; */
    max-width: 640px;
    margin: auto;
    border: none;
    font-size: 16px;
    /*text-decoration-color: green; */
    color: blue;
    background: #ffffff;
}

#total-count {
    /* for the info message under the login table
    background: yellow; */
    max-width: 640px;
    margin: auto;
    border: none;
    font-size: 25px;
    /*text-decoration-color: green; */
    color: blue;
    background: #ffffff;
}
section table th td {
    /* for the info message under the login table 
    [dont know where this is ] */
    background: yellow; 
    width:100% ;
    border: 10px solid blue;
}

/*#strip {
background-image: url("./images/stevesaylorpic.png");
background-position: center;
background-repeat: repeat;
font-size: 20px;
text-decoration: none;
font-weight: bold;
color:blue;
}
*/
main {
    float: left;
    width: 54%;
}
aside {
    float: right;
    width: 36%;
    padding: 5px 5px;
}
article {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
article h2 {
    font-weight: normal;
    margin-bottom: 12px;
}
article p {
    font-weight: normal;
}
main section {
/*  
    [dont know where this is ] */
    background: yellow; 
    font-weight: normal;
}
footer {
    background: #AEC6CF;
    max-width: 1000px;
    margin: auto;
    clear: both;
    text-align: right;
}
footer p {
    padding: 20px;
}
address {
    padding: 10px 20px 30px 10px;
}
aside > div {
    margin: 10px auto;
    background: #AEC6CF;
    min-height: 100px;
    font-size: 15px;
    padding: 5px 10px;
}
#logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 75px;
    color: #FFF;
}
#logo img {
    width: 150px;
    vertical-align: middle;
    margin-right: 10px;
}
body > section {
    /* ah, this encloses the login area 
    [dont know where this is ] */
    /*background: yellow; 
    max-width: 1000px;
    margin: auto;
    padding: 20px 0px;
    border-bottom: 1px solid #999;
    color: #333; 
    */
    max-width: 640px;
    width:90% ;
    /* font-size: 20px; */
    color: #666666;
    margin: auto;
    font-size: 14px;
    padding: 60px 0px;
    border-bottom: 1px solid #999;
    background: #ffffff;
}
/*body > section > table {
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 12px;
    color: #666666;
    background: #ffffff;
}
*/
@media screen and (max-width: 1000px) {
    body > section {
        padding: 3px 2px;
    }
}
@media screen and (max-width: 600px) {
    main {
        float: none;
        width: 100%;
        /*color: yellow; */
        /*background: yellow */
    }
    aside {
        float: none;
        width: 100%;
/*        background: yellow */
    }
/*    table{
        color: #333;
        font-family: Helventica, Arial, sans-serif;
        width:640px ;
        border-collapse: collapse;
        border-spacing:0; 
        height: 45px;
        margin-left:auto;
        margin-right:auto;
        font-size: 14px;
    }
*/
}



a,button{text-decoration:none!important;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
body{
    font-family: 'Roboto', sans-serif;

}

h1, h2, h3, h4, h5{
    font-family: 'Playfair Display', serif;
}
header {
    background: #000;
    max-width: 100%;
    padding: 0;
    border-bottom: 1px solid #1f1f1f;
}

logobanner {
    
    /* for the header strip around the tabs 
    background: yellow;*/
    font-family: 'Roboto', sans-serif;
    width: 215px;
    margin: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-decoration: none;
    font-weight: normal;
    padding: 5px 10px;
    
 /*   background: #AEC6CF;
    background: blue; 
    padding: 5px 20px;
    max-width: 640px;
    margin: auto;
    text-align: justify;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    border-radius: 10px; */
}

nav ul li{
    margin: 0;
}
nav ul li a {
    background: transparent;
    padding: 20px 21px;
    font-size: 14px;
    color: #fff !important;
    border-radius: 0;
    display: block;
    text-transform: uppercase;
    font-weight: 500
}
nav ul li a:hover{
    background: #dd003b;
    color: #fff;
}

nav ul li.active a{
    background: #dd003b;
    color: #ff0;
}

h2 {
    font-size: 30px;
    font-weight: bold !important;
    color: #000;
    line-height: 36px;
    letter-spacing: -1px;
}

aside{
    background: #fff;
}
aside > div {
    margin: 0 0 30px 0;
    background: transparent;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    text-align: left;
    font-weight: 300;
    color: #000;
}
aside > div h3{
    color: #fff;
    font-size: 18px;
    background: #000;
    padding: 13px 20px;
    font-family: 'Roboto', sans-serif;
}
.side-text{ padding: 20px; border: 1px solid #ddd; border-top: 0;}
.side-text p{
    text-align: left;
    margin-bottom: 15px;
}
.side-text ul{
    padding-left: 15px;
}
.side-text ul li{
    list-style-type: disc;
    color: #c30739;
    margin-bottom: 10px;
}
.side-text ul li:last-child{
    margin-bottom: 0;
}
.side-text ul li a{
    color: #c30739;
}
.side-text ul li a:hover{
    text-decoration: underline !important;
}

#loginarea {
    width: 100%;
    max-width: 100%;
    border: 0;
    padding: 60px 0;
    background-image: url("https://images.pexels.com/photos/2014775/pexels-photo-2014775.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260");
    background-color: #ffecec;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom center;
}

#loginarea::before {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#loginarea form{
    position: relative;
}

#loginarea p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
#loginarea a {
    color: #fff;
}
#loginarea input[type=text]{
    height: 47px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 215px;
    padding: 0 15px;
    margin: 0 5px;
}
#loginarea input[type=submit] {
    height: 47px;
    border: 0;
    border-radius: 4px;
    min-width: 120px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
    margin: 0 5px;
    background: #dd003b;
    color: #fff;
}
#loginarea input[type=submit]:hover{
    background: #c30739;
    color: #fff;
    cursor: pointer;
}

#loginarea select{
    height: 47px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 215px;
    padding: 0 15px;
    margin: 0 5px;
    box-sizing: content-box;
}


#total-count,
#info-message{
    background: transparent;
}
div#total-count p strong {
    font-size: 46px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

footer {
    background: #000;
    max-width: 100%;
    text-align: center;
    padding: 20px 0;
}
address{
    padding: 0;
    color: #fff;
    font-size: 12px;
}

#pageContent::after{
    content: '';
    display: table;
    width: 100%;
}

a {
    color: #dd003b;
}


.bannerText{
    text-align: center;
    max-width: 1020px;
    margin: auto;
}
.bannerText h2 {
    color: #fff;
    font-size: 24px;
    max-width: 660px;
    margin: auto;
    line-height: 26px;
    margin-bottom: 24px;
    padding: 0 15px;
    box-sizing: border-box;
}
.bannerText p{
    margin-bottom: 15px;
}

.bannerForm{
    text-align: center;
    color: #fff;
}

.bannerForm a{
    display: inline-block;
    margin-top: 15px;
}

div#info-message p {
    color: #dd003b;
    font-size: 24px;
}


.psw {
    width: 80px !important;
}

.updateTable {
    width: 100%; /* Ensures it takes up the full width of the container */
    max-width: 600px; /* Prevents it from getting too large on wider screens */
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left:auto;
    margin-right:auto;
}

.updateTableConcerns {
    width: 100%; /* Ensures it takes up the full width of the container */
    max-width: 600px; /* Prevents it from getting too large on wider screens */
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: top;
}

.updateTable tr {
    border: 0;
}

.updateTable td {
    border: 0;
    padding: 10px 15px;
}

.u-name {
    font-size: 18px;
    display: block;
    margin: 20px 0;
}


@media only screen and (max-width:1000px){
    #loginarea input[type=text]{
        display: block;
    width: 100% !important;
    margin: 5px 0;
    box-sizing: border-box;
    }
    nav ul li a{
        padding: 20px 13px;
    }
    .bannerForm {
        max-width: 600px;
        margin: auto;
        padding: 0 20px;
    }
    #loginarea input[type=submit]{
        margin-top: 15px;
    }
    body > section{
        padding: 40px 0;
    }
    p{
        font-size: 16px !important;
        line-height: 22px !important;
    }
    article{
        font-size: 16px !important;
        line-height: 22px !important;
    }
}


@media only screen and (max-width:767px){
    main,
    aside{
        width: 100%;
    }

    .toggleMenu{
        display: block !important;
    }
}

@media only screen and (max-width:567px){
    div#total-count p strong{
        font-size: 34px;
    }
    body > section{
        padding: 20px 0;
    }
    .side-text ul li a{
        font-size: 16px;
    }
}

@media only screen and (max-width:479px){
    div#total-count p strong{
        font-size: 30px;
    }
    h2{
        font-size: 26px;
        line-height: 28px;
    }
    #loginarea input[type=submit]{
        width: 100%;
    margin: 0;
    margin-top: 15px;
    }
    nav ul li a {
        padding: 10px 7px;
        font-size: 12px;
    }

    .table-future tr{
        border: 0;
    }
    .table-future td{
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .table-future td img{
        width: 100% !important;
    }

    table{
        font-size: 12px;
    }

    #loginarea{
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .bannerForm{
        padding: 0;
    }
}
.timechunk-view {
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f9f9f9;
    max-width: 600px;
}

.timechunk-view h2 {
    margin-bottom: 1em;
}

.timechunk-view .field {
    display: flex;
    margin-bottom: 0.75em;
}

.timechunk-view .field label {
    flex: 0 0 120px;
    font-weight: bold;
}

.timechunk-view .field .value {
    flex: 1;
    padding-left: 0.5em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.4em;
}

.button-row {
    margin-top: 1em;
    text-align: right;
}
.field {
    display: flex;
    margin-bottom: 0.75em;
}
.field label {
    flex: 0 0 140px;
    font-weight: bold;
}
.field .value {
    flex: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0.4em;
    border-radius: 4px;
}
