.GoWebTheme .DnnModule-ActionForm {
    font-family: var(--font-secondary);
}
.GoWebTheme .bstrap30 .form-horizontal .control-label {
	font-family: var(--font-secondary);
	color: var(--header-color-primary);
}
.GoWebTheme .label-top {
    margin-bottom: 0.25rem;
}
.GoWebTheme .bstrap30 .label-align-top .btn-form {
    margin-top: 0;
}
.GoWebTheme label.control-label {
    margin-bottom:0;
}
.GoWebTheme .bstrap30 .field-container {
    margin-bottom: .5rem;
}
.GoWebTheme .bstrap30 .form-button {
    font-family: var(--font-secondary);
}
.GoWebTheme .form-control {
	border:1px solid #e1e1e1;
	border-radius:.5rem;
	color:var(--text-color-primary);
}
.GoWebTheme .form-control:focus {
    color: var(--text-color-primary);
    background-color: #fff;
    border-color: #9ec03e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(158, 192, 62, .3);
}
.GoWebTheme .bstrap30 .label-align-top .radio, .GoWebTheme .bstrap30 .label-align-top .checkbox {
	margin-left:1rem;
}
.GoWebTheme .bstrap30 .form-horizontal .control-label, .GoWebTheme .bstrap30 .form-horizontal .radio, .GoWebTheme .bstrap30 .form-horizontal .checkbox, .GoWebTheme .bstrap30 .form-horizontal .radio-inline, .GoWebTheme .bstrap30 .form-horizontal .checkbox-inline {
	padding-top:.25rem;
}
.GoWebTheme .bstrap30 input[type="radio"], .GoWebTheme .bstrap30 input[type="checkbox"] {
	margin-right:.5rem;
}
.GoWebTheme .popup-form .form-control {
    margin-bottom:15px;
}
.GoWebTheme .popup-form .modal-dialog {
	width:100%!important;
	max-width:600px!important;
	margin:1.5rem auto;
}
.GoWebTheme .popup-form .modal-header {
    padding:1.5rem 1.5rem 0 1.5rem;
    border-bottom:none;
}
.GoWebTheme .popup-form .modal-body {
    padding:0 1.5rem 1.5rem 1.5rem;
}
.GoWebTheme .popup-form .modal-content {
    width:90vw!important;
    max-width:600px!important;
    border:none;
    border-radius:1rem;
	margin:auto;
}
