@charset "utf-8";
/* CSS Document */

body {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;	
	margin: 0;
	max-width: 100%;
}
html {
	height:100%;
}

#bar {
	width: 100%;
	max-width: 100%;
	color: #fff;
	background: #000;	
	padding: 16px;
	
}
#bar a {
	color: #fff!important;	
}

.absolute-center {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

#login {
	background-color:#C6C6C6;
	padding: 15px;
	border: solid 1px #ccc;
	border-radius: 10px;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 5px 5px 5px #888888;	
}
#container {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;	
}
.bigbutton {
	width: 45%;
	float: left;
	margin-right: 1%;	
	margin-left: 1%;
	font-size: 1.5em;
	text-align: center;
	padding: 4px;
	color: #fff;
	border: #ccc 1px solid;
	border-radius: 3px;
	background-color: #61b832;
	text-shadow: 1px 1px #ccc;
	background-size: 40px 40px;
                                       
     box-shadow: inset 0 -1px 0 rgba(255,255,255,.4); 
}
input {
	width: 98%;	
}
textarea {
	width: 98%;
}

table { 
	width: 100%;
	margin-top: 50px;
	clear: both;
}

tr:nth-child(even) {
    background-color: #eee;
}
tr:nth-child(odd) {
    background-color: #fff;
}

th, td {
	border: 1px solid #ccc;
    border-spacing: 0px;
	padding: 3px;
}
tr:hover {
	background-color: #DFF3BD;	
}

.message{
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                        transparent 75%, transparent);                                      
     box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
     width: 600px;
	 max-width: 50%;
     border: 1px solid;
     color: #fff;
     padding: 15px;
     
     text-shadow: 0 1px 0 rgba(0,0,0,.5);
     animation: animate-bg 5s linear infinite;
	 clear:both;

	 
	 width: 50%;
	 height: 80px;
	 overflow: auto;
	 margin: auto;
	 margin-top: 20px;
	 position: absolute;
	 top: 0px; left: 0; bottom: 0; right: 0;
	 text-align: center;
}

.success{
     background-color: #61b832;
     border-color: #55a12c;
}

.message h3{
     margin: 18px 0 5px 0;                                                  
}

.message p{
     margin: 0;                                                  
}

/* Remove underline from font awesome icon links */
a[class^="fa"]:before {
	display: inline-block;
	text-decoration: none;
}

.four-columns {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
/*-webkit-column-gap: 10px;
column-gap: 10px;
-moz-column-gap: 10px;*/
}

.four-columns li {
	list-style-position: inside;
	background: #ccc;
	border-radius: 5px;	
	display: block;
	margin-bottom: 5px;
}

.keyphrase {
	background-color: #F0F0F0;
	border: 1px solid #CECECE;
	padding: 5px;
	margin: 10px;
	border-radius: 4px;
	color: #000;
	text-shadow: #fff 1px 1px;
	display: inline-block;
}
.keyphrase:hover {
	background-color: #DBDBDB;	
	color: #000;
}

div.keyphrase a {
	text-decoration: none!important;	
}

@media (max-width: 600px) {
  .absolute-center {
	  width: 100%;
	  max-width: 100%;
	  height: 50%;
	  overflow: auto;
	  margin: auto;
	  position: relative;
	  top: 0; left: 0; bottom: 0; right: 0;
  }
}