.mobile{
	display: none;
}
.select2-container .select2-search--inline .select2-search__field{
	height: 25px !important;
}
.errormessage{
	margin-top: 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	padding: 1rem;
	background-color: var(--red);
	color: white;
	border-radius: 0.5rem;
}
.errormessage a{
	color: white;
}
.incoselibrary{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}

.bggray{
	padding: 2rem;
	background-color: #F5F5F5;
}

.apresentation{
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;
	
}

.alibraryitem{
	width: calc(100% - 2rem);
	background-color: white;
	border-radius: 1rem;
	border: 1px solid #F0F0F0;
	margin: 1rem;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

@media (min-width:800px) {
	.alibraryitem{
		width: calc(50% - 2rem);
	}
}

@media (min-width:1100px) {
	.alibraryitem{
		width: calc(33% - 2rem);
	}
}

@media (min-width:1400px) {
	.alibraryitem{
		width: calc(25% - 2rem);
	}
}

@media (min-width:1600px) {
	.alibraryitem{
		width: calc(20% - 2rem);
		}
}




.alibraryitem .title{
	color: #2271A8;
	font-size: 1.4rem;
	display: block;
	margin-top: 1rem;
}

.alibraryitem .tags, .apresentation .tags{
	display: block;
}

.alibraryitem .year, .alibraryitem .event, .alibraryitem .bestpaper, .apresentation .year, .tags .bestpaper{
	background-color: #2271A8;
	border-radius: 1rem;
	padding: 0.5rem 1.3rem;
	color: white;
	margin-right: 1rem;
	display: inline-block;
}
 .apresentation .year a, .alibraryitem .year a{ color: white; text-decoration: none;}
.alibraryitem .bestpaper, .tags .bestpaper{
	background-color: #C7C2C2;
	margin: 1rem 0;
}

.alibraryitem .authors{
	background-color: #F8F9FA;
	display: block;
	border-radius: 1rem;
	color: #414042;
	padding: 1rem;
}

.listbtn{
	display: flex;
	margin-top: 2rem;
}

.listbtn .btn img{
	width: 2rem;
}
.listbtn .btn{
	display: flex;
	flex-direction: column;
	color: #2271A8;
	font-size: 0.7rem;
	font-weight: 400;
	text-align: center;
	margin: 0 1rem 0 0;
	line-height: 1.5rem;
	padding: 0;
	align-items: center;
}


.acronyms{
	margin-top: 1rem;
	text-align: center;
	font-style: italic;
}
.acronyms .bold{
	font-weight: 700;
}


.pagination{
	text-align: center;
	page-break-before: always;
	width: 100%;
	justify-content: center;
}

.pagination span a{
	color: black;
	background: rgba(0,0,0,.1);
	height: 30px;
	width: 30px;
	border-radius: 3px;
	margin: 0 0 0 10px;
	color: rgba(0,0,0,.6);
	display: inline-block;
	text-decoration: none;
	line-height: 30px;
}
.pagination span{
	margin-right: 5px;
	
}
.pagination span.active{
	background-color: #06818e;
	height: 30px;
	width: 30px;
	border-radius: 3px;
	margin: 0 0 0 10px;
	display: inline-block;
	line-height: 30px;
	color: white !important;
}



.select2-container{
	min-width: 200px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #1ca6ac !important;
	color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: white !important;
}
.filterHeader {
	width: 100%;
	display: flex;
	justify-content: center;
}
.filterHeader .searchWrapper {
position: relative;
	padding: 1rem 2rem;
	background-color: white;
	border-radius: 1rem;
	border: 1px solid #F0F0F0;
	display: flex;
	align-items: center;
	margin-top: 1rem;
}
/*.filterHeader .searchWrapper:before {
	position: absolute;
	content: "Search";
	top: -2rem;
	left: 2rem;
	font-weight: bold;
	color: #2271A8;
	padding: 0.25rem 2rem;
	border-radius: 1rem 1rem 0 0;
}*/

.filterHeader input {
	width: 350px;
	height: 29px;
	padding: 5px;
	margin: 0 1rem;
	font-size: 19px;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	outline: none;
}

.filterHeader input:focus {}

.searchWrapper .btn {
	background-color: #2271A8;
	border-radius: 5rem;
	margin: 0;
}
.searchWrapper .btn a{
	color: white;
	text-decoration: none;
}


.filterHeader .filterWrapper p{
	margin-bottom: 0;
}
.filterHeader .filterWrapper {
	padding: 10px 0;
	margin: 0 auto;
	font-size: 13px;
	clear: both;
}

.filterHeader .filterWrapper:after {
	content: '';
	display: table;
	clear: both;
}



.filterHeader .platforms {
	width: 120px;
	float: left;
}

.filterHeader li {
	float: left;
	padding-right: 10px;
}

.filterHeader .checkbox {
	display: block;
	float: left;
	cursor: pointer;
	margin-right: 7px;
	border-radius: 5px;
	border: 3px solid #ceced3;
	-webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
	-moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
	transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
}

.filterHeader .checkbox:before {
	display: block;
	width: 17px;
	height: 17px;
	padding-left: 3px;
	line-height: 17px;
	content: '';
	color: transparent;
	-webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
	-moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
	transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
}

.filterHeader .selected .checkbox:before {
	background: #ceced3;
	color: #fff;
}

.filterHeader li:hover .checkbox:before {
	background: #eee;
	border-radius: 5px;
}



.onoffswitch {
	position: relative; 
	width: 120px;
	margin: 0.3rem 1rem 0 1rem;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border-radius: 20px;
}
.onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
	font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "Best papers";
	padding-left: 10px;
	background-color: #1ca6ac;
	color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "Best papers";
	padding-right: 10px;
	background-color: #EEEEEE; color: #999999;
	text-align: right;
}
.onoffswitch-switch {
	display: block; width: 18px;height: 18px; margin: 6px;
	background: #FFFFFF;
	position: absolute; top: 0; bottom: 0;
	right: 88px;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px; 
}




.select2-selection--multiple:before {
	content: "";
	position: absolute;
	right: 7px;
	top: 42%;
	border-top: 5px solid #888;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}


#simplesearch, #advancedsearch{text-align: center; max-width: 1120px; margin: 0 auto;}
@media screen and (min-width: 800px){
  .col2, .col3, .col4{
	display: flex;
	padding:0.5rem 1rem;
	justify-content: space-between;
	align-content: center;
	align-items: center;
  }
  .col2 .clear, .col3 .clear, .col3 .clear{
	  flex: 0 0 100%; height: 1px;
  }

}

.col2 > div,.col3 > div,.col4 > div{
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
  min-width: 150px;
}
.col2 > div > div,.col3 > div > div,.col4 > div > div{
display: flex;
flex-wrap: wrap;
justify-content: center;
}


.gsc-search-button-v3 {
  padding: 5px 10px !important;
  height: 35px;
  color: white;
  width: 200px !important;
  border-radius: 0;
  background-color: #2b6fab;
  border-color: #2b6fab;
  margin: 0 1rem;
	margin-left: 1rem;
}
.gsc-search-button-v3 svg {
  fill: white;
}


.checkboxdiv{display: flex; flex-wrap: wrap;}
.checkbox-wrapper{ margin-left:1rem;}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
.checkbox-wrapper input {
  --active: #275EFE;
  --active-inner: #fff;
  --focus: 2px rgba(39, 94, 254, .3);
  --border: #BBC1E1;
  --border-hover: #275EFE;
  --background: #fff;
  --disabled: #F6F8FF;
  --disabled-inner: #E1E6F9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}
.checkbox-wrapper input:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}
.checkbox-wrapper input:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: .3s;
  --d-t: .6s;
  --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}
.checkbox-wrapper input:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}
.checkbox-wrapper input:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}
.checkbox-wrapper input:disabled + label {
  cursor: not-allowed;
}
.checkbox-wrapper input:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}
.checkbox-wrapper input:focus {
  box-shadow: 0 0 0 var(--focus);
}
.checkbox-wrapper input:not(.switch) {
  width: 21px;
}
.checkbox-wrapper input:not(.switch):after {
  opacity: var(--o, 0);
}
.checkbox-wrapper input:not(.switch):checked {
  --o: 1;
}
.checkbox-wrapper input + label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 4px;
}

.checkbox-wrapper input:not(.switch) {
  border-radius: 7px;
}
.checkbox-wrapper input:not(.switch):after {
  width: 5px;
  height: 9px;
  border: 2px solid var(--active-inner);
  border-top: 0;
  border-left: 0;
  left: 7px;
  top: 4px;
  transform: rotate(var(--r, 20deg));
}
.checkbox-wrapper input:not(.switch):checked {
  --r: 43deg;
}
}

.checkbox-wrapper * {
box-sizing: inherit;
}
.checkbox-wrapper *:before,
.checkbox-wrapper *:after {
box-sizing: inherit;
}
.embeddedcode a{ cursor: pointer; opacity: 0.2; }
.embeddedcode a i{ padding: 10px; border-radius: 10px; }
.embeddedcode a span{ opacity: 0; }
.embeddedcode a:hover{ opacity: 1; }
.embeddedcode a:hover i{ background: #1ca6ac;color: white !important; }
.embeddedcode a:hover span{ opacity: 1; margin-right:5px; }

.footerlibrary{text-align: right;}

div.loading{ width: 100%; display: flex; align-content: center; align-items: center; justify-content: center; }
.simplebutton{background: transparent; border: 0; text-decoration: underline;}
.hide {display: none;}
#simplesearch .col4 > div{ width: 600px; }
#simplesearch .col4 { justify-content: center;}
#simplesearch .col4 > div {padding: 0;}
#simplesearch .gsc-search-button-v3{height: 30px; padding: 0 !important;}