/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
a {
  text-decoration: none;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: ”;
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.smallfont{
  font-size:0.9em;
  color: green;
}

/* = Global 
************************/

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#000000;
  line-height:1.2em;
  text-align:left;
  padding:0.2em;
  position:relative;
}

.clear {
  clear:both;
}
.fright{
  text-align:right;
}
.fleft{
  float:left;
}
.err{
  color:#FF0000;
  font-style:italic;
}

.warning{
  float:right;
  color:#008000;
  font-style:italic;
  border:1px solid #008000;
  padding:0.5em;
  font-size:0.8em;
}

img{
  max-width:100%;
  height:auto;
  vertical-align:top;
}

a{
  color:#0248E4;
  font-size:0.8em;
}
a:hover{
  color:#DA251C;
  text-decoration:underline;
}

input{
  border:1px solid #ccc;
  padding:0.2em 0.4em;
  width:20em;
}
input[type=checkbox], input[type=radio]{
  width:2em;
}
table.list input.chk {
  width: auto;
}

select{
  border:1px solid #ccc;
  padding:0.2em 0.4em;
  min-width: 10em;
}

textarea{
  border:1px solid #ccc;
  min-width: 40em;
}


button{
  border:1px solid #CCC;
  background:#eee;
  cursor:pointer;
  color:#6C5998;
}
button:hover{
  color:#DA251C;
}

table tr th{
  font-weight:bold;
  background:#eee;
  padding:0.5em;
}

/* = Header
******************/

.header{
  font-size:1.2em;
  background:#eee;
  padding:0.5em;
}

/* = Login
*******************/

.login{
  font-size:0.9em;
  padding:5% 0 5% 40%;

}

/* = Left
********************/

.left{
  float:left;
  width:15%;
  background:#ddd;
  margin:0.04em 0;
}

.left ul{
  padding:0.5em;
}


/* = Right
****************/
.right{
  float:left;
  width:84%;
  margin:0.04em 0 0.04em 1%;
  padding-top:0.5em;
  font-size:0.8em;
  position: relative;
}

.title{
  font-size:1.5em;
  color:#0248E4;
  padding-bottom: 0.5em;
}

.right table td{
  padding:0.2em;
}

table.list{
  background:#FFF;
  border-spacing:0.1em;
  border-collapse:separate;
}

table.list td{
  background:#F7F7F7;
  padding-left:0.5em;
  padding-right:0.5em;
}

table.list input{
  border:0;
  width:10em;
}
table.list input[type=checkbox], table.list input[type=radio]{
  width:auto;
}


table.list input.small{
  width:4em;
}
table.list select{
  min-width:7em;
}

table.list a{
  font-size:0.9em;
}

.title em{
  color:#FF0000;
}

#msg{
  color:#ccc;
  font-weight:normal;
  font-size:1em;
}

.notice{
  padding: 5px;
  border-bottom: 1px dashed #aaa;
  font-size: 12px;
  color: #008800;
  font-style: italic;
}
.notice .date{
  color:#ccc;
  font-size:11px;
  background:#000;
  padding:0 5px;
}

.attendence {
  text-align: center;
  font-size: 20px;
  line-height: 28px;   
  padding: 30px;
  color: #ff0000;
}
.attendence > div {
  text-decoration: underline;
}
.attendence form {
  display: inline-block;
}
.attendence .in, .attendence .out {
  background: #008800;
  color: #fff;
  font-size: 15px;
  border: 1px solid #008800;
  margin: 20px;
  padding: 10px 20px;
}
.attendence .out {
  background: #ff0000;
  border: 1px solid #ff0000;
}
.attendence button:hover {
  color: #d4fb15;
}
.in {
  color: green;
}
.out {
  color: red;
}
.time{
  font-size:1.2em;
  color:#0248E4;
  padding-bottom: 0.5em;
  line-height: 1.5em;
}

.client-type {
  font-size: 11px;
  padding: 3px;
  background: green;
  border-radius: 4px;
  color: #fff;
}
table.list tr.not-verified td {
  background: #f7d0d0!important;
}

/* = Footer
*******************/

footer{
  font-size:0.8em;
  text-align:center;
  background:#eee;
  padding:0.5em;
}

@media print {
  body * {
    display: none;
  }
  body .printable {
    display: block;
  }
}


.detail-view {
  cursor: pointer;
}
.detail-view:hover {
  text-decoration: underline;
}
#overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9;
  background: rgba(0,0,0,0.7);
  display: none;
}
#details {
  position: fixed;
  max-width: 500px;
  width: 100%;
  z-index: 99;
  max-height: 500px;
  height: 100%;
  left: 50%;
  top: 10%;
  bottom: 10%;
  background: #fff;
  border: 3px solid #236732;
  padding: 10px;
  transform: translate(-50%, 0%);
  overflow: auto;
  box-sizing: border-box;
  display: none;
  font-size: 14px;
  overflow: auto;
}
#details table th {
  padding: 4px;
  color: #236732;
  background: transparent;
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  cursor: pointer;
}

#report-heading {
  position: absolute;
  right: 0;
  min-width: 300px;
  top: 0;
}
#report-heading > div {
  padding: 3px 10px 3px 15px;
  background: #e04141;
  margin-bottom: 1px;
  position: relative;
  color: #fff;
  cursor: pointer;
}
#report-heading > div:before {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  top: calc(50% - 5px);
  left: 5px;
}
.headings {
  display: none;
  padding: 5px;
  background: #f1f1f1;
}

#attReportBlock {
  display: none;
  padding: 5px;
  border: 2px solid #eee;
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 25%;
  left: calc(50% - 300px);
  max-width: 100%;
  width: 600px;
}
#reportTitle {
  color: #555;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  padding: 5px 0;
  font-weight: bold;
}
#attReportBlock input {
  width: auto;
  margin-top: 10px;
  padding: 5px 20px;
}
.cancel, .submit {
  cursor: pointer;
}
#reportErr {
  color: red;
  padding-bottom: 10px;
}