/* Apply to all */
html {font-size:14px;}
* {box-sizing: border-box}

.nav {
}

/* */
body{
	font-family: Verdana, sans-serif;
/*
	background-image: url('../images/natural_paper.png');
	background-image: url('../images/tex2res1.png');
	background-image: url('../images/shinedotted.png');
	background-image: url('../images/qbkls.png');
	background-image: url('../images/seigaiha.png');
	background-image: url('../images/dark_fish_skin.png');
	background-image: url('../images/egg_shell.png');
*/
	background-image: url('../images/qbkls.png');
}

/* */
#headframe {
border-style: none;
border-color: rgba(0,0,0,1.0);
}

#banner {
    background-color: rgba(80,0,0,1.0);
	border-radius:0px;
	padding:10px 10px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

#userdropdowncontainer{
	z-index:5000;
 	background-color: none;
	border: none solid 1px;
	top: none;
	right: 10px;
	position: absolute;
	margin: 0px 0px;
	padding: 0px 0px;
	/*box-shadow: 4px 4px 4px rgba(0,0,0,0.5);*/
}
#userdropdownbtn{
border: solid 0px rgba(0,0,0,0.2); 
box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
background-image: -webkit-linear-gradient(left,#f0f0f0,#8c8b8b);
color: rgba(0,0,0,0.5);
}
#userdropdown{
 	background-color: #ccc;
	border: solid 1px #666;
	border-radius: 4px;
	margin: 0px 0px;
	padding: 0px 0px;
	/*box-shadow: 4px 4px 4px rgba(0,0,0,0.5);*/
}
#userdropdown-border{
 	background-color: whitesmoke;
	border: solid 0px blue;
	border-radius: 10px;
	margin: 5px;
	padding: 5px 5px;
	box-shadow: inset 0px 0px 4px rgba(0,0,0,1);*/
}
#userdropdown .dropdown-item{
	border-bottom: solid 0px #aaa;
}

/* the whole section below headframe(banner) */
.mainframe {
 	background-color: white;
	border: solid 1px;
	position: relative;
	padding: 10px 20px;
	/*box-shadow: 4px 4px 4px rgba(0,0,0,0.5);*/
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

/* wrapper around navbar */
.bartender {
	padding: 0px;
 	text-color: white;
	border: solid 1px;
	border-bottom: none;
	position: relative;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

/*----------------------------------------*/
/* (1) navbar + (2) nav-tabs shared custom color */
/* change the background color */
.nav-custom {
 	background-color: rgba(153,153,66,1);
	border:none;
}
/* change the brand and text color */
.nav-custom .navbar-brand,
.nav-custom .navbar-text {
	    color: rgba(80,0,0,1); /* Maroon */
}
/* change nav-link color and text */
.nav-custom .nav-item .nav-link{
	font-weight: bold;
	color: rgba(80,0,0,1);
	text-align:center;
	line-height:1.0em; /* for Tab(Tsunami<br>Maps) to fit tight */
}
/* change the color of active or hovered links */
.nav-custom .nav-item.active,
.nav-custom .nav-item:hover {
 	background-color: rgba(255,255,255,1);
	color: rgba(80,0,0,1);
	border:none;
}

.dropdown-menu {
	z-index:10000;
}

/* show top rounded corner and shadow when larger than bs4 md screen */
/* i.e., when stacked vertically, no rounded corner */
@media screen and (min-width: 768px){
	.nav-custom .nav-item .nav-link,
	.navbar {
		border: none 1px #FFF;
	}
	.nav-custom .nav-item.active,
	.nav-custom .nav-item:hover {
		border-top-left-radius: 5%;
		border-top-right-radius: 5%;
		box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	}
}

.nav-custom .navbar-toggler-icon {
}
.nav-custom .nav-item .nav-link {
	padding-left:30px;
	padding-right:30px;
}
.nav-grid {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
 	background-color: white;
}
.nav-grid:hover {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
 	background-color: rgba(153,153,66,1);
}
/*----------------------------------------*/
/* form (use in-html style) */
.form-tight{
	padding: 1px 2px;	
	height: 16px;
}
.form-control{
}

/*----------------------------------------*/
/* NEW User Indicator Light */
.newlight {
    position: relative;
    text-align: center;
	font-size: 15px;
    height: 30px;
    width: 30px;
    margin: 0px;
    padding: 0px;
	border: solid 1px rgba(0,0,0,0.2);
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
/* User Indicator Light */
.light {
    position: relative;
    text-align: center;
	font-size: 15px;
    height: 40px;
    margin: 10px;
    padding: 8px 10px;
	border: solid 1px rgba(0,0,0,0.2);
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.light_avail {
	background-color : rgba(152,251,152,0.7);
}
.light_busy {
	background-color : rgba(240,128,128,0.7);
}
.light_noavail {
	background-color : rgba(0,0,0,0.2);
}

.section-title {
	padding-top: 2px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color:rgba(0,60,113,0.2);
}

.section-border {
	border: solid 1px rgba(0,0,0,0.4);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.subsection-title {
	margin-bottom: 2px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	/*background-color:rgba(0,60,113,0.2);*/
}

.subsection-border {
	border: solid 1px rgba(0,0,0,0.4);
}

.errortxt {
	font-size: 12px;
	color: red;
}

.file-info {
	color:rgba(0,60,113,1);
	font-size:12px;
}

.resultlink {
	border-radius: 5px;
	border: solid 1px rgba(0,0,0,0.4);
	background-color: whitesmoke; 
}

/* 2023 rose */
#rosePanelBase {
	margin: 0px 2px 0px 2px;
	padding: 2px 2px 2px 5px;
	text-align: center;
	font-family:Tahoma;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px; 
	background-color:whitesmoke;
	transition: background-color 0.5s ease;
}
#rosePanelBase.active {
	background-color:rgba(255, 105, 180,0.3);
}
#rosePanelSwitch {
	background-color:rgba(230,230,230,0);
}
.rosePanel {
	margin:2px 0px 2px 0px;
	padding:0px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	border-radius: 5px 5px 0px 0px; 
	background-color:whitesmoke;
	border:0px solid blue;
}
.rosePanelTitle {
	margin: 0px 0px 0px 0px;
	pad: 0px 0px 0px 0px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px; 
	background-color:rgba(230,230,230,1);
	/*background-color:rgba(0,60,113,0.2);*/
}
.canvasPanel {
	position:relative;
	z-index:500;
	height:90px;
	border:0px solid rgba(100,100,100,0.5);
}

/* applies to (1) tsumaps.html (2) tsumaps_leaf.html */
.maprow {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 26px;
	min-width:300px;
	background-color:rgba(0,0,0,0.02);
}
.maprowshort {
	margin: 0px 0px 2px 0px !important;
	padding: 0px 0px 0px 0px;
	height: 18px;
	background-color:rgba(0,0,0,0.02);
}
.maprowshortborder {
	border-left: 0px none;
	border-top: 0px none;
	border-bottom: 0px none;
	border-right: 1px solid rgba(255,225,25,0.6);
}

.right-bracket {
	padding-top: 6px;
}

/* select location */
.black{
	background-color:rgba(0,0,0,0.02);
	color: rgba(255,255,255,1);
}
.select_group_all {
    height: 24px;
    padding: 1px 0px 0px 0px;
	background-color:rgba(0,0,0,0.02);
	color: rgba(255,255,255,1);
}
.select_prepend {
	display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.select_label_all {
	display: inline-block;
    height: 22px;
    padding: 0px 5px 0px 0px;
}
.select_all {
	display: inline-block;
    height: 24px;
    padding: 0px 0px 0px 2px;
	color: black;
	background-color: rgba(255,255,255,0.6);
}

#status_wrapper {
	text-align: center;
	padding: 0px 0px 0px 10px;
	margin: 0px 25px 5px 25px;
	border: solid 0px;
	border-radius: 5px;
	color: rgba(255,225,25,0.95);
	/*
	background-color: rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	*/
}
#tsumap_status {
	font-weight: bold;
	font-size: 16px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
}
/* Set the size of the div element that contains the map */
#map {
	box-shadow: inset 0px 0px 10px #000000;
	min-height: 600px;
	height: 100%;  /* The height is 400 pixels */
	width: 100%;  /* The width is the width of the web page */
	padding: 0px;
	margin: 0px;
}
/* colorbar */
#overlay {
	position: absolute;
	left: 2%;
	top: 150px;
	max-width: 40%;
	max-height: 40%;
	z-index: 500;
}
/* 768px = col-sm | 992px = col-md */
@media screen and (max-width: 992px){
	.maprow {
		height: 28px;
	}
	#map {
		min-height: 400px;
	}
}
@media screen and (max-width: 767px){
	#tamuglogo{height:40px;}
	#websitetitle{
		padding-top: 1px;
		font-size:20px;
	}
	#userdropdowncontainer{right:60px;top:2px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	#tamuglogo{height:60px;}
	#websitetitle{
		padding-top: 2px;
		font-size:30px;}
	#userdropdowncontainer{right:10px;}
}
@media screen and (min-width: 992px){
	#tamuglogo{height:80px;}
	#websitetitle{
		padding-top: 5px;
		font-size:40px;}
}
