/* 
This stylesheet gets pulled into ALL tenant projects and should only include 
styling for standard UI elements and overrides to bootstrap.
*/

form .form-control {
	color: black;
}

form#relatedPublication select#relationship {
	display: inline;
	width: auto !important;	
}

.archonnex-alert-message-wrapper {
    background: #fcf982;
    color: #000;
    font-size: 16px;
}

.archonnex-alert-message-wrapper .container {
    background: url(//www.icpsr.umich.edu/pages/ICPSR/images/notice.png) 20px center no-repeat;
    background-size: 60px;
    padding: 20px 0 20px 100px;
}

.archonnex-alert-message-wrapper a:link,
.archonnex-alert-message-wrapper a:visited {
	color: #000 !important;
	text-decoration: underline !important;
}