
/* mystyle.css used for all projects
------------------------------------*/

#LGframe {
	width: 100%;
	height: 100%; 
}
#P1frame {
	width: 100%;
	height: 100%; 
}

#LGdiv {
	width: 74%;
	height: 768px; 
}
#P1div {
	float: right;
	width: 25%;
	height: 768px; 
}

/* this turns off the iPad copy/paste selection */
#votePage {
	-webkit-user-select: none;
}

/* this turns off the iPad copy/paste selection */
#voteHead {
	text-align: left;
}

#loginConfirm {
	color: red;
}

#loginConfirmSub {
	color: black;
	font-size: 10pt;
	font-weight: normal;
}

#passConfirm {
	color: red;
}

#userConfirm {
	color: red;
}

.ClientLogoName {
	margin-bottom: 1%;

}

.ClientMessage {
	margin-bottom: 3%;

}

.spinner {
	float: right;
	z-index:1234;
	overflow: auto;
	margin-top: 7px;
	margin-right: 7px;
	
}

.question {
	
}

.questimage {
	width: 25%;
}

.qbody {
	margin-bottom: 1%;
	font-size: 16pt;
	font-weight: normal;

}

.qchoices table {
	width: 100%;
	font-size: 14pt;
	font-weight: bold;

}

.qcol0 {
	width: 5%;
	text-align: right;
	vertical-align:text-top;
	color: red;

}
.qcol1 {
	width: 5%;
	text-align: right;
	vertical-align:text-top;
	font-size: 14pt;
	font-weight: bold;

}
.qcol2 {
	text-align: left;
	vertical-align:text-top;
	font-size: 14pt;
	font-weight: bold;

}

.qcol2 label {
	text-align: left;
	vertical-align: bottom;
	font-size: 14pt;
	font-weight: bold;

}

.qcol3 {
	text-align: left;
	width: 65%;

}

.survquest {
	margin-bottom: 5%;

}

.mustrespond {
	color: red;
	
}

/*	margin-bottom: 1%; leaves it uncolored */
.gbody  {
	width: 80%;	
}

.gchoices table {
	width: 100%;
}

.gbubble {
	border:1px solid #a1a1a1;
	padding: 10px; 
	border-radius:10px;
}

.gcol1 {
	width: 3%;
	text-align: right;
	vertical-align:text-top;
}

.gcol4 {
	width: 5%;
}

/* custom breakpoints to control the min size of a device before jQuery mobile starts stacking cells in my-custom-breakpoint graph results table */
@media ( min-width: 20em ) {
	/* Show the table header rows and set all cells to display: table-cell */
	.my-custom-breakpoint td,
	.my-custom-breakpoint th,
	.my-custom-breakpoint tbody th,
	.my-custom-breakpoint tbody td,
	.my-custom-breakpoint thead td,
	.my-custom-breakpoint thead th {
		display: table-cell;
		margin: 0;
	}
	/* Hide the labels in each cell */
	.my-custom-breakpoint td .ui-table-cell-label,
	.my-custom-breakpoint th .ui-table-cell-label {
		display: none;
	}
}

/* used to center text in the graph 'total' bubble */
.tcenter {
	text-align: center;
	vertical-align:middle;
}

.graphbars {
	height: 20px;
	vertical-align:middle;
	
}
.waitmsg {
	margin-left: 10%;
	margin-top: 10%;
	margin-right: 10%;
	text-align: center;
	
}

.addressfont {
	text-align: center;
	font-size: 1em;
}

/*
// this might be needed when using window.scrollTo(0, 1)
#votePage {
	height: 100%;
}
*/

.ui-header .ui-title {
    margin-right: 1%;
    margin-left: 1%;
}

#addrHead {
	float: left;
}

#votePage h1 {
	text-align: left;
}
#voteContent {
	margin-bottom: 1%;
}
#commentContent {
	margin-bottom: 1%;
}
#infoContent {
	margin-bottom: 1%;
}

/* Controling max width helps when widescreen
This example of mobile dialog
/*
.ui-page .ui-header, 
.ui-page .ui-content, 
.ui-page .ui-footer { 
	max-width: 900px; 
	margin: 0px auto 0px auto; 
}
.ui-page .ui-listview {
	margin: 2px;
}

This works well for log-in page
	max-width: 500px;
	margin: auto;
	
	margin-left: 30%;
	margin-top: 10%;
	margin-right: 30%;

*/

/* set max width for log-in page regardless of media */
#loginPage .ui-content {
	max-width: 500px;
	margin: auto;
}

/*
.infoShowMI {
	object-fit: cover;
}
*/

/* set max width for all pages regardless of media
.ui-page .ui-content {
	max-width: 500px;
	margin: auto;
}
*/

/*		Widescreen Layout: > 992px  */
@media only screen and (min-width: 992px) {
	.ui-content {
		max-width: 992px;
	}
	#infoPage  .ui-header p {
		text-align: left;
		margin-left: 1%;
	}
	#commentPage  .ui-header p {
		text-align: left;
		margin-left: 1%;
	}
}

/*		Tablet Layout: 768px  
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ui-header p {
		width: 75%;
	}
}
*/

/*		Mobile Layout: 320px 
@media only screen and (max-width: 767px) {
	.ui-header p {
		width: 60%;
		font-size: .75em;
	}
}
*/

/*		Wide Mobile Layout: 480px 
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.ui-header p {
		width: 70%;
	}
}
*/

/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
----------------------------------------------- 
@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	
	.ui-content {
		max-width: 992px;
	}
}
 */
 
.water {
    width: 20%;
    height: 0px;
	left: 80%;
    position: absolute;
    background-color: dodgerblue;
    bottom: 0;
}

.hscale {
    width: 100%;
	margin-left: 25px;
	text-align: center;
}

.SPshowscore {
	font-weight: bold;
	text-align: center;
	margin-bottom: 2%;
	margin-top: 2%;
}

#nrclock p {
	/*font-size: 30px;*/
	border-style: groove;
	border-width: 1px;
}

/* slider with tick marks and labels */
.rangeSliderDiv {
    margin-top: 5%;
	margin-right: 15%;
}
.sliderTickmarks{
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    height: 100%;
    float: left;
    border-right: 1px solid #888;
}
.sliderTickmarks span{
    position: relative;
    left: 100%;
    top: -195%;
    margin-left: -3px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.ui-slider-track > div.sliderTickmarks:first-child{
    border-right: 0;
    width: 0;
}
.ui-slider-track > div.sliderTickmarks:first-child span{
    margin-left: 0px;
}
.ui-slider-track > div.sliderTickmarks:last-of-type{
     border-right: 0;
}

/* this changes the font size of range slider labels */
.sliderTickmarks span{
    font-size: 14px;
}

/* this changes the color of the range slider handle */
.ui-slider .ui-slider-handle {
    background: gray;
}
.ui-slider .ui-slider-handle:focus {
    background: gray;
}
/* end of slider */

/* begin item list */
.item_list {
    height: 30px;
	margin-top: -10px;
	margin-bottom: -10px;
}


/*	 float: left;	*/
.item_pic_big {
		 float: left;
		 margin-right: 2%;
		 margin-bottom: 2%;
}

/*	float: top;	*/
.item_text {
		 margin-top: 2%;
		 margin-right: 0%;
		 margin-bottom: 2%;
		 margin-left: 0%;
}

/*	 float: left;	*/
.collapse_body {

}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.received_acknow {
  color: green;
}
