/*
Dark Green Background is "#39391E"
Light Green Background is "#69664C"
The light blue color used is "#95B7F3"
The gold color used for links, etc is: "#EBB66C"
The non-link color for link like info is:  "#C77826"
Font = basefont color="#FFFFFF" face="Verdana, arial" size="2"
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
*/
.navbar-scs{
	border-bottom: 3px solid #C77826;
	background: #FFFFFF;
}
.navbar-scs a{
	color: #69664C;
}
.navbar-toggler-scs {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid  #69664C;
  border-radius: 0.25rem;
}

.navbar-toggler-scs:hover, .navbar-toggler-scs:focus {
  text-decoration: none;
}

.navbar-toggler-scs:not(:disabled):not(.disabled) {
  cursor: pointer;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler-scs {
    display: none;
  }
}

.navbar-scs .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.fade{
	display: none;
}
body {
	color: #39391E;
}

a{
	color: #C77826;
}
a:hover{
	color: #C77826;
	text-decoration: underline;
}
.image-border{
	border: 3px solid #EBB66C;
}
.break-line{
	margin-top: 20px;
	margin-bottom: 20px;
	height: 2px;
	background-color: #C77826;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.findme {
	border: 1px solid #FF0000;
}
.modal-button{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#divOutputArea{
	background-color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
#div-loading-mask{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #69664C;
	width: 100%;
	height: 1000px;
}
#div-loading-box{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#div-loading-mask .h3{
	position: relative;
}
@media (min-width: 768px) {
	#div-loading-mask{
		height: 1000px;
		padding-top: 250px;
	}
	#div-loading-box{
		width: 450px;
	}
	#div-loading-box img{
		width: 100%;
	}
	#div-loading-mask .h3{
		position: relative;
		top: -100px;
		left: 170px;
	}
}
@media (max-width: 767px) {
	#div-loading-mask{
		height: 800px;
		padding-top: 50px;
	}
	#div-loading-box{
		width: 400px;
		padding-left:20px;
		padding-right:20px;
	}
	#div-loading-box img{
		width: 100%;
	}
	#div-loading-mask .h3{
		position: relative;
		top: -75px;
		left: 110px;
	}
}

/* ********************************************************* SCREEN RENDER **************************************************/
.divFascia {
	position: absolute;
	top: 0;
	width: 100%; 
	z-index: 10;
	border: 1px solid #000000;
}
.divLwrTrack {
	position: absolute;
	z-index: 10;
	border: 1px solid #000000;
}
.divWidthWords{
	border-left: thin dashed #C77826;
	border-right: thin dashed #C77826;
	padding-left: 5px;
}
.divTrackArea{
	text-align:right;
	position: absolute;
	background-color: #B2B2B2;
}
.divTrackArea img{
	position: absolute;
	left:80px;
}
.divTotalArea{
	position: absolute;
}
.divScreenHeightWordsContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #39391E;
	width: 100px;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	padding-left:10px;
	padding-right:10px;
	z-index: 11;
}
.divScreenHeightWordsContainer:hover{
	display: none;
}
.divScreenHeightWordsContainer div{
	position: absolute;
	color: #FFFFFF;
}
.Hemlock{background-color: #f5c297;}
.Pine{background-color: #f6dfab;}
.Poplar{background-color: #be9f5e;}
.Oak{background-color: #e9c19c;}
.Maple{background-color: #f7dfa1;}
.Cherry{background-color: #9a3c3c; color: #FFFFFF;}
.Walnut{background-color: #68564a; color: #FFFFFF;}
.Fir{background-color: #c79a70;}
.Other{background-color: #FFDD55;}

.render-vertical-frame,.render-horizontal-frame,.render-kickboard, .render-vertical-kumiko,.render-horizontal-kumiko,.render-vertical-border,.render-horizontal-border{
	position: absolute;
	margin: 0px;
	padding: 0px;
}
.render-screen{
	position: absolute;
	background-color:#FFFFFF;
}
.render-vertical-frame{
	width: 15px;
}
.render-vertical-frame{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;	
}

.render-horizontal-frame{
	height: 15px;
}
.render-kickboard{
	height: 45px;
}
.render-horizontal-frame,.render-kickboard{
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;		
}
.vertical-white-space, .horizontal-white-space{
	position: absolute;
	color: #000000;
	font-size: small;
	width: 75px;
}
.vertical-white-space{
	left: 10px;
}
.horizontal-white-space{
	text-align: right !important;
	left: -80px;
}
.carrot-left,.carrot-right,.carrot-top,.carrot-bottom{
	position:absolute;
	background-color: #95B7F3;	
}
.carrot-left,.carrot-right{
	height: 18px;
	width: 6px;
	top:-6px;	
}
.carrot-top,.carrot-bottom{
	height: 6px;
	width: 18px;
	left: -6px;
}
.render-vertical-kumiko,.render-vertical-border{
	width: 6px;
}
.render-horizontal-kumiko,.render-horizontal-border{
	height: 6px;
}
.new-kumiko{
	background-color: #95B7F3 !important;
	z-index: 1000 !important;
}
.XorY-Position-left,.XorY-Position-right,.XorY-Position-top,.XorY-Position-bottom{
	position: absolute;
	z-index: 1001;
}
.XorY-Position-left{
	left: -50px;
}
.XorY-Position-right{
	right: -50px;
}
.XorY-Position-top{
	top: -50px;
}
.XorY-Position-bottom{
	bottom: -50px;
}

/* ********************************************************* ESTIMATION PAGE ************************************************/

.current-progress{
	text-transform:uppercase;
}
.progress-row{
	margin-top:10px;
	font-size:
}
.input-area{
	padding: 10px;
	height: 460px;
	width: 100%;
	position: relative;
}
#divInputWidthControl{
	width: 100%;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 0px;
	padding-right: 0px;
}

.tip-area{
	position:absolute;
	bottom:2px;
	left:0px;
	color: #808080;
	margin-left:-10px;
	margin-right:-10px;
}

@media (min-width: 768px) {
	.input-area{
		max-width: 500px;
	}
}
@media (max-width: 767px) {

}
.input-area{
	border-style: solid;
	border-width: 2px;
	border-color: #C77826;
	border-radius: 6px;
	margin-top: 10px;
}
.table-super-small{
	font-size: 10px;
}
