/* comment spinner sample css

	Can download locally and change this css.
	Contact: peter AT atomjump.com
*/



#comment-loading {
	width: 28px; 
	height: 28px;
    position:relative;
	top: 100px;
	margin-left: auto;
    margin-right: auto;
    z-index:500;

}


.comment-search-box {
	position: absolute;
	top: 28px;
	left: 30px;
	z-index: 1000;
	color: #ccc !important; /* was ccc */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px !important;
	
	
}

.comment-search-box input {			/* Overriding common css frameworks like bootstrap */
	color: #444;
	border: 0px;
	text-indent: 4px;
	box-sizing: border-box;
	ms-box-sizing: border-box;
	webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	width: 210px;
	height: 1.4em;
}

#comment-message {
	padding-top: 3px;
}	



.comment-search-box input:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}


button:focus { 
	outline: none;  /*for chrome bugfix to allow form on top of canvas */
}

.comment-suggestion {
	width: 170px;
	border-bottom: 1px solid #888;
	z-index: 1000;
	cursor: pointer;
	font-size: 120%;
}

#comment-baddomain {
	position: absolute;
	top: 6px;
	left: 10px;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #777;
}
		 
.comment-highlight {
	color: #fdd;
}

.comment-suggestion-box {
	width: 172px;
	z-index: 999;
	margin-bottom: 20px;
	padding-top: 3px;
}

#comment-clear {
	vertical-align: middle;
	padding-left:6px;
	padding-right: 6px;	
}

#comment-popup {
	position: relative;
	z-index: 4000;
	/*margin-left:-40%;
	margin-top: -24%;*/
	top: 5%;
	left:5%;
	height: 90%;
	
	width: 90%;  /* 560px */
/*	top: 40px;
	left: 50px;*/
	background-color: #ddd;
	
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #444;

	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	border-radius: 10px;
}

.comment-inner-style {

	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

.comment-padding {
	margin: 10px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 4100;

}

.comment-padding-allow-space {
	margin: 10px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:20px;
	z-index: 4100;

}

#comment-popup-inner {
		position: absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		z-index: 4100;
}

#comment-popup-text-container {
	position: relative;
	border: 1px solid #ddd;
	/*width: 100%;   490px; */
	 	top: 0px;
	left:0px;
	/*height:50px;*/
	height: 100%; /*works in every browser except ie7*/
	
	width: 95%;
	/*height: 380px;*/
	overflow-y: hidden;  /* was auto */
	overflow-x: hidden;
	/*box-shadow: 2px 2px 2px rgba(0,0,0,.5);*/
	border-radius: 10px;
	background-color: white;
	z-index: 4200;
}

#comment-options {
	display: none;
	
	-webkit-overflow-scrolling: touch;		
	overflow-y: auto;
	padding-right: 4px;	/* added for slight margin */

}

#comment-prev-messages {

	

}

.private {
	

}



#comment-popup-content {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.comment-logo {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.comment-controls {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*z-index: 1000;*/
	
}

#comment-popup-container {
		position: fixed; /*absolute;*/
		top:0px;
		left:0px;
		/*height: 881px;*/
	/*	height: 0;
		padding-bottom: 60%;*/
		padding: 0px;
		margin:0px;
		display: none;
		z-index: 3000;
		
		

}

#comment-in-here {
	
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	overflow-x: hidden;
}

#comment-close-popup {
	position: relative;
	float: right;
	padding: 5%; /*10px*/
	z-index:5000;
	height: 100%; /*testing*/
}

#comment-close-popup-container 	{
	position: relative;/* was relative*/
	float: right;
	width: 40px;
	/*background-color:red;
	display:none;*/
}


#comment-key {
	/*position: relative;
	float: right;
	padding: 5%; 
	margin-top: 100%;*/
	/*bottom: 5%;*/
	position: absolute;
	bottom: 0px;
	left: 10px;
	z-index:5000;
	/*margin-top: 100px;*/
}



#comment-pop-title {
	float: left;
	position: relative;
	color: #444;
	font-size: 130%;
	width: 100%;
	margin-bottom: 10px;
} 

#comment-show-password {
	margin-bottom: 10px;
}

#comment-pop-text {
	clear: both;
}

#comment-pop-image {
	padding: 10px;	
	float: right;	
}

.comment-popup-style {
	font-family: Helvetica, sans-serif;
}



#comment-pop-title a:link {
	color: #0000ee;
	text-decoration: underline;
}

#comment-pop-title a:visited {
	color:#800080;
}

#comment-pop-text a:link {
	color: #0000ee;
	text-decoration: underline;
}

#comment-pop-text a:visited {
	color:#800080;
}

#comment-search {	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 120%;
	width: 160px;
	padding: 0px;
	margin: 0px;
}

#comment-preloader-hidden {
	width: 30px;
	height: 30px;
	top: 200px;
	left: 330px;
	position: absolute;
	z-index: 4000;
}

.comment-mapspecs {
	width: 100%; /*470px;*/
	height: 300px; 
	margin-top: 10px;
	margin-bottom: 10px; 
	border-radius: 10px;
}
 
#comment-waiting {
 	display:none;
 	padding-top: 10px;
}

a img {
	outline: none;
}
			 	
img {
	border : none;
}		/* old ie versions */


/* Specific to Bootstrap 3 */

/* get a larger input, and align it with submit button */
.form-inline .form-group > div.col-xs-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* vertical align label */
.form-inline label {
    line-height: 34px !important;
}
/* force inline control to fit container width
 http://getbootstrap.com/css/#forms-inline  */
.form-inline .form-control {
    width: 100% !important;
}
/* Reset margin-bottom for our multiline form */
@media (min-width: 768px) {
  .form-inline .form-group {
    margin-bottom: 15px !important;
  }
}


.comment-open {
	cursor:pointer;   /* ensure ipads click ok */

}


.comment-settings {

	position: relative;
	bottom: 0px;
	padding: 3px;
}

.comment-private-key {
	position: relative; 
	bottom: 0px; 
	background-color: #d9edf7; 
	padding: 3px;

}

