/*
Theme Name: UGPN
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/bridge/
Description: Bridge WordPress child theme.
Template: bridge
Text Domain: bridge-child
*/
.top-social-icons {
	float: right;
	padding-top: 39px;
	padding-left:5px;
}
ul.socials-menu {
	list-style: none;
}
.socials-menu li {
	float: left;
	margin: 0 0 0 12px;
}
.socials-menu li a{
	color:#fff;
	font-size: 18px;
}
/*Style 30.09.19*/
.each--slide h2 {
	text-align: center;
	color: #fff;
	font-size: 70px;
	line-height: 1.2;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 50px;
}
.anchor_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.gm-style-iw.gm-style-iw-c {
	border-radius: 0 !important;
}
.mapbox {
	width: 100%;
	height: 500px;
}
.map--popup {
	padding: 10px;
	min-height: 100px;
	min-width: 260px;
}
.map--popup h2 {
	font-size: 15px;
	line-height: 1;
	margin-bottom: 12px;
}
.locationdesc {
	font-size: 14px;
	max-width: 58%;
	margin-bottom:10px;
}
.map--popup a {
	color: #000;
	font-size: 14px;
}
/* Css for members page */
.members-login-page {
	padding: 200px 0 100px;
	background-color: transparent;
}
.members-login-page .container {
	background-color: transparent !important;
}
.members-login-page h1{
	font-size:32px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: none;
	position:relative;
	text-align:center;
	padding-bottom:20px;
}
.members-login-page h1:after{
	content:'';
	position: absolute;
	background-color:#006c6e;
	height: 4px;
	width: 48px;
	bottom: 0;
	left: 50%;
	margin-left:-24px;
}
.login_form_container {
	width: 650px;
	background-color: #fff;
	margin: 0 auto;
	padding: 25px 80px;
	min-height: 375px;
}
.form-field label {
	font-size: 13px;
	line-height: 1.6;
	color: #414141;
	display: block;
	margin-bottom: 5px;
	font-weight: 300;
	cursor: pointer;
}
.form-field input[type="email"], .form-field input[type="text"], .form-field textarea, .form-field select, .form-field input[type="password"],
.form-field input[type="number"] {
	height: 46px;
	border: solid 1px #000;
	font-size: 15px;
	line-height: 1.6;
	color: #414141;
	width: 100%;
	font-weight: 400;
	padding: 0 10px;
}
.form-field select {
	background-position: right 10px top 50%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDUuNzIgNjUuNDUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzMzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+ZG93bi1hcnJvdzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI0Ljg2LDUxLjg2LDExMi4yOCwzOS4yOCw3Miw3OS41NSwzMS43MiwzOS4yOCwxOS4xNCw1MS44Niw3MiwxMDQuNzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkuMTQgLTM5LjI4KSIvPjwvc3ZnPg==);
	background-size: 15px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-field textarea {
	resize: none;
	height: 120px;
	padding: 5px 10px;
	font-family: 'Roboto', sans-serif;
}
.page-template-members-page *{
	box-sizing: border-box;
}
.form-field {
	margin-bottom: 20px;
}
.page-template-members-page .button {
	background-color: #2c2d8b;
	display: inline-block;
	color: #fff;
	font-family: Raleway,sans-serif;
	font-size: 15px;
	cursor: pointer;
	padding: 9px 20px;
	text-transform: uppercase;
	border: 1px solid #2c2d8b;
	position: relative;
}
.page-template-members-page .button:hover{
	color:#006c6e;
	background-color:#fff;
}
.form-field.button-container {
	margin-bottom: 0;
}
.login--errors {
	padding-top: 10px;
	font-size: 14px;
	font-weight: 300;
}
.form-alert.error {
	color: #912b2b;
	display: block;
}
.form-alert.succes {
	color: #1a601a;
	display: block;
}
.vc_row.wpb_row.members--head {
	background-size: cover !important;
	background-position: top center !important;
	margin-bottom: 35px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.page-template-members-page h2 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 15px;
}
.page-template-members-page .wpb_text_column ul,
.page-template-members-page .wpb_text_column ol {
	margin-bottom: 25px;
	padding-left: 20px;
}
.page-template-members-page h5 {
	text-decoration: underline;
	margin-bottom: 20px;
}
/*
.logged-in.page-template-members-page .content-area {
	margin-bottom: 50px;
}
*/
.members-page-content{
	margin-bottom: 50px;
}
.page-template-members-page h4 {
	margin-bottom: 25px;
}
.page-template-members-page .document-title {
	font-size: 22px;
	width: 68%;
	float: left;
	line-height: 1;
	margin-bottom: 0;
}
.document-date-title {
	overflow: hidden;
	margin-bottom: 20px;
}
.document-date {
	float: right;
	width: 31%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: none;
	text-align: right;
	text-decoration: underline;
	color: #2c2d8b;
}
.document-download .qbutton.large {
	color: rgb(255, 255, 255);
	border-color: rgb(44, 45, 139);
	font-weight: 500;
	font-size: 14px;
	border-radius: 0px;
	background-color: rgb(44, 45, 139);
}
.document-download .qbutton.large:hover{
	background-color: #EEEEEE;
	color: rgb(44, 45, 139);
	border-color: #EEEEEE;
}
.document-download {
	padding-top: 20px;
}
.document-item {
	padding: 50px 0;
	border-bottom: 1px solid #e0e0e0;
}
.document-item:last-child{
	border-bottom: 0;
}
.document-item:first-child {
	padding-top: 0;
}
.widget.widget_nav_menu .current-menu-item a {
	color:#1abc9c;
}
.table-of-details th, .table-of-details td {
	vertical-align: middle;
	border-left: 1px solid #505050;
	border-top: 1px solid #505050;
	border-collapse: initial;
}
.table-of-details th:last-child, .table-of-details td:last-child {
	border-right: 1px solid #505050;
}
.table-of-details tbody tr:last-child th,.table-of-details tbody tr:last-child td {
	border-bottom: 1px solid #505050;
}
.title-row,.researchers-row,.typecollab-row,.institutes-row {
	text-align: left;
}
.forms-module-title h2 {
	text-align: center;
	margin-bottom: 40px;
}
.form-field h4 {
	margin-bottom: 7px;
	font-size: 20px;
	padding-bottom: 7px;
	position: relative;
}
.form-field h4:after{
	content:'';
	width:48px;
	height: 4px;
	bottom: 0;
	left: 0;
	background-color: rgb(44, 45, 139);
	position: absolute;
	display: block;
}
.forms-module-container .form-field {
	margin-bottom: 30px;
}
.member-form-container h3 {
	text-align: center;
}
.textarea-form-field.resize {
	resize: vertical;
}
.form-field .dropzone {
	height: 90px;
	border: 1px solid #000;
}
.form-section ol {
	list-style-position: inside;
	padding-left: 15px;
}
.form-section {
	padding: 15px;
	background-color: #ecebeb;
	margin-bottom: 35px;
}
.form-field h4 label {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0px;
}
.alert-type-image {
	font-size: 13px;
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
}
.alert-type-image::before {
	content: "!";
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	color: #fff;
	background-color: #910202;
	margin-top: -8px;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
}
.forms-module-container .krajee-default .file-caption-info,.forms-module-container .krajee-default .file-size-info {
	height: 23px;
}
.kv-file-zoom.btn.btn-sm.btn-kv.btn-default.btn-outline-secondary {
	display: none;
}
.glyphicon.glyphicon-trash::before{
	content: "\f1f8";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	color:#fff;
}
.glyphicon.glyphicon-folder-open:before {
	content: "\f093";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 700;
	font-style: normal;
}
.kv-file-remove.btn {
	background-color: #006c6e;
	border: 0;
	color: #fff;
	padding: 5px 10px !important;
	cursor: pointer;
}
.kv-file-content {
	display: none;
}
.input-group.file-caption-main .btn.btn-primary.btn-file {
	font-size: 14px;
	color: #fff;
	background-color: #006c6e;
	display: inline-block;
	padding: 5px 18px;
	cursor: pointer !important;
}
.close.fileinput-remove,.kv-file-upload.btn.btn-sm.btn-kv.btn-default.btn-outline-secondary,
.btn.btn-default.btn-secondary.fileinput-remove.fileinput-remove-button {
	display: none;
}
.input-group.file-caption-main .btn.btn-primary.btn-file .hidden-xs {
	font-size: 0;
}
.input-group.file-caption-main .btn.btn-primary.btn-file .hidden-xs:before {
	content:'Upload files';
	font-size: 14px;
}
.form-field .file-input.file-input-ajax-new {
	background-color: #ecebeb;
	padding: 15px;
}
.form-field .krajee-default.file-preview-frame {
	background-color: #fff;
}
#kvFileinputModal {
	display: none !important;
}
.form-field .file-drop-zone-title {
	padding: 55px 10px;
}
.form-field .progress-bar {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding: 0 5px;
	height: 18px !important;
}
.btn.btn-default.btn-secondary.kv-hidden.fileinput-cancel.fileinput-cancel-button {
	display: none !important;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	margin: 2px;
	border: 2px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button .lds-ring {
	display: inline-block;
	position: relative;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 4px;
	right: 4px;
	opacity: 0;
	visibility: hidden;
}
.page-template-members-page .button:hover .lds-ring div{
	border-color: #006c6e transparent transparent transparent;
}
.page-template-members-page .button.loading {
	padding: 6px 39px 6px 20px;
	pointer-events: none;
}
.page-template-members-page .button.loading .lds-ring{
	opacity: 1;
	visibility: visible;
}
.page-template-members-page .button, .lds-ring{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.form-errors {
	padding-top: 15px;
}
.error .field_form_description p strong{
	color: #912b2b;
}
.form-field.error textarea:not(.optf),
.form-field.error select:not(.optf),
.form-field.error .file-preview:not(.optf),
.form-field.error input[type="email"]:not(.optf),
.form-field.error input[type="text"]:not(.optf),
.form-field.error input[type="number"]:not(.optf) {
	border-color: #bf0606;
}
.form-alert.success {
	color: #005700;
}
.form_submitted .form-field:not(.button-container),
.form_submitted  .form-field.button-container .button,
.form_submitted .form-section,.form_submitted h3,
.form_submitted .form_columns{
	display:none;
}
.column3 .form_column {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.column3 .form_column:last-child {
	margin-right: 0;
}
.form_columns.column3 {
	clear: both;
	overflow: hidden;
}
.form_columns.column3 .form_column:nth-child(2),
.form_columns.column3 .form_column:nth-child(3) {
	padding-top: 26px;
}
.field_form_description,.form-field .field_form_description label {
	font-size: 16px;
	font-weight: 400;
}
.field_form_description span{
	color: #c00;
}
label.not_clickable {
	font-weight: 300 !important;
}
.multiple-input-container ul, .multiple-input-container ol {
	list-style: none;
}
.form-field .multiple-input-container label {
	display: inline-block;
	width: calc(100% - 25px);
	vertical-align: top;
}
.toggle-value span {
	font-size: 14px;
}
.toggle-value {
	max-height: 0;
	overflow: hidden;
}
.multiple-input-container input[type="radio"],
.multiple-input-container input[type="checkbox"] {
	position: relative;
	top: 0px;
	vertical-align: top;
	display: inline-block;
}
.field_form_description strong{
	display:block;
}
.toggle-value-container.visible-toggle .toggle-value {
	max-height: 100px;
}
.error .check-validation{
	color: #bf0606;
}
.previous--forms .table-of-details {
	width: 100%;
}
.previous--forms .table-of-details th,.previous--forms .table-of-details td {
	width: 50%;
}
.form-field.conference_workshops label strong,.form-field.conference_workshops label span{
	display:block;
}
.form-field.conference_workshops label span{
	padding-left:10px;
}
p.table_title {
	margin-bottom: 10px;
	font-weight: 700;
}
.one_person_room.table-of-details {
	margin-bottom: 30px;
}
.one_person_room.table-of-details,.two_people_room.table-of-details{
	width: 100%;
}
.toggle-value-input {
	margin-bottom: 10px;
}
.form-field.other_unv_active .other_university_affiliation {
	display: block;
}
.other_university_affiliation {
	padding-top: 15px;
	display:none;
}
.form_submitted h2{display:none;}
.workshop-meetings-error{display:none;font-size: 15px;color: #bf0606;}
.form_submitted .form-errors {
	text-align: center;
}
.login-text {
	text-align: left;
}
.login-text p {
	font-size: 14px;
}
.login-navigation .button {
	width: 48%;
	text-align: center;
	background-color: #fff;
	color: #2c2d8b;
}
.login-navigation .button.active,.login-navigation .button:hover{
	background-color: #2c2d8b;
	color: #fff;
}
.login-navigation {
	margin-bottom: 20px;
}
.members-form-init {
	display: none;
}
.members-form-init.active{
	display: block;
}
.forgot-password-form-trigger {
	font-size: 11px;
	cursor: pointer;
	display: inline-block;
}
.form-double-row > .form-field {
	width: 48%;
	float:left;
}
.login-navigation .button.university_partners_form_trigger,
.form-double-row > .form-field:last-child{
	float: right;
}
.form-double-row {
	overflow: hidden;
}
.page-template-members-page .content.content_top_margin_none {
	z-index: auto !important;
}
.membership-request-popup,.member-login-popup {
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.member-login-popup {
	background-color: transparent;
}
.member-login-popup::before {
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('members/frontend/images/popupbg.jpg');
	opacity: 0.6;
	background-size: cover;
	background-position: top center;
}
.member-login-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.membership-request-form-outer {
	background-color: #fff;
	width: 900px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	padding: 30px 70px 20px 70px;
	min-height: 440px;
}
.membership-title-area h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}
.membership-title-area {
	position: relative;
}
.close-membership-popup {
	font-size: 55px;
	font-weight: 300;
	position: absolute;
	right: 0;
	top: -1px;
	line-height: 0.7;
	cursor: pointer;
}
.membership-title-name .form-field:first-child {
	width: 25%;
	margin-right: 4%;
	float: left;
}
.membership-title-name .form-field {
	width: 33.5%;
	float: left;
}
.membership-title-name .form-field:nth-child(2){
	margin-right: 4%;
}
.form_sent .before_submission,
.form_sent #membership_request_form {
	display: none;
}
.form_sent .success-message{
	display: block !important;
}
.logged-in .hide_for_members {
	display: none;
}
.page-template-members-page .wpb_text_column p {
	margin-bottom: 25px !important;
}
.page-template-members-page .wpb_text_column p a strong{
	color: #414141;
	text-decoration: underline;
	font-weight: 700;
}
.open-login-popup {
	text-transform: uppercase;
	color: #2c2d8b;
	margin-bottom: 23px;
	font-size: 18px;
	cursor: pointer;
	display: inline-block;
}
.logged-in .open-login-popup{
	display: none !important;
}
.member-form-container > h6 {
	text-transform: none;
	font-weight: 300;
	text-align: center;
	font-size: 18px;
}
.member-form-container > h6 a {
	font-weight: 700;
	text-decoration: underline;
}
/*
body:not(.logged-in) .member-form-container > form {
	position: relative;
	opacity: 0.5;
}
body:not(.logged-in) .member-form-container > form:after {
	content:'';
	position: absolute;
	display: block;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	cursor: not-allowed;
	z-index: 9;
}*/
.close-login-form-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.page-template-members-page .content,.page-template-members-page .container{
	background-color: transparent !important;
}
.has-smaller-txt em {
	font-style: normal;
	font-weight: 300;
}
.page-template-members-page:not(.logged-in) .wrapper .content{
	position: relative;
}
.page-template-members-page:not(.logged-in) .wrapper .content:before{
	content:'';
	width:100%;
	height: 100%;
	top: 0 ;
	left: 0 ;
	position: absolute;
	opacity: 0.6;
	display: block;
	background-image: url('members/frontend/images/popupbg.jpg');
	background-size: cover;
	background-position: top center;
}
.page-template-members-page:not(.logged-in).partner_login .wrapper .content:before{display:none !important;}
.page-template-members-page.page-parent:not(.logged-in) .content-area {
    margin-bottom: 0;
}
.page-template-members-page.page-parent:not(.logged-in) .header_bottom.clearfix{
	background-color: rgba(0, 0, 0, 0.2) !important;
}
.page-template-members-page.page-parent.partner_login:not(.logged-in) .wrapper .content.content_top_margin_none:before{
	display: none !important;
}
.page-template-members-page.partner_login.page-parent:not(.logged-in) .header_bottom.clearfix{
	background-color: rgba(0, 0, 0, 0.6) !important;
}
.page-template-members-page.partner_login.page-parent:not(.logged-in) .content-area {
    margin-bottom: 80px;
}

.word-counter,
.character-counter {
	float: right;
	font-size: 11px;
	font-weight: 700;
	line-height: 25px;
	cursor: default;
}
.open-login-popup {
	display: none !important;
}
#ui-datepicker-div {
	z-index: 999999 !important;
}
.inner-form-field select {
	background-color: #fff;
	height: 40px;
}
.joint-publications{
	counter-reset: joint-counter;
}
.joint-publications .inner-field-group::before {
	counter-increment: joint-counter;
	content: "Joint publication #"counter(joint-counter);
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 1.6;
	color: #414141;
	cursor: pointer;
}

.grant-funding{
	counter-reset: joint-counter;
}
.grant-funding .inner-field-group::before {
	counter-increment: joint-counter;
	content: "Grant funding #"counter(joint-counter);
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 1.6;
	color: #414141;
	cursor: pointer;
}
.form-field label.mid_size_label{
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 1.6;
	color: #414141;
	cursor: pointer;
}
.smallitm {
	font-size: 75%;
}
/* Responsive */
@media(max-width: 1023px){
	.members-login-page {padding: 75px 0 80px;}
	.login_form_container {max-width: 100%;padding: 25px 40px;}
	body:not(.logged-in) .members-login-page {padding: 140px 0 80px;}
}
@media (max-width:800px){
	.table-of-details,.table-of-details p {font-size: 12px;}
}
@media (max-width:767px){
	.q_image_with_text_over .text .desc {opacity: 1;}
	.members-login-page .container_inner {width: 90%;}
	.member-login-popup .member-login-inner {width: 90%;}
}
@media (max-width:639px){
	.map--popup{min-width:140px;}
	.locationdesc{max-width:100%;}
	.login-text p br{display: none;}
	.page-template-members-page .button {font-size: 12px;padding: 9px 10px;}
}
@media(max-width: 479px){
	.login_form_container {max-width: 100%;padding: 25px;}
	.login-navigation .button,.form-double-row > .form-field {width: 100%;margin-bottom: 10px;}
	.members-login-page .form-field {margin-bottom: 10px;}
	.form-field.button-container .button {text-align: center;width: 100%;}
	.form-double-row {overflow: visible;}
	.details-table {overflow: auto;}
	
	.word-counter,
	.character-counter {float: none;line-height: 1.5;display: block;}
	.page-template-members-page .section_inner.clearfix {width: 92% !important;}
}
@media(max-width: 1200px) and (max-height:400px){
	.member-login-inner {width: 90%;height: 90%;overflow: auto;}
}

/* forms redesign */
.inner-form-field {
	margin-bottom: 14px;
}
.form-field .inner-form-field input[type="text"]{
	height: 40px;
}
.group-add-fields-button {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 1.6;
	color: #414141;
	cursor: pointer;
}
.form-field.investigator-type-group {
	margin-bottom: 45px;
}
.extra-field-groups .inner-field-group {
	padding-top: 25px;
	position: relative;
}
.inner-field-group.error textarea,.inner-field-group.error input[type="email"],.inner-field-group.error input[type="text"] {
	border-color: #bf0606;
}
.remove_latest_input_field_group {
	position: absolute;
	top: 25px;
	left: 101%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	cursor: pointer;
	background-color: #1abc9c;
	color: #fff;
	display: none;
}
.remove_latest_input_field_group::after {
	content: "Remove group";
	position: absolute;
	left: calc(100% + 8px);
	line-height: 1;
	width: 100px;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Roboto', sans-serif;
	color: #505050;
	font-size: 14px;
	font-weight: 700;
}
.extra-field-groups .inner-field-group:last-child .remove_latest_input_field_group {
	display: block;
}
@media(max-width: 1400px){
	.remove_latest_input_field_group::after {display: none;}
}
@media(max-width: 1200px){
	.extra-field-groups .inner-field-group:last-child {padding-right: 45px;}
	.remove_latest_input_field_group {left: auto;right: 0;}
}