/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #333333;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
		 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
    height: 32px;
	font-size: 32px;
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #999999;
  line-height: 1.5;
}

.txt2 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #57b846;
  line-height: 1.5;
}

.wrap {
  width: 100%;
  background: #fff;
  padding: 10px 10px 10px 10px;
  display:block;
}
.divmain
{
            
            padding-bottom:5px;
			margin-bottom:30px;
            display:block;
			background-color: #B2D9B2;
}


.week
{
		
		font-size: 2em;
		font-style: bold;
}

.login
{
		
		font-size: 1em;
		font-style: bold;
}
.title
{
            font-size: 3em;
            padding-bottom:5px;
			margin-bottom:30px;
            display:block;
			text-align:center;
			background-color: #B2D9FF;
}
.intime
{
	background-color:#DDDDFF;
	margin-bottom:5px;
}
.outtime
{
	background-color:#FFDDDD;
	margin-bottom:5px;
}
.signout
{
	text-align: right;
	background-color:#DD0000;
}
.tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}
.tftable th {font-size:14px;background-color:#acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:left;}
.tftable tr {background-color:#d4e3e5;}
.tftable td {font-size:14px;border-width: 1px;border-style: solid;border-color: #729ea5; padding: 3px 3px 3px 3px;}
.tftable td.hours {font-weight: bold;background-color:#acc8cc;}
.tftable tr:hover {background-color:#ffffff;}
.tftable tr:hover td.hours {background-color:#ddeeff;}
input[type=submit] {
	 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
    height: 32px;
	font-size: 32px;
}
input[type=time] {
	 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
  height: 36px;
	font-size: 36px
}

.cellin
{
 float:left;

}
.cellin .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #EEDDDD;
    color: #000;
    text-align: center;
    border-radius: 25px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.cellin:hover .tooltiptext {
    visibility: visible;
}
.cellin.caution {
	background-color: yellow;
}
.cellhours
{
	
		float:right;
	
}


.fullcell
{

	position:relative;
	
	width:100%;
}
.cellnotes
{
	float:left;
	color:#A00;
	padding: 0px 3px 0px 3px;
	background-color: #FFF;
	width:100%;
	  border-radius: 25px;
}
.tothours
{
padding: 0px 3px 0px 3px;
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  float:right;
  text-transform: uppercase;
   margin:auto;
 
  justify-content: center;
  align-items: center;
 
  
  background-color: #4444bb;
  border-radius: 25px;
}

.totalhours
{

	float:right;
	text-align:right;

	color: #00f;
padding: 0px 3px 0px 3px;
  font-family: Poppins-Medium;
  font-size: 32px;
  color: #fff;
  float:right;
  text-transform: uppercase;
   margin:auto;
 
  justify-content: center;
  align-items: center;
 
  
  background-color: #4444bb;
  border-radius: 25px;
}
.modifiedtime
{
padding: 0px 3px 0px 3px;
  font-family: Poppins-Medium;
  font-size: 36px;
  color: #fff;
  float:right;
  text-transform: uppercase;
   margin:auto;
 
  justify-content: center;
  align-items: center;
 
  
  background-color: #4444bb;
  border-radius: 25px;
}
body {
    font-family: 'Poppins-Regular', sans-serif;
    line-height: 1.6;
}

/* Flexbox or Grid Layout Example */
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Media Queries */
/* For tablets */
@media (min-width: 600px) and (max-width: 1024px) {
    body {
        font-size: 14px;
    }

    .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* For smaller devices */
@media (max-width: 599px) {
    body {
        font-size: 12px;
    }

    .container {
        display: block;
    }
}