/* Comobobox */
.ui-combobox {
	position: relative;
	display: inline-block;
	margin: 0;
}

.ui-combobox-input {
	cursor: pointer;
	width: 100%;
	line-height: 1.5rem; /* Made slightly larger to avoid discrepency with sample table inputs */
	padding-left: 0.2rem;
}

.ui-combobox-input:focus {
	cursor: inherit;
}
/* Triangle is the drop down indicator */
.ui-combobox .ui-icon-triangle-1-s {
	top: 0;
	right: 0;
	left: auto;
	margin-top: 6px;
	position: absolute;
}

.ui-autocomplete li.ui-menu-item {
	width: 100%;
	padding: 0.2rem;
	text-align: center;
}
.ui-autocomplete li.ui-menu-item:hover {
	background: #dedede;
	font-weight: normal;
	border: 1px solid #cdcdcd;
}
/* Override default jquery-ui active state (normally bright blue) */
.ui-autocomplete li.ui-menu-item a.ui-state-active {
	background: none;
	border: none;
	font: inherit;
	color: inherit;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:'Droid Sans';font-style:normal;font-weight:400;src:url(/assets/fonts/DroidSans.woff) format("woff")}@font-face{font-family:'Droid Sans';font-style:normal;font-weight:700;src:url(/assets/fonts/DroidSans-Bold.woff) format("woff")}@font-face{font-family:'Droid Serif';font-style:italic;font-weight:400;src:url(/assets/fonts/DroidSerif-Italic.woff) format("woff")}@font-face{font-family:'Maven Pro';font-style:normal;font-weight:400;src:url(/assets/fonts/MavenProRegular.woff) format("woff")}*{padding:0;margin:0}html{height:100%}body{background:#000;font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;font-size:12px;line-height:1.231;min-height:100%}body.active{background:#000}a{color:#666}a:hover{color:#222}#wrapper{background:#f4f4f4}@media (max-width: 1024px){#wrapper{background:#5c5c5c;overflow-x:hidden}}.cont_wrap{background:#f4f4f4}#container,#motd{width:80%;margin:0 auto;padding-top:20px}@media (max-width: 1280px){#container,#motd{width:96%}}#motd{padding-top:0;padding-bottom:0}#motd p{margin-top:20px}.fa{vertical-align:middle}.fa.green{color:#03c03c}.fa.blue{color:blue}.fa.red{color:red}.fa.grey{color:grey}.fa.orange{color:orange}a.icon{display:inline-block;padding:5px;text-decoration:none}a.icon:hover{cursor:pointer;color:#cdcdcd}.fa.icon{font-size:18px;text-shadow:0px 2px 3px rgba(150,150,150,0.5)}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.right{float:right;width:49%;margin:0;padding:0 0 0 1%}.right.third{width:32.33333%;margin:0;padding:0 1% 0 0}.right.twothird{width:65.66667%;margin:0;padding:0 1% 0 0}@media (max-width: 400px){.right{width:100%;margin:0;padding:0}}.left{float:left;width:49%;margin:0;padding:0 1% 0 0}.left.third{width:32.33333%;margin:0;padding:0 1% 0 0}.left.twothird{width:65.66667%;margin:0;padding:0 1% 0 0}@media (max-width: 400px){.left{width:100%;margin:0;padding:0}}.r{float:right}.l{float:left}.la,.table table tbody td.la{text-align:left}.ra{text-align:right}.active{background:#82d180}.minor{background:#ff0}.inactive{background:#f26c4f}.hidden{display:none}.clear{clear:both}.b{font-weight:bold}.nowrap{white-space:nowrap}@media (max-width: 400px){h1{font-size:12px}}.loading{opacity:0.4;position:relative}.loading:after{margin:auto;top:50%;left:50%;position:absolute;font-family:'FontAwesome';font-size:60px;content:'\f110';opacity:1;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.loading-container{min-height:450px;position:relative}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.animated{transition:transform 0.8s ease-in-out;animation-duration:0.8s}.button{display:inline-block;border:1px solid #e2e2e2;padding:3px 5px;text-decoration:none;border-radius:3px;background:linear-gradient(#ededed, #dedede)}.button:hover{background:linear-gradient(#dedede, #ededed)}.button.active{background:linear-gradient(#a7dfa5, #82d180)}.button.active:hover{background:linear-gradient(#82d180, #a7dfa5)}.button span{font-size:11px}.button span.large{font-size:18px}.button.button-notext span{display:none}.button.button-highlight{background:linear-gradient(#fff, #ededed)}.no-close .ui-dialog-titlebar{display:none}.no-close .ui-dialog-titlebar-close{display:none}#login{display:none;-webkit-overflow-scrolling:touch;overflow-y:scroll;overflow-x:scroll}#login iframe{width:100%;height:100%}ul.ui-autocomplete{z-index:9999}.super{position:relative;top:-0.5em;font-size:80%}.justify{text-align:justify}.ui-menu li{background:none;position:relative}.ui-menu li:after{position:absolute;left:3px;font-family:'FontAwesome';text-shadow:0px 1px 2px rgba(150,150,150,0.5)}.ui-menu li.active:after{content:'\f00c';color:#82d180}.ui-menu li.minor:after{content:'\f06a';color:#e6e600}.ui-menu li.inactive:after{content:'\f071';color:#f26c4f}.plot_container{margin-bottom:10px}.plot_container:not(.right):not(.left){padding:1%}.plot_container button[name=reset]{float:right}.legend table tr{cursor:pointer}.legend table tr:hover{background:#ddd}#avg_time{height:250px}#avg_time.large{height:500px}#visit_breakdown{height:500px}#overview{height:35px;width:94%}#dc_hist,#dc_hist2{height:167px}#logon{height:450px}#logon canvas{transition:opacity .3s ease-in-out}#logon.loading canvas{opacity:0.5}.horizontal_stack{height:30px}.usage{width:50%}#system_pie,#ovr_pie,#visit_pie,#aps,#apstats{height:400px}.legend{float:right;margin:3px 0 20px 0}#pie1,#pie2,#pie3{height:250px}.pie_holder{padding:0 2%;float:left;width:29.3333%}.legendColorBox{padding:2px}.legendColorBox>div{border:none !important}.legendColorBox>div>div{border-radius:3px}.legendLabel{padding:2px}.annote{position:absolute;color:#000;font-size:smaller}.annote sub{vertical-align:sub;font-size:smaller}@media (max-width: 400px){#system_pie,#ovr_pie,#visit_pie{height:320px !important}.pie_holder{width:96%}#overview{width:95%}}.table{margin:10px 0}.table.table-no-margin{margin:0}.table.right.tracking{margin-left:50%}.table table{width:100%}.table table td,.table table th{padding:5px}.table table td.extra,.table table th.extra,.table table th.xtal,.table table td.xtal,.table table th.non-xtal,.table table td.non-xtal,.table table th.auto,.table table td.auto,.table table th.dp,.table table td.dp{display:none}.table table td.extra.show,.table table th.extra.show,.table table th.xtal.show,.table table td.xtal.show,.table table th.non-xtal.show,.table table td.non-xtal.show,.table table th.auto.show,.table table td.auto.show,.table table th.dp.show,.table table td.dp.show{display:table-cell}@media (max-width: 400px){.table table td.extra.show,.table table th.extra.show,.table table th.xtal.show,.table table td.xtal.show,.table table th.non-xtal.show,.table table td.non-xtal.show,.table table th.auto.show,.table table td.auto.show,.table table th.dp.show,.table table td.dp.show{display:block}}.table table thead th,.table table thead th a{text-align:center;background:#474747;color:#f1f1f1}.table table thead th.editable,.table table thead th a.editable{border-radius:0;padding-right:0}.table table thead th.editable:hover,.table table thead th a.editable:hover{background-image:none;background:#474747}.table table thead th.sorting_asc,.table table thead th a.sorting_asc{background:#474747 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAEFVwZaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDEyRTRGNzc2ODQxMTFFMDhEQUNGMTY5REZEMjE2N0MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDEyRTRGNzg2ODQxMTFFMDhEQUNGMTY5REZEMjE2N0MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMTJFNEY3NTY4NDExMUUwOERBQ0YxNjlERkQyMTY3QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMTJFNEY3NjY4NDExMUUwOERBQ0YxNjlERkQyMTY3QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prbz1qAAAADfSURBVHjaYvj//z8DCIBoJgYISAMRjDAZEAAIIDhihOJUuDRAADEgqUuD8bFqBgggBnRBZDvh2kGACV0Ap4OYGLAAgAACG4ymWguIpdDlWdD0eQCxHJR9DYiPYNjNyMiI00YQYMHlV+IcjgUABBBBk9BDkQFb4GGz0gwpaHAqMoDSNrgUhWIJQ+IdzkK1sKKeIoAAgycPPO4CpQJTYvSjpFosqYcViMOAmBuI3wLxOpB+XNGPzzA+qEHIXvwJxCugNNGGyaFEIprPgHgNEL8nxWUkp3IWUpI/daJ8yBsGAPYpfiAT49QyAAAAAElFTkSuQmCC) no-repeat right center}.table table thead th.sorting_desc,.table table thead th a.sorting_desc{background:#474747 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAEFVwZaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUJCRDk4N0E2ODQxMTFFMDhEQUNGMTY5REZEMjE2N0MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUJCRDk4N0I2ODQxMTFFMDhEQUNGMTY5REZEMjE2N0MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQkJEOTg3ODY4NDExMUUwOERBQ0YxNjlERkQyMTY3QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQkJEOTg3OTY4NDExMUUwOERBQ0YxNjlERkQyMTY3QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoOj1A0AAAD1SURBVHjaYvz//z8DDDAxIAEwh5GR0QBEAwQQI0wZihIwAAggRmQT4ABJMA2IbUB8gADCqhLTQFyCMDP9oGZC+EhmysEEAQIIu5OItgcLYIH7lpGRFUglosnPwhY+v0ESyIqwBhvQRHy+ZQAIIKI8w0Q131JPEQuS76KBmBtJ7jEQbwd5DNmkpWgGbMdl3XUofQSfmw5D6Wu40iXOUAcIMKKTD1WT2NA2jAUlbeNI0oQCHqthSEAFiJ1w6QfidUD8Fm/5hOYyYSAOAgkjif0E4hVQGsNl+AxjgKbxMCAGlRHvgHgt1GXY0x+IA8N4IskKX5jBMABvVG6XC3vLjQAAAABJRU5ErkJggg==) no-repeat right center}.table table thead th.sorting,.table table thead th a.sorting{background:#474747 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAEFVwZaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDEyRTRGNzM2ODQxMTFFMDhEQUNGMTY5REZEMjE2N0MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDEyRTRGNzQ2ODQxMTFFMDhEQUNGMTY5REZEMjE2N0MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMTJFNEY3MTY4NDExMUUwOERBQ0YxNjlERkQyMTY3QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMTJFNEY3MjY4NDExMUUwOERBQ0YxNjlERkQyMTY3QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlnHMKUAAAEVSURBVHjaYvz//z8DDDBBaWNkzlMQARBAjDBlLCAOEBvBRQACiAHEgGJjGJuJARXIgQiAAGJEtgvdTri9GA5BF/yCoh/Jdn4YGyCAsFkkCsQ/gPgzsiALmiIVIOaHsl8D8SNsrmRCUgQzGat3/gHxWSQ+MpsBa2BgAwABRJRCJixixoQUSRPyAAhIIMcgNkXaWMIQQxEzuqewKbqEpug2Lje9gdKP8Dn8IVI8khaYAAFGjCKQBySB+BmlhoGcrQPErED8DYhvgNI0OYaxQ+OCEUnsDxBfhdJEG8aPHIloAKThGjQnMZCVnClJ8kJArIjHZTegYUi0y7iAWIMaYQYDrNDYBMXqdyC+Tm5sIqczGSB+TEghADjydN89I+QHAAAAAElFTkSuQmCC) no-repeat right center}.table table tbody th{text-align:left;background:#474747}.table table tbody td{text-align:center;background:#f1f1f1}.table table tbody td.editable{border-radius:0}@media (max-width: 800px){.table table tbody td.editable{display:table-cell}}@media (max-width: 400px){.table table tbody td.editable{display:block}}.table table tbody td.editable:hover{padding-right:2.5%;background:#cdcdcd url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAANCAQAAAAOR/aSAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfdDAQPNicPrLwkAAAAWElEQVQY063PsQ3AIAxE0R9WMoOEbRjB22QRMxNpgmRQTMWVpyf5DKdyrYUKRq7Nd+mHgM1tmkltFCCHl1W06w0q4SYVjMKz7nFoRz60JwN1gIj470JyMi8YZRwyixNLhAAAAABJRU5ErkJggg==) no-repeat right !important}.table table tbody td span.badge{padding:5px;border-radius:5px}.table table tbody td span.active{background:#82d180}.table table tbody td span.inactive{background:#f26c4f}.table table tbody td span.minor{background:#ff0}.table table tbody tr .deactivate{display:none}.table table tbody tr.inactive td{background:#f26c4f !important}.table table tbody tr.minor td{background:#ff0 !important}.table table tbody tr.active td,.table table tbody tr.active:nth-child(odd) td{background:#82d180}.table table tbody tr.active td .deactivate,.table table tbody tr.active:nth-child(odd) td .deactivate{display:inline}.table table tbody tr:nth-child(odd) td,.table table tbody tr.odd td{background:#ebebeb}.table table tbody td span.sort{display:none}.table table tfoot th{text-align:left}.table table tfoot td{background:#dfdfdf;text-align:center;font-weight:bold}.table table.hover-row tr.selected td,.table table.imagers tr.selected td,.table table.inspections tr.selected td,.table table.subsamples tr.selected td,.table table.schedules tr.selected td,.table table.groups tr.selected td,.table table.proposals tr.selected td,.table table.dewars tr.selected td,.table table.ehc tr.selected td,.table table.blended_table tr.selected td,.table table.integrated tr.selected td,.table table.projects tr.selected td,.table table.shipments tr.selected td,.table table.visits tr.selected td,.table table.contacts tr.selected td,.table table.proteins tr.selected td,.table table.samples tr.selected td,.table table.peaks tr.selected td,.table table.containers tr.selected td,.table table.systems tr.selected td,.table table.components tr.selected td,.table table.hover-row tr:hover td,.table table.imagers tr:hover td,.table table.inspections tr:hover td,.table table.subsamples tr:hover td,.table table.schedules tr:hover td,.table table.groups tr:hover td,.table table.proposals tr:hover td,.table table.dewars tr:hover td,.table table.ehc tr:hover td,.table table.blended_table tr:hover td,.table table.integrated tr:hover td,.table table.projects tr:hover td,.table table.shipments tr:hover td,.table table.visits tr:hover td,.table table.contacts tr:hover td,.table table.proteins tr:hover td,.table table.samples tr:hover td,.table table.peaks tr:hover td,.table table.containers tr:hover td,.table table.systems tr:hover td,.table table.components tr:hover td{cursor:pointer;background:#dedede}.table table.no-wrap-last tr td:last-child,.table table.samples tr td:last-child,.table table.dewars tr td:last-child,.table table.visits tr td:last-child,.table table.systems tr td:last-child,.table table.components tr td:last-child{white-space:nowrap}.table.tw,.table.history{overflow-x:auto}@media (max-width: 800px){.table table.faults th:nth-child(4),.table table.faults th:nth-child(5),.table table.faults th:nth-child(6),.table table.faults th:nth-child(7),.table table.faults th:nth-child(8),.table table.faults td:nth-child(4),.table table.faults td:nth-child(5),.table table.faults td:nth-child(6),.table table.faults td:nth-child(7),.table table.faults td:nth-child(8){display:none}}.table table.samples td.protein .ui-combobox{margin-right:0}.table table.samples td.protein,.table table.samples td.name{white-space:nowrap}.table table.samples td.unitcell{width:16%}.table table.samples td.unitcell input{width:25%}.table table.samples th.requireresolution,.table table.samples td.requireresolution{width:10%}.table table.samples .components{white-space:nowrap}.table table.samples .components input[type="text"]{width:30%}.table table.samples .components input[name=COMPONENTID]{width:60%}.table table.samples .components li{white-space:nowrap}@media (max-width: 400px){.table table.samples td.requireresolution,.table table.samples td.unitcell{width:auto}}.table table.subsamples table td{text-align:left}.table table.subsamples table td input{width:auto}.table div.dataTables_wrapper{background-color:#f4f4f4}.table a.paginate_button,.table a.paginate_active{display:inline-block;background-color:#474747;color:#efefef;padding:2px 6px;margin-left:2px;cursor:pointer;*cursor:hand}.table a.paginate_active{background-color:transparent;border:1px solid black;color:#474747}.table a.paginate_button_disabled{color:#ababab}.table .paging_full_numbers a:active{outline:none}.table .paging_full_numbers a:hover{text-decoration:none}.table div.dataTables_paginate span>a{width:15px;text-align:center}.table div.dataTables_info{padding:9px 6px 6px 6px}.table div.dataTables_length{float:left}.table div.dataTables_filter{float:right}.table div.dataTables_info{float:left}.table div.dataTables_paginate{float:right}.table div.dataTables_length,.table div.dataTables_filter,.table div.dataTables_paginate,.table div.dataTables_info{padding:6px}.table div.dataTables_wrapper{*zoom:1}.table div.dataTables_wrapper:before,.table div.dataTables_wrapper:after{content:" ";display:table}.table div.dataTables_wrapper:after{clear:both}@media (max-width: 800px){.table div.dataTables_filter{display:none}}.history .table{margin-top:0}html[xmlns] .dataTables_wrapper{display:block}* html .dataTables_wrapper{height:1%}.reflow .top,.data_collection .holder>div>table.reflow .top,.data_collection .holder>div>div>table.reflow .top,.data_collection .holder>div .ui-tabs-panel table.reflow .top{display:none}@media (max-width: 400px){.reflow .top,.data_collection .holder>div>table.reflow .top,.data_collection .holder>div>div>table.reflow .top,.data_collection .holder>div .ui-tabs-panel table.reflow .top{display:inline-block}.reflow tr.innerShell,.data_collection .holder>div>table.reflow tr.innerShell,.data_collection .holder>div>div>table.reflow tr.innerShell,.data_collection .holder>div .ui-tabs-panel table.reflow tr.innerShell{display:none}.reflow thead,.data_collection .holder>div>table.reflow thead,.data_collection .holder>div>div>table.reflow thead,.data_collection .holder>div .ui-tabs-panel table.reflow thead,.reflow tbody,.data_collection .holder>div>table.reflow tbody,.data_collection .holder>div>div>table.reflow tbody,.data_collection .holder>div .ui-tabs-panel table.reflow tbody,.reflow th,.data_collection .holder>div>table.reflow th,.data_collection .holder>div>div>table.reflow th,.data_collection .holder>div .ui-tabs-panel table.reflow th,.reflow td,.data_collection .holder>div>table.reflow td,.data_collection .holder>div>div>table.reflow td,.data_collection .holder>div .ui-tabs-panel table.reflow td,.reflow tr,.data_collection .holder>div>table.reflow tr,.data_collection .holder>div>div>table.reflow tr,.data_collection .holder>div .ui-tabs-panel table.reflow tr{display:block}.reflow thead tr,.data_collection .holder>div>table.reflow thead tr,.data_collection .holder>div>div>table.reflow thead tr,.data_collection .holder>div .ui-tabs-panel table.reflow thead tr{position:absolute;top:-9999px;left:-9999px}.reflow tr,.data_collection .holder>div>table.reflow tr,.data_collection .holder>div>div>table.reflow tr,.data_collection .holder>div .ui-tabs-panel table.reflow tr{border:1px solid #ccc;margin-bottom:5px;border-radius:5px}.reflow tbody td,.data_collection .holder>div>table.reflow tbody td,.data_collection .holder>div>div>table.reflow tbody td,.data_collection .holder>div .ui-tabs-panel table.reflow tbody td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;min-height:14px}.reflow td:last-child,.data_collection .holder>div>table.reflow td:last-child,.data_collection .holder>div>div>table.reflow td:last-child,.data_collection .holder>div .ui-tabs-panel table.reflow td:last-child{border-bottom:none}.reflow td:before,.data_collection .holder>div>table.reflow td:before,.data_collection .holder>div>div>table.reflow td:before,.data_collection .holder>div .ui-tabs-panel table.reflow td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap;font-weight:700}.reflow.cell td:nth-of-type(1):before,.data_collection .holder>div>table.cell.reflow td:nth-of-type(1):before,.data_collection .holder>div>div>table.cell.reflow td:nth-of-type(1):before,.data_collection .holder>div .ui-tabs-panel table.cell.reflow td:nth-of-type(1):before{content:"Space Group"}.reflow.cell td:nth-of-type(2):before,.data_collection .holder>div>table.cell.reflow td:nth-of-type(2):before,.data_collection .holder>div>div>table.cell.reflow td:nth-of-type(2):before,.data_collection .holder>div .ui-tabs-panel table.cell.reflow td:nth-of-type(2):before{content:"A"}.reflow.cell td:nth-of-type(3):before,.data_collection .holder>div>table.cell.reflow td:nth-of-type(3):before,.data_collection .holder>div>div>table.cell.reflow td:nth-of-type(3):before,.data_collection .holder>div .ui-tabs-panel table.cell.reflow td:nth-of-type(3):before{content:"B"}.reflow.cell td:nth-of-type(4):before,.data_collection .holder>div>table.cell.reflow td:nth-of-type(4):before,.data_collection .holder>div>div>table.cell.reflow td:nth-of-type(4):before,.data_collection .holder>div .ui-tabs-panel table.cell.reflow td:nth-of-type(4):before{content:"C"}.reflow.cell td:nth-of-type(5):before,.data_collection .holder>div>table.cell.reflow td:nth-of-type(5):before,.data_collection .holder>div>div>table.cell.reflow td:nth-of-type(5):before,.data_collection .holder>div .ui-tabs-panel table.cell.reflow td:nth-of-type(5):before{content:"\3B1"}.reflow.cell td:nth-of-type(6):before,.data_collection .holder>div>table.cell.reflow td:nth-of-type(6):before,.data_collection .holder>div>div>table.cell.reflow td:nth-of-type(6):before,.data_collection .holder>div .ui-tabs-panel table.cell.reflow td:nth-of-type(6):before{content:"\3B2"}.reflow.cell td:nth-of-type(7):before,.data_collection .holder>div>table.cell.reflow td:nth-of-type(7):before,.data_collection .holder>div>div>table.cell.reflow td:nth-of-type(7):before,.data_collection .holder>div .ui-tabs-panel table.cell.reflow td:nth-of-type(7):before{content:"\3B3"}.reflow.shell td:nth-of-type(1):before,.data_collection .holder>div>table.shell.reflow td:nth-of-type(1):before,.data_collection .holder>div>div>table.shell.reflow td:nth-of-type(1):before,.data_collection .holder>div .ui-tabs-panel table.shell.reflow td:nth-of-type(1):before{content:"Shell"}.reflow.shell td:nth-of-type(2):before,.data_collection .holder>div>table.shell.reflow td:nth-of-type(2):before,.data_collection .holder>div>div>table.shell.reflow td:nth-of-type(2):before,.data_collection .holder>div .ui-tabs-panel table.shell.reflow td:nth-of-type(2):before{content:"Observations"}.reflow.shell td:nth-of-type(3):before,.data_collection .holder>div>table.shell.reflow td:nth-of-type(3):before,.data_collection .holder>div>div>table.shell.reflow td:nth-of-type(3):before,.data_collection .holder>div .ui-tabs-panel table.shell.reflow td:nth-of-type(3):before{content:"Unique"}.reflow.shell td:nth-of-type(4):before,.data_collection .holder>div>table.shell.reflow td:nth-of-type(4):before,.data_collection .holder>div>div>table.shell.reflow td:nth-of-type(4):before,.data_collection .holder>div .ui-tabs-panel table.shell.reflow td:nth-of-type(4):before{content:"Resolution"}.reflow.shell td:nth-of-type(5):before,.data_collection .holder>div>table.shell.reflow td:nth-of-type(5):before,.data_collection .holder>div>div>table.shell.reflow td:nth-of-type(5):before,.data_collection .holder>div .ui-tabs-panel table.shell.reflow td:nth-of-type(5):before{content:"Rmeas"}.reflow.shell td:nth-of-type(6):before,.data_collection .holder>div>table.shell.reflow td:nth-of-type(6):before,.data_collection .holder>div>div>table.shell.reflow td:nth-of-type(6):before,.data_collection .holder>div .ui-tabs-panel table.shell.reflow td:nth-of-type(6):before{content:"I/sig(I)"}.reflow.shell td:nth-of-type(7):before,.data_collection .holder>div>table.shell.reflow td:nth-of-type(7):before,.data_collection .holder>div>div>table.shell.reflow td:nth-of-type(7):before,.data_collection .holder>div .ui-tabs-panel table.shell.reflow td:nth-of-type(7):before{content:"Completeness"}.reflow.shell td:nth-of-type(8):before,.data_collection .holder>div>table.shell.reflow td:nth-of-type(8):before,.data_collection .holder>div>div>table.shell.reflow td:nth-of-type(8):before,.data_collection .holder>div .ui-tabs-panel table.shell.reflow td:nth-of-type(8):before{content:"CC Half"}.reflow.shell td:nth-of-type(9):before,.data_collection .holder>div>table.shell.reflow td:nth-of-type(9):before,.data_collection .holder>div>div>table.shell.reflow td:nth-of-type(9):before,.data_collection .holder>div .ui-tabs-panel table.shell.reflow td:nth-of-type(9):before{content:"Multiplicity"}.reflow.shell td:nth-of-type(10):before,.data_collection .holder>div>table.shell.reflow td:nth-of-type(10):before,.data_collection .holder>div>div>table.shell.reflow td:nth-of-type(10):before,.data_collection .holder>div .ui-tabs-panel table.shell.reflow td:nth-of-type(10):before{content:"Anom Completeness"}.reflow.shell td:nth-of-type(11):before,.data_collection .holder>div>table.shell.reflow td:nth-of-type(11):before,.data_collection .holder>div>div>table.shell.reflow td:nth-of-type(11):before,.data_collection .holder>div .ui-tabs-panel table.shell.reflow td:nth-of-type(11):before{content:"Anom Multiplicity"}.reflow.shell td:nth-of-type(12):before,.data_collection .holder>div>table.shell.reflow td:nth-of-type(12):before,.data_collection .holder>div>div>table.shell.reflow td:nth-of-type(12):before,.data_collection .holder>div .ui-tabs-panel table.shell.reflow td:nth-of-type(12):before{content:"CC Anom"}.reflow.strat td:nth-of-type(1):before,.data_collection .holder>div>table.strat.reflow td:nth-of-type(1):before,.data_collection .holder>div>div>table.strat.reflow td:nth-of-type(1):before,.data_collection .holder>div .ui-tabs-panel table.strat.reflow td:nth-of-type(1):before{content:"Strategy"}.reflow.strat td:nth-of-type(2):before,.data_collection .holder>div>table.strat.reflow td:nth-of-type(2):before,.data_collection .holder>div>div>table.strat.reflow td:nth-of-type(2):before,.data_collection .holder>div .ui-tabs-panel table.strat.reflow td:nth-of-type(2):before{content:"Description"}.reflow.strat td:nth-of-type(3):before,.data_collection .holder>div>table.strat.reflow td:nth-of-type(3):before,.data_collection .holder>div>div>table.strat.reflow td:nth-of-type(3):before,.data_collection .holder>div .ui-tabs-panel table.strat.reflow td:nth-of-type(3):before{content:"\3A9 Start"}.reflow.strat td:nth-of-type(4):before,.data_collection .holder>div>table.strat.reflow td:nth-of-type(4):before,.data_collection .holder>div>div>table.strat.reflow td:nth-of-type(4):before,.data_collection .holder>div .ui-tabs-panel table.strat.reflow td:nth-of-type(4):before{content:"\3A9 Oscillation"}.reflow.strat td:nth-of-type(5):before,.data_collection .holder>div>table.strat.reflow td:nth-of-type(5):before,.data_collection .holder>div>div>table.strat.reflow td:nth-of-type(5):before,.data_collection .holder>div .ui-tabs-panel table.strat.reflow td:nth-of-type(5):before{content:"Resolution"}.reflow.strat td:nth-of-type(6):before,.data_collection .holder>div>table.strat.reflow td:nth-of-type(6):before,.data_collection .holder>div>div>table.strat.reflow td:nth-of-type(6):before,.data_collection .holder>div .ui-tabs-panel table.strat.reflow td:nth-of-type(6):before{content:"Ranking Resolution"}.reflow.strat td:nth-of-type(7):before,.data_collection .holder>div>table.strat.reflow td:nth-of-type(7):before,.data_collection .holder>div>div>table.strat.reflow td:nth-of-type(7):before,.data_collection .holder>div .ui-tabs-panel table.strat.reflow td:nth-of-type(7):before{content:"Relative Transmission"}.reflow.strat td:nth-of-type(8):before,.data_collection .holder>div>table.strat.reflow td:nth-of-type(8):before,.data_collection .holder>div>div>table.strat.reflow td:nth-of-type(8):before,.data_collection .holder>div .ui-tabs-panel table.strat.reflow td:nth-of-type(8):before{content:"Absolute Transmission"}.reflow.strat td:nth-of-type(9):before,.data_collection .holder>div>table.strat.reflow td:nth-of-type(9):before,.data_collection .holder>div>div>table.strat.reflow td:nth-of-type(9):before,.data_collection .holder>div .ui-tabs-panel table.strat.reflow td:nth-of-type(9):before{content:"Exposure"}.reflow.strat td:nth-of-type(10):before,.data_collection .holder>div>table.strat.reflow td:nth-of-type(10):before,.data_collection .holder>div>div>table.strat.reflow td:nth-of-type(10):before,.data_collection .holder>div .ui-tabs-panel table.strat.reflow td:nth-of-type(10):before{content:"No. of Images"}.reflow.strat td:first-child,.data_collection .holder>div>table.strat.reflow td:first-child,.data_collection .holder>div>div>table.strat.reflow td:first-child,.data_collection .holder>div .ui-tabs-panel table.strat.reflow td:first-child{background:#ebebeb}.reflow.dewars td,.data_collection .holder>div>table.dewars.reflow td,.data_collection .holder>div>div>table.dewars.reflow td,.data_collection .holder>div .ui-tabs-panel table.dewars.reflow td{text-align:left}.reflow.dewars td:nth-of-type(1):before,.data_collection .holder>div>table.dewars.reflow td:nth-of-type(1):before,.data_collection .holder>div>div>table.dewars.reflow td:nth-of-type(1):before,.data_collection .holder>div .ui-tabs-panel table.dewars.reflow td:nth-of-type(1):before{content:"Name"}.reflow.dewars td:nth-of-type(2):before,.data_collection .holder>div>table.dewars.reflow td:nth-of-type(2):before,.data_collection .holder>div>div>table.dewars.reflow td:nth-of-type(2):before,.data_collection .holder>div .ui-tabs-panel table.dewars.reflow td:nth-of-type(2):before{content:"Barcode"}.reflow.dewars td:nth-of-type(3):before,.data_collection .holder>div>table.dewars.reflow td:nth-of-type(3):before,.data_collection .holder>div>div>table.dewars.reflow td:nth-of-type(3):before,.data_collection .holder>div .ui-tabs-panel table.dewars.reflow td:nth-of-type(3):before{content:"Facility Code"}.reflow.dewars td:nth-of-type(4):before,.data_collection .holder>div>table.dewars.reflow td:nth-of-type(4):before,.data_collection .holder>div>div>table.dewars.reflow td:nth-of-type(4):before,.data_collection .holder>div .ui-tabs-panel table.dewars.reflow td:nth-of-type(4):before{content:"First Experiment"}.reflow.dewars td:nth-of-type(5):before,.data_collection .holder>div>table.dewars.reflow td:nth-of-type(5):before,.data_collection .holder>div>div>table.dewars.reflow td:nth-of-type(5):before,.data_collection .holder>div .ui-tabs-panel table.dewars.reflow td:nth-of-type(5):before{content:"Tracking # to"}.reflow.dewars td:nth-of-type(6):before,.data_collection .holder>div>table.dewars.reflow td:nth-of-type(6):before,.data_collection .holder>div>div>table.dewars.reflow td:nth-of-type(6):before,.data_collection .holder>div .ui-tabs-panel table.dewars.reflow td:nth-of-type(6):before{content:"Tracking # from"}.reflow.dewars td:nth-of-type(7):before,.data_collection .holder>div>table.dewars.reflow td:nth-of-type(7):before,.data_collection .holder>div>div>table.dewars.reflow td:nth-of-type(7):before,.data_collection .holder>div .ui-tabs-panel table.dewars.reflow td:nth-of-type(7):before{content:"Status"}.reflow.dewars td:nth-of-type(8):before,.data_collection .holder>div>table.dewars.reflow td:nth-of-type(8):before,.data_collection .holder>div>div>table.dewars.reflow td:nth-of-type(8):before,.data_collection .holder>div .ui-tabs-panel table.dewars.reflow td:nth-of-type(8):before{content:"Location"}.reflow.dewars td:nth-of-type(9):before,.data_collection .holder>div>table.dewars.reflow td:nth-of-type(9):before,.data_collection .holder>div>div>table.dewars.reflow td:nth-of-type(9):before,.data_collection .holder>div .ui-tabs-panel table.dewars.reflow td:nth-of-type(9):before{content:"Containers"}.reflow.dewars td:nth-of-type(10):before,.data_collection .holder>div>table.dewars.reflow td:nth-of-type(10):before,.data_collection .holder>div>div>table.dewars.reflow td:nth-of-type(10):before,.data_collection .holder>div .ui-tabs-panel table.dewars.reflow td:nth-of-type(10):before{content:"Add Container"}.reflow.dewars tr.new td:nth-of-type(10):before,.data_collection .holder>div .ui-tabs-panel table.dewars.reflow tr.new td:nth-of-type(10):before{content:"Save Dewar"}.reflow.samples td,.data_collection .holder>div>table.samples.reflow td,.data_collection .holder>div>div>table.samples.reflow td,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td{text-align:left;padding-left:35%}.reflow.samples td:before,.data_collection .holder>div>table.samples.reflow td:before,.data_collection .holder>div>div>table.samples.reflow td:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td:before{width:30%}.reflow.samples td input[type=text],.data_collection .holder>div>div>table.samples.reflow td input[type=text],.data_collection .holder>div .ui-tabs-panel table.samples.reflow td input[type=text]{width:auto}.reflow.samples td .ui-combobox input.ui-combobox-input{padding:0;width:90%}.reflow.samples td .ui-combobox button.ui-button-icon-only{top:-3px;height:2.2em}.reflow.samples td:nth-of-type(1):before,.data_collection .holder>div>table.samples.reflow td:nth-of-type(1):before,.data_collection .holder>div>div>table.samples.reflow td:nth-of-type(1):before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td:nth-of-type(1):before{content:"Location"}.reflow.samples td.protein:before,.data_collection .holder>div>div>table.samples.reflow td.protein:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.protein:before{content:"Protein Acronym"}.reflow.samples td.abundance:before,.data_collection .holder>div>div>table.samples.reflow td.abundance:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.abundance:before{content:"Abundance"}.reflow.samples td.components:before,.data_collection .holder>div>div>table.samples.reflow td.components:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.components:before{content:"Components"}.reflow.samples td.name:before,.data_collection .holder>div>div>table.samples.reflow td.name:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.name:before{content:"Sample Name"}.reflow.samples td.spacegroup:before,.data_collection .holder>div>div>table.samples.reflow td.spacegroup:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.spacegroup:before{content:"Spacegroup"}.reflow.samples td.barcode:before,.data_collection .holder>div>div>table.samples.reflow td.barcode:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.barcode:before{content:"Barcode"}.reflow.samples td.volume:before,.data_collection .holder>div>div>table.samples.reflow td.volume:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.volume:before{content:"Volume"}.reflow.samples td.comments:before,.data_collection .holder>div>div>table.samples.reflow td.comments:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.comments:before{content:"Comment"}.reflow.samples td.requiredresolution:before,.data_collection .holder>div>div>table.samples.reflow td.requiredresolution:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.requiredresolution:before{content:"Required Resolution"}.reflow.samples td.anomalousscatterer:before,.data_collection .holder>div>div>table.samples.reflow td.anomalousscatterer:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.anomalousscatterer:before{content:"Anomalous Scatterer"}.reflow.samples td.unitcell:before,.data_collection .holder>div>div>table.samples.reflow td.unitcell:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.unitcell:before{content:"Unit Cell"}.reflow.samples td.centringmethod:before,.data_collection .holder>div>div>table.samples.reflow td.centringmethod:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.centringmethod:before{content:"Centring Method"}.reflow.samples td.experimentkind:before,.data_collection .holder>div>div>table.samples.reflow td.experimentkind:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.experimentkind:before{content:"Experiment Kind"}.reflow.samples td.energy:before,.data_collection .holder>div>div>table.samples.reflow td.energy:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.energy:before{content:"Energy (eV)"}.reflow.samples td.radiationsensitivity:before,.data_collection .holder>div>div>table.samples.reflow td.radiationsensitivity:before,.data_collection .holder>div .ui-tabs-panel table.samples.reflow td.radiationsensitivity:before{content:"Radiation Sensitivity"}.reflow.samples.view td:nth-of-type(7):before,.data_collection .holder>div .ui-tabs-panel table.samples.view.reflow td:nth-of-type(7):before{content:"Data Collected"}.reflow.samples.view td:nth-of-type(8):before,.data_collection .holder>div .ui-tabs-panel table.samples.view.reflow td:nth-of-type(8):before{content:"Edit / Del / View"}.reflow.unitcell td:nth-of-type(1):before,.data_collection .holder>div>table.unitcell.reflow td:nth-of-type(1):before,.data_collection .holder>div>div>table.unitcell.reflow td:nth-of-type(1):before,.data_collection .holder>div .ui-tabs-panel table.unitcell.reflow td:nth-of-type(1):before{content:"A"}.reflow.unitcell td:nth-of-type(2):before,.data_collection .holder>div>table.unitcell.reflow td:nth-of-type(2):before,.data_collection .holder>div>div>table.unitcell.reflow td:nth-of-type(2):before,.data_collection .holder>div .ui-tabs-panel table.unitcell.reflow td:nth-of-type(2):before{content:"B"}.reflow.unitcell td:nth-of-type(3):before,.data_collection .holder>div>table.unitcell.reflow td:nth-of-type(3):before,.data_collection .holder>div>div>table.unitcell.reflow td:nth-of-type(3):before,.data_collection .holder>div .ui-tabs-panel table.unitcell.reflow td:nth-of-type(3):before{content:"C"}.reflow.unitcell td:nth-of-type(4):before,.data_collection .holder>div>table.unitcell.reflow td:nth-of-type(4):before,.data_collection .holder>div>div>table.unitcell.reflow td:nth-of-type(4):before,.data_collection .holder>div .ui-tabs-panel table.unitcell.reflow td:nth-of-type(4):before{content:"\3B1"}.reflow.unitcell td:nth-of-type(5):before,.data_collection .holder>div>table.unitcell.reflow td:nth-of-type(5):before,.data_collection .holder>div>div>table.unitcell.reflow td:nth-of-type(5):before,.data_collection .holder>div .ui-tabs-panel table.unitcell.reflow td:nth-of-type(5):before{content:"\3B2"}.reflow.unitcell td:nth-of-type(6):before,.data_collection .holder>div>table.unitcell.reflow td:nth-of-type(6):before,.data_collection .holder>div>div>table.unitcell.reflow td:nth-of-type(6):before,.data_collection .holder>div .ui-tabs-panel table.unitcell.reflow td:nth-of-type(6):before{content:"\3B3"}.reflow.summary td:nth-of-type(1):before,.data_collection .holder>div>table.summary.reflow td:nth-of-type(1):before,.data_collection .holder>div>div>table.summary.reflow td:nth-of-type(1):before,.data_collection .holder>div .ui-tabs-panel table.summary.reflow td:nth-of-type(1):before{content:"Prefix"}.reflow.summary td:nth-of-type(2):before,.data_collection .holder>div>table.summary.reflow td:nth-of-type(2):before,.data_collection .holder>div>div>table.summary.reflow td:nth-of-type(2):before,.data_collection .holder>div .ui-tabs-panel table.summary.reflow td:nth-of-type(2):before{content:"Sample"}.reflow.summary td:nth-of-type(3):before,.data_collection .holder>div>table.summary.reflow td:nth-of-type(3):before,.data_collection .holder>div>div>table.summary.reflow td:nth-of-type(3):before,.data_collection .holder>div .ui-tabs-panel table.summary.reflow td:nth-of-type(3):before{content:"Date"}.reflow.summary td:nth-of-type(4):before,.data_collection .holder>div>table.summary.reflow td:nth-of-type(4):before,.data_collection .holder>div>div>table.summary.reflow td:nth-of-type(4):before,.data_collection .holder>div .ui-tabs-panel table.summary.reflow td:nth-of-type(4):before{content:"No. Images"}.reflow.summary td:nth-of-type(5):before,.data_collection .holder>div>table.summary.reflow td:nth-of-type(5):before,.data_collection .holder>div>div>table.summary.reflow td:nth-of-type(5):before,.data_collection .holder>div .ui-tabs-panel table.summary.reflow td:nth-of-type(5):before{content:"\3A9 Oscillation"}.reflow.summary td:nth-of-type(6):before,.data_collection .holder>div>table.summary.reflow td:nth-of-type(6):before,.data_collection .holder>div>div>table.summary.reflow td:nth-of-type(6):before,.data_collection .holder>div .ui-tabs-panel table.summary.reflow td:nth-of-type(6):before{content:"Exposure Time"}.reflow.summary td:nth-of-type(7):before,.data_collection .holder>div>table.summary.reflow td:nth-of-type(7):before,.data_collection .holder>div>div>table.summary.reflow td:nth-of-type(7):before,.data_collection .holder>div .ui-tabs-panel table.summary.reflow td:nth-of-type(7):before{content:"Transmission"}.reflow.summary td:nth-of-type(8):before,.data_collection .holder>div>table.summary.reflow td:nth-of-type(8):before,.data_collection .holder>div>div>table.summary.reflow td:nth-of-type(8):before,.data_collection .holder>div .ui-tabs-panel table.summary.reflow td:nth-of-type(8):before{content:"Spacegroup"}.reflow.summary td:nth-of-type(9):before,.data_collection .holder>div>table.summary.reflow td:nth-of-type(9):before,.data_collection .holder>div>div>table.summary.reflow td:nth-of-type(9):before,.data_collection .holder>div .ui-tabs-panel table.summary.reflow td:nth-of-type(9):before{content:"Unit Cell"}.reflow.summary td:nth-of-type(10):before,.data_collection .holder>div>table.summary.reflow td:nth-of-type(10):before,.data_collection .holder>div>div>table.summary.reflow td:nth-of-type(10):before,.data_collection .holder>div .ui-tabs-panel table.summary.reflow td:nth-of-type(10):before{content:"Resolution"}.reflow.summary td:nth-of-type(11):before,.data_collection .holder>div>table.summary.reflow td:nth-of-type(11):before,.data_collection .holder>div>div>table.summary.reflow td:nth-of-type(11):before,.data_collection .holder>div .ui-tabs-panel table.summary.reflow td:nth-of-type(11):before{content:"Rmeas"}.reflow.summary td:nth-of-type(12):before,.data_collection .holder>div>table.summary.reflow td:nth-of-type(12):before,.data_collection .holder>div>div>table.summary.reflow td:nth-of-type(12):before,.data_collection .holder>div .ui-tabs-panel table.summary.reflow td:nth-of-type(12):before{content:"Completeness"}.reflow.summary td:nth-of-type(13):before,.data_collection .holder>div>table.summary.reflow td:nth-of-type(13):before,.data_collection .holder>div>div>table.summary.reflow td:nth-of-type(13):before,.data_collection .holder>div .ui-tabs-panel table.summary.reflow td:nth-of-type(13):before{content:"View / Download"}.reflow.xo td:nth-of-type(1):before,.data_collection .holder>div>table.xo.reflow td:nth-of-type(1):before,.data_collection .holder>div>div>table.xo.reflow td:nth-of-type(1):before,.data_collection .holder>div .ui-tabs-panel table.xo.reflow td:nth-of-type(1):before{content:"Aligned Axes"}.reflow.xo td:nth-of-type(2):before,.data_collection .holder>div>table.xo.reflow td:nth-of-type(2):before,.data_collection .holder>div>div>table.xo.reflow td:nth-of-type(2):before,.data_collection .holder>div .ui-tabs-panel table.xo.reflow td:nth-of-type(2):before{content:"Kappa"}.reflow.xo td:nth-of-type(3):before,.data_collection .holder>div>table.xo.reflow td:nth-of-type(3):before,.data_collection .holder>div>div>table.xo.reflow td:nth-of-type(3):before,.data_collection .holder>div .ui-tabs-panel table.xo.reflow td:nth-of-type(3):before{content:"Phi"}.reflow.ehc td:nth-of-type(1):before,.data_collection .holder>div>table.ehc.reflow td:nth-of-type(1):before,.data_collection .holder>div>div>table.ehc.reflow td:nth-of-type(1):before,.data_collection .holder>div .ui-tabs-panel table.ehc.reflow td:nth-of-type(1):before{content:"Title"}.reflow.ehc td:nth-of-type(2):before,.data_collection .holder>div>table.ehc.reflow td:nth-of-type(2):before,.data_collection .holder>div>div>table.ehc.reflow td:nth-of-type(2):before,.data_collection .holder>div .ui-tabs-panel table.ehc.reflow td:nth-of-type(2):before{content:"Time"}.reflow.ehc td:nth-of-type(3):before,.data_collection .holder>div>table.ehc.reflow td:nth-of-type(3):before,.data_collection .holder>div>div>table.ehc.reflow td:nth-of-type(3):before,.data_collection .holder>div .ui-tabs-panel table.ehc.reflow td:nth-of-type(3):before{content:"By"}.reflow.ehc td:nth-of-type(4),.data_collection .holder>div>table.ehc.reflow td:nth-of-type(4),.data_collection .holder>div>div>table.ehc.reflow td:nth-of-type(4),.data_collection .holder>div .ui-tabs-panel table.ehc.reflow td:nth-of-type(4){padding-left:5px}.reflow.ehc td:nth-of-type(4):before,.data_collection .holder>div>table.ehc.reflow td:nth-of-type(4):before,.data_collection .holder>div>div>table.ehc.reflow td:nth-of-type(4):before,.data_collection .holder>div .ui-tabs-panel table.ehc.reflow td:nth-of-type(4):before{width:0}.reflow.bc td:nth-of-type(1):before,.data_collection .holder>div>table.bc.reflow td:nth-of-type(1):before,.data_collection .holder>div>div>table.bc.reflow td:nth-of-type(1):before,.data_collection .holder>div .ui-tabs-panel table.bc.reflow td:nth-of-type(1):before{content:"Beam Centre"}.reflow.bc td:nth-of-type(2):before,.data_collection .holder>div>table.bc.reflow td:nth-of-type(2):before,.data_collection .holder>div>div>table.bc.reflow td:nth-of-type(2):before,.data_collection .holder>div .ui-tabs-panel table.bc.reflow td:nth-of-type(2):before{content:"X"}.reflow.bc td:nth-of-type(3):before,.data_collection .holder>div>table.bc.reflow td:nth-of-type(3):before,.data_collection .holder>div>div>table.bc.reflow td:nth-of-type(3):before,.data_collection .holder>div .ui-tabs-panel table.bc.reflow td:nth-of-type(3):before{content:"Y"}.reflow.bepm_sets td:nth-of-type(1):before,.data_collection .holder>div>table.bepm_sets.reflow td:nth-of-type(1):before,.data_collection .holder>div>div>table.bepm_sets.reflow td:nth-of-type(1):before,.data_collection .holder>div .ui-tabs-panel table.bepm_sets.reflow td:nth-of-type(1):before{content:"Processed"}.reflow.bepm_sets td:nth-of-type(2):before,.data_collection .holder>div>table.bepm_sets.reflow td:nth-of-type(2):before,.data_collection .holder>div>div>table.bepm_sets.reflow td:nth-of-type(2):before,.data_collection .holder>div .ui-tabs-panel table.bepm_sets.reflow td:nth-of-type(2):before{content:"Anom. scatterer"}.reflow.bepm_sets td:nth-of-type(3):before,.data_collection .holder>div>table.bepm_sets.reflow td:nth-of-type(3):before,.data_collection .holder>div>div>table.bepm_sets.reflow td:nth-of-type(3):before,.data_collection .holder>div .ui-tabs-panel table.bepm_sets.reflow td:nth-of-type(3):before{content:"Space group"}.reflow.bepm_sets td:nth-of-type(4):before,.data_collection .holder>div>table.bepm_sets.reflow td:nth-of-type(4):before,.data_collection .holder>div>div>table.bepm_sets.reflow td:nth-of-type(4):before,.data_collection .holder>div .ui-tabs-panel table.bepm_sets.reflow td:nth-of-type(4):before{content:"Num. scatterers"}.reflow.bepm_sets td:nth-of-type(5):before,.data_collection .holder>div>table.bepm_sets.reflow td:nth-of-type(5):before,.data_collection .holder>div>div>table.bepm_sets.reflow td:nth-of-type(5):before,.data_collection .holder>div .ui-tabs-panel table.bepm_sets.reflow td:nth-of-type(5):before{content:"Dataset type"}.reflow.bepm_sets td:nth-of-type(6):before,.data_collection .holder>div>table.bepm_sets.reflow td:nth-of-type(6):before,.data_collection .holder>div>div>table.bepm_sets.reflow td:nth-of-type(6):before,.data_collection .holder>div .ui-tabs-panel table.bepm_sets.reflow td:nth-of-type(6):before{content:"Compound"}.reflow.bepm_sets td:nth-of-type(7):before,.data_collection .holder>div>table.bepm_sets.reflow td:nth-of-type(7):before,.data_collection .holder>div>div>table.bepm_sets.reflow td:nth-of-type(7):before,.data_collection .holder>div .ui-tabs-panel table.bepm_sets.reflow td:nth-of-type(7):before{content:"Sequence"}.reflow.bepm_stats td:nth-of-type(1):before,.data_collection .holder>div>table.bepm_stats.reflow td:nth-of-type(1):before,.data_collection .holder>div>div>table.bepm_stats.reflow td:nth-of-type(1):before,.data_collection .holder>div .ui-tabs-panel table.bepm_stats.reflow td:nth-of-type(1):before{content:"Pipeline"}.reflow.bepm_stats td:nth-of-type(2):before,.data_collection .holder>div>table.bepm_stats.reflow td:nth-of-type(2):before,.data_collection .holder>div>div>table.bepm_stats.reflow td:nth-of-type(2):before,.data_collection .holder>div .ui-tabs-panel table.bepm_stats.reflow td:nth-of-type(2):before{content:"Res / Frag / Max"}.reflow.bepm_stats td:nth-of-type(3):before,.data_collection .holder>div>table.bepm_stats.reflow td:nth-of-type(3):before,.data_collection .holder>div>div>table.bepm_stats.reflow td:nth-of-type(3):before,.data_collection .holder>div .ui-tabs-panel table.bepm_stats.reflow td:nth-of-type(3):before{content:"Best MapCC (Res)"}.reflow.bepm_stats td:nth-of-type(4):before,.data_collection .holder>div>table.bepm_stats.reflow td:nth-of-type(4):before,.data_collection .holder>div>div>table.bepm_stats.reflow td:nth-of-type(4):before,.data_collection .holder>div .ui-tabs-panel table.bepm_stats.reflow td:nth-of-type(4):before{content:"Files"}.reflow.procsummary td:nth-of-type(1):before,.data_collection .holder>div>table.procsummary.reflow td:nth-of-type(1):before,.data_collection .holder>div>div>table.procsummary.reflow td:nth-of-type(1):before,.data_collection .holder>div .ui-tabs-panel table.procsummary.reflow td:nth-of-type(1):before{content:"Type"}.reflow.procsummary td:nth-of-type(2):before,.data_collection .holder>div>table.procsummary.reflow td:nth-of-type(2):before,.data_collection .holder>div>div>table.procsummary.reflow td:nth-of-type(2):before,.data_collection .holder>div .ui-tabs-panel table.procsummary.reflow td:nth-of-type(2):before{content:"Resolution"}.reflow.procsummary td:nth-of-type(3):before,.data_collection .holder>div>table.procsummary.reflow td:nth-of-type(3):before,.data_collection .holder>div>div>table.procsummary.reflow td:nth-of-type(3):before,.data_collection .holder>div .ui-tabs-panel table.procsummary.reflow td:nth-of-type(3):before{content:"Space Group"}.reflow.procsummary td:nth-of-type(4):before,.data_collection .holder>div>table.procsummary.reflow td:nth-of-type(4):before,.data_collection .holder>div>div>table.procsummary.reflow td:nth-of-type(4):before,.data_collection .holder>div .ui-tabs-panel table.procsummary.reflow td:nth-of-type(4):before{content:"Mn<I/sig(I)>"}.reflow.procsummary td:nth-of-type(5):before,.data_collection .holder>div>table.procsummary.reflow td:nth-of-type(5):before,.data_collection .holder>div>div>table.procsummary.reflow td:nth-of-type(5):before,.data_collection .holder>div .ui-tabs-panel table.procsummary.reflow td:nth-of-type(5):before{content:"Rmerge Inner"}.reflow.procsummary td:nth-of-type(6):before,.data_collection .holder>div>table.procsummary.reflow td:nth-of-type(6):before,.data_collection .holder>div>div>table.procsummary.reflow td:nth-of-type(6):before,.data_collection .holder>div .ui-tabs-panel table.procsummary.reflow td:nth-of-type(6):before{content:"Rmerge Inner"}.reflow.procsummary td:nth-of-type(7):before,.data_collection .holder>div>table.procsummary.reflow td:nth-of-type(7):before,.data_collection .holder>div>div>table.procsummary.reflow td:nth-of-type(7):before,.data_collection .holder>div .ui-tabs-panel table.procsummary.reflow td:nth-of-type(7):before{content:"Completeness"}.reflow.procsummary td:nth-of-type(8):before,.data_collection .holder>div>table.procsummary.reflow td:nth-of-type(8):before,.data_collection .holder>div>div>table.procsummary.reflow td:nth-of-type(8):before,.data_collection .holder>div .ui-tabs-panel table.procsummary.reflow td:nth-of-type(8):before{content:"Cell"}}div.table.bg table th:not(.renderable),div.table.bg table tr:not(.empty) td:not(.renderable){display:none}#header{background:#2c2c2c url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAAAiCAQAAACT+c1hAAAD50lEQVRYw+2Y72tTZxTHT6quYLaa4kA72rXgrIVKi8OtKmgbq4wpuk0UxwydE1t/NGVTY1AQZP7spqht7k3u89fsH/CtL4bmfM61ZfhfZC9uEtOfyWAvspHz5t6bfHnOJ8/9nvM8T0Ra0YpW/J/iTacmNc11MmS4rmkbe935H0FfSOiEpnUk3Fz9JK77NG2pt4mmh2dYs7ozutetjOpeNpW/6desDjU1vCaZ/OuD6N524zNPzh6Em19u4ACnbISf33zbxDPPZClWebJZHA5nXnjCbpIjwMfTWR1uVs9nKzMvUooRRPg4fCuU7wLr0WxT1gATtmvJ850ytEcWv/wmcvTrTks1Y6tML6uDbcziW8Gmwo81wg907lW7CDMLCRER68IxKWJdBDb7ckP1vd3DReVvn3KV33jGTLG3POppcnQsz76ejrtVFzjurTX3h3VkRSFv5ZbmeaRDtocXOJuPoNhvYyIiYS/OpqMrjr3lkQZxOAZFdAhfr9HPAZ4yv5AQebWRZziOLMuzrk67wwFSOFLhAD1r4c9U+rx22xQZGyvF7G7ZPn7YZV8WfTw9yyaRxbhNr8S3m+WRrkb4bOIxT6NqKvZyVTtEbA85Au4sydyAzo7i7Oh6zs+Ur9vxCHDmcdEqxevpRNn9nv34Xr0EP4PTbpHXnRS4gWPQduM4vyzLFZsigws/qTFOA7qG8e0M+QhanVYcl+N2tQ/5q+PrCIGlROyk3dfjOAY5guNUbY7FOHm+YBzHdzWZG9A1jv9DFTTQC3g49XmqF6qtc251/HAHM+TefMTvdtSO4RhkHGc/LSnQMSu8TYRdOGZLsT/awoFwwHrq6f4Z/o7IJubZVKmNQ1zR07bFesyPLKUn18IvDuHI4C/GI3zbjeNhqa0mx+2aHtKv23A47tTTNYSv6YV4+Qfs0fsEXH7XvuT7Pi5zQw+WYquXbrijFOMxzi6IRPivNvIIx1dVQ2zHRd1NkzgmKiM3oquPn+QEB4u9IqWYfUNAXicqm7UVb+oAoyvxRfQYrvhZBV9Eh/BwmtbjTPLCvmc+mpI/PyTP3PvR6+vqm2e7+pbD1zOWxCv3m7NrNdnqshVUl60eETr0mogI47hwQESk2Mdlm+U5vxT7ePB+teYijpq9Uz0dh3EcWn+3OW0FHAHPq757sip8P+eacM/zNsFDnBVsvtowf12petdO1rY064b5CXmG1adAgK+fL1eUYnap2LxHFv3abr1r1+7iOc5HLWvpzNslTTb3eWtYsyvBRURsl2aLzX1YjGrAUszovso6ILIYZz8zpJrU86udvGzMpit/lNg0owsJaUUrWtGKfyP+Btoje/r/zGN9AAAAAElFTkSuQmCC) top center no-repeat;color:#666}#header h1{padding:10px;font-size:12px;font-weight:400;color:#666}#header h1 a{color:#666;text-decoration:none}#header a{color:#666}#header a:hover{color:#cdcdcd}#header a.pull{display:none}#header span.search-mobile{display:none;padding:1px;background:#cdcdcd}#header span.search-mobile input.search-mobile{font-family:"FontAwesome";width:97%;padding:1%}#header span.search-mobile.split input.search-mobile{width:46%}#header span.search-mobile.split select{font-size:16px}@media (max-width: 1024px){#header{position:fixed;top:0;width:100%;z-index:4}#header a.pull.enable{display:inline-block}}@media (max-width: 800px){#header{font-size:14px;background-image:none}#header .icon-label{display:none}#header span.search-mobile.enable{display:block}}#menu{font-size:12px;float:right;list-style-type:none;padding:5px;color:#ddd;white-space:nowrap}@media (max-width: 800px){#menu{font-size:14px}}#menu li{display:inline;padding:0 5px}#menu li a{color:#ddd;text-decoration:none}#menu li a:hover{color:#fff}#navigation{background:#474747;color:#dbdbdb;font-size:10px;list-style-type:none;padding:5px 5px;clear:both}#navigation li{display:inline;padding:2px}#navigation li a{color:#dbdbdb;text-decoration:none}#navigation li a:hover{color:#fff}#navigation li:before{content:'\00BB  '}#footer{margin-top:70px;background:#000 url(/assets/css/stylesheets/images/ispyb_gs_medium.png) center center no-repeat;height:200px;background-position:50% 60%}@media (max-width: 1024px){#footer{clear:both}}#footer .bottom_bar{border-top:1px solid #bbb;font-size:12px;font-family:"Maven Pro";display:block;padding:0.5%;color:#222;background:#eee;transition:0.3s ease-in-out}#footer .bottom_bar a{text-decoration:none}#footer .bottom_bar .powered_by{float:left;width:50%}#footer .bottom_bar .site{margin-left:50%;text-align:right}#sidebar{margin:2% auto;margin-bottom:0;width:80%}@media (max-width: 1280px){#sidebar{width:96%}}#sidebar ul{list-style:none;border:1px solid #e2e2e2;background:#f7f7f7;background:linear-gradient(top, #f7f7f7, #f0f0f0)}#sidebar ul li{float:left;border-right:1px solid #e2e2e2;font-weight:bold;font-size:11px;width:14%;position:relative;transition-property:background;transition-duration:300ms;transition-timing-function:ease-in-out}#sidebar ul li .message span{font-weight:normal;padding:15px;width:calc(100% - 30px);text-align:center}#sidebar ul li:hover{background:#f9f9f9}#sidebar ul li:hover ul{display:block}#sidebar ul li.feedback,#sidebar ul li.help{float:right;border-right:0;border-left:1px solid #e2e2e2}#sidebar ul li.help.active{background:#f9f9f9}#sidebar ul li .current{cursor:pointer}#sidebar ul li .current:hover{background:#ededed}#sidebar ul li span,#sidebar ul li a{text-decoration:none;display:inline-block;width:100%;padding:8% 0;text-align:center}#sidebar ul li ul{position:absolute;left:-1px;width:100%;display:none;border-bottom:0;z-index:2}#sidebar ul li ul li{float:none;width:100%;border-bottom:1px solid #e2e2e2}#sidebar ul li ul li a{text-align:left;padding-left:10%;width:90%}@media (max-width: 1024px){#sidebar,.cont_wrap{transition-property:all;transition-duration:0.2s;transition-timing-function:ease;width:100%;margin-top:56px}.cont_wrap{margin-left:0;float:left}#sidebar{margin-left:-100%;float:left;width:180px !important}#sidebar input{width:70% !important;height:100% !important}#sidebar ul,#sidebar ul li,#sidebar ul li ul,#sidebar ul li ul li,#sidebar ul li.help,#sidebar ul li.feedback{border:0;background:transparent}#sidebar ul li{width:100%}#sidebar ul li .current:hover{background:#838383}#sidebar ul li.feedback,#sidebar ul li.help{float:none}#sidebar ul li span,#sidebar ul li a{padding:12px 5%;width:90%;text-align:left;border-bottom:1px solid #3e3e3e;border-top:1px solid #717171;color:#fff;background:#5c5c5c}#sidebar ul li ul li a{width:85%}#sidebar ul li.help.active a{background:#737373}#sidebar ul li a:hover{background:dimgray}#sidebar ul li ul{display:block;left:0;position:relative}body.active{position:relative}body.active #sidebar{margin-left:0;width:182px}body.active .cont_wrap{margin-right:-100%}}@media (max-width: 800px){#sidebar.searchbox{margin-top:84px}.cont_wrap.searchbox{margin-top:76px}}.project{display:none}.project p{margin-bottom:10px}.content{padding-bottom:1%}.content>h1{padding:10px 0;margin-bottom:15px;word-wrap:break-word;font-size:24px;font-family:"Maven Pro";border-bottom:1px solid grey}.content>h1.nou{border-bottom:0}.content>h1.center{text-align:center}.content h2{padding:3px 0;margin-bottom:5px;word-wrap:break-word;font-size:16px;font-family:"Maven Pro";border-bottom:1px solid grey}.content h2 a{text-decoration:none}.content .border{border:1px solid #e2e2e2}.content .border p{padding:10px}.content p.message,.content p.help{padding:1%;margin-bottom:1%;border-radius:5px;color:#e2e2e2;background:#000}.content p.message.alert,.content p.alert.help{background:#f26c4f;color:#000}.content p.message.notify,.content p.notify.help{background:#82d180;color:#000}.content p.help{display:none}.content p.inset{width:70%;display:block;margin:auto}.content p.inset img{width:100%;box-shadow:3px 3px 3px 1px grey;margin:5px}.content p.inset img.match{width:auto}.content .padded_button .ui-widget{font-size:0.6em}.block,.containers{list-style:none}.block li,.containers li{padding:2%;margin:0 0 1% 0;border-radius:6px;background:#cdcdcd;height:20px}.status,.log{padding:5px;margin-bottom:10px}div.log{margin-top:5px}.status,.log h1{font-size:14px;padding:5px}.log ul{height:70px;overflow:auto;overflow-x:hidden;padding:5px;background:#ebebeb;border-radius:6px}.log ul li{display:block;padding:2px;color:#666}.log ul li span.title{color:#000}.search{float:right;padding:5px;margin-left:5px;background:#cdcdcd;margin-top:4px;border-radius:5px;box-shadow:0 1px 1px rgba(100,100,100,0.4) inset,0 1px 0 rgba(255,255,255,0.2);white-space:nowrap}.search input{font-family:"FontAwesome";width:160px;padding:1%}.search input:focus{outline:0}@media (max-width: 800px){.search{width:100%}}@media (max-width: 800px){.search.hide{display:none}}.page_wrap{overflow:auto;margin:5px;padding:0 0 10px 0}.page_wrap .per_page{float:left;padding:3px 3px 3px 0;position:absolute}@media (max-width: 400px){.page_wrap .per_page{display:none}}.page_wrap .pages.pp{margin-left:60px}@media (max-width: 400px){.page_wrap .pages.pp{margin-left:0}}.page_wrap .pages ul:before{content:'Page';background:#ededed;color:#737373;display:inline-block;padding:3px 5px;margin-right:2px}@media (max-width: 400px){.page_wrap .pages ul:before{padding:8px}}.time_wrap{overflow:auto;margin:5px}.time_wrap .times ul>li>a{width:40px !important}.block-nos,.page_wrap .pages,.time_wrap .times{white-space:nowrap}.block-nos ul,.page_wrap .pages ul,.time_wrap .times ul{list-style:none}.block-nos ul li,.page_wrap .pages ul li,.time_wrap .times ul li{display:inline-block}.block-nos ul li a,.page_wrap .pages ul li a,.time_wrap .times ul li a{text-decoration:none;display:block;width:25px;padding:3px 0;text-align:center;background:#ededed;color:#666;margin:2px}.block-nos ul li a:hover,.page_wrap .pages ul li a:hover,.time_wrap .times ul li a:hover{color:#222}@media (max-width: 400px){.block-nos ul li a,.page_wrap .pages ul li a,.time_wrap .times ul li a{padding:8px 5px}}.block-nos ul li.selected a,.page_wrap .pages ul li.selected a,.time_wrap .times ul li.selected a{background:#cdcdcd}.filter{margin-bottom:5px}@media (max-width: 800px){.filter:not(.filter-nohide){display:none}}.list-arrow,.filter{overflow:hidden;width:100%}.list-arrow li,.filter li{cursor:pointer;float:left;text-decoration:none;color:#000;background:#dfdfdf;position:relative;z-index:1;text-shadow:0 1px 0 rgba(255,255,255,0.5);border-radius:.4em;padding:.5em 0.6em .5em 0.6em;margin:0 0.5em 0 0;transition:background .3s ease-out}.list-arrow li:hover,.filter li:hover,.list-arrow li:hover:after,.filter li:hover:after,.list-arrow li.current,.filter li.current,.list-arrow li.current:after,.filter li.current:after{background:#efefef}.list-arrow .fixed li,.filter .fixed li{width:1.93333%;margin:.2%;padding:2% 3%;margin-bottom:0.5%}ol.rounded{*zoom:1;counter-reset:li;list-style:none;*list-style:decimal;font:18px "Droid Sans";padding:0;text-shadow:0 1px 0 rgba(255,255,255,0.5)}ol.rounded:before,ol.rounded:after{content:" ";display:table}ol.rounded:after{clear:both}ol.rounded li{float:left;position:relative;display:block;padding:.4em .7em .4em 3em;*padding:.4em;margin:0em .5em .5em 0;color:#000;background:#dfdfdf;text-decoration:none;border-radius:.3em;transition:all .3s ease-out}ol.rounded li:before{content:counter(li);counter-increment:li;position:absolute;left:-0.3em;top:50%;margin-top:-1.3em;background:#82d180;height:2em;width:2em;line-height:2em;border:0.3em solid #f4f4f4;text-align:center;border-radius:2em;transition:all .3s ease-out}ol.rounded li:hover{background:#efefef}ol.rounded li:hover:before{transform:rotate(360deg)}.data_collections{*zoom:1}.data_collections:before,.data_collections:after{content:" ";display:table}.data_collections:after{clear:both}.data_collection{padding:10px;border-radius:6px;margin-bottom:15px;background:#efefef;border:1px solid #e2e2e2}.data_collection>h1{font-family:"Droid Sans";font-size:14px;padding:5px 5px 0px 0px;margin-bottom:5px}.data_collection>h2{font-size:12px;padding:3px 3px 3px 3px;text-decoration:underline;margin-bottom:5px;word-wrap:break-word;width:49%}@media (max-width: 800px){.data_collection>h2{width:100%}}.data_collection p{padding:5px}.data_collection .links{display:none;text-align:center;background:#e6e6e6;padding:3%;margin:5px 0;border-radius:5px}@media (max-width: 400px){.data_collection .links{display:block}}.data_collection .links a{text-decoration:none;display:inline-block;padding:0 1.5%}@media (max-width: 800px){.data_collection .aborted{float:none;text-align:center;padding:5px;font-weight:bold;background:#e6e6e6}.data_collection .downloads{float:none}}@media (max-width: 400px){.data_collection .temp{display:block;margin:3px 0;overflow:hidden;text-overflow:ellipsis}.data_collection .temp:hover{overflow-x:visible}.data_collection .date{display:block;font-size:10px}.data_collection .spacer,.data_collection i.expand{display:none}.data_collection>h1>button,.data_collection>h1>a{float:right}}.data_collection .holder>h1{cursor:pointer;background:#afafaf;padding:8px;font-size:12px;margin-top:2px;*zoom:1}.data_collection .holder>h1:before,.data_collection .holder>h1:after{content:" ";display:table}.data_collection .holder>h1:after{clear:both}.data_collection .holder>h1:hover{background:#cdcdcd}.data_collection .holder>h1>span{float:right}.data_collection .holder>h1>span img{vertical-align:middle}.data_collection .holder>div{background:#fff;display:none;overflow:auto}.data_collection .holder>div .dcap{padding:1% 1% 0 1%}.data_collection .holder>div .dcap .data_collection{margin-bottom:0}.data_collection .holder>div>h1{border-bottom:1px solid;margin-bottom:5px;padding:5px 0 0 0;font-size:12px}.data_collection .holder>div>div>table.atoms,.data_collection .holder>div .ui-tabs-panel table.atoms{width:50%}@media (max-width: 400px){.data_collection .holder>div>div>table.atoms,.data_collection .holder>div .ui-tabs-panel table.atoms{width:100%}}.data_collection .holder>div>div>table.rstats,.data_collection .holder>div .ui-tabs-panel table.rstats{width:68%;margin-top:5px}@media (max-width: 400px){.data_collection .holder>div>div>table.rstats,.data_collection .holder>div .ui-tabs-panel table.rstats{width:100%}}.data_collection .holder>div>table,.data_collection .holder>div>div>table,.data_collection .holder>div .ui-tabs-panel table{font-size:10px;width:100%}.data_collection .holder>div>table.cell,.data_collection .holder>div>table.xo,.data_collection .holder>div>table.bc,.data_collection .holder>div>div>table.cell,.data_collection .holder>div>div>table.xo,.data_collection .holder>div>div>table.bc,.data_collection .holder>div .ui-tabs-panel table.cell,.data_collection .holder>div .ui-tabs-panel table.xo,.data_collection .holder>div .ui-tabs-panel table.bc{width:auto}@media (max-width: 400px){.data_collection .holder>div>table.cell,.data_collection .holder>div>table.xo,.data_collection .holder>div>table.bc,.data_collection .holder>div>div>table.cell,.data_collection .holder>div>div>table.xo,.data_collection .holder>div>div>table.bc,.data_collection .holder>div .ui-tabs-panel table.cell,.data_collection .holder>div .ui-tabs-panel table.xo,.data_collection .holder>div .ui-tabs-panel table.bc{width:100%}}@media (max-width: 400px){.data_collection .holder>div>table.reflow td,.data_collection .holder>div.holder>div>table.reflow td,.data_collection .holder>div .ui-tabs-panel .holder>div>table.reflow td,.data_collection .holder>div>div>table.reflow td,.data_collection .holder>div .ui-tabs-panel .holder>div>div>table.reflow td,.data_collection .holder>div .ui-tabs-panel table.reflow td{padding-left:50%}}.data_collection .holder>div .ui-widget-content{border-top:none}.data_collection .holder>div .ui-tabs.summary{border:1px solid #aaaaaa}.data_collection .holder table tr{cursor:pointer}.data_collection .holder table tr:hover{background:#fbfbfb}.data_collection .holder table tr th{font-weight:bold;background:#efefef;padding:5px;text-align:center}.data_collection .holder table td{padding:5px}.data_collection .holder table.rstats tr:first-child td{font-weight:bold;background:#efefef}.data_collection .holder table.bepm_stats td{padding:5px;text-align:center}@media (max-width: 400px){.data_collection .holder table.bepm_stats td,.data_collection .holder table.bepm_sets td{text-align:left}}.data_collection .holder .plot_fastep{margin:0 1%;width:48%;height:150px;float:right}@media (max-width: 400px){.data_collection .holder .plot_fastep{height:100px;float:none}}.data_collection .holder .plot_fastep .legend>table{width:auto}.data_collection .holder .bigep-settings{padding:0.5%}.data_collection .holder .bigep-settings td{text-align:center}.data_collection .holder .bigep-settings .bepm-seq{white-space:pre-line;font-family:Courier;font-size:10px;text-align:left}.data_collection .holder .bigep-stats{padding:0.5%}.data_collection .holder .bigep-models{width:49%;float:right;padding:0.5%}@media (max-width: 400px){.data_collection .holder .bigep-models{float:none;width:auto}}.data_collection .holder .bigep-seq li span.label{width:20%}.data_collection .holder .plot_shelx-XDS,.data_collection .holder .plot_shelx-DIALS{width:45%;height:250px;float:inherit}@media (max-width: 400px){.data_collection .holder .plot_shelx-XDS,.data_collection .holder .plot_shelx-DIALS{height:100px;float:none}}.data_collection .holder .plot_shelx-XDS .legend>table,.data_collection .holder .plot_shelx-DIALS .legend>table{width:auto}.data_collection .holder .plot_dimple{width:70%;float:right}@media (max-width: 400px){.data_collection .holder .plot_dimple{height:100px;float:none}}.data_collection .holder .plot_dimple .legend>table{width:auto}.data_collection .holder .blobs{float:right;padding-left:10px;width:30%}@media (max-width: 400px){.data_collection .holder .blobs{float:none;width:100%;margin-left:0;padding-left:0}}.data_collection .holder .blobs img{width:100%;height:auto}.data_collection .holder #dimple a img{opacity:1}.data_collection .holder #dimple a:hover img{opacity:0.5}.data_collection .diffraction,.data_collection .snapshots,.data_collection .image,.data_collection .diviewer{float:right;background:#dadada;padding:0;margin:0.25%;overflow:hidden}.data_collection .image,.data_collection .diviewer{width:40.5%;height:300px}.data_collection .image.image-third,.data_collection .diviewer.image-third{width:32.4%}@media (max-width: 800px){.data_collection .image.image-third,.data_collection .diviewer.image-third{width:49.5%}}@media (max-width: 400px){.data_collection .image.image-third,.data_collection .diviewer.image-third{width:auto;float:none;height:150px}}@media (max-width: 800px){.data_collection .image,.data_collection .diviewer{width:49.5%}}@media (max-width: 400px){.data_collection .image,.data_collection .diviewer{width:auto;float:none;height:150px}}.data_collection .image.mg,.data_collection .image.ov,.data_collection .diviewer.mg,.data_collection .diviewer.ov{width:auto;min-width:22%}.data_collection .image.mg figcaption,.data_collection .image.ov figcaption,.data_collection .diviewer.mg figcaption,.data_collection .diviewer.ov figcaption{position:absolute;margin:3px 0 0 4px}.data_collection .image.mg img,.data_collection .image.ov img,.data_collection .diviewer.mg img,.data_collection .diviewer.ov img{transition:opacity 0.2s ease-in-out;opacity:0;width:auto;height:100%}.data_collection .image.mg img.show,.data_collection .image.ov img.show,.data_collection .diviewer.mg img.show,.data_collection .diviewer.ov img.show{opacity:1}.data_collection .image{cursor:pointer}.data_collection .image .controls{position:absolute;z-index:99}.data_collection .snapshots{width:23%}@media (max-width: 800px){.data_collection .snapshots{width:38.0%}}@media (max-width: 400px){.data_collection .snapshots{display:none}}.data_collection .diffraction{width:18%}@media (max-width: 800px){.data_collection .diffraction{width:29.5%}}@media (max-width: 400px){.data_collection .diffraction{display:none}}.data_collection .diffraction img,.data_collection .snapshots img{width:100%;height:auto;opacity:0;transition:opacity 0.25s ease-in-out}.data_collection .diffraction img.show,.data_collection .snapshots img.show{opacity:1}.data_collection .diffraction a:hover img.show,.data_collection .snapshots a:hover img.show{opacity:0.5}.data_collection .rp .data_collection.selected{background:#cdcdcd}.data_collection .distl{transition:opacity 0.25s ease-in-out;width:23.5%;float:right;margin:0.25%;padding:0;border-radius:5px;cursor:pointer;opacity:1}.rp .data_collection .distl{width:48%}@media (max-width: 800px){.data_collection .distl{width:30%}}@media (max-width: 400px){.data_collection .distl{display:none}}.data_collection .edge,.data_collection .mca{transition:opacity 0.25s ease-in-out;height:160px;width:50%;float:right}@media (max-width: 800px){.data_collection .edge,.data_collection .mca{width:100%}}.data_collection .elements{float:right;margin:0.5% 1% 2% 0.5%}@media (max-width: 800px){.data_collection .elements{float:none}}.data_collection .elements table tr td{font-size:10px;padding:4px;white-space:nowrap}.ul,.data_collection>ul{width:34%;list-style:none}@media (max-width: 800px){.ul,.data_collection>ul{width:100%}}.ul.single,.data_collection>ul.single{width:17%}.ul.single>li,.data_collection>ul.single>li{width:93%;width:-moz-calc(95.5% - 15px);width:-o-calc(95.5% - 15px);width:-webkit-calc(95.5% - 15px);width:calc(95.5% - 15px);padding:2.5% 2%}@media (max-width: 800px){.ul.single,.data_collection>ul.single{width:100%}.ul.single>li,.data_collection>ul.single>li{width:43%;width:-moz-calc(47.5% - 15px);width:-o-calc(47.5% - 15px);width:-webkit-calc(47.5% - 15px);width:calc(47.5% - 15px);padding:1.5% 1%}}.ul.half,.data_collection>ul.half{width:49%}@media (max-width: 800px){.ul.half,.data_collection>ul.half{width:100%}}.ul>li,.data_collection>ul>li{float:left;width:43%;width:-moz-calc(47.5% - 15px);width:-o-calc(47.5% - 15px);width:-webkit-calc(47.5% - 15px);width:calc(47.5% - 15px);padding:1.5% 1%;margin:0.5%;background:#e6e6e6;margin-left:15px;position:relative;transition:background .3s ease-out}.ul>li.active,.data_collection>ul>li.active{box-shadow:0 0 2px #82d180 inset}.ul>li:hover,.data_collection>ul>li:hover{background:#ebebeb}.ul>li:before,.data_collection>ul>li:before{content:"";position:absolute;background:#dedede;padding:0;top:0;left:-15px;width:10px;height:100%}.ul>li:after,.data_collection>ul>li:after{position:absolute;content:'';border:.5em solid transparent;left:-1em;top:50%;margin-top:-.5em;transition:all .3s ease-out}.ul>li:hover:after,.data_collection>ul>li:hover:after{left:-.5em;border-left-color:#dedede}.ul>li.comment,.data_collection>ul>li.comment{margin:0.5%;width:95%;width:-moz-calc(97.5% - 15px);width:-o-calc(97.5% - 15px);width:-webkit-calc(97.5% - 15px);width:calc(97.5% - 15px);margin-left:15px}.ul>li.sample,.data_collection>ul>li.sample{white-space:nowrap}.ul>li.sample .wrap,.data_collection>ul>li.sample .wrap{overflow-x:hidden;text-overflow:ellipsis;display:block}.ul>li.sample .wrap:hover,.data_collection>ul>li.sample .wrap:hover{overflow-x:visible}.ul>li h1,.data_collection>ul>li h1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ul.full,.data_collection>ul.full{width:100%}.ul.full>li,.data_collection>ul.full>li{margin:0.5%;padding:1%;width:16%;width:-moz-calc(17.5% - 15px);width:-o-calc(17.5% - 15px);width:-webkit-calc(17.5% - 15px);width:calc(17.5% - 15px);margin-left:15px}@media (max-width: 800px){.ul.full>li,.data_collection>ul.full>li{margin:0.5%;padding:1%;width:45%;width:-moz-calc(47.5% - 15px);width:-o-calc(47.5% - 15px);width:-webkit-calc(47.5% - 15px);width:calc(47.5% - 15px);margin-left:15px}}.ul.hover>li:hover,.data_collection>ul.hover>li:hover{cursor:pointer}ul.bubbles li,ul.comments li{border-radius:5px;border:1px solid #e2e2e2;padding:1%;margin-bottom:5px}ul.bubbles li h1,ul.comments li h1{border-radius:3px;padding:0.7%;background:#efefef}ul.status{font-size:10px;white-space:nowrap;margin-bottom:0}ul.status li{padding:2px 5px;border-radius:2px;margin-bottom:1px}ul.status li.R{background-color:#ff6961}ul.status li.R:before{content:'Loaded by Robot'}ul.status li.GR{background-color:#fdfd96}ul.status li.GR:before{content:'Grid Scanned'}ul.status li.SC{background-color:#fdfd96}ul.status li.SC:before{content:'Screened'}ul.status li.AI{background-color:#ffb347}ul.status li.AI:before{content:'Auto Indexed'}ul.status li.DC{background-color:#87ceeb}ul.status li.DC:before{content:'Data Collected'}ul.status li.AP{background-color:#77dd77}ul.status li.AP:before{content:'Auto Integrated'}ul.status li.COMP{background-color:#87ceeb}ul.status li.COMP:before{content:'Completed'}ul.status li.skipped{background-color:#fdfd96}ul.status li.skipped:before{content:'Skipped'}ul.status li.reinspect{background-color:#ffb347}ul.status li.reinspect:before{content:'Re-inspect'}ul.status li.completed{background-color:#77dd77}ul.status li.completed:before{content:'Completed'}ul.status li.failed{background-color:#ff6961}ul.status li.failed:before{content:'Failed'}li:last-child .visit_users{right:2%}.visit_users{position:absolute;background:#efefef;z-index:100;padding:5px;width:350px;border-radius:5px}.visit_users .new{background-color:red}li:last-child .visit_users,li:nth-last-child(2) .visit_users{right:2%}@media (max-width: 400px){.visit_users{right:auto;left:1%;width:280px}li:nth-child(even) .visit_users{right:1%;left:auto}}.sample_status{padding:5px;border-radius:6px 0 0 6px;background:#efefef;border:1px solid #e2e2e2;position:fixed;right:-221px;top:25%;z-index:100;width:235px;display:none;transition:right 0.5s ease-in-out 0.5s}.sample_status.wide{width:465px;right:-451px}.sample_status.in,.sample_status:hover{right:0 !important}.sample_status.in .handle{background:#bdbdbd}.sample_status canvas{cursor:pointer}.sample_status .key_holder{position:absolute;padding:0 5px 5px 5px}.sample_status .key_holder i{padding-top:5px}.sample_status .key_holder:hover .key{display:block}.sample_status .handle{cursor:pointer;float:left;width:20px;height:250px;background:#cdcdcd;border-radius:6px 0 0 6px}.sample_status .handle .text{transform:translate(0, 230px) rotate(270deg);white-space:nowrap;display:block}.sample_status .handle .text .controls{display:inline-block;margin-left:60px}.sample_status .handle .text .controls a{text-decoration:none}.sample_status .handle .clearf{visibility:hidden}.sample_status .form,.sample_status .ranking{padding:0 5px;margin-left:20px}.sample_status .form li span.label,.sample_status .ranking li span.label{width:32%}.sample_status .form li span:not(.label),.sample_status .ranking li span:not(.label){overflow-x:hidden;white-space:nowrap;width:60%;display:inline-block;text-overflow:ellipsis}@media (max-width: 400px){.sample_status{display:none}}.key{background:#cdcdcd;border-radius:6px;display:none;float:right;padding:5px}.key li:before{content:"";line-height:1em;width:.5em;height:.5em;float:left;margin:.25em .25em 0;border-radius:50%}.key li:nth-child(1):before{background-color:#ff6961}.key li:nth-child(2):before{background-color:#fdfd96}.key li:nth-child(3):before{background-color:#ffb347}.key li:nth-child(4):before{background-color:#87ceeb}.key li:nth-child(5):before{background-color:#77dd77}.fixedwidth{font-family:"Courier"}#distl_full .distl{height:250px}.ui-tabs .ui-tabs-panel{padding:8px !important}.ui-tabs{padding:2px !important}[draggable=true]{-khtml-user-drag:element;-webkit-user-drag:element;-khtml-user-select:none;-webkit-user-select:none}.dragged td{background:#ededed}h1.status{cursor:pointer}div.status{*zoom:1;display:none}div.status:before,div.status:after{content:" ";display:table}div.status:after{clear:both}.oav,.webcam{width:49%;margin:.5%;padding:0;float:left}@media (max-width: 800px){.oav,.webcam{width:99%;margin:.5%;padding:0}}.status.three .webcam{width:32.33333%;margin:.5%;padding:0;float:left}.oav{display:block;margin:auto}div.status.oavs{display:none}.oav img,.webcam img{width:100%;float:none}.pvs{padding:0.2%}.pvs .pv{display:inline-block;width:11.1%;margin:.2%;padding:.5%;background:#dadada;border-radius:5px;text-align:center}@media (max-width: 800px){.pvs .pv{width:21%;margin:1%;padding:1%}}@media (max-width: 400px){.pvs .pv{width:44%;margin:1.5%;padding:1.5%}}.pvs .pv.on{background:#82d180}.pvs .pv.off{background:#f26c4f}.log.gda ul{height:250px;overflow-x:none}.log.gda ul li{white-space:nowrap}.image_controls{padding:10px;margin-bottom:10px}@media (max-width: 400px){.image_controls .im_num{text-align:center}}.image_controls .im_num input[name="num"]{width:40px}.image_controls .im_col{width:17%;float:right;padding:0 1%}.image_controls .im_col.toggles{width:28%}@media (max-width: 800px){.image_controls .im_col.toggles{width:98%;padding:2% 0 0 0}}@media (max-width: 800px){.image_controls .im_col{padding:0 2%;width:23%}}@media (max-width: 400px){.image_controls .im_col{float:left;width:46%;margin-bottom:5px}}@media (max-width: 400px){.image_controls .im_size{width:98%}}.image_controls .zoom,.image_controls .brightness,.image_controls .contrast{width:100%}.image_controls abbr{text-decoration:underline;cursor:help}@media (max-width: 400px){.dc_params{display:none}h1.no_mobile,button.no_mobile{display:none}}.image_container{margin-bottom:10px}.embed .image_container{position:relative}@media (max-width: 400px){.image_container{height:75%}}.image_container .embed_control{position:absolute;right:0}.image_container .image{width:100%;overflow:auto;background:#efefef}.image_container .image .img{display:none}.image_container .image .img:hover{cursor:pointer}.image_container .im_zoom{position:absolute;margin:10px;border:1px solid #e2e2e2;background:#ebebeb;box-shadow:1px 1px 2px #dedede;border-radius:2px;height:100px}@media (max-width: 800px){.image_container .im_zoom{height:50px}.image_container .im_zoom .im_zoomc{height:50px;width:50px}}.embed .image_container .im_zoom{height:50px}.embed .image_container .im_zoom .im_zoomc{height:50px;width:50px}.image_container .im_profile{float:right}.image_container .yprofile{width:50px;height:100px;position:absolute;margin:10px 0 0 215px}@media (max-width: 800px){.image_container .yprofile{width:25px;height:50px;margin-left:60px}}.embed .image_container .yprofile{width:25px;height:50px;margin-left:60px}.image_container .xprofile{width:200px;height:50px;position:absolute;margin:110px 0 0 10px}@media (max-width: 800px){.image_container .xprofile{width:50px;height:25px;margin-top:60px}}.embed .image_container .xprofile{width:50px;height:25px;margin-top:60px}.image_container .im_cur{position:absolute;margin:170px 0 0 10px}@media (max-width: 800px){.image_container .im_cur{margin:90px 0 0 10px}}.embed .image_container .im_cur{margin:90px 0 0 10px}.image_container .im_cur p{margin:0;padding:0}.image_container .im_highlight{width:40px;height:20px;position:absolute;border:1px solid blue}@media (max-width: 800px){.image_container .im_highlight{width:20px;height:20px}}.embed .image_container .im_highlight{width:20px;height:20px}.image_container .im_progress{display:none;position:absolute;width:250px;height:20px}table.samples .img{width:45%}span.snapshots.sample img{width:15%}.seq{word-break:break-all}.rd_plot{height:200px}textarea[name=pasted]{width:100%;height:250px}@media (max-width: 800px){span.snapshots.sample img{width:48%}table.samples .img{width:100%}}.motor{float:left;width:45%;margin:.5%;padding:2%;background:#cdcdcd;border-radius:5px}.motor .button{padding:0 !important;width:11%;background:#000000;border-radius:2px;overflow:hidden;border:1px solid;text-align:center}.motor .button.active{background:#82d180}.motor .button.inactive{background:#f26c4f}.motor .button.minor{background:#ff0}.motor .buttons{margin:2% 0;position:absolute;background:#fff;width:40%;padding:1% 2% 1% 1%;white-space:nowrap;display:none;border-radius:5px}.motor .buttons .button{margin:0.5%;display:inline-block}.motor .main:hover ~ .buttons{display:block}.motor .value{float:right;padding:2%;background:#bcbcbc}.motor .l{float:left}.motor .r{float:right}.motor h1{background:#eeeeee;margin:1% 0 2% 0;padding:1% 1%}.motor .below{text-align:center}.motor .below .readback{color:green;display:inline-block;border:1px solid #000000;border-radius:2px;width:67%}.ui-dialog-content ol{list-style:decimal;margin-left:15px}.ui-dialog-content ol ul{list-style:lower-roman;margin-left:30px}.ui-dialog-content h1{font-weight:bold;margin-bottom:5px}.ui-dialog-content p{margin-bottom:5px}.ui-dialog-content .bold{font-weight:bold}.ui-dialog-content .ul,.ui-dialog-content .data_collection>ul{text-decoration:underline}#map_model{position:relative}#map_model .controls{z-index:9;top:10px;left:10px;position:fixed;margin:5px}#map_model .controls div.peaks{height:150px;overflow-y:auto}#map_model #viewer{position:fixed;width:100%;height:100%;left:0;top:0}#map_model #hud{font-size:15px;color:#ddd;background-color:rgba(0,0,0,0.6);text-align:center;position:fixed;top:10px;left:50%;transform:translateX(-50%);padding:2px 8px;border-radius:5px;z-index:9;white-space:pre-line}#map_model #help{display:none;font-size:16px;color:#eee;background-color:rgba(0,0,0,0.7);position:fixed;left:20px;top:50%;transform:translateY(-50%);cursor:default;padding:5px;border-radius:5px;z-index:9;white-space:pre-line}.fixed.xtalpreview{position:fixed;bottom:5px;width:80%;background:#ccc;border-radius:5px;z-index:99;padding:10px}@media (max-width: 1280px){.fixed.xtalpreview{width:96%}}.fixed.xtalpreview canvas{height:340px}.fixed.content{margin-bottom:220px}ul.messages li{margin:5px;border-radius:5px;padding:10px}ul.messages li h3{cursor:pointer;transition:color 0.25s ease-in-out}ul.messages li h3:hover{color:#666}ul.messages li pre{font-family:monospace;border-top:1px solid;margin-top:5px;padding-top:5px}ul.messages li p{font-size:11px;margin-bottom:0}ul.messages li.ERROR{border:1px solid #ff0000;background:#fcc}ul.messages li.WARNING{border:1px solid #ffa500;background:#ffedcc}ul.messages li.INFO{border:1px solid #00ff00;background:#cfc}.dropimage{color:#cdcdcd;padding:20px;border:2px dashed #cdcdcd;margin:2% 0;text-align:center;border-radius:5px}.dropimage.active{color:#000;background:#dedede;text-decoration:italic}.calendar>ul{list-style:none}.calendar>ul.links li{display:block;width:22.6%;margin:.2%;padding:1%;height:15px;text-align:center;cursor:pointer;transition:background .3s ease-out}.calendar>ul.links li:hover{background:#dfdfdf}.calendar>ul>li{float:left;display:block;width:11.88571%;margin:.2%;padding:1%;background:#eee;height:100px;overflow:hidden}@media (max-width: 800px){.calendar>ul>li{width:95%;margin:.5%;padding:2%;height:auto}}.calendar>ul>li .full{display:none}@media (max-width: 800px){.calendar>ul>li .full{display:inline}}.calendar>ul>li.head{background:#cecece;height:15px;font-weight:bold;text-align:center}@media (max-width: 800px){.calendar>ul>li.head{display:none}}.calendar>ul>li.wend{background:#dfdfdf}.calendar>ul>li.noday{background:#f3f3f3}@media (max-width: 800px){.calendar>ul>li.noday{display:none}}@media (max-width: 800px){.calendar>ul>li.no_event{display:none}}.calendar>ul>li.today{background:#cecece}@media (min-width: 800px){.calendar>ul>li:hover{position:relative;overflow:visible}.calendar>ul>li:hover>ul{background:#dadada;border-radius:3px;max-height:500px}}.calendar>ul>li>ul{padding:5px}@media (min-width: 800px){.calendar>ul>li>ul{overflow:hidden;transition:max-height 0.5s ease-in-out;max-height:90px}}@media (max-width: 800px){.calendar>ul>li>ul li .time{float:right;margin-left:5px}.calendar>ul>li>ul li .time:before{content:"Starts: "}}.calendar>ul>li>ul>li>ul{padding:0 5px;list-style:none}.calendar>ul>li>ul>li>ul li .details{display:none;padding:2%;background:#f3f3f3;z-index:4}.calendar>ul>li>ul>li>ul li:hover .details{display:block}@media (max-width: 800px){.calendar>ul>li>ul>li>ul{border-bottom:1px solid #cecece;margin-bottom:5px;padding-bottom:5px}.calendar>ul>li>ul>li>ul .short{display:none}.calendar>ul>li>ul>li>ul li.past{color:#999}.calendar>ul>li>ul>li>ul li.past a{color:#999}.calendar>ul>li>ul>li>ul li .details{display:block;background:none;padding:0;color:#999}.calendar>ul>li>ul>li>ul li .type{float:right}}@media (max-width: 800px){.calendar_header{display:none}}@media (max-width: 800px){.calendar_main{height:350px;overflow-y:scroll}}.calendar ul.calendar_days{display:none;padding:2px;border-bottom:1px solid #dfdfdf;margin:0.5%}@media (max-width: 800px){.calendar ul.calendar_days{display:block;height:55px;white-space:nowrap;overflow-x:auto;overflow-y:hidden}}.calendar ul.calendar_days li{width:30px;height:45px;float:none;display:inline-block;text-align:center}.calendar ul.calendar_days li .day{display:block}.calendar ul.calendar_days li .number{display:block;border-radius:3px;padding:4px}.calendar ul.calendar_days li.past{color:#999}.calendar ul.calendar_days li.event .number{background:#dfdfdf}div.form{padding:10px}div.form ul{list-style:none}div.form ul li.extra{display:none}div.form ul li.extra.show{display:block}div.form label{float:left;display:block;font-size:12px}div.form label span.small{display:block;font-size:10px}div.form span.label{display:inline-block;padding:1% 0;font-weight:bold}div.form span.label,div.form label{width:28%}@media (max-width: 800px){div.form span.label,div.form label{float:none;display:block}}div.form label.secondary{width:auto;float:none;display:inline}div.form li.head{padding:1% 0;font-weight:bold}div.form input,div.form textarea,div.form select{margin:0 0 20px 5px}div.form input:not(.ui-combobox-input),div.form textarea:not(.ui-combobox-input),div.form select:not(.ui-combobox-input){padding:0.1%}@media (max-width: 800px){div.form input,div.form textarea,div.form select{margin:0 0 20px 0}}div.form textarea{height:200px}div.form textarea,div.form input[name=title],div.form input[name=TITLE],div.form input.full{width:70%}@media (max-width: 800px){div.form textarea,div.form input[name=title],div.form input[name=TITLE],div.form input.full{width:100%}}div.form button.submit{width:150px;height:30px}div.form select[multiple=multiple]{width:200px;vertical-align:top}@media (max-width: 800px){div.form select[multiple=multiple]{width:60%}}div.form .progress{width:150px}div.form label.ferror{display:none !important}div.form span.ferror{margin-left:15px;border:none;background:#ebebeb;border-radius:5px;padding:0.5%;position:relative}div.form span.ferror:before{position:absolute;border:.7em solid transparent;left:-1.3em;top:50%;margin-top:-.7em;content:'';border-right-color:#ebebeb}div.form textarea+span.ferror{margin-left:29%}div.form .floated{width:71.6%;margin:1% 0;float:right}@media (max-width: 800px){div.form .floated{width:100%;float:none;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}}div.form ul.visits li{clear:none}div.form .puck{width:25%;float:right}@media (max-width: 800px){div.form .puck{width:40%}}@media (max-width: 400px){div.form .puck{width:100%;float:none;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}}.ui-input-invalid,.ferror,table.form .ferror,div.form .ferror{background:#f26c4f}.editable{padding:0.7% 1%;border-radius:4px}@media (max-width: 800px){.editable{padding:2% 1%;display:inline-block}}.editable:hover{cursor:pointer;background:#cdcdcd url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAANCAQAAAAOR/aSAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfdDAQPNicPrLwkAAAAWElEQVQY063PsQ3AIAxE0R9WMoOEbRjB22QRMxNpgmRQTMWVpyf5DKdyrYUKRq7Nd+mHgM1tmkltFCCHl1W06w0q4SYVjMKz7nFoRz60JwN1gIj470JyMi8YZRwyixNLhAAAAABJRU5ErkJggg==) no-repeat right;padding-right:2.5%}@media (max-width: 800px){.editable:hover{padding-right:7%}}.editable button{margin:3px}.invalid{box-shadow:0 0 8px #f26c4f}.valid{box-shadow:0 0 8px #82d180}div.text_table{width:71%;margin:0 0 1% 0;float:right}div.text_table.small{width:47%}div.text_table.half{width:21%}div.text_table table{width:auto}div.text{width:68.2%;margin:1% 0;float:right;background:#ebebeb;border-radius:5px;padding-right:2.5%}@media (max-width: 800px){div.text{width:93%;float:none;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}}div.text p{padding:1% !important}div.text pre{background:#fff;padding:1%;border-radius:5px}div.text code{font-size:10px;word-wrap:break-word}div.text ul{padding:1% 2.5%}div.text ul li{list-style-type:circle}div.text h1{text-decoration:underline;font-size:14px;padding-bottom:0.5%}div.text h2{text-decoration:underline;font-size:12px;padding-bottom:0.5%}div.text.seq blockquote:before{content:'>';float:left;margin:1%}.image img{width:100%}table input[type=text]{width:100%}@media (max-width: 400px){.puck_wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.puck{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}}@media (max-width: 800px){.reorder{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}select,input,textarea{font-size:16px !important}}.ui-combobox button.ui-button-icon-only{height:1.8em}.c_holder{margin-bottom:2%}.c_holder>h1{font-family:"Droid Sans";font-size:14px}.bl_puck{width:18.6%;margin:.2%;padding:.5%;height:55px;background:#afafaf;float:left}.bl_puck input{width:calc(99% - 10px);padding:10px 5px;border-radius:5px;border:none}@media (max-width: 800px){.bl_puck{width:23.6%;margin:.2%;padding:.5%}}@media (max-width: 400px){.bl_puck{width:48%;margin:.5%;padding:.5%}}.bl_puck_drag{background:#dedede}.shipment{padding:0.5%;margin:0.4% 0;background:#afafaf}.shipment h1{padding:0.5%}.shipment .dewar{background:#dedede;padding:0.2%;margin:0.5% 0;display:none}.shipment .dewar .deactivate{display:none}.shipment .dewar.active{background:#82d180}.shipment .dewar.active .deactivate{display:inline}.unassigned_drag .shipment{background:#dedede}.shipment:hover{cursor:pointer}.container{height:30px;overflow:auto;background:#ebebeb;width:23.6%;margin:.2%;padding:.5%;float:left;border-radius:5px}.container.assigned{width:92%;margin:0;padding:4% 4% 1% 4%}.container:hover{cursor:pointer}@media (max-width: 400px){.container{width:47%;margin:.5%;padding:1%}}.visits{list-style:none}.visits li{width:30.33333%;margin:.5%;padding:1%;float:left;border-radius:5px;background:#dedede}.visits li.active{background:#82d180}@media (max-width: 800px){.visits li{width:94%;margin:1% 0;padding:3%}}.cells .cell,.cells .stats,.cells .data{width:20%}.cells .users{width:30%}.cells .users,.cells .stats,.cells .cell{float:right}.cells .ulist .found{background:green}.cell_param input{width:6%}.pdbs,.pdb_details_not_found,.pdb_details{display:none}.pdb_details ul{width:100%}.pdb_details ul li{width:96%}#pdbs,#pdbs2{height:200px}textarea[name=pdb_list]{width:100%;height:100px}@media (max-width: 800px){.pdb,.cell,.opts{display:block;padding:2px;vertical-align:middle}.pdb input,.cell input,.opts input{width:20%;vertical-align:middle}.cell input{width:26%}.pdb_details>ul li{float:none;width:94%}.cells .data,.cells .cell,.cells .stats,.cells .users{float:none !important;width:100% !important}.cells .data ul li,.cells .cell ul li,.cells .stats ul li{width:50%;float:left}.cells h3{text-decoration:underline;margin:3px 0}}.dc{background:#efefef;width:23%;margin:.5%;padding:.5%;display:inline-block;border-radius:5px}@media (max-width: 1024px){.dc{width:30.33333%;margin:1%;padding:.5%}}@media (max-width: 800px){.dc{width:47%;margin:1%;padding:.5%}}@media (max-width: 400px){.dc{width:97%;margin:1%;padding:.5%}}.dc.selected{background:#dedede}.dc .distl{height:100px}.dc .state{float:right}.dc .state ul{list-style:none;margin-left:-25px}.dc .state ul li{display:inline;font-size:10px;padding-right:2px}.dc img{float:right}.data_collection.cell input,.data_collection.options input{width:65px}.filter ul li a{text-decoration:none}.filter ul li.running,.filter ul li.running:after{background:#82d180}span.run_state{float:right}.autoproc{display:none}.dc_count{float:right}.blended_wrap,.table_wrap{overflow-y:auto}.dend_wrap,.blended_wrap{margin-bottom:1%}.table_wrap{margin-bottom:1%}.dc_wrap{overflow-y:auto}.data_collections.int{width:99%}.dend_wrap{padding:0.5%}.dendrogram{width:96%;height:100px}#images iframe,#add_contact iframe{width:100%;height:100%;border:none}.dend_wrap .slider{width:50%;display:inline-block}.dend_wrap .controls{padding:0.5%}.yAxis .tickLabel.selected{font-weight:bold}.inspect>.left{width:29%}.inspect>.right{width:69%}@media (max-width: 400px){.inspect>.left,.inspect>.right{float:none;width:auto}}.image_large{position:relative;background:#ebebeb}.image_large .score{position:absolute;top:5px;left:5px;z-index:2}.image_large .COMMENTS{bottom:10px;left:5px;position:absolute;z-index:2}.image_large .controls{right:5px;bottom:15px;position:absolute;width:150px;z-index:2}.image_large .objects{z-index:2;top:5px;right:5px;position:absolute}.image_large .objects .table{margin:0}.image_large .scorebybutton{display:none;z-index:2}.image_large .help_pane{z-index:2;border-radius:5px;display:none;position:absolute;background:#000;color:#e2e2e2;top:35px;right:5px;padding:0.7%}.image_large .help_pane.enable{display:block}.image_large .help_pane ul.keys li .hkey{border-radius:2px;box-shadow:2px 2px 0px 1px #666;background:#eee;padding:5px;display:inline-block;width:20px;margin:3px;margin-right:8px;color:#000;text-align:center}@media (max-width: 400px){.image_large .controls,.image_large .scoresel,.image_large .COMMENTS{display:none}.image_large .scorebybutton{display:block;bottom:5px;left:5px;position:absolute}.image_large .scorebybutton .current{font-weight:bold}}div.img_history{z-index:2;position:absolute;bottom:40px;width:98%;padding:5px;overflow-x:scroll;text-align:center}div.img_history.embed{position:static;width:auto}div.img_history columns{padding:0 25px}div.img_history div{white-space:nowrap}div.img_history figure{display:inline-block;padding:0;margin:0 2px;background:#cdcdcd;opacity:0.65;height:100px}div.img_history figure.selected{opacity:1}div.img_history figure figcaption{background:#cdcdcd}div.img_history figure img{height:100%;width:auto}div.img_history .nav{position:absolute;width:99%;height:100%;padding:0;margin:0}div.img_history .nav a{background:#cdcdcd;display:inline-block;font-size:30px;height:100%;width:25px;text-decoration:none;opacity:0.5}div.img_history .nav a:hover{opacity:0.8}div.img_history .nav a i{display:block;top:50%;transform:translateY(-50%);position:relative}div.img_history .nav a.previous{float:left}div.img_history .nav a.next{float:right}.add_image{display:none}.add_image.enable{display:block}.add_image .dropimage{color:#cdcdcd;padding:5%;border:2px dashed #cdcdcd;margin:2% 0;text-align:center;border-radius:5px}.add_image .dropimage.active{color:#000;background:#dedede;text-decoration:italic}input[name=gap]{width:30px}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.ui-dialog .ui-dialog-content{padding:0.5em}.ui-autocomplete-loading{background:url(data:image/gif;base64,R0lGODlhEAAQANUAAAAAABYWFhkZGSUlJSsrKzIyMjw8PENDQ0xMTFRUVFpaWmRkZGpqam9wb3Bwb3V1dX19fYWFhYuLi5SUlJubm6Ojo6ysrLKysru7u8C/wMLCwsvLy9PT0//a2tvb2+Xl5ezs7PLy8vjy+P7+/gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkKACQALAAAAAAQABAAAAZzQJJwSFIshBzikKIQAgAkzUYpXBgipAF0o6EKEQjNczMlYaaUxJHCoAg9mCin/EgoKlTMWSmBUJNDFRASbl4XGmcVEX1eZhcXZUh/XUQcenlklBscXRiAlkJSSRtxJFwYF2aUVFIkh6agVFyupWRegLZUQQAh+QQJCgAkACwAAAAAEAAQAAAGeUCScEhaQIQR4rDCEAIAJIVBKXwkJiQCgTRAUIUKhQaggByEmA1JQ8FWIBThIrLRcNQky6SCoWLSShYVVBxEGxYYGl8kFxppG4kXixgXF3hChUocioaJfht1QhubJBiZHH1roySQoo6Snl8aao2sqF+hF6mgX5m8VEEAIfkECQoAJAAsAAAAABAAEAAABndAknBIekCEE+IQUxESACTGQSmkVC6kg4FkSFCrkw2AEUEIF0nORkPSVDBCxWRSKJjbGw6HqjAciWtUEHBCGxYXhFQXGhgbGxgaWF8XlBtEe0ocbICQVI2BJHlsGJgchBp5oYRrGFidX6gki6GmX4GIhZZUmI5fQQAh+QQJCgAkACwAAAAAEAAQAAAGd0CScEiqVIQU4pCjEUYgpEdCKdRwOCSJhJRYUIUYjedBkSiEiyRn01xjSZAKBWE4kzSbNZWBiCjZVBRNQhsWFxhfJAADAAobYReJAJNeS1R6RI+DRBgbgCR5TRhvHIh3eaCmbBiRYYl4JBdNeaZ/TYeEG19vnl9BACH5BAkKACQALAAAAAAQABAAAAZ5QJJwSMJchBrikJMkUSakCkWJ5HCi0wmUWtR4JhZLRfgYczbJ8zWKqSgSDOTmTG0otkM0ldIkbSwXGFwkAAQACxsYGkdcCwMAEERrRAkRSol9QxAGBAlCc0kYaxyiJAgGUImfGkZdgxobJBdJc4JUeoGfsVRrG7tKQQAh+QQJCgAkACwAAAAAEAAQAAAGeUCScEjabIQa4pCTJGEspMtFieRwSJrppUIVYjSeiwaDEVLKnE0yfcUyJxQKcpOmViZTopqKOQo3FhdlXQAHBA8bX3lUDAYAEERtRAkRSolNRBQIBgx/TE5tEQpyCQcTRYNqUhoHBV1YR2IkEAULXXuCQginVG1GXUEAIfkECQoAJAAsAAAAABAAEAAABnpAknBI2myEHOKQoxFiLCTNURnlJDWXYpNKwmg8F8wmWSVxNs0z2crBMIXSMxVNHqKpHI/dEuaSHhIRFRteWVwUEhAVRHVDEBJKhFtEFQoJD0JjTRh6JBQMFCQLCaGEmRsAABoICH5SJAADJBEGC1x3qUIKoXhCCwpcQQAh+QQJCgAkACwAAAAAEAAQAAAGfECScEjabIQc4pCjEWIsJM1RGeUkNZdik0rCaDwXzCZZJXE2zTPZysEwhdIzFU0eoqkcj90S5pIuGmIbXllcWBZTSFQVUESDGFQYFRQVQmMZHBEGQhQQlRMUTYNCBhAKABoKCn4IAyQEBCQSCBBcBqsAAEIMlVQRQhALXEEAIfkECQoAJAAsAAAAABAAEAAABnlAknBI2myEHOKQoxFiLCTNURnlJDWXYpNKwmg8F8wmWSVxNs0z2crBMIXSMxVNHqKpHI/dEuaSLhpiG15ZXBgXFlNdEFRSShAGCXhnWwgFBRQUkl0VTXEkEwtCCBEMABsTE34JBiQGB12ZXAcMJAAFQhQYXKokpVxBACH5BAkKACQALAAAAAAQABAAAAZ5QJJwSNpshBzikKMRYiwkzVEZ5SQ1l2KTSsJoPBfMJlklcTbNM9nKwTCF0jMVTV5uiRzPcAEAJLgkFxpiCgADAIAYFxZTURRUUkoRCAxUVmhCCgYIFBUQSGNRoRQLmRIUDx6DgAt/EhJmb1QJDyQQEXB1RI8kFRVcQQAh+QQJCgAkACwAAAAAEAAQAAAGe0CScEjabIQc4pCjEWIsJM1RGeUkNZdik0rCaDwXzCZZJU0MCJJnjLRimMIEoSChbjTkYcRA5XiGCwABClwkFxpiCgACAIUYFxZTURRUUkoTCg59HHdCDAkKFRgVSGxSSRUPQhUWWB6IhRMThk1WW0oUUBYYQnhcW0ZcQQAh+QQJCgAkACwAAAAAEAAQAAAGeECScEjabIQc4nCCEGIsJM1RSVoUINFLUUMVFgyYC2aTjCYnhwSJksCSOHAMh0tiGBAU6kZTHkbUShweQxAABgxdJBcaYw8EBwCJYRZTRRhUUkoXExVUcHtCFBQTclMcZFGoGJ1vG2EejImZi29zXaAWl2ZdZUZdQQA7) no-repeat right center}.ui-autocomplete{max-height:100px;overflow-y:auto;overflow-x:hidden}

