﻿table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family:Tahoma, Helvetica, sans-serif;
	color:#141823;
	font-size:14px;
	background:#eaebec;
	margin:10px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding: 5px 5px 5px 5px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:5px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:5px;
	border-left: 0;
}
table td {
	padding:2px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table.grid td {
	padding:2px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table.chart td {
	padding:2px;
	width: 75px;
	background: #fafafa;
}

table.chart th {
	padding:2px;
	width: 75px;
	background: #fafafa;
}


table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

buttonblue {
    display: inline-block;
    border: none;
    padding: 1rem 1rem;
    margin: 0;
    text-decoration: none;
    background: #0069ed;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button {
  background-color: #4069e1; /* Green */
  border: none;
  color: white;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4069e1;
  width: 150px;
}

.button1:hover {
  background-color: #4069e1;
  color: white;
}

div.yellow {
  background-color: #f8f18f; 
  color: black; 
  border: 4px solid #f8f18f;
  width: 200px;
  padding: 4px 40px;
  margin: 0px 15px;
}

.button_wide {
  background-color: #4069e1; 
  color: white; 
  border: 4px solid #4069e1;
  width: 300px;
}
.button_wide:hover {
  background-color: #FFFFFF;
  color: black;
}

.button_wide_white {
  background-color: #ffffff; 
  color: #000000; 
  border: 4px solid #4069e1;
  width: 300px;
}
.button_wide_white:hover {
  background-color: #4069e1;
  color: #ffffff; 
}


.dropdown.hide {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #FFF;
}
input.hide[type=checkbox]{
    display: none;
}
ul.hide{
    display: none;
    list-style-type: none;
}
input.hide[type=checkbox]:checked ~ ul {
	display: block;
	list-style-position: inside;
	padding-left: 0;
}

.alert-danger {
  font-size:1.0em;
  font-weight:bold;
  color: #ff0f0f; 
}

.alert-success {
  font-size:1.0em;
  font-weight:bold;
  color: #3c763d;
}

table a.button:link {
  background-color: #ffffff;
  color: #000000;
  padding: 1em 1em;
  text-decoration: none;
  display: block;
  font-weight: normal;
  font-size:16px;
  text-align:center;
  border: 4px solid #4069e1;
}

table a.button:hover {
  background-color: #4069e1;
  cursor: pointer;
  color: #ffffff;
}

table a.button:active {
  background-color: #ffffff;
}

table a.button:visited {
  background-color: #ccc;
}