body 
{
    font-family:   'Gruppo';
    background-color: #555;
    color: #bbb;
}

.login-form
{
    border: 3px solid #333;
    width: 50%;
    margin: auto auto;
}

table
{
    width:100%;
    table-layout: fixed;
}

h2 {
    font-size: 26px;
    font-weight: 900;
    margin: 12px 12px ;
}

input[type=text], input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #000;
    box-sizing: border-box;
}

button, input[type=submit] {
    background-color: #224080;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover, input[type=submit]:hover {
    opacity: 0.8;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #000;
}
.termbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #900;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

.imgcontainer2 {
    text-align: center;
    margin: 5px 0px;
position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}


img.avatar2 {
    width: 70%;
    border-radius: 50%;
}

.container {
    padding: 16px;
    background-color: #333;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
    border-right: 1px solid #111;
}

li a, .dropbtn, .dropbtnA {
    display: block;
    color: white;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 18px;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #111;
} 

.active, .dropbtnA {
    background-color: #203970;
} 

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #222;
    min-width: 160px;
    box-shadow: 6px 8px 12px 0px rgba(0,0,0,0.7);
    z-index: 1;
}

.dropdown-content a {
    color: #ddd;
    border-top: 1px solid #000;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #333}

.dropdown:hover .dropdown-content {
    display: block;
}


h1{
  font-size: 26px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.tbl-header{
  font-weight: 600;
  background-color: rgba(255,255,255,0.2);
 }
.tbl-content{
  height:380px;
  overflow-x:auto;
  margin-top: 0px;
  background-color: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}
th{
  padding: 10px 15px;
  text-align: left;
  font-size: 22px;
  color: #fff;
}
.th2
{
  text-align: center;
  border-left: 1px solid #bbb;
}
td{
  padding: 0px 15px;
  text-align: left;
  vertical-align:middle;
  font-size: 18px;
  border-bottom: solid 1px rgba(30,180,180,0.4);
}

.emp-inactive {
  color: #555;
  background-color: rgba(0,0,0,0.5);
}


/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
    width: 6px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}



.checklbl {
  display: block;
  position: relative;
  margin-left: -5px;
  margin-bottom: -12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checklbl input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checklbl:hover input ~ .checkmark, input[type=text]:hover, input[type=password]:hover {
  background-color: #ddd;
}

/* When the checkbox is checked, add a red background */
.checklbl input:checked ~ .checkmark {
  background-color: #C32020;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checklbl input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checklbl .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 



.imageFade {
width: 40%;
    border-radius: 50%;
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middleFade {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
left: 0;
    top: 50%;
  text-align: center;
}

.imgcontainer2:hover .imageFade {
  opacity: 0.3;
}

.imgcontainer2:hover .middleFade {
  opacity: 1;
}

.textFade {
  background-color: #4CAF50;
  color: white;
  font-size: 18px;
  padding: 16px 32px;
}

.tableContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.tbl-content2 {
  height:auto;
  width: auto;
  overflow-x:auto;
  margin-top: 0px;
  background-color: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}

.hof{
    width: 48%;
    margin: 10px auto auto auto;
}

@media (max-width:1010px)
{
    .hof {
        width: 100%;
        margin: 10px auto 0px auto;
    }
}