/*
	LIST OF CSS SECTIONS

	- COMMON ELEMENTS & ATTRIBUTES
	- LIBRARY CUSTOMIZATIONS
		- Bootstrap
		- JQuery
		- Chosen
		- Circle Player
	- FRAMING
	- COLLAPSIBLE SIDEBAR
	- POPOUT SCREEN
	- OVERLAY
	- ACCORDION
	- INFO POPUPS
	- CAROUSEL
	- LOADING IMAGE
	- PAGINATION WIDGET
	- FORM ELEMENTS
	- DATA TABLES

	- 404
	- CONTROL PANEL
	- PROFILE
	- DATA-LIST & ADMIN-LIST
	- DATA-FORM & ADMIN-FORM
	- PREVIEW
	- ADMIN-PREVIEW

	- RESPONSIVE DESIGN
	- DARK MODE
*/

/*** COMMON ELEMENTS & ATTRIBUTES ***/
body{
	background:#FFFFFF;
	overflow-x:hidden;
	overflow-y:auto;
	font-family:'Lato', sans-serif;
	font-weight:300;
	font-size:1rem;
}

h1{
	font-family:'Sansita', serif;
}

h2,h3,h4,.falseHeading{
	font-family:'Magra', serif;
}

h2{
	font-weight:750;
}

h3{
	font-size:1.5rem;
}

h4{
	font-size:1.2rem;
}

h5{
	font-size:0.9rem;
	font-weight:600;
}

strong{
	font-weight:900;
}

a,
.sudoAnchor{
	color:#4C7298 !important;
	text-decoration:none;
}

a:hover,
.sudoAnchor:hover{
	color:#4C7298 !important;
	text-decoration:underline;
}

a.nude,
a .nude{
	text-decoration:none;
	color:black;
}

a.nude:hover,
a .nude:hover{
	text-decoration:none;
	color:black;
}

a.btnText{
	color:#FFFFFF;
}

a.btnText:hover{
	text-decoration:none;
	color:#FFFFFF;
}

.bold{
	font-weight:bold !important;
}

.noBold{
	font-weight:normal !important;
}

.underline{
	text-decoration:underline;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.rtl{
	direction:rtl;
}

.justify{
	text-align:justify;
}

.angled{
	transform: rotate(200deg);
    writing-mode: vertical-lr;
}

.vertical{
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.indent{
	padding-left:20px;
}

.hanging{
	padding-left:40px;
	text-indent:-20px;
}

.citation{
	font-size:0.6rem;
}

.tight{
	margin-bottom:2px;
}

.tighter{
	margin-bottom:0px;
}

.smaller{
	font-size:0.5rem;
}

.small{
	font-size:0.75rem;
}

.big{
	font-size:1.25rem;
}

.bigger{
	font-size:1.5rem;
}

.shiftUp{
	height:0px;
	position:relative;
	bottom:25px;
}

.nowrap{
	white-space:nowrap;
}

blockquote,
.blockPara{
	padding-left:10%;
	padding-right:10%;
	display:block;
}

.primary{
	color:#4C7298;
}

.secondary{
	color:#A1A1A1;
}

.rotate{
	position:absolute;
	top:0;
	left:0;
	transform:rotate(-90deg);
}

.bordered{
	border:thin solid black;
}

caption{ 
	display: table-caption;
	caption-side:top;
	text-align: center;
	font-weight:bold !important;
}

figcaption{
	font-size:small;
	text-align:center;
}

.fullWidth{
	width:100%;
	display:block;
}

.fullHeight{
	height:99%;
	min-height:inherit;
}

.hidden{
	display:none;
}

.visible{
	display:initial;
}

.white{
	background: #FFFFFF;
}


/*** LIBRARY CUSTOMIZATIONS ***/

/* Bootstrap */

.btn{
	background-color:#4C7298;
	color:#FFFFFF;
	font-family:'Magra', serif;
	font-size:1.2rem;
	font-weight:700;
}

.btn[disabled]{
	opacity:0.25;
}

.btn-secondary{
	background-color:#A1A1A1;
}

.btn:hover{
	color:#FFFFFF;
}

.btn-md{
	font-size:1rem;
}

.btn-sm{
	font-size:0.8rem;
}

/* JQuery */

.ui-widget-content{
	background:#e9e9e9;
}

.ui-widget-header{
	background:#4C7298;
}

.ui-slider-handle{
	border-radius:40%;
}

/* Chosen */

.chosen-container{
	border:thin solid gray;
	border-radius:0.3em;
	box-shadow:1px 1px 3px #AAAAAA;
	height:max-content;
	padding:0px !important;
}

.chosen-container-single{
	border:unset !important;
}

.chosen-choices{
	border:unset !important;
	border-radius:0.3em;
	overflow-y:auto !important;
}

/* !!! */
.chosen-choices{
	height:35px !important;
}

.search-choice{
	margin:0px !important;
}

.chosen-container.above .chosen-drop{
	top:unset;
	bottom:100%;
	border-bottom: 0;
    border-top: 1px solid #aaa;
}

/* Circle Player */

.cp-container,
.cp-background{
	width: 80px !important;
	min-width:80px !important;
	height: 80px;
	border-radius: 40px;
}

.cp-loading-border-container,
.cp-border-container{
	width: 80px;
	height: 80px;
	clip: rect(0px, 80px, 80px, 40px);
}

.cp-loading-more-than-half,
.cp-more-than-half{
	width: 40px;
	height: 80px;
}

.cp-fill{
	width: 64px;
	height: 64px;
	border-radius: 32px;
	top: 8px;
	left: 8px;
}

.cp-container .fa-play,
.cp-container .fa-pause{
	font-size: 2.5em;
}

.cp-container i{
	z-index:1;
}


/*** FRAMING ***/

header,
footer{
	position:fixed;					
	background:#E1E1E1;
	filter:drop-shadow(black 1px 1px 3px);
	z-index:999;
}

header {
	top:0px;
	padding:10px;
}

#logoImgHolder{
	vertical-align:middle;	
}

#logoImg{
	max-height:65px; 
	max-width:135px;
}

#siteTitle{
	font-size:3rem;
	vertical-align:middle;
}

.nav-item.dropdown-toggle,
a.nav-item{
	background-color:#4C7298;
	color:#FFFFFF !important;
	min-width:140px;
}

.nav-item.dropdown-toggle.inactive{
	background-color:#A1A1A1;
}

.nav-item{
	border-radius:30px;
	line-height:1 !important;
}

.nav-item.padded{
	padding-top:15px;
	white-space:nowrap;
}

#warnings{
	background:#FFFFFF;
}

footer{
	bottom:0px;
	padding-top:5px;
}
.cfiImg{
	max-height:75px;
}

main{
	width:95%;
	margin:85px auto 5px;
	background:#FFFFFF;
	z-index:1;
	overflow:auto;
}

.section{
	border-radius:30px;
	border:thin solid #E1E1E1;
	padding:15px;
}

aside{
	position:relative;
	top:75px;
	height:0px;
	width:75%;
	z-index:1000;
}

#asideFiller{
	min-height:75px;
	max-height:100px;
	width:100%;
	border:thick solid;
	border-radius:10px;
	background:inherit;
}

.closeDisplay{
	background-color:transparent;
	border:none;
	outline:none;
	color:#A1A1A1;
}

.closeDisplay:hover{
	color:black;
}

.closeDisplay:focus{
	border:none;
}


/*** COLLAPSIBLE SIDEBAR ***/

.sidebar{
	overflow-y:auto;
	border-radius:30px;
	border:thin solid #E1E1E1;
	padding:15px;
}

.smallScreen{
	background:#FFFFFF;
	overflow-x:hidden;
}

.sidebar-large{
	display:flex !important;
}

.sidebar-toggler{
	position:relative;
	z-index:5;
}

.collapsedSideBarLabel{
	color:#A1A1A1;
	white-space:nowrap;
}

.iconHolder{	
	max-width:25px;
}

.iconHolder > div{
	vertical-align:middle;
	text-align:center;
	color:#A1A1A1;
}

.openSideBar{
	display:none;
	margin-left: 23px !important;
}

.closeSideBar{
	display:table-cell;
}


/*** POPOUT SCREEN ***/

.popoutScreen{
	max-width:300px;
	height:500px;
	overflow:hidden;
	background:#FFFFFF;
	border:thin solid #E1E1E1;
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
	position:fixed;
	top:100px;
	left:-20px;
	z-index:99;
}

.popoutScreen #popoutScreenContent{
	max-height:450px;
	overflow:auto;
}

#closePopoutScreen{
	width:30px;
	height:30px;
}


/*** OVERLAY ***/

#overlay{
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
}

#overlayBackground{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}

#overlayPopup{
	width:75%;
	max-height:90%;
	margin-top:5%;
	overflow:auto;
	background:#FFFFFF;
	border-radius:10px;
	border:thin solid #E1E1E1;
}


/*** ACCORDION ***/

.card-header i{
	 font-weight:bold;
	 float:right;
	 transition:all 0.5s;
}

.collapsed i.arrowIcon{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transform:rotate(180deg);
}


/*** INFO POPUPS ***/

.noteColumn{
	max-width:50px;
}

.notePopup{
	width:200px;
	height:100%;
}

.definitionPopup{
	min-width:150px;
	width:fit-content;
	max-width:250px;
	height:fit-content;
	max-height:150px;
}

.popupBoxHolder{
	position:relative;
}

.infoIcon:hover{
	color:#E1E1E1 !important;
}

.infoIcon.disabled{
	color:gray !important;
}

.infoTrigger{
	height:fit-content;
	width:fit-content;
}

.infoPopup{
	display:none;
	position:absolute;
	font-size:1rem;
	overflow:scroll;
	z-index:999;
	background:#FFFFFF;
	border-radius:10px;
	border:thin solid #E1E1E1;
	padding:4px 8px;
}

.infoPopup.after,
.infoPopup.before{
	height:100%;
}

.infoPopup.above,
.infoPopup.below{
	width:100%;
}

/*** CAROUSEL ***/

.carousel{
	position:relative;
}

.carouselSwitchHolder{
	width: 50px;
	height: 100%;
	position: absolute;
	z-index: 998;
	color: #A1A1A1;
}

.carouselSwitchHolder.backSwitch{
	left: 0px;
}

.carouselSwitchHolder.forwardSwitch{
	right: 0px;
}


/*** LOADING IMAGE ***/

#loaderHolder{
	height:0px;
}

.loadingGif{
	width:60%;
	margin-left:20%;
}


/*** PAGINATION WIDGET ***/

.paginationHolder{
	width:max-content;
	border:thin solid gray;
	border-right:none;
}

.pageButton{
	height:100%;
	text-align:center;
	border:none;
	border-radius:0;
	border-right:thin solid gray;
	background:#FFFFFF;
	color:#4C7298;
}

.pageButton:disabled{
	color:gray;
}

.otherPage:active:hover{
	background:#F1F1F1;
}

.currentPage{
	background:#E1E1E1;
	color:black;
}


/*** SCROLL INDICATOR ***/

.scrollIndicator{
	height:0px;
	position:relative;
	bottom:30px;
	z-index:6;
	pointer-events:none;
}

.scrollIndicator i{
	display:none;
}

.scrollIndicator i.visible{
	display:inline-block;
}

.scrollArrowHolder i{
	background:#FFFFFF;
	border-radius:50%;
}


/*** FORM ELEMENTS ***/

form{
	width:100%;
}

input,
textarea{
	padding-left:10px;
	font-family:inherit !important;
	font-size:14px !important;
	line-height:inherit !important;
}

input,
textarea,
.shadowed,
select,
.input-group-prepend{
	border:thin solid gray;
	border-radius:0.3em;
	box-shadow:1px 1px 3px #AAAAAA;
}

input:disabled{
	opacity:0.6;
}

form.validated input:invalid,
form.validated textarea:invalid,
form.validated select:invalid + div,
form.validated input:invalid + div.fileInput label{
	box-shadow:0 0 5px 0.5px red;
}

.textInput{
	height:29px;
}

.fileInput{
	height:32px;
	overflow-x:auto;
	overflow-y:hidden;
}

.textArea,
.textArea.sm{
	height:58px;
}

.textArea.md{
	height:116px;
}

.textArea.lg{
	height:174px;
}

.textArea.xl{
	height:232px;
}

.autocomplete-holder{
	width:100%;
	height:1px;
	overflow:show;
	position:relative;
	z-index:99;
	margin:0px;
}

.autocomplete-items{
	width:100%;
	max-height:100px;
	overflow-y:auto;
	overflow-x:hidden;
	background:#FFFFFF;
	border:thin solid gray;
	border-radius:0.3em;
}

.autocomplete-item{
	white-space:nowrap;
}

.autocomplete-item-wrapped{
	text-align:left;
	padding-left:20px;
	text-indent:-15px;
}

.inputBlock{
	position:relative;
	min-height:30px;
	overflow:visible;
}

.selectBlock{
	height:36px;
}

.formBreak{
	height:15px;
}

input[type="radio"]{
	accent-color:#4C7298;
	max-height:20px;
}

.input-group-text{
	font-size:10pt;
	border-radius:0.3em 0 0 0.3em !important;
	border:none;
}

.fileInputLabel{
	border: thin solid #E1E1E1;
	border-radius: 5px;
	overflow-x:hidden;
}

.switch input {
	opacity:0;
	width:0;
	height:0;
}

.switch {
	position:relative;
	display:inline-block;
	width:40px;
	height:24px;
}

.switchSlider {
	position:absolute;
	cursor:pointer;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ccc;
	-webkit-transition:.4s;
	transition:.4s;
}

.switchSlider:before {
	position:absolute;
	content:"";
	height:20px;
	width:20px;
	left:2px;
	bottom:2px;
	background-color:#FFFFFF;
	-webkit-transition:.4s;
	transition:.4s;
}

input:checked + .switchSlider {
	background-color:#4C7298 !important;
}

input:focus + .switchSlider {
	box-shadow:0 0 1px #4C7298;
}

input:checked + .switchSlider:before {
	-webkit-transform:translateX(16px);
	-ms-transform:translateX(16px);
	transform:translateX(16px);
}

.switchSlider.round {
	border-radius:24px;
}

.switchSlider.round:before {
	border-radius:50%;
} 

.slider{
	margin-top:5px;
}

.verticalSlider{
	height:90%;
	max-height:128px;
	width:initial;
	padding:5px;	
}

.verticalSliderHandle{
	width:2em !important;
	height:2em !important;
	left:-0.75em !important;
	text-align:center !important;
	line-height:2em !important;
	border-radius:50% !important;
}

#sliderInput{
	position:relative;
}

.sliderHandle{
	width:2em !important;
	height:2em !important;
	position:relative;
	top:-10px !important;
	text-align:center !important;
	line-height:2em !important;
	border-radius:50% !important;
}

.verticalLabel{
	transform:rotate(-90deg);
	white-space:nowrap;
	position:relative;
	top:50%;
	line-height:1.1;
}


/*** DATA TABLES ***/

.dataTable-holder{
	width:fit-content;
	min-width:75%;
}

.dataTable{
	display:block;
	position:relative;
	overflow-y:auto;
	text-align:center;
	font-size:0.75rem;
}

.dataTable thead,
.formTable thead{
	position:sticky;
	top:0px;
	background:#FFFFFF !important;
	z-index:5;
}

.dataTable.dark thead,
.formTable.dark thead{
	background:#3a5163 !important;
	color:#FFFFFF;
}

.dataTable td.left{
	text-align:left;
}

.dataTable td.right{
	text-align:right;
}

.dataTable td.justify{
	text-align:justify;
}

.dataTable td span.highlight{
	background-color:#0dcaf0;
	border-radius:3px;
	text-decoration:underline;
	color:black !important;
}


/*** 404 ***/

#pageNotFound{
	display:block;
	height:500px;
	width:auto;
	margin:auto;
}


/*** CONTROL PANEL ***/

#admin-panel-content,
#instructions{
	overflow:auto;
}


/*** PROFILE ***/

.panelButton{
	font-size:0.75rem;
	height:70px;
}


/*** DATA-LIST & ADMIN-LIST ***/
#validationPositive i{
	color:green;
}

#validationNegative i{
	color:red;
}


/*** DATA-FORM & ADMIN-FORM ***/
#largeWindow{
	display:block;
}

#smallWindow{
	display:none;
}

.instructions{
	font-size:0.8rem;
}


/*** PREVIEW ***/
#recording{
	overflow:hidden;
}

#recording .loader{
	top:75px;
}

.recordingImage{
	overflow:hidden;
	position:relative;
	width:610px;
	height:200px;
}	

.macaulayRecording{
	height:435px;
	background:#E1E1E1;
}

.recordingImageLogo{
	max-height:200px;
	max-width:400px;
}

.missingRecordingImage{
	height:300px;
}

.audioPlayer{
	width:80px;
}

.note{
	margin-left:20px;
}


/*** ADMIN-PREVIEW ***/

#speciesDescriptionImage{
	max-width:100%;
	display:block;
	margin:5px auto;
}

.imgLink{
	width:50px;
	margin-right:10px;
}

.orgLogo{
	text-align:center;
}

.staffMember{
	overflow-x:hidden;
}

.teamImage{
	clip-path:circle(45% at center);
	max-width:100%;
	max-height:250px;
}

.avatarImage{
	clip-path:circle(50% at center);
}

.mediaImage{
	border-radius:5px;
}


/* RESPONSIVE DESIGN */

@media (max-width:675px) {
	#largeWindow{
		display:none;
	}
	
	#smallWindow{
		display:block;
	}
}

@media only screen and (max-width:992px) {
	body{
		overflow:auto;
		height:100vh;
		font-size:1.3rem;
	}
	
	h3{
		font-size:1.8rem;
	}

	h4{
		font-size:1.5rem;
	}
	
	h5{
		font-size:1.2rem;
		font-weight:600;
	}
	
	.smaller{
		font-size:0.8rem;
	}

	.small{
		font-size:1rem;
	}

	.big{
		font-size:1.5rem;
	}

	.bigger{
		font-size:1.8rem;
	}
	
	main{
		margin:10px auto 10px;
		overflow:visible;
	}
	
	footer{
		position:static;
	}
	
	header{
		position:-webkit-sticky;
		position:sticky;
	}
	
	nav{
		height:auto;
	}
	
	.nav-item{
		width:100%;
		background:#E1E1E1;
		border-radius:0px;
	}
	
	a > .nav-item{
		color:black;
	}
	
	a:hover > .nav-item{
		text-decoration:underline;
		color:black;
	}
	
	.nav-item.padded{
		padding-top:0px;
	}
	
	#logoImg {
		height:45px; 
		width:90px; 	
	}
	
	#siteTitle{
		font-size:2rem;
	}
	
	label{
		line-height:2.6rem;
	}
	
	label.switchLabel{
		line-height:1.6rem;
	}
	
	#navbarContent button,
	#navbarContent a{
		font-size:1.5rem !important;
		line-height:1.6 !important;
	}
	
	.sidebarSmall-toggler{
		height:50px !important;
	}
	
	.sidebarSmall-toggler h3{
		font-size:2rem !important;
		line-height:2.4rem !important;
	}
	
	.chosen-container .chosen-search-input,
	.chosen-container .chosen-single{
		height:40px !important;
		font-size:1.3rem !important;
		padding-top:5px;
	}
	
	.cp-container .fa-play,
	.cp-container .fa-pause{
		font-size: 2.2em;
	}
	
	.active-result,
	textarea{
		font-size:1.3rem !important;
	}
	
	.pageButton{
		height:35px;
	}
	
	.textInput,
	.fileInput{
		height:40px !important;
		font-size:1.3rem !important;
	}
	
	.slider{
		top:5px;
	}
	
	.sliderHandle{
		width:40px !important;
		height:40px !important;
		top:-15px !important;
		line-height:40px !important;
		font-size:1.3rem !important;
	}
	
	.switch {
		position:relative;
		display:inline-block;
		width:55px;
		height:36px;
	}
	
	.switchSlider:before {
		height:30px;
		width:30px;
		left:3px;
		bottom:3px;
	}
	
	input:checked + .switchSlider:before {
		-webkit-transform:translateX(18px);
		-ms-transform:translateX(18px);
		transform:translateX(18px);
	}
	
	.checkboxBlock{
		font-size:1.3rem !important;
	}
	
	.search-form-button{
		font-size:1.5rem !important;
		line-height:2rem !important;
	}
	
	#sidebarContent h4{
		font-size:1.8rem !important;
	}
	
	.dataTable.unsetHeightOnShrink{
		max-height:unset !important;
	}
}

/* @media (min-width:600px) {	*/
@media (min-width:768px) {
	.dataTable{
		font-size:1rem;
	}
}

@media (min-width:993px) { 
	.dataTable{
		font-size:0.75rem;
	}
	
	.panelButton{
		height:unset;
		font-size:1rem;
	}
	
	.infoPopup{
		font-size:0.75rem;
	}
	
	.definitionPopup{
		min-width:125px;
	}
	
	.cardSection{
		margin:5px auto;
		border-top:thin solid lightgray;
	}
}

@media (min-width:1150px) {	
	.dataTable{
		font-size:1rem;
	}
}


/*** DARK MODE ***/

@media (prefers-color-scheme: dark){
	body,
	.card,
	.dropdown-menu,
	.dropdown-item,
	.table-striped>tbody>tr:nth-child(odd)>td,
	.table-striped>tbody>tr:nth-child(odd)>th,
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.cp-fill,
	table,
	caption,
	#overlayPopup{
		background:#212224;
		color: #a1a1a1 !important;
		font-weight:400;
	}
	
	a.nude,
	a .nude,
	.navbar-toggler,
	.chosen-container-active .chosen-choices li.search-field input[type="text"]{
		color: #a1a1a1 !important;
	}
	
	header,
	footer,
	.card-header,
	.dropdown-item:hover,
	.dataTable thead,
	.formTable thead,
	input,
	textarea,
	select,
	.formInput label,
	.linkedResultCard .resultCard:hover,
	.table-striped>tbody>tr:nth-child(even)>td,
	.table-striped>tbody>tr:nth-child(even)>th,
	.chosen-drop,
	.chosen-results,
	.search-choice,
	.autocomplete-items,
	.no-results,
	.popoutScreen,
	#popupHolder{
		background:#111213 !important;
		color: #a1a1a1 !important;
	}
	
	.pageButton{
		background:#111213 !important;
	}
	
	input[type="radio"]{
		accent-color:#2a4969;
	}
	
	main,
	aside,
	.infoPopup,
	.switchSlider:before,
	.smallScreen,
	#jumpToList-sm{
		background:#212224;
	}

	.section,
	.sidebar,
	.card,
	.popoutScreen,
	.infoPopup,
	.fileInputLabel{
		border:thin solid #666666;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	.falseHeading,
	a.btnText,
	a.btnText:hover,
	.btn,
	.btn:hover,
	.collapsedSideBarLabel,
	.closeDisplay,
	.dataTable.dark thead,
	.formTable.dark thead,
	.infoIcon:hover,
	.input-group-text,
	timeline{
		color:#e2e2e2 !important;
	}
					
	.btn,
	.closeDisplay:hover,
	.dataTable.dark thead,
	.formTable.dark thead,
	.nav-item.dropdown-toggle{
		background-color:#2a4969 !important;
	}
	
	.nav-item.dropdown-toggle.inactive,
	.btn-secondary,
	.currentPage,
	.switchSlider,
	.ui-widget-content,
	.listItem.highlighted,
	.listItem.selected,
	.input-group-text,
	.input-group-prepend{
		background-color:#555557 !important;
	}
	
	input,
	.chosen-single,
	.chosen-choices,
	.chosen-drop{
		color: #a1a1a1 !important;
		font-weight:400;
	}

	input,
	textarea,
	select,
	.shadowed,
	.chosen-container,
	.chosen-container-single .chosen-single,
	.ui-widget.ui-widget-content,
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.input-group-prepend{
		border:thin solid #666666;
		box-shadow: 1px 1px 3px #111213;
	}
	
	.chosen-single,
	.chosen-choices{
		background-image: linear-gradient(#111 20%,#000 80%) !important;
	}
	
	.chosen-container-single .chosen-search input[type="text"]{
		background-image: unset !important;
	}
}
