:root {
    --orange:var(--dark-gray);
	--brown: #6b421e;
	
	--purple: #890097;
	--red: #c11b25;
	--green: #21ce55;
	--blue: #4c8bb8;
	--yellow: #fbffa5;
	/*--gray: #5c5956; /* RGB (92,89,96); */
	--gray: #595959;
	--table-dark: #4b6282;
	--table-light: #c5d4e8;
	--table-orange: #e5a770;
	--table-header: #2b323b;
	--tan: #ccc8c0;
	--dark-gray: #555f61;
}

a {
	text-decoration: none;
	color: #fff;
}


h3 {
	font-size: 24px;
	margin: 8px;
    font-weight: 500;
}

h4 {
	font-size: 24px;
	margin: 8px;
}

.main_window_container select {
	font-size: 24px;
    width: 600px;
}

.regular_font {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #fbffa5;
	font-size: 32px;
}

.panel_orange {
    width: 800px;
    left: 360px;
    padding: 20px;
    padding-left: 60px;
	color: var(--table-dark);
    margin: auto;
    font-size: 20px;
    border: 2px solid #fff;
    top: 120px;
    background-color: rgba(204,200,192,0.85);
    box-shadow: 4px 4px 12px var(--tan);
    background-blend-mode: lighten;
}

.panel_trans {
    width: 800px;
    left: 360px;
    padding: 20px;
    padding-left: 60px;
   
    margin: auto;
	display: block;

}

.title {
	width: 560px;
}

.h_title {
	float: right;
	margin-top: -40px;
}

.v_title {
	padding: 40px;
	padding-left: 100px;
	font-size: 32px;
	font-family: 'Raleway', sans-serif;
	color:  #fbffa5;
	margin: auto;
}

.title_text {
	margin: auto;
	width: 560px;

}

.title_image {
	width: 520px;
	height: 520px;
	background-image: url('images/character_bg.png');
	background-size: cover;
	background-position: center;
	margin: auto;
	margin-top: 40px;
}

.est_unit {
	width: 80%; 
	max-width: 800px;
	padding: 20px; 
	border: 1px solid #fff; 
	border-radius: 6px; 
	background-color: var(--tan);
	margin: auto;
	margin-bottom: 16px;
	font-size: 24px;
	display:none;
}


.est_unit input {
	border-radius: 6px;
	min-height: 32px;
}


.est_unit:last-child {
	padding-bottom: 40px;
}

.est_unit input[type=number] {
	width: 100px;
	font-size: 24px;
	height: 32px;
}

.est_unit input[type=checkbox] {
	width: 24px;
	height: 24px;
}

.est_unit .margin {
	padding-left: 40px;
}

.est_unit span {
	width: 100%;
	display: block;
}

.est_unit h2 {
	padding: 0px;
	margin-bottom: 48px;
	color: var(--brown);
	font-size: 24px;
}

.main_form_submit, .main_form_cancel {
    padding: 20px;
    font-size: 24px;
    border-radius: 6px;
    background-color: var(--table-dark);
    min-width: 120px;
    color: #fff;
    box-shadow: var(--shadow);
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
	width: 200px;
	cursor: pointer;
}

.main_form_submit a {
	color: #fff;
}

.main_form_submit a:hover {
	color: #fff;
}

.main_form_cancel {
	
}

.rtn_btn {
	padding: 20px;
    font-size: 24px;
    border-radius: 6px;
    background-color: var(--table-dark);
    border: 1px solid #fff;
    color: #fff;
    box-shadow: var(--shadow);
	margin-bottom: 100px;
	display: block;
	max-width: 250px;
}
	

#main_form input[type=text] {
	width: 400px;
	height: 32px;
	margin: 5px;
	border-radius: 6px;
	font-size: 24px;
	border: 0px;
}

#main_form input[type=button] {
	padding: 20px;
	font-size: 60px;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.15);
	float: right;
	color: #fff;
	box-shadow: var(--shadow);
	margin-bottom: 40px;	
}

#main_form label {
	width: 250px;
	display: inline-block;
	border-radius: 6px;
	font-size: 24px;
}

#main_form textarea {
	margin: auto;
	width: 100%;
	height: 300px;
	margin-top: 40px;
	font-size: 18px;
	margin-bottom: 40px;
	border-radius: 6px;
}

.main_form_container {
	margin: auto;
	width: 80%;
	font-size: 24px;
}

.main_form_container table {
    font-size: 18px;
    margin: auto;
    border-spacing: 0px;
    color: #fff;
}

.main_form_container tr {
	height: 52px;
}

.main_form_container tr:nth-child(even) {
	background-color: var(--table-dark);
	color: #fff;
}

.main_form_container tr:nth-child(odd) {
	color: #000;
	background-color: var(--table-light);
}

.main_form_container tr:first-child {
	background-color: var(--table-header);
	border-bottom: 1px solid var(--table-light);
	color: #fff;
}

.main_form_container td {
	border-right: 1px solid #000;
	padding-left: 6px;
	min-width: 40px;
	padding: 12px;
	padding-left: 24px;
}

.main_form_container input[type=checkbox] {
	width: 32px;
	height: 32px;
}

.quote_list {
    width: 80%;
    padding: 20px;
    min-height: 60px;
    border: 1px solid var(--brown);
    border-radius: 6px;
    background-color: var(--tan);
    margin: auto;
    list-style: none;
    font-size: 24px;
}

.quote_list input[type=checkbox] {
	width: 32px;
	height: 32px;
}

.add_to_quote {
	font-size: 64px;
	padding: 4px;
	width: 80px;
	height: 80px;
	display: block;
	border: 1px solid #fff;
	border-radius: 6px;
	float: right;
	margin: auto;
	text-align: center;
	background-color: var(--table-dark);
	color: #fff;
	background-image: url('images/add.png');
	background-position: center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
}

.panel_orange select {
	width: 80%;
	margin-bottom: 20px;
	font-size: 24px;
	min-height: 32px;
	border-radius: 6px;
}

.more_info {
	width: 100%;
}

.sel-bar {
	margin:auto; 
	width: 80%; 
	display:block; 
	font-size:24px;
	text-align:center;
}

.message {
    width: 80%;
    padding: 14px;
    text-align: center;
    background-color: var(--blue);
    display: block;
    position: relative;
    margin: auto;
    margin-top: -100px;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #fff;
    max-width: 1200px;
    top: 100px;
    z-index: 1;
	animation: fadeInAnimation ease 8s;
	animation-iteration-count: 1;
	opacity: 0%;
	border: 1px solid #fff;
	box-shadow: 4px 4px 12px #fff;
	border-radius: 12px;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 1;
    }
	70% {
		opacity: 1;
	}
    100% {
        opacity: 0;
    }
}

.readme {
	font-size: 16px; 
	width: 100%; 
	display: block; 
	margin-top: 20px; 
	text-align:center;
}

#loadOverlay{display: none;}

.main_window_container span {
	width: 80%;
	margin: auto;
	display: block;
}