 * {
    margin: 0px;
    padding: 0px;
  }
 
  body {
    background-color: white;
  }

  html, body {
    height: 100%;
  }
  
  div.container input[type=text], div.container input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  div.container button, table#tttTable button#sub {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
/*    box-shadow: 0px 0px 2px black;*/
  }
  
  div.container button:hover, table#tttTable button#sub:hover { 
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) 
  }
  
  table#tttTable button#sub {
      
      margin: 8px 1%; 
      width: 98%;
  }
  
  .container {
    margin: 20px auto;
/*    border: 3px solid #f1f1f1; */
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 16px;
    
    border: 1px solid gray;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .mContainer {
      text-align: center;
      margin: 50px auto;
      color: white;
/*      border: 1px solid black; */
  }
  
  .green  { color: green;  }
  .yellow { color: yellow; }
  .red    { color: red;    }
  .white  { color: white;  }
  
  .bold { font-weight: bold; }

  .shadowText  { text-shadow: 1px 1px 1px #ccc; }
  .sTextShadow { text-shadow: 1px 1px black; }
  
  /* Tova e za snimkata koiato e na login formata !!! */
/*  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
  }*/

  /* Tova e za snimkata koiato e na login formata !!! */
/*  img.avatar {
    width: 300px;
  }*/

  #foldersContent {
/*    max-width: 95%;
    margin: 0 auto;*/
    height: 650px;
/*    border: 1px solid white;*/
  }
  
  #tttTable {
    font-family: sans-serif, Arial, Helvetica; 
    text-align: left;
    margin: 0px auto;
/*    margin: 20px auto;*/
    color: black;
    width: 80%;
    max-width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #tttTable, #tttTable > thead > tr > th, #tttTable > tbody > tr > td {
     border: 1px solid black;
     border-collapse: collapse;
     padding: 5px;
     min-width: 100px;
     vertical-align: middle;
  }
  
  #tttTable > thead > tr > th:first-child {
     width: 100px;
  }
  
  #tttTable > tbody > tr > td:first-child {
     vertical-align: top;
/*     overflow: hidden;
     overflow-y: scroll;*/
     width: 200px;
  }
  
  #tttTable > tbody > tr:nth-child(2) > td {
     overflow: hidden;
     overflow-y: scroll;
  }
  
  #tttTable > thead > tr > th {
     text-align: center;
  }

/*  #tttTable > tbody > tr:nth-child(even) { background-color: black; } /* #fff */
/*  #tttTable > tbody > tr:nth-child(odd)  { background-color: black; } /* #eee */
  #tttTable > tbody > tr              { background-color: black; }
  #tttTable > tbody > tr:nth-child(3) { background-color: #eee; }
  #tttTable > thead > tr > th         { background-color: grey; color: white; }

/*  #sub { margin: 8px 1%; width: 98%; } */

  /* Center Box in screen  */
  .grandParentContaniner {
     display: table;
     height: 100%;
     margin: 0 auto;
  }
  
  .parentContainer{
    display: table-cell;
    vertical-align: middle;
  }	
/*
  .center {
    line-height: 33px;
    border-radius: 5px;
    color: white; 
    text-align: center; 
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    height: 33px;
  }

  .center p {
    line-height: 33px;
    display: inline-block;
    font-size: small;
    vertical-align: middle;
  }    */

  .mainTable {
     border-collapse: collapse;
     border: 1px solid black;
     background-color: black;
     margin: auto;
     width: 100%;
     max-width: 100%;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     min-width: 100px;
  }

  .mainTable th:nth-child(1), .mainTable td:nth-child(1) {
      text-align: left;
  }
    
  .mainTable th:nth-child(2), .mainTable th:nth-child(3), .mainTable td:nth-child(2), .mainTable td:nth-child(3) {
      text-align: right;
  }

  .mainTable th, .mainTable td {
     border-bottom: 1px solid black;
     border-top: 1px solid black;
     padding: 1px 5px;
     min-width: 100px;
     vertical-align: middle;
  }

  .mainTable td > a {
    text-decoration: none;
  }

  .mainTable th { background-color: grey; color: white; }
  
  .mainTable > tbody > tr:hover {
/*      border-left: 2px solid red;  */
      background-color: blue;
      transition-duration: 0.1s;
  }
  
  .mainTable > tbody > tr > td:nth-child(2), .mainTable > tbody > tr > td:nth-child(3), .mainTable > thead > tr > th:nth-child(2), .mainTable > thead > tr > th:nth-child(3) {
    width: 100px;
  }
  
  .dirColor {
    color: grey;
  }
  
  .fileColor {
    color: white;
  }

  #screenshot {
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:1px;
    display:none;
    color:#fff;
  }
