.wpas-cf-form-group {
	padding-top: 8px;
	padding-bottom: 8px;
}

.urf_required {
	color: red !important;
	font-weight: bold !important;
}

/* 
Tooltip
*/
.wpas-tooltip {
	color: white;
	background-color: rgba(0, 0, 0, 0.83);
	position: absolute;
	left: 25px;
	top: -4px;
	min-width: 200px;
	padding: 5px 10px !important;
	border-radius: 5px;
	font-size: 12px !important;
	font-weight: normal !important;
}

.wpas-tooltip-icon {
	display: inline-block;
	position:  relative;
	color: rgb(0, 107, 194);
	cursor: help;
}

.wpas-tooltip-arrow {
	width: 0; 
	height: 0; 
	top: 10px;
	left: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	border-right: 5px solid rgba(0, 0, 0, 0.83);
  }

  .wpas-field-name {
	  display: block !important;
  }

/**
* Lightbox
*/
.wpas-lightbox {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #f1f1f1;
	display: none;
}

.wpas-lightbox-close-icon {
    position: fixed;
    right: 20px;
    top: 10px;;
	text-decoration: none;
	font-size: 30px;
    color: rgba(65, 65, 65);
}

.wpas-lightbox-content {
    position: fixed;
    top: 10px;
    bottom: 10px;
    left: 50%;
	transform: translate(-50%, 0);
	overflow-x: auto;
    padding: 25px;
    max-width: 45%;
    width: 100%;
    background-color: #f1f1f1;

}

.wpas-lightbox input[type="text"], .wpas-lightbox select, .wpas-lightbox textarea {
	width: 100%;
	margin-bottom: 5px;
	padding: 3px;
}

.wpas-success-msg {
	padding: 4px 0;
	color: green;
}

.wpas-error-msg {
	padding: 4px 0;
	color: red;
}

.wpas-input-error {
	border: 1px solid red !important;
}