
#logo{margin-left: 15px;}
#content{padding-left: 32px; padding-right: 0;}
#footer{padding-left: 0; padding-right: 0; font-size: 10px;}

#content { margin-top: 0px !important; }

.gmbLogo {
	width: 200px;
	margin-top: 10px;
}

.gmbConfirmInfo {
	background-color: #fff;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: bold;
}

#infoCorrect {
	font-weight: bold !important;
	font-size: 14px !important;
}

.gmbConfirmInfo p {
	font-size: 12px !important;
	font-weight: normal !important;
	margin-top: 5px !important;
}

.card-header {
   padding: 8px !important;
}

.divConfirmedWrapper {
	padding: 10px;
	background-color: #447eeb;
	border-radius: 8px;
	color: #fff;
	margin-top: 8px;
}

.gmbConfirmInfoOK {
	background-color: #f5f5f7;
   color: #5b5b65;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: bold;
}

.gmbConfirmInfoOK p {
	margin: 0px;
	font-size: 12px !important;
	font-weight: normal !important;
}

.lblFee {
	margin-top: 5px;
	font-weight: bold !important;
}

.btnYes {
	padding: 8px 10px;
	font-weight: bold;
	border: 1px solid #017d06;
	border-radius: 6px;
	background-color: #00af07 !important;
	color: #fff !important;
	cursor: pointer;
	margin-right: 15px;
}

.btnEdit {
	padding: 8px 10px;
	font-weight: bold;
	border: 1px solid #ff0000;
	border-radius: 6px;
	background-color: #fff !important;
	color: #ff0000 !important;
	cursor: pointer;
}

.btnPreConfirm, .btnPreConfirm:hover {
	padding: 5px 10px;
	font-weight: normal !important;
	border: 1px solid #444;
	background-color: #777777;
	color: #b7b7b7 !important;
	cursor: unset !important;
}

.confirmedBox {
	border: solid 2px #447eeb;
}

.profErrors {
	color: #ff0000;
	font-weight: bold;
	padding: 5px 15px;
}

.profErrors p {
	margin: 0px;
}

.errorInfo {
	color: #000 !important;
	font-weight: normal !important;
}

.errorHighlight {
	color: #ff0000;
	font-weight: bold;
}