body {
	margin: 0px;
	font-family: 'Helvetica', sans-serif;
	background-color: #1c1e1e;
	color:lightGray;
	background-repeat: no-repeat;
	background-position: center;
}

h3 {
	text-align: center;
}

a {
	float: right;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
}

a:hover {
	color: DarkOrange;
}

input {
	font-family: 'Helvetica', sans-serif;
	outline: none;
	border: 1px solid gray;
	background-color: #1c1e1e;
	color: lightGray;
}

input:focus {
	border: 1px solid lightgray;
}

input[type="file"] {
	border: 1px solid lightGray;
	padding: 3px;
	cursor: pointer;
}

input[type="file"]::file-selector-button {
	font-family: 'Helvetica', sans-serif;
	background-color: #1c1e1e;
	border: 0px solid gray;
	border-bottom: 1px solid gray;
	color: lightGray;
}

input[type="file"]::file-selector-button:hover {
	border-bottom: 1px solid white;
}

input[type="checkbox"]:checked {
	background: blue;
	color: white;
	accent-color: darkOrange;
}

textarea {
	font-family: 'Helvetica', sans-serif;
}

button {
	font-family: 'Helvetica', sans-serif;
}

#user_info_id, #rate_extansion_id, #pay_rate_btn_id {
	display: none;
} 


.page_header {
	width: 100%;
	height: 20px;
}




.change_theme {
	position: absolute;
	padding: 5px;
}

#img_coal_theme {
	height: 20px;
	content: url(../imgs/coal4_changed.png);
	cursor: pointer;
}
#img_ice_theme {
	height: 20px;
	content: url(../imgs/snowflake2.png);
	cursor: pointer;
}

#img_ice_theme:hover {
	height: 20px;
	content: url(../imgs/snowflake2_changed.png);
}



.myBtn {
	color: lightGray;
	background-color: #1c1e1e;
	border: 1px solid #1c1e1e;
	border-top: 1px solid lightgray;
	border-right: 1px solid lightgray;
	margin-left: 5px;
	border-radius: 1px;
	cursor: pointer;
	font-size: 18px;
}

.myBtn:hover {
	border: 1px solid lightgray;
	border-top: 1px solid white;
	border-right: 1px solid white;
}




.user_info {
	text-align: center;
}


.rate_field {
	width: fit-content;
	margin: 0 auto;
	padding: 5px;
	min-width: 300px;
}

.rate_card {
	display: inline-table;
	width: 40vw;
	border: 1px solid lightgray;
	padding: 5px;
	min-width: 300px;
	margin-left: 5px;
	margin-right: 5px;
}

.checked {
	border: 3px solid DarkOrange;
	padding: 3px;
}

.rate_card:hover {
	border: 1px solid DarkOrange;
}
.checked:hover {
	border: 3px solid DarkOrange;
}

.rate_card .rate_name {
	text-align: center;
}

.rate_card .rate_price {
	text-align: center;
}

.rate_card .rate_change {
	margin-top: 5px;
	text-align: center;
}


.num_months {
	text-align: center;
	margin-top: 15px;
}

.final_cost {
	text-align: center;
	margin-top: 15px;
}


.pay_rate {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
 }




@media screen and (max-width: 990px) 
{
	.rate_field {
		width: fit-content;
		padding: 0px;
	}

	.rate_card {
		display: block;
		margin-top: 5px;
		width: 80vw;
	}
}








.progress_background {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #0000009E;
	text-align: center;
	z-index: 999999999999;
}

.progress_form {
	position: fixed;
	width: 60%;
	height: auto;
	border: 1px solid #353737;
	margin: 0 auto;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 25vh;
	margin-bottom: 20%;
	background-color: #1c1e1e;
	padding-bottom: 10px;
	max-height: 60vh;
}

.progress_content {
	padding: 10px;
	max-height: 50vh;
	overflow-x: scroll;
	height: auto;
	position: relative;
}

#progress_btn {
	margin: 0 auto;
	margin-top: 5px;
}

#progress_btn {
	display: none;
}







.order_check_background {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #0000009E;
	text-align: center;
	z-index: 999999999999;
}

.order_check_form {
	position: fixed;
	width: 60%;
	height: auto;
	border: 1px solid #353737;
	margin: 0 auto;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 25vh;
	margin-bottom: 20%;
	background-color: #1c1e1e;
	padding-bottom: 10px;
	max-height: 60vh;
}

.order_check_content {
	padding: 10px;
	max-height: 50vh;
	overflow-x: scroll;
	height: auto;
	position: relative;
}

#order_check_btn_pay {
	margin: 0 auto;
	margin-top: 5px;
}
#order_check_btn_quit {
	margin: 0 auto;
	margin-top: 5px;
}


















