@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
input, textarea, select {
	width:100%;
	padding: 12px 20px;
	margin: 4px 0;
	display:inline-block;
	border: 1px solid #c5c5c5;
    background-color:#FFF;
	border-radius: 3px;
	box-sizing:border-box;
}
input[type=submit]{
    background-color:#FFA500;
}

input[type=submit]:hover {
	background-color:#FF4500;
	font-weight:bold;
}

#txthint{
    text-align: center;
}

.active{
    background-color:#FFA500;
}

.inactive{
    background-color:#CCC;
}
/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size:11px;	
}

#header{   
    height: 55px;
}

#head-left{
    float: left;
    width: 15%;
    padding-top: 10px;
}

#head-middle{
    float: left;
    width: 70%;
    text-align:center;
    padding-top: 5px;
}

#head-right{
    float: left;
    width: 15%;
    text-align:right;
    padding-top: 10px;
}

#box{
    width:70px;
    height:90px;
    float: left;
    border: 1px solid #CCC;
    border-radius: 10px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#boxx{
    width:70px;
    height:90px;
    float: left;
    border: 0px solid #CCC;
    border-radius: 10px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#box2{
    width:145px;
    height:90px;
    float: left;
    border: 1px solid #CCC;
    border-radius: 10px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#box3{
    width:225px;
    height:90px;
    float: left;
    border: 1px solid #CCC;
    border-radius: 10px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#box4{
    width:300px;
    height:90px;
    float: left;
    border: 1px solid #CCC;
    border-radius: 10px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#box-icon{
    width:100%;
}

#box-icon img:hover{
    padding-top:5px;
    width: 36px;
    height: 36px;
    display: block;
    margin: auto auto;
}

#box-icon img{
    padding-top:5px;
    width: 32px;
    height: 32px;
    display: block;
    margin: auto auto;
}

#box-icon p{
    width:100%;
    text-align: center;
}

#box-icon span{
    float:right;
    background-color:#FF0;
    width:14px;
    height:14px;
    border-radius:50%;
    font-size:12px;
    padding:4px;
    margin-top:-20px;
    margin-right: 10px;
    text-align:center;
    position: relative;
    z-index: 1;
}

#details, #progress{
    font-size:10px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 15px 8px;
}

tr:nth-child(even){background-color: #F2F2F2}

tr:hover {background-color: #FF9;}

th {
  background-color: #FF8C00;
  color: white;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  /*padding-top: 100px;  Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
}

/* Add Animation */
.modal-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

body{
	font-size:11px;	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size:12px;	
}

body{
	font-size:12px;	
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size:14px;	
}
.modal-content {
	width: 100%;
}

body{
	font-size:14px;	
}
}