@CHARSET "UTF-8";
.modal{
	border-radius:2px;
	
}
#colorbox{
	display:none !important;
}

.modal-pfizerprime-header{
	border-radius:2px;
	background-color: #009cd5;
	color:#fff;
	font-family:worksans-medium;
}

.modal-vaccine-header {
	border-radius:2px;
	background-color: #42568c;
	color:#fff;
	font-family:worksans-medium;
}

.modal-hemophilia-header {
	border-radius:2px;
	background-color: #e7644a;
	color:#fff;
	font-family:worksans-medium;
}

.modal-trade-header {
	border-radius:2px;
	background-color: #4badee;
	color:#fff;
	font-family:worksans-medium;
}

.modal-injectable-header {
	border-radius:2px;
	background-color: #002596;
	color:#fff;
	font-family:worksans-medium;
}

.modal-puertoricopbg-header {
	border-radius:2px;
	background-color: #002596;
	color:#fff;
	font-family:worksans-medium;
}

.dismiss-modal{
	color:#000;
}

.modal-message a:hover {
	cursor: pointer;
}

*:focus { 
outline: 0; 
}