@import url(https://fonts.googleapis.com/css?family=Work+Sans);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

body
{
	font-family: 'Work+Sans', sans-serif;
	margin: 0;
	padding: 0;

	width: 100%;
	height: 100%;
	min-height: 758px;
	min-width: 980px;
	overflow: scroll;
}

#index_header
{
	height: 200px;
    margin-top: 10px;
	display: flex;                  /* establish flex container */
    flex-direction: row;            /* default value; can be omitted */
    flex-wrap: nowrap;              /* default value; can be omitted */
    justify-content: space-between;
}

#left_logo
{
	display: block;
	margin-left: 10px;
}

#middle_logo
{
	display: block;
	width:   0px;
	height:  50px;
	
}

.text_lighthouse
{
    margin-right: 160px;
}

.index_lighthouse
{
    margin-right: -35px;
}


#right_selection
{
	display: block;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #7ab51d;
	color: white;
	text-align:center;
	cursor: pointer;
	font-size: 18px;
}

.normal
{
	width:   250px;
	height:  75px;
	padding: 16px;
	padding-top: 10px;
}

.back
{
	width:   80px;
	height:  30px;
	padding-top: 5px;
}

#middle
{
	text-align:center;

}

.c_b
{
	margin-bottom: 100px !important;
}

.log
{
	width: 300px;
}

#content
{
	display: block;
	width: 600px;
	margin: auto;
	font-size: 20px;
	margin-bottom: 150px;
}

#main_content
{
	display: block;
	width: 800px;
	margin: auto;
	font-size: 20px;
	margin-bottom: 150px;
}

.s_input
{
        display: inline-block;
	height:  40px;
	width:   150px;
}

.socio_input
{
	display: inline-block;
	width:   50px;
	height:  20px;
}

a {
  color: blue;
  text-decoration: none; /* no underline */
}

#index_bottom
{
	position: fixed;
	display: block;
	width:  100%;
	height: 75px;
	bottom: 0;
	background-color: white;
}

#copyright
{
	width:  300px;
	float: left;
	margin-left: 10px;
	bottom: 0;
}

#reg_wrap
{
	display: block;
	float: right;
	width: 486px;
	height: 60px;
	margin-right: 20px;
	font-size: 19px;
	margin-top: -60px;
}

#sign_up_in
{
	text-align: center;
	display: block;
	width: 320px;
	height: 50px;
	background-color: #7ab51d;
	color: white;
	cursor: pointer;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 30px;
	float: right;
}

button
{
	margin-left: 10px;
}

#log_form
{
	display: block;
	width:  500px;
	background-color: #7ab51d;
	margin: auto;
	color: white;
}

#sign_in
{
	display: block;
	width:  250px;
	height: 35px;
	background-color: #7ab51d;
	float:left;
	padding-top: 8px;
	cursor: pointer;
}

#sign_up
{
	display: block;
	width:  250px;
	height: 35px;
	background-color: #e80d48;
	float:right;
	padding-top: 8px;
	cursor: pointer;
}

table
{
	margin-left: 30px;
}

td
{
	font-size: 20px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width:20px;
	padding-left: 20px;
}

#send_btn
{
	display: block;
	width: 180px;
	height: 30px;
	background-color: #99d6ff;
	float: right;
	padding-top: 5px;
	color: black;
	cursor:pointer;
}

.register
{
	display: none;
}

.red_pass
{
	color: red;
}

.start a
{
	color: white;
	text-align: center;
	display: block;
	width: 300px;
	height: 50px;
	background-color: #7ab51d;
	color: white;
	cursor: pointer;
	margin-right: 10px;
	padding-top: 10px;
	font-size: 30px;
	float: right;
	margin-bottom: 100px;
}

.c_part
{
	height: 100px !important;
}

.modul_answears
{
	display: block;
	width: 350px;
	margin: auto;
}

.output img
{
	margin-top: 10px;
}

.output2 img
{
	margin-top: 10px;
}

.output
{
	display: block;
	width: 280px;
	height: 180px;
	float: left;
	color: white;
	margin-right: 20px;
	text-align: center;
	background-color: #7AB51D;
}

.output2
{
	display: block;
	width: 280px;
	height: 180px;
	color: white;
	margin: auto;
	text-align: center;
	background-color: #7AB51D;
}

.modul_answears input
{
	margin-right: 20px;
}

.dotaznik
{
	margin-bottom: 80px !important;
}

.last
{
	font-size: 20px;
	height: 50px;
}

table.greenT {
  background-color: #EEEBD7;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 30px;
}
table.greenT td, table.greenT th {
  border: 2px solid #FFFFFF;
  padding: 3px 2px;
}
table.greenT tbody td {
  color: #000000;
  font-size: 15px;
}
table.greenT tr:nth-child(even) {
  background: #99A8B4;
}
table.greenT thead {
  background: #7ab51d;
  color: white;
}
table.greenT thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  border-left: 2px solid #D0E4F5;
}
table.greenT thead th:first-child {
  border-left: none;
}

table.redT {
  background-color: #EEEBD7;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 30px;
}
table.redT td, table.redT th {
  border: 2px solid #FFFFFF;
  padding: 3px 2px;
}
table.redT tbody td {
  color: #000000;
  font-size: 15px;
}
table.redT tr:nth-child(even) {
  background: #99A8B4;
}
table.redT thead {
  background: #db0853;
  color: white;
}
table.redT thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  border-left: 2px solid #D0E4F5;
}
table.redT thead th:first-child {
  border-left: none;
}



table.grayT {
  background-color: #EEEBD7;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 30px;
}
table.grayT td, table.grayT th {
  border: 2px solid #FFFFFF;
  padding: 3px 2px;
}
table.grayT tbody td {
  color: #000000;
  font-size: 15px;
}
table.grayT tr:nth-child(even) {
  background: #99A8B4;
}
table.grayT thead {
  background: #909090;
  color: white;
}
table.grayT thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  border-left: 2px solid #D0E4F5;
}
table.grayT thead th:first-child {
  border-left: none;
}

.button
{
	display: inline-block;
	background-color: #7ab51d;
	color: white;
	font-size: 20px;
	height: 20px;
	padding: 10px;
}

table .left
{
	width: 30%;
	text-align: right;
}

table .right
{
	width: 70%;
	text-align: left;
	max-width: 500px;
}

#main_table
{
	border-spacing: 0;
    border-collapse: collapse;
}

tr.bottom_underline td {
  border-bottom: 2px solid #7ab51d;
  margin-bottom: 20px;
}

#info
{
	display: none;
}

#s_info:hover
{
	cursor: pointer;
}
