/* START of styles for the index.html page */
* {
  box-sizing: border-box;
}

/* Add a gray background color with some padding */
body {
  padding: 20px;
  /* background-image: -webkit-linear-gradient(150deg, #34ADFF 35%, #4CBFFF 35%); */
  background-image: url('../static/v28_17.png');
  background-size: cover;
  font-family: Verdana;
}

/* Header/Blog Title */
.index-header {
  padding: 10px;
  font-size: 30px;
  text-align: center;
  /* background: white; */
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 25px;
  padding: 5px;
  /* grid-template-columns: auto auto auto; */
  /* background-color: #4169e1; */ /* Royal Blue */
}

/* Fake image */
.project-img {
  width: 100%;
  padding: 20px;
  height: 200px; 

  /* background-color: #FF6347; */ /* Red Tomato */
  background-image: url('https://cdn.pixabay.com/photo/2018/06/27/12/55/artificial-neural-network-3501528_1280.png');
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20%;
}

/* Add a card effect for articles */
.project {
   padding: 20px;
   margin-top: 20px;
   /* background-color: #FF634755; */ /* Red Tomato with 55 opacity */
   background-color: #4169e155; /* Royal Blue with 55 opacity */
  border-radius: 2%;
}

.project-hyperlink, .project-hyperlink:visited, .project-hyperlink:hover, .project-hyperlink:active {
  text-decoration: none;
  color: inherit;
}

/* Footer */
.index-footer {
  padding: 20px;
  text-align: center;
  background-color: #FF634755; /* Red Tomato with 77 opacity */
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .grid-container {
    grid-template-columns: 1fr;
    padding: 5px;
  }
}

/* END of styles for the index.html page */


body {
  padding: 20px;
  /* background-image: -webkit-linear-gradient(150deg, #34ADFF 35%, #4CBFFF 35%); */
  background-image: url('v28_17.png');
  background-size: cover;
  font-family: Verdana;
}

#logo {
    position: relative;
    top: 0px;
    left: 0px;    
}

#logo img {
    position: absolute;
    top: 0px;
    left: 0px;
}

h3 { color: #111; font-family: 'Helvetica Neue', sans-serif; font-size: 30px; font-weight: bold; letter-spacing: -1px; line-height: 1; text-align: center; }

input[type=submit] {
  align-items: center;
  appearance: button;
  background-color: #0276FF;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-family: "RM Neue",sans-serif;
  font-size: 200%;
  line-height: 1.15;
  margin: 0;
  padding: 15px 60px;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  margin: 10px;
  padding: 10px;
}

th, tr, td {
font-size: 20px;
font-weight: bold;
text-align: center;
}

.error{
font-size:60px;
}

.error-msg{
font-size:50px;
}

span{
font-size: 40px;
}

input{
font-size: 30px;
color: green;
}

table, th, td {
  border:1px solid black;
}

td, th {
    text-align: center;
    padding: 8px;
}

td {
    font-family: Verdana;
    border-right: 1px solid #f8f8f8;
    font-size: 20px;
}
th {
    color: #ffffff;
    background: #4FC3A1;
}
table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 70%;
    max-width: 100%;
    white-space: nowrap;
    /* background-color: white; */
    background-color: transparent;
}

.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    /* background: #F8F8F8; */
}

/* Responsive */


@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    form:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #e8f4f8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}



.drop-zone {
  max-width: 400px;
  height: 400px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 4px dashed #539165;
  border-radius: 10px;
  background-image: url("drag-and-drop.png");
  background-size: cover;
  margin: 20px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

/*
tr{
border-bottom: solid transparent 30px;
}
*/

