@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Overpass');

div[id="countDownDiv"]
 {
  font: 200 14px/16px "Overpass";
  text-align: center;
}

ul.enlarge{
	list-style-type:none; /*remove the bullet point*/
	margin-left:0;
}
ul.enlarge li{
	display:inline-block; /*places the images in a line*/
	position: relative;
	z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
	margin:10px 40px 0 20px;
}
ul.enlarge img{
	background-color:#d9d9d9;
	padding: 2px;
	box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	border-radius: 4px; 
}
ul.enlarge span{
	position:absolute;
	left: -9999px;
	background-color:#d9d9d9;
	padding: 10px;
	font-family: 'Droid Sans', sans-serif;
	font-size:.9em;
	text-align: center; 
	color: #495a62; 
	box-shadow: 0 0 20px rgba(0,0,0, .75);
	border-radius:8px;
}
ul.enlarge li:hover{
	z-index: 50;
	cursor:pointer;
}
ul.enlarge span img{
	padding:2px;
	background:#ccc;
}
ul.enlarge li:hover span{ 
	top: -300px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
	left: -550px; /*distance from the left of the thumbnail to the left of the popup image*/
}

h3{
	text-align: center;
}
h2{
	text-align: center;
}
p{
	text-align: left;
}

body {
	font-family: 'Overpass', sans-serif;
	font-size: 16px/18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 18px;
	color:#000000;
	background:#F7F7F7F7;
}

div[id="countDownDiv"]
 {
  font: 200 14px/16px "Overpass";
}

div[id="return_modify_success"]
 {
  font: 400 16px/18px "Overpass"; background-color:lime
}

div[id="return_validate_success"]
 {
  font: 400 16px/18px "Overpass"; background-color:orangered
}

#grid_image {
	max-width: 200px;
    max-height: 150px;
}

.fs_report {
  border: 1;
  margin: 0 0 10px;
  padding: 5;
  background: #f2f2f2;
  border-radius: 12px;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;	
}
th {
    padding: 5px;
    text-align: center;
	background: #e6e6e6;
	font: 600 16px "Overpass";
}

td {
    padding: 5px;
	font: 400 15px "Overpass";
}

.container {
  max-width: 800px;  
  margin: 0 auto;
  position:relative;
}

.container_preview {
  max-width: 625px;  
  margin: 0 auto;
  position:relative;
}


.container3 {
  max-width: 700px;  
  margin: 0 auto;
  position:relative;
}

.diverror{
	font: 400 16px/18px "Overpass"; background-color:orangered

}


* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.fs1 {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}



.footnote {
    font-size: 12px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 280px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -140px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#formLogin input[name="userName"],
#formLogin input[name="password"]{
  font: 400 12px/16px "Overpass";
}

#formLogin {
  background: #F9F9F9;
  padding: 25px;
  margin: 150px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#formLogin input[name="userName"],
#formLogin input[name="password"] {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

input[name="submit_btn"], input[name="submit"]{
  width: 40%;
}

input[type="reset"]{
  width: 40%;
}

input[name="submit"]{
  width: 50%;
}

input[name="submit_btn"], input[name="submit"], input[name="upload"], input[type="reset"]{
  cursor: pointer;
  border: none;
  background:#a6a6a6;
  color: #FFF;
  margin: 5px 0 5px;
  padding: 5px;
  font-size: 15px;
  outline: none;
  border-radius: 12px;
  box-shadow: 0 4px #737373;
}

input[name="logout_btn"]{
  cursor: pointer;
  width: 20%;
  border: none;
  background:#a6a6a6;
  color: #FFF;
  margin: 5px 0 5px;
  padding: 5px;
  font-size: 15px;
  outline: none;
  border-radius: 12px;
  box-shadow: 0 4px #737373;
}

input[name="export_to_excel"]{
  cursor: pointer;
  width: 25%;
  border: none;
  background:#a6a6a6;
  color: #FFF;
  margin: 5px 0 5px;
  padding: 5px;
  font-size: 15px;
  outline: none;
  border-radius: 12px;
  box-shadow: 0 4px #737373;
}

input[type="button"] {
  cursor: pointer;
  width: 100%;
  border: none;
  /*background:#808080;*/
  background:#5DA668;
  color: #FFF;
  margin: 5px 0 5px;
  padding: 5px;
  font-size: 15px;
  outline: none;
  border-radius: 12px;
  box-shadow: 0 4px #737373;
}

input[id="export_to_excel"]{
  width: 100%;
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  box-shadow: 0 2px #595959;
  transform: translateY(2px);
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background:#8c8c8c;
  transition: background-color 0.3s ease-in-out;
}



input[type="text"]:hover,
input[type="number"]:hover,
input[type="date"]:hover,
input[type="week"]:hover,
textarea:hover {
  transition: border-color 0.3s ease-in-out;
  border: 2px solid #aaa;
}

tr[id="result_tr"]:not(:first-child){
	cursor: pointer;transition: all .25s ease-in-out;
}

tr[id="result_tr"]:not(:first-child):hover{
	background-color: #ddd;
}

td[id="result_td"]:not(:first-child){
	cursor: pointer;transition: all .25s ease-in-out;
}

td[id="result_td"]:not(:first-child):hover{
	background-color: #ddd;
}

