/* style sheet for sitesets page */
.on-left{
	float:left; 
	width:60%; 
	padding-top: 10px;
}
.on-right{
	float:right; 
	width:40%;
	border: #E6673D solid 6px; /* orange */
	padding: 5px 15px 15px;
	border-radius: 5px;
	display: none;
}
.on-right.full-width{
	float:none; 
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

#pickSites {
	margin-top: 20px;
}

@media only screen and (max-width: 1000px)  {
	.on-left, .on-right {
		width:100%;
		margin-bottom: 20px;
	}
	#arrow-pointer {
		display:none;
	}
	#sitesets-titles, #tss-container, #table-of-sitesets {
		width: 100% !important;
	}
	
	#left-list-edit {
		margin: 0 !important;
	}
	
}

/* opinion stage widget */
.os_widget {float: right; width: 40%; }
/* --------------- */


/* everything else */

#ss-edit-control {
	width:100%;
	height: auto;
	border: 1px !important;
}

#ss-edit-control td {
	border: none !important;
	text-align: left;
	padding:0px;
}

#ss-edit-control td:first-child {
	width: 50%;
	background: green !important;
}

#rb-edit {
	padding: 4px;
}

.entry-title {
	float: left; 
	width: 50%; 
}
#left-list-edit {
	float: right; 
	margin-right: 35px; 
}
#sitesets-titles {
	width: 94%; 
	overflow:hidden;
}
.sitesets table {
	clear: both; 
	border-spacing: 25px; 
	border: 1px #ccc solid;
}
.sitesets td, .sitesets th {
	text-align:right; 
	padding:5px; 
	border: 1px #ccc solid; 
	vertical-align:top;
}
#table-of-sitesets .deleter{
	display:none;
}

#arrow-boundary {
	width:100%;
	position: relative;
}

#arrow-pointer {
	position: absolute;
	right: -1px;
	color: transparent;
	font-size: 32px;
}

#arrow-pointer .fa {
	font-size: 32px;
}

#tss-container {
	max-height: 950px; 
	width:94%; 
	overflow:auto;
}
#table-of-sitesets {
	width: 94%; 
}
#table-of-sitesets td, #table-of-sitesets th { 
	text-align: left; 
	vertical-align: middle;
}
#table-of-sitesets .ss-tab-no, 
#table-of-sitesets .deleter {
	 width: 50px; 
}

#table-of-sitesets .ss-favorite {
	 width: 50px; 
	 text-align: center;
}
#table-of-sitesets .ss-favorite input[type="radio"] {
    margin: 0;
}
#table-of-sitesets .ss-count {
	width: 125px;
}

tr.display {
	background: #CCDBE1 !important;
	position: relative;
}

tr.display td.pointer {display: block;}

#sitesets-title {
	width:100%; 
	padding: 10px 5px; 
}

#tof-container {
	height:200px; 
	overflow: auto; 
	display:none; 
	border:1px solid #ddd;
}
#table-of-sites {
	width:100%; 
	margin: 10px 0; 
	border:none; 
}
#table-of-sites td {
	text-align:left; 
	padding:5px; 
	border:none; 
}

#table-of-sites .site-tag {
	width: 70px; // 30px;
}

#dummy-whitespace {
	height: 200px; 
}

#sitesets-note {
	margin-top: 15px;
}

#sitesets-form {
	margin-top:10px; 
}
#ss-use-select2 {
	width:150px; 
}
.sitesets textarea {
	width: 100%; 
	/* height: 150px;  */
}
#set-edit-save {
	overflow: hidden; 
}

#googleMap {
	width:100%; 
	height:450px;
}
#googleMap .labels {
	color:white;
	width:45px;
}
.deleter i {
	color: red; 
}
.hide-initial {
	display:none;
}
.clear {
	clear:both;
}
.disabled {
	opacity: .2 !important; 
}
.sitesets textarea[readonly], .sitesets input[readonly] {
	border:none !important;
}
#lm-instruct, #lm-empty, #lm-editing, #ld-save, #rd-save {
	margin:20px 0px;
}
.fa-plus {
	color: #487E90; 
	font-size:12px;
}
#rd-add {
	margin: 10px 0;
}

#download-set {
	margin-bottom: 10px;
}

#download-set .btn-default {
	padding: 1px 12px;
}

input:focus, textarea:focus {
	outline: none;
}