/* Main Layout */
body {
	font: 12px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333;
	font-size: 12px;
	background-image: url(../img/background.jpg);
	background-attachment: fixed;
	background-position: 0 center;
	margin: 20px 0px 20px 0px;
}

h1  {
	text-align: center;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h2  {
	text-align: center;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.wrapper  {
	width:100%;
}

.container-fluid  {
	padding-left:5px;
	padding-right:5px;
}

.btn {
  background-color: #F7F7F7;
  padding:4px 32px;
  font-size:12px;
  border-radius:0px;
}

.btn:hover {
    color: #23527c;
    text-decoration: none;
}


.button-wrapper  {
	text-align: center;
	margin-bottom: 10px;
}


#instructions {
	text-align: center;
	padding: 5px;
	margin-top: 5px;
    margin-bottom: 5px;
	background-color: #F7F7F7;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background-color:#F7F7F7 ;
}

#text-frame {
    margin-bottom:10px;
	margin-top:10px;
	overflow: hidden;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-align: left;
	padding: 5px;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background-color:#F7F7F7 ;
}

#logo-frame {
	display:none;
}
/* Table */

table {
    border-spacing: 0;
    border-collapse:separate;
}

.tablecolors {
	width:100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
}
.tablecolors td, .tablecolors th  {
	text-align:left;
	padding: 9px;
	color: #444;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	height: 30px;
}

table tr td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
}

.GapBox {
	padding-left: 5px;
	text-shadow: white 0px 1px 0px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	position: relative;
	outline: none;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	border: 1px solid #ad9c9c;
	border-radius:3px;
	box-shadow: 0 1px rgba(34, 25, 25, 0.2) inset, 0 1px #fff;
	background-color: #f2f2f2;
	width: 120px;
	line-height: normal;
	color: #000;
}

.GapBox:focus {
	background: #fff;
	color: #5d5d5d;
	box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5);
	-moz-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5);
	-webkit-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5);
	border-color: #09F;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

#feedback-wrapper {
	height: 20px;
	text-align: center;
}
.GapSpan, tr .green {
	color: #327332;
}

.table-responsive {
	margin-bottom: 0px;
}

.popup-container {
    border-radius: 3px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.1) inset;
	border: 1px solid white;
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 25%, rgba(235, 235, 235, 1) 89%);
	margin-top: 0;
    padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.popup tr td {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 5px;
	padding-right: 3px;
}

.popup {
	color: #000;
	font-size: 10px;
	border: #ccc 1px solid;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
	width: 100%;
}


.popup-container h2 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #333;
}


.badge  {
	background-color:transparent;
	font-weight: normal;
	border: 1px solid #8B8B8B;
	color:#333;
	cursor:pointer;
	font-size:10px;
	min-width: 10px;
    padding: 3px 7px;
	vertical-align: middle;
    border-radius: 10px;
}

.box a .badge  {
	background-color:transparent;
	font-weight: normal;
	border: 1px solid #8B8B8B;
	color:#333;
	cursor:pointer;
	font-size:12px;
	margin:5px 2px 5px 2px;
}

a:hover .badge, .badge:hover   {
	background-color: white;
}

a:active .badge,  .badge:active {
	background-color: yellow;
}

span.badge.non:hover {
	background-color: transparent;
	cursor:default;
}

.modal .modal-dialog {
  max-width: 600px;    
}

@media all and (max-width: 768px) and (min-width: 620px) {
.modal .modal-dialog {
  max-width: 550px;	
}
}
