/*
White selected: #ededed
Grey border: #8c8c8c
Purple visited: #5b30cf
Dark Blue selected: #2d69be
Dark Blue: #3072cf
Light Blue: #49bbd4
Orange: #f39830
Green Selected: #568f24
Green: #62a329
Red selected: #e0321f
Red: #e44b3a
*/

* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

body {
    
    height: 100%;
    width: 100%;
    
    background-image: linear-gradient(to bottom right, #3072cf, #2d69be);
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    margin: 0;
    
}

.login_wrapper {
    
    width: 400px;
    border-radius: 50px/45px;
		-moz-border-radius: 50px/45px;
		-webkit-border-radius: 50px/45px;
    margin: 90px auto;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    
}

.register_wrapper {
    
    width: 400px;
    border-radius: 50px/45px;
		-moz-border-radius: 50px/45px;
		-webkit-border-radius: 50px/45px;
    margin: 60px auto;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    
}

.main_menu_wrapper {
	
	width: 1200px;
  height: 600px;
	
	position: relative;
	
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
	
  margin: 60px auto;
  padding: 60px;
	
  background-color: #ffffff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
	
}

.personal_data_wrapper {
    
    width: 1200px;
    border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
    margin: 60px auto;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    
}

.login_header {
    
    font-size: 36px;
    
}

.personal_data_header {
    
    font-size: 40px;
    margin-top: 25px;
    margin-left: 40px;
    
}

.personal_data_table {
    
  width: 100%;
    
  margin: 20px auto;
	table-layout: fixed;
    
}

.personal_data_table td {
	
	width: 50%;
	height: 65px;
	
}

.download_table {
    
  width: 80%;
    
  margin: 20px auto;
	table-layout: fixed;
    
}

.download_table td:nth-child(1) {
	
	width: 40%;
	height: 65px;
	
}
.download_table td:nth-child(2) {
	
	width: 35%;
	height: 65px;
	
}
.download_table td:nth-child(3) {
	
	width: 15%;
	height: 65px;
	
}

.form_group {
    
    height: 70px;
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 4px;
    
}

.form_label {
    
    font-size: 14px;
    margin-left: 10px;
    
}

.form_input {
    
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 100%;
    height: 30px;
    
}

.form_value_fixed {
	
	border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  
	border: 2px solid #ededed;
	border-top: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	
	width: 100%;
  height: 30px;
	
	margin: 0;
	
	padding-left: 1px;
	padding-top: 3px;
	
	vertical-align: bottom;
	
	cursor: default;
	
}

.form_input_checkbox {
	
		border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 30px;
		width: 50px;
		
		margin: auto;
	
}

.checkbox_label_holder {
	
	min-height: 50px;
	display: inline-flex;
	width: 45%;
	vertical-align: middle;
	justify-content: left;
	
}

.checkbox_label_holder label {
	
	margin: auto auto auto 10px;
	
}

.login_error {
    
    color: #e44b3a;
    font-weight: bold;

    margin-left: 6px;
    
}

.login_button {
    
    width: 80px;
    height: 35px;
    
    border: 2px solid #3072cf;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    cursor: pointer;
    
    margin-top: 10px;
    margin-left: 14px;
    margin-bottom: 16px;
    
    background-color: #3072cf;
    color: #ffffff;
    
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    
}

.login_button:hover {
    
    background-color: #2d69be;
    color: #ffffff;
    border-color: #2d69be;

    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    
}

.login_button:active {

    color: #ededed;
    
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    
    transform: scale(0.95);
    
}

.confirm_file_button {
    
    width: 120px;
    height: 35px;
    
    border: 2px solid #3072cf;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    cursor: pointer;
    
    margin-top: 10px;
    margin-left: 14px;
    margin-bottom: 16px;
    
    background-color: #3072cf;
    color: #ffffff;
    
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    
}

.confirm_file_button:hover {
    
    background-color: #2d69be;
    color: #ffffff;
    border-color: #2d69be;

    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    
}

.confirm_file_button:active {

    color: #ededed;
    
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    
    transform: scale(0.95);
    
}

.cancel_button {
    
    width: 80px;
    height: 35px;
    
    border: 2px solid #e44b3a;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    cursor: pointer;
    
    margin-top: 10px;
    margin-left: 14px;
    margin-bottom: 16px;
    
    background-color: #e44b3a;
    color: #ffffff;
    
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    
}

.cancel_button:hover {
    
    background-color: #e0321f;
    color: #ffffff;
    border-color: #e0321f;

    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    
}

.cancel_button:active {

    color: #ededed;
    
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    
    transform: scale(0.95);
    
}

a.login_description {
    
    color: #49bbd4;
    font-weight: bold;
    
}

a.login_description:visited {
    
    color: #5b30cf;
    
}

a.login_description:hover {
    
    color: #3072cf;
    
}

a.login_description:active {
    
    color: #2d69be;
    
}

.dropbtn {
	
	float: right;
	text-align: right;
	
  background-color: #62a329;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
	
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	
	margin-left: 25px;
	margin-right: 25px;
	
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #568f24;
}

.dropbtn:active {
	transform: scale(0.95);
}

.dropdownInput {
	width: 100%;
  box-sizing: border-box;
  background-image: url('Images/searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.dropdownInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown_content {
  display: none;
  position: absolute;
	float: right;
  background-color: #f6f6f6;
  max-width: 230px;
	max-height: 350px;
  overflow: scroll;
	overflow-x: clip;
  border: 1px solid #ddd;
  z-index: 1;
}

.show {display: block;}

.dropSelectionButton {
	color: #ffffff;
  padding: 12px 16px;
	width: 100%;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	background-color: #62a329;
}

.dropSelectionButton:hover {
	background-color: #568f24;
}

.cellContent {
	display: none;
}
.cellContentOn {
	display: inline-block;
}

.log_out_button {
    
    width: 200px;
    height: 80px;
		
		display: inline-block;
		
		float: right;
    
    border: 2px solid #e44b3a;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    
    cursor: pointer;
    
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 16px;
    
    background-color: #e44b3a;
    color: #ffffff;
    
		font-size: 25px;
		
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    
}

.log_out_button:hover {
    
    background-color: #e0321f;
    color: #ffffff;
    border-color: #e0321f;

    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    
}

.log_out_button:active {

    color: #ededed;
    
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    
    transform: scale(0.95);
    
}

.menu_header {
	
	font-size: 40px;
  margin-top: 25px;
	margin-bottom: 50px;
	
	display: inline-block;
	
}

.large_green_button {
    
    width: 200px;
    height: 80px;
    
    border: 2px solid #62a329;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    
    cursor: pointer;
    
    margin-top: 10px;
    margin-bottom: 16px;
    
		margin-left: 15px;
		margin-right: 15px;
		
    background-color: #62a329;
    color: #ffffff;
		
		font-size: 20px;
    
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    
}

.large_green_button:hover {
    
    background-color: #568f24;
    color: #ffffff;
    border-color: #568f24;

    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    
}

.large_green_button:active {

    color: #ededed;
    
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    
    transform: scale(0.95);
    
}

.menu_button_holder {
	
	margin-top: 100px;
	display: flex;
  align-items: center;
  justify-content: center;
	float: right;
	
}

.incomplete {
	
	border-color: #e44b3a;
	
}

.bottom {
	
	position: absolute;
	bottom: 0;
	
}

.backButton {
	
	width: 80px;
  height: 80px;
		
	display: inline-block;
    
  border: 2px solid #e44b3a;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
    
  cursor: pointer;
    
  margin-top: 16px;
  margin-left: 14px;
  margin-bottom: 16px;
    
  background-color: #e44b3a;
	
	background-image: url('Images/back-arrow.png');
	background-repeat: no-repeat;
	background-size: 70px 70px;
	background-position: center;
	
  color: #ffffff;
    
	font-size: 35px;
		
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	
}

.backButton:hover {
    
    background-color: #e0321f;
    color: #ffffff;
    border-color: #e0321f;

    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    
}

.backButton:active {

    color: #ededed;
    
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    
    transform: scale(0.95);
    
}

.delegeTable {
	
	width: 100%;
    
 	margin: 20px auto;
	border-collapse: collapse;
	padding: 0;
	table-layout: fixed;
	
}

.delegeTable th, .delegeTable td {
	height: 65px;
	border: 2px solid #000000;
  padding: 8px;
}

.delegeTable th {
	font-size: 30px;
	border-bottom: 4px solid #000000
}
.delegeTable th:nth-child(1) {
	width: 30%;
}
.delegeTable th:nth-child(2) {
	width: 25%;
}
.delegeTable td {
	font-size: 26px;
	height: 90px;
}

.corpTable {
	
	width: 100%;
    
 	margin: 10px auto;
	border-collapse: collapse;
	padding: 0;
	table-layout: fixed;
	
}

.corpTable th, .corpTable td {
	height: 30px;
	border: 2px solid #000000;
  padding: 4px;
}

.corpTable th {
	font-size: 17px;
	border-bottom: 2px solid #000000
}
.corpTable td {
	font-size: 15px;
	height: 50px;
}

.corpTable th:nth-child(1) {
	width: 40%;
}
.corpTable th:nth-child(2) {
	width: 40%;
}
.corpTable th:nth-child(3) {
	width: 20%;
}

.downloadDelegaButton {
	max-width: 110px;
	height: 80%;
	
	float: right;
	
	margin: 15px;
	
	cursor: pointer;
	
	background-color: #ffffff;
	border: 2px solid #000000;
	
}

.downloadDelegaButtonIncomplete {
	max-width: 100px;
	height: 80%;
	
	float: right;
	
	margin: 15px;
	
	cursor: pointer;
	
	background-color: #ffffff;
	border: 2px solid #e44b3a;
	
}

.editDelegaButton {
	
	width: 20%;
	height: 80%;
	
	float: left;
	
	margin: 15px;
	
	cursor: pointer;

	background-color: #ffffff;
	border: 2px solid #000000;
	
}

.editDelegaButtonIncomplete {
	
	width: 20%;
	height: 80%;
		
	margin: 15px;

	cursor: pointer;
	
	background-color: #ffffff;
	border: 2px solid #e44b3a;
	
}

.pdfListTable {
	
	width: 100%;
	
	margin-top: 0;
	
	border-collapse: collapse;
	
}
.pdfListTable td {
	
	width: 100%;
	
	border: 2px solid #000000;
	
}

.deleteButton {
	
	width: 35px;
	height: 35px;
	
	margin: auto 5px;
	padding: 0px;
	
	float: right;
	
	background-color: transparent;
	border-width: 0px;
	
	cursor: pointer;
	
	background-image: url("Images/delete.png");
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center 2px;
	
}

.form_divider {
	
	width: 100%;
	
	border-width: 1.25px;
	border-color: #8c8c8c;
	border-style: solid;
	
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background: rgba(50, 50, 50, 0.95);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(90, 90, 90, 0.75) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
