@charset "utf-8";
/* CSS Document */

/* Reset CSS */

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

.grouped input{ 
	  line-height:18px;
	  background: transparent;
		-webkit-box-sizing: border-box;
		margin: 0;
		width: 100%;
		border: none;
	-webkit-box-flex: 1;
	-webkit-box-shadow: none;
	display: block;
	padding: 12px 15px 13px;
} 

/* Style */
body{
	margin:0;
	padding:0;
	 
	text-align:center;
	min-height:320px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}
.head{
	position: relative;
	width: 250px;
	padding:10px 0 0 0;
	height:45px;
	cursor: pointer;
	margin:0px auto;
 
}
.date_time{width:100%;
	font-weight: bold;}

.date_time .date{float:left}
.date_time .time{float:right}
.wrap{
	margin:0px auto 0px auto;
	width:250px;
}
.wrap p{
	text-align:center;
	color: #87898c;
	font-size: 20px;
	line-height:28px;
	font-weight: bold;
	padding: 10px 10px 0px 10px;
	margin-bottom:0;
	text-shadow: 1px 1px 1px #fbfcfd;
}

.forgotPass{color:#1EA9E0; text-decoration:none; font-size:12px;}

#videocontainer {
    border: 1px solid #ccc;
    padding:4px  4px 0 4px;    
    margin:15px  0 0 0;
    }
.form{
	width:300px;
	min-height:350px;
}
input {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000000;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 100%;
    font-weight: bold;
    margin:15px  0 0 0 !important;
    padding: 2px 0; 
    width:99%;
}
input.username{background:url(../img/user-img.png) no-repeat right 50%;}
input.password{background:url(../img/lock-img.png) no-repeat right 50%;}

.buttonDiv{ margin-top:10px}
.btn{
	margin:5px;
	padding: 4px 6px;
	width:100px;
	font-size:12px;
	color: #fff; 
	line-height: 16px;
	
	background: -webkit-gradient(linear, center top, center bottom, from(#52bce4), to(#0077bb));
	background: -webkit-linear-gradient(#52bce4, #0077bb);
	
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #52bce4, #0077bb); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #52bce4, #0077bb); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #52bce4, #0077bb); 

	
	border-bottom: 1px solid #111a33;
	-webkit-box-shadow: inset 0 1px 1px -1px #263855;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;
	
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	border: solid 1px;
	border-color: #d8dfea;
		 
	-webkit-background-clip: padding-box;
	font-weight: bold;
	min-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btngreen{ 
	background: #69a74e;
	/*border-color: #98c37d #3b6e22 #2c5115;*/
	color: #fff;
	background: -webkit-gradient(linear, center top, center bottom, from(#75ab4b), to(#4a8532));
	background: -webkit-linear-gradient(#75ab4b, #4a8532);	
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #75ab4b, #4a8532);
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #75ab4b, #4a8532); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #75ab4b, #4a8532);
	
	/*border-color: #68954c #427329 #386a24
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 1px 0 rgba(0, 0, 0, .08);*/
}
.cam{
	margin:20px 0 20px 0;
}
.g-recaptcha{
	transform:scale(0.77);
	transform-origin:0 0; 
	
	-webkit-transform:scale(0.77);
	-webkit-transform-origin:0 0;
	
	margin-left:3.35%;
}
.file_browse_wrapper {
    width:30px;
    height: 30px;
    display:block;
   	background: url('../img/snap-icon.png') top left no-repeat;
    border:none;
    position:absolute; 
	margin-top: -242px;
	margin-left: 212px;
}

#clockin_img{ 
    opacity:0.0;
	margin:0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}