body{
	background-color: #f7f7f7;
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

input,button{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	filter: none;
}

.main-div{
	width: 250px;
	margin: 0px auto;
	margin-top: 80px;
	padding: 20px;
	display: none;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
}

.loggedin-div{
	width: 30%;
	margin: 0px auto;
	margin-top: 80px;
	margin-bottom: 80px;
	display: none;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	padding-bottom: 40px;
}

#chargers{
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

#user-content #stations, #user-content #station-specifications{
	border-top: 1px solid #333;
}

#station-specifications{
	padding: 20px 10% 40px;
	clear: both;
	overflow: auto;
}

#stations > p{
	font-size: 20px;
}

#stations .next-prev{
	text-align: center;
	margin-top: 30px;
	width: 100%;
	height: 50px;
}

#software{
	border-bottom: 1px solid #333;
}

#admin-div, #user-div{
	width: 70%;
	min-width: 840px;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
}

#admin-content, #chargers, #stations{
	clear: left;
}

#admin-content{
	min-height: 350px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

.padded-div{
	padding: 20px;
}

.reservations-div{
	width: 70%;
	min-width: 840px;
}

.success-div{
	width: 30%;
	margin: 0px auto;
	margin-top: 80px;
	padding: 20px;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
}


.main-div input{
	display: block;
	border: 1px solid #333;
	border-radius: 5px;
	background: #fff;
	padding: 15px;
	outline: none;
	width: 100%;
	margin-bottom: 20px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.tab input, .tab-soft input{
	border: 1px solid #333;
	border-radius: 5px;
	background: #fff;
	padding: 5px;
	outline: none;
	margin-bottom: 10px;
}

.main-div input:focus{
	border: 1px solid #999;
}

.main-div button, .loggedin-div button, .success-div button{
	background: #331155;
	color: #fff;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 10px 15px;
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-div button:hover, .loggedin-div button:hover, .success-div button:hover{
	background: #4C187F;
	border: 1px solid #333;
	cursor: pointer;
	
}

.default{
	width: 100%;
	margin-bottom: 15px;
}

#generatorList .default{
	margin-bottom: 25px;
}

#generatorTable{
	clear: both;
}

.default, .default th, .default td{
	position: relative;
	border: 1px solid black;
	border-collapse: collapse;
}

.default td{
	padding: 5px;
}

.default td input{
	border: 1px solid #333;
	border-radius: 5px;
	background: #fff;
	padding: 5px 0px;
	width: 50px;
	outline: none;
	text-align: center;
}

#generatorList td input{
	padding: 5px 2px 5px 0px;
	width: 100%;
	font-size: 16px;
}

.default td input::-webkit-outer-spin-button,
.default td input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.default td input[type="number"] {
	-moz-appearance: textfield;
}

#generatorList td input[type="number"]{
	-moz-appearance: none;
}

.center{
	text-align: center;
}

#admin-div form button{
	float: right;
	margin-bottom: 30px;
	width: 100px;
	padding: 5px 0px;
	clear: right;
}

#admin-div .buttons {
    float: left;
    width: 180px;
    margin-right: 5px;
}

#welcome-div .buttons {
    float: left;
    width: 180px;
    margin-right: 5px;
}

#welcome-div::after{
	content: '';
	display: block;
	clear: both;
}

.stationsMenu{
	overflow: auto;
	padding: 20px;
	border-top: solid 1px black;
}

.stationsMenu input{
	width: 255px;
	float: right;
	padding: 10px 20px;
	border: 1px solid #331155;
	border-radius: 5px 0px 0px 5px;
}

.stationsMenu input:focus,
.generatorMenu input:focus{
	outline: none;
}

#user-div .generatorMenu{
	padding-top: 20px;
	border-top: 1px solid #331155;
}

#user-content .generatorMenu,
#user-content #generatorList,
#user-content #generatorTable{
	padding-right: 20px;
	padding-left: 20px;
}

.generatorMenu #generatorButton{
	display: none;
	margin-left: 5px;
}

.generatorMenu #priceBtn{
	margin-left: 5px;
	float: left;
}

.generatorMenu input{
	width: 255px;
	float: left;
	padding: 10px 20px;
	margin-left: 5px;
	border: 1px solid #331155;
	border-radius: 5px 0px 0px 5px;
}

.next-prev .buttons {
	width: 100px;
	font-size: 15px;
	padding: 8px 0px;
	margin: 5px;
	float: right;
}

.buttons {
	margin-top: 10px;
	float: right;
}

.padded-div .align-right, #admin-div .align-right{
	float: right;
    width: 120px;
	clear: right;
}

#prevBtn, #nextBtn, #prevButton, #nextButton{
	width: 70px;
}

input.invalid {
  background-color: #ffdddd;
}

.tab, .tab .choice, #option option, .alert, .tab label, .tab-soft{
	display: none;
}

.alert{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: red;
	margin-bottom: -15px;
	margin-top: 10px;
}

#alertContent{
	text-align: center;
}

h3{
	margin-top: 0px;
}

select{
	padding: 5px 0px 5px 5px;
	outline: 0;
	border: 1px solid #333;
	border-radius: 5px;
}



#user-div .padded-div label{
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	margin-top: 10px;
	position: relative;
	font-size: 16px;
	cursor: pointer;
	user-select: none;
}

#user-content{
	border-bottom: solid 1px black;
}

.tab input[type="radio"]{
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.tab span{
	padding: 5px;
	display: block;
}

.tab input[type="radio"]:checked ~ span{
	background-color: #33115526;
}

.tab input[type="radio"]:hover ~ span{
	background-color: #33115526;
}

#result_desc ul{
	list-style: none;
	padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
}

ul{
	list-style: none;
}

.fa{
	padding-right: 5px;
}

form{
	margin-bottom: 60px;
}

#admin-div form{
	margin-bottom: 40px;
}

.tooltip{
	position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border: 1px solid black;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -160px;
  opacity: 0;
  transition: opacity 0.3s;
}


.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.product-table{
    width: 100%;
    background-color: white;
    border-spacing: 0;
}
.product-table th, .product-table td{
    height: 40px;
    vertical-align: middle;
    padding: 0px 10px;
    text-align: left;
    border-bottom: 1px solid lightgray;
	box-sizing: border-box;
}
.product-table th{
    user-select: none;
}
.product-table th span{
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
}
.product-table th span img{
    opacity: 0;
    transform: scaleY(1);
    transition: opacity 0.3s ease-in-out;
}
.product-table th:last-child{
    width: auto;
    min-width: 0;
}
.product-table .sortable{
    cursor: pointer;
}
.product-table .sortable:hover img{
    opacity: 0.5;
}
.product-table .sortable.active:hover img{
    opacity: 1;
}
.product-table .active img{
    opacity: 1;
}
.product-table .asc img{
    transform: scaleY(-1);
}
.product-table .desc img{
    transform: scaleY(1);
}

.product-table input{
	display: inline-block;
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	border: none;
	background: #f7f7f7;
}

.product-table input:focus{
	outline: 1px solid #4C187F;
}

.product-table select{
	display: inline-block;
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	border: none;
	background: #f7f7f7;
}

.product-table select:focus{
	outline: 1px solid #4C187F;
}

.unavailable{
  color: gray;
}

.box {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

#box-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-color: #333;
  border-radius: 10px;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='69.141' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M69.212 40H46.118L34.57 20 46.118 0h23.094l11.547 20zM57.665 60H34.57L23.023 40 34.57 20h23.095l11.547 20zm0-40H34.57L23.023 0 34.57-20h23.095L69.212 0zM34.57 60H11.476L-.07 40l11.547-20h23.095l11.547 20zm0-40H11.476L-.07 0l11.547-20h23.095L46.118 0zM23.023 40H-.07l-11.547-20L-.07 0h23.094L34.57 20z'  stroke-width='0.5' stroke='hsla(0, 0%, 91%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
  width: 200px;
}

.close {
  margin-top: -20px;
  margin-right: -10px;  
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#loading-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 1;
	opacity: 0.9;
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='69.141' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M69.212 40H46.118L34.57 20 46.118 0h23.094l11.547 20zM57.665 60H34.57L23.023 40 34.57 20h23.095l11.547 20zm0-40H34.57L23.023 0 34.57-20h23.095L69.212 0zM34.57 60H11.476L-.07 40l11.547-20h23.095l11.547 20zm0-40H11.476L-.07 0l11.547-20h23.095L46.118 0zM23.023 40H-.07l-11.547-20L-.07 0h23.094L34.57 20z'  stroke-width='0.5' stroke='hsla(0, 0%, 91%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}
	
#loading-box:before {
	  content: "";
	  height: 100%;
	  display: inline-block;
	  vertical-align: middle;
}
	
#loading-box .loading-frame {
	  display: inline-block;
	  vertical-align: middle;
	  width: 100px;
	  height: 100px;
	  border-radius: 50%;
	  position: relative;
	  overflow: hidden;
	  padding: 10px;
	  border: 5px solid #fff;
}

#loading-box .loading-bar {
		background: #29d;
		width: 50%;
		height: 50%;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 100% 0 0 0;

		animation: spin 2s linear infinite;
		transform-origin: 100% 100%;
}
	  
#loading-box .loading-cover {
		background: #fff;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		position: relative;
		z-index: 2;
}

@keyframes spin {
	0% {
	  transform: rotate(0deg);
	  background: #4C187F;
	}
	50% {
	  transform: rotate(180deg);
	  background: #331155;
	}
	100% {
	  transform: rotate(360deg);
	  background: #4C187F;
	}
}

#account-content table{
	margin-bottom: 0px;
}

#admin-div #reservations-list{
	min-height: 144px;
}

#admin-div #reservations-list table,
#user-div #reservations-list table{
	table-layout: fixed;
}

.delete-button, .save-button, .enable-button{
	width: 30px;
	height: 30px;
	color: #331155;
	cursor: pointer;
	transition: color 0.3s ease-in-out;
}

.save-button, .enable-button{
	margin-right: 5px;
}

.delete-button:hover, .save-button:hover, .enable-button:hover{
	color: #4C187F;
}

.button-container{
	display: flex;
	align-items: center;
}

#admin-div #reservations-list textarea,
#user-div #reservations-list textarea{
	resize: none;
	position: absolute;
	border: none;
	background-color: #ebf5f5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
	margin: 0px;
}

textarea:focus{
	outline: 2px solid #331155;
}

#user-div #reservations-add {
	padding-bottom: 60px;
	border-bottom: 1px solid #333;
}

#admin-div #reservations-add {
	padding-bottom: 40px;
}

#admin-div #reservations-search {
	float: left;
	margin-left: 10px;
}

#admin-div #reservations-search input{
	float: left;
	padding: 9.5px 20px;
	border: 1px solid #331155;
	border-radius: 5px 0px 0px 5px;
}

#admin-div #reservations-search input:focus{
	outline: none;
}

#admin-div #reservations-search button{
	float: left;
}

#admin-div #reservations-search #generateBtn{
	width: 160px;
	height: 37px;
	border-radius: 5px;
	margin-left: 10px;
}

#admin-div #reservations-search #searchBtn,
#user-div #searchBtn,
.generatorMenu #searchBtn{
	width: 37px;
	height: 37px;
	border-radius: 0px 5px 5px 0px;
	border-left: none;
}

#user-div #searchBtn
{
	width: 37.6px;
	height: 37.6px;
	float: right;
}

.generatorMenu #searchBtn,
#user-div .generatorMenu #searchBtn
{
	margin-top: 0px;
	width: 37.6px;
	height: 37.6px;
	float: left;
}

#admin-div #reservations-search button i,
#user-div .stationsMenu i,
.generatorMenu #searchBtn i{
    font-size: 17px;
	margin-left: -4px;
	margin-top: -1px;
}

.generatorMenu button{
	width: 110px;
	height: 37.6px;
	font-size: 13px;
	float: right;
}

.generatorMenu .select-box{
	width: 200px;
	float: left;
}

#liczba_rezerwacji{
	margin-bottom: 0;
}

h2 {
	margin: 16px;
}

.select-box {
	position: relative;
	display: flex;
	width: 405px;
	flex-direction: column;
	margin-bottom: 20px;
	float: left;
}

.select-box .options-container {
	position: absolute;
	top: 45px;
	background: #331155;
	color: #f5f6fa;
	max-height: 0;
	width: 405px;
	opacity: 0;
	transition: all 0.4s;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;

	order: 1;
}

.generatorMenu .select-box .options-container {
	width: 200px;
}

.selected {
	background: #331155;
	border-radius: 5px;
	margin-bottom: 8px;
	color: #f5f6fa;
	position: relative;

	order: 0;
}

.selected::after {
	content: "";
	background: url("../img/arrow-down.svg");
	background-size: contain;
	background-repeat: no-repeat;

	position: absolute;
	height: 70%;
	width: 32px;
	right: 10px;
	top: 5px;

	transition: all 0.4s;
}

.select-box .options-container.active {
	max-height: 240px;
	opacity: 1;
	overflow-y: scroll;
}

.select-box .options-container.active + .selected::after {
	transform: rotateX(180deg);
	top: 5px;
}

.select-box .options-container::-webkit-scrollbar {
	width: 8px;
	background: #0d141f;
	border-radius: 0 5px 5px 0;
}

.select-box .options-container::-webkit-scrollbar-thumb {
	background: #525861;
	border-radius: 0 5px 5px 0;
}

.select-box .option,
.selected {
	padding: 11px 24px;
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
}

.select-box .option:hover {
	background: #4C187F;
}

.select-box label {
	cursor: pointer;
}

.select-box .option .radio {
	display: none;
}

#product-select{
	text-align: center;
}

#product-select .product-box{
	display: inline-block;
	margin: 5px;
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 248px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	border-radius: 10px;
	cursor: pointer;
}

#product-select .product-box img{
	margin-top: 20px;
	width: 150px;
	height: 200px;
	transition: all 0.3s ease-in-out;
}

#product-select .product-box .overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(0,0,0,0.2);
	border-radius: 10px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

#product-select .product-box:hover .overlay{
	opacity: 1;
}

#product-select .product-box:hover img{
	transform: scale(1.1);
}

#product-select .product-box .caption{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
}

#product-select .product-box .caption p{
	margin: 0 10px 10px 10px;
	padding: 5px 0 5px 0;
	color: white;
	font-size: 18px;
	background: #331155;
	border: solid 1px black;
	border-radius: 5px;
	transition: margin 0.3s ease-in-out;
}

#product-select .product-box:hover .caption p{
	margin-bottom: 20px;
	background: #4C187F;
}

.product-dropdowns{
	padding: 20px 20px 10px 20px;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 0px 1px;
	float: left;
	width: calc(80% - 42px);
	min-height: 190px;
}

#product-description-float .product-dropdowns-float{
	width: 100%;
	float: left;
}

#product-description{
	padding: 20px 20px 0px 20px;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px 0px 0px;
	float: left;
	width: calc(100% - 40px);
}

#product-description-float{
	padding: 20px 20px 0px 20px;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 0px 1px;
	float: right;
	min-height: 250px;
	width: calc(75% - 42px);
}

#product-description-float h3{
	margin: 0;
}

#product-description-float .description-left{
	width: 40%;
	float: left;
}

#product-description-float .description-right{
	width: 60%;
	float: right;
}

#product-description .description-left{
	width: 50%;
	float: left;
}

#product-description .description-right{
	width: 50%;
	float: right;
}

#station-specifications .product-div{
	background-color: white;
	overflow: auto;
	border: solid 1px black;
	border-radius: 10px;
}

#station-specifications .product-summary{
	padding: 0px 20px;
	clear: both;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#station-specifications .product-img{
	padding: 20px;
	float: left;
	width: calc(20% - 40px);
}

#station-specifications .product-img img{
	width: 100%;
}

#station-specifications .product-img-big{
	padding: 20px;
	float: left;
	width: calc(25% - 40px);
}

#station-specifications .product-img-big img{
	width: 100%;
}

#station-specifications ul{
	margin-left: -40px;
}

#station-specifications ul li{
	margin-top: 10px;
}

#station-specifications ul li::after{
	content: '';
	display: block;
	clear: both;
}

#station-specifications ul li label{
	padding-top: 5px;
	height: 25px;
	width: 75%;
	float: left;
}

#station-specifications .description-left ul li label{
	padding-top: 5px;
	height: 25px;
	width: 100%;
	float: left;
}

#station-specifications ul li select,
#station-specifications ul li button{
	height: 30px;
	width: 25%;
	float: right;
}

#station-specifications ul li button{
	padding: 0px;
}

#station-specifications #product-description-float ul li label{
	padding-top: 5px;
	height: 25px;
}

#station-specifications #product-description-float ul li input{
	height: 30px;
	width: 45px;
	float: left;
}

#station-specifications #product-description ul li input{
	height: 30px;
	width: 45px;
	float: left;
}

#station-specifications .product-summary ul li button{
	height: 30px;
	padding: 0px;
	width: calc(9% - 2px);
	float: left;
}

#station-specifications #product-description-float ul li .desc-left{
	width: 80%;
	float: left;
}

#station-specifications #product-description-float ul li .desc-right{
	width: 20%;
	float: left;
}

#station-specifications #product-description ul li .desc-left{
	width: calc(82% + 2px);
	float: left;
}

#station-specifications #product-description ul li .desc-right{
	width: calc(18% - 2px);
	float: left;
}

#station-specifications .product-summary ul li .desc-left{
	width: calc(91% + 2px);
	float: left;
}

#station-specifications .product-summary ul li .desc-right{
	width: calc(9% - 2px);
	float: left;
}

#product-total{
	color: #331155;
	font-weight: 700;
}

#backBtn{
	float: left;
	width: calc(9% - 2px);
	height: 30px;
	padding: 0px;
	margin: 20px;
}

.account-nav
{
	padding: 20px;
	overflow: auto;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.account-nav .buttons
{
	width: 180px;
	margin: 0px 5px 0px 0px;
	float: left;
}

#account-content
{
	padding: 20px;
	overflow: auto;
}

#account-content h3
{
	text-align: left;
}

#account-content .address-header
{
	text-align: center;
}

#account-content #station-specifications
{
	border-top: none;
	padding-bottom: 20px;
}

.comments
{
	padding: 20px 10% 20px;
	clear: both;
	overflow: auto;
}

.comments-div
{
	padding: 20px;
	background-color: white;
	overflow: auto;
	border: solid 1px black;
	border-radius: 10px;
}

.comments-div h3
{
	margin: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px black;
	text-transform: uppercase;
}

.comments-div p
{
	min-height: 21px;
	margin: 0px;
}

.comments-container
{
	overflow: hidden;
	margin: 20px 10px 10px;
}

.comments-container .comments-img
{
	position: relative;
	overflow: hidden;
	border: solid 1px gray;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	float: left;
}

.comments-container .comments-img img
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
}

.comments-container .comments-content
{
	background-color: #f1f1f1;
	width: calc(100% - 117px);
	margin-left: 20px;
	border: 1px solid gray;
	border-radius: 10px;
	padding: 10px;
	float: left;
}

.comments-container .comments-content label
{
	display: block;
	margin-top: 10px;
	text-align: right;
	color: gray;
}

.comments-container .comments-content textarea
{
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	height: 200px;
	border: 1px solid gray;
	border-radius: 10px;
}

.comments-container .comments-content textarea:focus
{
	outline: 1px solid #331155;
}

.comments-container .comments-content button
{
	margin-top: 10px;
	width: 100px;
	float: right;
}

#comments-new
{
	background-color: white;
	width: calc(100% - 95px);
	padding: 0px;
	border: none;
}

textarea
{
	resize: none;
}

#admin-content #account-content
{
	padding: 20px 0px;
	overflow: unset;
}

#addressBtn
{
	float: right;
	margin-top: 10px;
	width: 80px;
	padding: 5px;
}

.address-div
{
	overflow: auto;
	width: 400px;
	padding: 15px 20px;
	margin: auto;
	border: solid 1px black;
	border-radius: 10px;
}

.address-container
{
	margin: 5px 0px;
}

.address-container::after
{
	content: '';
    display: block;
    clear: both;
}

.address-container label
{
	display: block;
	width: 50%;
	height: 25px;
	padding-top: 5px;
	float: left;
}

.address-container input
{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding-left: 9px;
	width: 50%;
	height: 25px;
	margin: 3px 0px 2px 0px;
	border: 1px solid gray;
	border-radius: 5px;
	float: left;
}

.address-container input:focus
{
	outline: 1px solid #331155;
}

.address-container select
{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	background-color: white;
	padding: 0px 0px 0px 5px;
	width: 50%;
	height: 25px;
	margin: 3px 0px 2px 0px;
	border: 1px solid gray;
	border-radius: 5px;
	float: left;
}

.terms
{
	border-top: 1px solid black;
}

.terms ul
{
	list-style: disc;
}

.terms h2
{
	margin: 20px 0px;
}

.platform-buttons
{
	overflow: auto;
	border-top: solid 1px black;
	padding: 10px 20px 20px 20px;
}

.platform-buttons .buttons
{
	float: left;
	width: 180px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.improvements-div
{
	overflow: auto;
	padding: 20px;
	margin: 0px auto 30px auto;
	border: solid 1px gray;
	border-radius: 10px;
	background-color: white;
	width: 800px;
}

.improvements-div p
{
	text-align: center;
}

.improvements-div textarea
{
	width: 100%;
	height: 200px;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid gray;
	border-radius: 10px;
	resize: none;
}

.improvements-div textarea:focus
{
	outline: 1px solid #331155;
}

.improvements-div #addBtn
{
	margin-right: 0px;
	float: right;
	width: 120px;
	margin-top: 10px;
}

#account-content table tr td .order-button
{
	float: left;
	width: 80px;
}

#account-content table tr td .download-button
{
	position: relative;
	float: left;
	margin-left: 5px;
	width: 37.6px;
	height: 37.6px;
}

#account-content table tr td .download-button::after
{
	content: "";
	position: absolute;
	background: url("../img/download.svg");
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	height: 50%;
	width: 50%;
	top: 9px;
	right: 9px;
}

#generatorBox p
{
	margin-bottom: 10px;
}

#generatorBoxRecipient
{
	width: 100%;
	padding: 10px;
	border: 1px solid gray;
	border-radius: 5px;
	margin-bottom: 20px;
}

#generatorBoxDateTxt
{
	margin-top: 5px;
}

#generatorBoxDate
{
	width: 125px;
	padding: 5px;
	border: 1px solid gray;
	border-radius: 5px;
	font-size: 16px;
}

#generatorBoxRecipient:focus, 
#generatorBoxDate:focus
{
	outline: 1px solid #331155;
}

#res_date{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
	background-color: #ebf5f5;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.default .valid{
	color: black;
	background: #e7f2e3;
}

.default .invalid{
	color: gray;
	background: #ffe5e5;
}
