@font-face {
	font-family: HPsimplified;
    src: url(../../sourceone/fonts/hp-simplified/hp-simplified-265.ttf);
}

* {
	font-family: HPsimplified;
}

.bootbox .modal-content {
	border: 1px solid #1fb3ca;
}
.bootbox .modal-open .modal, 
.bootbox .modal {
	top: 5em;
	left: 22em;
	width: 50em;
	background: none;
	padding-right: 0;
}
.bootbox .modal-header {
	 color: #fff;
	 padding: 5px;
	 font-size: 15px;
	 background-color: #4d828f;
}
.bootbox .modal-body {
	color: #000;
	padding: 5px 0px 9px 6px;
	background-color: #f7f7f7;
}
.bootbox .modal-body .bootbox-body, 
.bootbox .modal-header .modal-title {
	font-size: 15px !important;
}
.bootbox .modal-body .close {
	opacity: .3;
	font-size: 23px;
	font-weight: 600;
	margin-right: 7px;
	/* text-shadow: 1px 1px 0px #000; */
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=30);
}
.bootbox .modal-footer {
	padding: 2px;
}
.bootbox .modal-open .modal .btn, 
.bootbox .modal-footer .btn {
	font-size: 15px;
	padding: 2px 20px;
	border-radius: 0px;
}

