@layer base, primengoverride, primeng, bootstrap;

html {
    font-size: 14px;
}
body {
    font-size: .875rem;
    line-height: 1;
    background-color: #f8f9fa;
    font-family: 'Lato', 'Segoe UI', 'Source Sans Pro', sans-serif;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cbcbcb;
    opacity: 1; /* Firefox */
  }

.table > :not(:first-child) {
	border-top: 1px solid #dee2e6 !important;
}
.container-full {
    margin: 0px;
    height: 100%;
    width: 100%;
}
.container-large {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 5px;
    max-width: 2500px;
    height: 98vh;
    width: 100%;
    min-width: 1180px;
    min-height: 640px;
}

.container-medium {
    margin-top: 40px;
    margin-right: 100px;
    margin-left: 100px;
    max-width: 2500px;
    height: 80vh;
    width: 80vw;
}
.pdf-view-container {
    display: flex;
    flex-flow: column;
}

.pdf-view {
    flex-grow: 1;
}
.pdf-container {
    padding-top: 10px;
    height: 100%;
}
.report-container {
    overflow-x: hidden;
    overflow-y: hidden;
}
.no-scroll-container {
    overflow-x: hidden;
    overflow-y: hidden;
}
.report-scroll-edit {
    padding: 5px;
    width: 100%;
    height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
}

.report-scroll-analysis {
    padding: 5px;
    width: 100%;
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}

.analysis-param-scroll {
    padding: 5px;
    width: 100%;
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}

.view-vertical-scroll {
    padding: 5px;
    width: 98%;
    height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
}

.view-parameter-scroll {
    padding: 5px;
    width: 98%;
    height: calc(100vh - 220px);
    overflow-y: auto;
    overflow-x: hidden;
}
.view-table-spacing {
    padding-bottom: 3px;
}
.card {
    border: 1px solid transparent;
}
.card-header {
    background-color: white;
    border: 1px solid transparent;
}

.card-header a{
    color: black;
}

.card-mini-header {
    text-transform: uppercase;
    font-weight: bold;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-offset: 0;
    background-image: none;
    box-shadow: none;
}

.fdaas-link {
    color: black;
    text-decoration: underline;
}
.fdaas-link:hover {
    color: black;
    text-decoration: underline;
    text-shadow: 0px 0px 1px black;
}


.nav-tab-item {
    color: black;
    text-decoration: underline;
}
.nav-tab-item:hover {
    color: black;
    text-decoration: underline;
}

/** UPLOAD DOC SSCREEN STUFF **/
.btn:focus  {
    outline: 0;
}
.btn-home {
    border-radius: 2rem;
    background-color: #366881;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 20px;
}

.card-signin {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1);
}

.file-upload {
    min-height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
    text-align: center;
}

.form-group {
    font-family: 'Lato', 'Segoe UI', 'Source Sans Pro', sans-serif;
    margin-bottom: .2rem !important;
}
.demand-form-group  {
    margin-top: 1rem;
}

/** REPORT SCREEN STUFF **/
.progress-bar {
    color: black;
    font-weight: bolder;
    padding-left: 5px;
}

.fat-title {
    text-transform: uppercase;
    font-weight: bolder;
    width: 100%;
}
.fat-title button{
    text-transform: uppercase;
    font-weight: bolder;
    color: black;
}
.report-img {
    max-height: 200px;
    max-width: 200px;
    margin: 10px;
    border: 2px solid rgba(0, 0, 0, .25);
}

.report-label {
    font-size: 0.9rem;
    font-weight: bold;
    word-wrap: initial;
    padding: 3px;
}
.report-value {
    font-size: 0.9rem;
    padding: 3px;
}

.report-validation-section-title {
    font-size: 0.95rem;
    font-weight: bolder;
    word-wrap: initial;
    width: 100%;
    padding: .4rem 0 0.1rem 0 !important;
}

.report-validation-label {
    font-size: 0.9rem;
    word-wrap: initial;
    padding: 3px;
}

.form-title {
    font-size: 15px;
    font-weight: bold;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    padding: 2px;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}
.report-analysis {
	border: 1px solid #c8c8c8;
	background: #f4f4f4;
	border-radius: 3px;
    padding: 4px;
    margin-top: 8px;
    margin-bottom: 15px;
}
.report-analysis-title {
    margin-left: 1rem;
    font-size: 1.1rem;
    font-weight: bolder;
    width: 100%;
    vertical-align: 8px;
}
.fdaas-config-bullet {
    height: 1.0rem;
    width: 1.0rem;
    border-radius: 50%;
    display: inline-block;
}
.report-analysis-bullet {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}
.report-analysis-bullet-NONE {
    background-color: #00a651;
}
.report-analysis-bullet-INFO {
    background-color: #00a651;
}
.report-analysis-bullet-LOW, .fdaas-config-bullet-LOW {
    background-color: #21a9e1;
}
.report-analysis-bullet-WARNING, .fdaas-config-bullet-ALERT {
    background-color: #fad839;
}
.report-analysis-bullet-HIGH, .fdaas-config-bullet-INVALID {
    background-color: #cc2424;
}
.report-analysis-bullet-PASSED {
    background-color: #2b2b2b40;
}
.report-analysis-bullet-IN_PROGRESS {
    background-color: #2b2b2b40;
}

.report-validation {
	border: 1px solid #c8c8c8;
	background: white;
	border-radius: 3px;
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    width: 97%;
    display: inline-block;
}
.report-validation-border-TECHNICAL_WARNING {
    color: #202020;
}
.report-validation-border-PASSED {
    color: #2b2b2b;
}
.report-validation-border-LOW {
    border: 1px solid #21a9e1;
}
.report-validation-border-VALID {
    border: 1px solid #00a651;
}
.report-validation-border-ALERT {
   border: 1px solid #fad839;
}
.report-validation-border-INVALID {
    border: 1px solid #cc2424;
}
.report-validation-title {
    font-size: 1.0rem;
    font-weight: bolder;
    width: 100%;
    padding: .2rem 0 0.1rem 0 !important;
}
.report-validation-summary {
    font-size: .9rem;
    width: 100%;
    padding: 0rem 0 0.2rem 0 !important;
}

.report-validation-status {
    font-size: 0.85rem;
    padding: 10px;
    min-width: 7rem;
    min-height: 2.5rem;
    margin-right: 1rem;
    margin-left: .4rem;
}
.report-validation-status-TECHNICAL_WARNING {
    color: #ffffff;
    background-color: #202020;
}

.report-validation-status-PASSED {
    color: #2b2b2b;
    background-color: #2b2b2b20; /*transparency*/
}
.report-validation-status-LOW {
    color: #21a9e1;
    background-color: #21a9e120; /*transparency*/
}
.report-validation-status-VALID {
    color: #00a651;
    background-color: #00a65120;
}
.report-validation-status-ALERT {
    color: #fad839;
    background-color: #fad83920;
}
.report-validation-status-INVALID {
    color: #cc2424;
    background-color: #cc242420;
}
.report-validation-status-WAITING {
    color: #312020;
    background-color: #99818120;
}
.demand-value-list {
	border: 1px solid #c8c8c8;
	background: #f4f4f4;
	border-radius: 3px;
    padding: 4px;
    margin-top: 8px;
    margin-bottom: 30px;
}
.demand-value-list-header {
    background: #f4f4f4;
    color: black;
    font-size: 1.0rem;
    font-weight: bolder;
    padding-left: 20px;
}

.demand-value-list-title {
    vertical-align: 4px;
    margin-left: 5px;
    font-size: 1.0rem;
    font-weight: bolder;
    background: #f4f4f4;
    width: 100%;
}
.demand-value-list-data {
    background: white;
    margin-right: 10px;
    margin-left: 15px;
    padding: 3px;
}
.demand-value-data-origin {
    margin-right: 20px !important;
}


/*Radio box*/
input[type='checkbox'], input[type='radio']{
    position: absolute;
    right: 9000px;
}

/*Check box*/
input[type='checkbox'] + .label-text:before{
    content: '\f0c8';
    font-family: 'Font Awesome 5 Pro', 'Lato', 'Segoe UI', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

input[type='checkbox']:checked + .label-text:before{
    content: '\f14a';
    font-weight: 900;
    color: #366881;
    animation: effect 250ms ease-in;
}

input[type='checkbox']:disabled + .label-text{
    color: #aaa;
}

input[type='checkbox']:disabled + .label-text:before{
    content: '\f0c8';
    color: #ccc;
}

@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}

@keyframes waitAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes waitAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes waitAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes waitAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
.animate-wait {
     -webkit-animation: waitAnimation 3s infinite;
     -moz-animation: waitAnimation 3s infinite;
     -o-animation: waitAnimation 3s infinite;
      animation: waitAnimation 3s infinite;
}

.split-example {
    height: 640px;
    outline: 5px dashed #f9d676;
    margin: 20px;
}

.toast-success {
    background-color: #51A351 !important;
}
.toast-error {
   background-color: #BD362F !important;
}
.toast-info {
   background-color: #2F96B4 !important;
}
.toast-warning {
  background-color: #F89406 !important;
}
.prime-table, .ui-dropdown-label, .ui-dropdown-item{
    font-size: 0.9em !important;
    padding: 0.15em;
}

.ui-button {
    font-size: 0.95em !important;
}
.ui-button-text {
    padding: 0.4em 0.9em !important;
}
.ui-button.ui-button-text-icon-left .ui-button-text {
    padding: 0.429em 1em 0.429em 2em !important;
}
.ui-inputtext, .ui-calendar {
    font-size: 0.9em !important;
}
.ui-inputtext {
    width: 100%;
}
.ui-fieldset-toggleable .ui-fieldset-legend {
    padding: 5px 10px !important;
    font-size: 1.1em !important;
}

.ui-fieldset-legend a:hover {
    text-decoration: none;
}

.centered {
    margin: auto;
    width: 10%;
    padding: 10px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top:30%;
}
.bottom {
    margin: 0;
    position: absolute;
    bottom: 5%;
}
.login-title1 {
    font-size: 3.5rem;
    font-weight: bold;
}
.login-title2 {
    font-size: 1.4rem;
}
.login {
    font-size: 16px !important;
    display: block;
    width: 80%;
}
.login-logo {
    width: 33%;
    max-width: 700px;
    position:absolute;
    left:2%;
    bottom: 50%;
    z-index: 200;
}

.documentation_help {
    position:absolute;
    right:10%;
    top: 3%;
    z-index: 200;
    padding: 3px;
    font-size: 1.5rem;
    font-weight: bold;
}
.login-form {
    height: 70%;
    width: 30%;
}
.login-theme {
    position:absolute;
    padding: 10px;
    text-align: center;
    bottom: 5%;
}

.fdaas-nopadding {
	padding: 0;
}

.report-container .col-6 {
    padding: 3px;
}

.text-center {
    text-align: center !important;
    font-size: .8rem;
}
.text-center-content {
    display: flex;
    justify-content: center;
    text-align: center !important;
    font-size: .8rem;
}

.demand-value-label {
    font-size: .8rem;
    padding-top: 3px;
    padding-left: 1rem;
}

.feedback-value-label {
    padding-left: 1rem;
}
.feedback-value-label.feedback-importance {
    padding-top: 0.7rem;
}

.demand-value {
    font-size: .8rem;
    overflow-wrap: anywhere;
    margin-bottom: 1px;
    padding-top: 3px;
}
.demand-value-origin {
    font-size: .8rem;
    padding: 3px;
}
.form-container {
  width: 100%;
  height: 100%;
}
.ui-button-fdaas {
    font-size: 1rem;
}

.ui-button-fdaas-sm {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.2rem 0.8rem !important;
}

.ui-button-fdaas-hor {
    margin-left: 1rem !important;
}
.ui-button-fdaas-vert {
    margin-bottom: 0.6rem;
}

/** Override default form io **/
.card-body {
    padding: 0.5rem !important;
}
.card-header {
    padding: .25rem 0.5rem !important;
}
.col-form-label {
    padding-top: calc(.1rem + 1px) !important;
    padding-bottom: calc(.1rem + 1px) !important;
    line-height: 1.0;
    font-size: 0.85rem;
    font-weight: bold;
}
.col-form-label-light {
  padding-top: calc(.1rem + 1px) !important;
  padding-bottom: calc(.1rem + 1px) !important;
  line-height: 2.0;
  font-size: 0.85rem;
  vertical-align: top;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.form-control {
    height: calc(1rem+ 2px) !important;
    padding: .1rem .5rem !important;
    font-size: 0.85rem !important;
    line-height: 1.0 !important;
}
.ui-widget {
	font-size: 12px !important;
}

.ui-dropdown .ui-dropdown-label {
	padding-right: 3em !important;
}

.button_bar {
    align-self: center;
}

.button_bar td {
    width: 400px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 50px;
    /*border: 1px solid black;*/
}

.data-origin-text {
    float: right;
    margin-right: 5px;
    font-size: 0.65rem;
}
.data-origin-input {
  font-weight: 800;
  text-decoration : underline;
}


.fdaas-link-button {
    color: black;
    cursor: pointer;
}
.fdaas-link-button:hover {
    color: rgb(95, 0, 139);
    font-weight: bolder;
}

.fdaas-feedback-title > legend {
    font-size: 1rem;
}

.fdaas-feedback-comment {
        max-width:91%;
}
.fdaas-list {
    padding-top: 5px;
    padding-bottom: 5px;
}

.fdaas-card-default {
    background-color: rgb(199, 222, 238);
}

.fdaas-title {
    padding: 3px;
    font-size: 1.15rem;
    font-weight: bold;
}
.fdaas-title-2 {
    padding: 0.2rem;
    font-size: 1.0rem;
    font-weight: bold;
}
.fdaas-param-label {
    font-size: 0.8rem;
    font-weight: bold;
    padding-left: 3px;
    padding-top: 0px !important;
    padding-bottom: 0px !important
}
.fdaas-param-label-strong {
    font-weight: bolder;
}

.fdaas-param-title {
    padding-left: 3px;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: underline;
}

.fdaas-disabled {
    font-weight: normal;
    color: #737881;
}

.fdaas-cascade-select-option {
	display: flex;
	align-items: center;
}
.fdaas-config-label-analysis {
    margin-bottom: .05rem;
    font-size: 0.9rem;
    font-weight: bold;
}
.fdaas-config-inputswitch {
    width: 2.5rem;
    height: 1.2rem;
}

.fdaas-analysis-panel-area {
    background-color: white;
    margin-left: 4px;
    margin-right: 10px;
    border-radius: 10px 10px 10px 10px;
}

.fdaas-analysis-panel {
    margin-bottom: 1rem;
    padding-left: 4px;
    padding-right: 5px;
    border-style: solid;
    border-width: 3px;
    border-radius: 10px 10px 10px 10px;
}

.fdaas-tree-hierachy, .section ul {
    list-style: none;
    padding: 0;
    margin: 0;
 }
.fdaas-tree-hierachy {
    background: #fbfbfb;
    border: 1px solid #d2d2d2;
}
.fdaas-tree-hierachy li {
  border-bottom: 1px solid #d2d2d2;
  padding: 15px 10px;
}
.fdaas-tree-hierachy li:last-child {
  border: 0;
}
.fdaas-tree-hierachy {
    font-size: 14px;
}

.fdaas-tree-section {
  position: relative;
  padding-left: 15px !important;
}

.fdaas-tree-section2 {
    position: relative;
    list-style: none;
    padding-left: 15px !important;
  }
.fdaas-tree-section2 li {
    border-bottom: 0px;
    padding: 15px 10px;
}

.container-sidebar
{
    display: flex;
    height: 100%;
    width: 100%;
    min-height: 640px;
}

.container-sidebar-small {
    width: 84px;
    overflow-y: auto;
    transition: all 0.5s;
}

.container-sidebar-large {
    width: 190px;
    overflow-y: auto;
    transition: all 0.5s;
}

.fdaas-card-title {
    text-align: center;
    font-size: 2.5rem !important;
}
.fdaas-card-title-total {
    font-size: 1.5rem !important;
    opacity: 0.7;
}
.fdaas-card-label {
    text-align: center;
    font-size: 1.1rem !important;
}
.fdaas-card-label-total {
    font-size: 1.0rem !important;
    opacity: 0.7;
}

.fdaas-user-info-title {
    text-align: center;
    font-size: 1.3rem !important;
    margin-top: 10px;
    margin-left: 2px;
    margin-bottom: 10px;
}
.fdaas-user-info-tenant {
    text-align: center;
    font-size: 1.2rem !important;
    font-weight: bold;
    margin-bottom: 10px;
}
.fdaas-user-info-date {
    text-align: center;
    margin-left: 5%;
    font-size: 0.85rem !important;
    opacity: 0.7;
}

.fdaas-buttonbar {
    margin-left: 10px;
}

.fdaas-top-middle-buttonbar {
    padding-left: 3%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fdaas-top-right-buttonbar {
    width: 15rem;
    overflow: hidden;
    padding-left: 5%;
}

.fdaas-status-card {
    margin-top: 5px;
    margin-right: 3px;
}
.fdaas-calendar {
    margin-left: 0px;
    margin-right: 5px;
    width: 9.75rem !important;
    font-size: 1.0rem;
}
.col-form-label {
    margin-top: 6px;
}

.fdaas-library {
    width: 90%;
    cursor: pointer;
    margin-left: 5px;
}
.feedback-text {
    height: 3.9rem;
    resize: none;
}
.fdaas-checkbox-label {
	padding-top: 0px;
    font-size: 1.0rem;
}

.fdaas-log-console {
    color: white;
}
.fdaas-thin-line {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
.swagger-ui {
    height: 100%;
}
.swagger-ui .model-title {
	font-size: 1rem;
}
.swagger-ui .model-box {
	padding: 4px;
}
.swagger-ui .opblock-tag {
	font-size: 1.2rem;
    font-weight: bold;
}
.swagger-ui .opblock .opblock-summary-operation-id, .swagger-ui .opblock .opblock-summary-path, .swagger-ui .opblock .opblock-summary-path__deprecated {
	font-size: 1rem;
}
.swagger-ui .opblock .opblock-summary-description {
	font-size: 0.9rem;
}
.swagger-ui > div:nth-child(2) {
    height: 100%;
}
.swagger-ui .information-container {

    min-height: 0px !important;
}

.swagger-ui .wrapper {
  width: 100%;
  height: fit-content;
  max-width: none;
  min-height: 83vh;
  margin: 0 auto;
  padding: 0 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.swagger-ui .dialog-ux .modal-ux-content {
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 20px
}
.swagger-ui .scheme-container {
	display: none;
}

.swagger-ui .info {
	margin-top: 0rem;
	margin-left: 1rem;
	margin-right: 0rem;
	margin-bottom: 2rem;
}


.fdaas-div-v-centered {
    padding-top: 0.2rem;
}

.fdaas-um-managed {
    font-weight: 700;
}


.report-badge-spinner {
    width: 1.5rem !important;
    height: 1.5rem !important;
    vertical-align: text-bottom;
    margin-left: 0.2rem !important;
}



.i-authentic {
    color: #00b050;
}

.i-authentic-report {
    margin-right: 0.5rem;
}

.i-authentic-dash {
    margin-left: 0.5rem;
}

.fdaas-report-badges {
    width: 100%;
    height: 100%;
    text-align: right;
    font-size: 1.1rem;
}

.fdaas-feedback-border {
    padding: 0px;
    margin: 0px;
}

.alerts-border {
    transition: opacity 0.2s ease-in-out;
    animation-iteration-count: 3;
    border: 3px #cc2424 solid;
    box-shadow: 0 0 0 0rem #bc1414;
    border-radius: 5px;

    width:100%;
  }

.fdaas-feedback-alert-message {
    border: 2px #cc2424 solid !important;
    border-radius: 5px;
    width:100%;
    font-size: 0.8rem !important;
    animation: cssAnimationAutoHide 7s forwards;
}

@keyframes cssAnimationAutoHide {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

.fdaas-feedback-alert-table {
    width: 100%;
}

.report-progress-badges {
        bottom: 1rem;
        position: absolute;
        width: 7rem;
        font-size: 1.75rem;
}

.fdaas-align-right {
    position: absolute;
    right: 0;
}
.fdaas-align-cal {
    margin-right: 16px;
}

.fdaas-basic-table {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.fdaas-basic-table-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}

.fdaas-top-warning {
    margin-bottom: 0px  !important;
}
.link-report {
    margin-left: 0.8rem;
}

.fdaas-param-input-field {
  width: 70px;
}
@layer primengoverride {

    .p-inputtext {
      font-size: 0.9rem;
      padding: 0.350rem 0.350rem;
    }
    .p-tabview-title {
        background-color: transparent !important;
        font-weight: 400 !important;
    }
    .p-panel .p-panel-header {
        border: 0 !important;
        padding: 0px !important;
        background: transparent !important;
    }
    .p-panel .p-panel-content {
        border: 0 !important;
        padding: 0px !important;
    }
    .p-panel .p-panel-header .p-panel-header-icon:focus {
        box-shadow: none !important;
    }

    .p-selectbutton.fdaas-top-right-button .p-button{
        margin: 2px;
        padding: 1px;
        font-size: 0.9rem;
        display: block;
        white-space: nowrap;
    }
    .p-button.p-button-rounded {
        margin-bottom: 2px;
    }
    .edit-data .p-scrollpanel-content {
        width: calc(100% + 12px);
        height: 100%;
    }
    .fdaas-feedback-title .p-fieldset-toggler {
        font-size: 0.6rem;
    }
    .fdaas-feedback-title.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
        padding: 4px;
    }
    .p-radiobutton-label {
        padding-top: 7px;
    }
    .p-checkbox-label {
        padding-top: 7px;
    }
    .p-dropdown .p-dropdown-label {
        background: transparent;
        border: 0 none;
        padding: 0.25rem 0.429rem !important;
    }
    .p-selectbutton .p-button {
        background: transparent !important;
        margin-left: 0px !important;
        margin-right: 10px !important;
    }

    .p-selectbutton.feedback-importance .p-button{
          margin-right: 0px !important;
    }

    .p-selectbutton .p-button:focus {
          box-shadow: 0 0 0 0rem #FFC01480 !important;
    }

}
