/* module-key = 'de.communardo.atlassian.plugins.cute:cute-dynamic-resources', location = 'styles/dynamic.css' */
.guard{}
/* Insert your style definitions here */#backBtn{
  font-size: 12px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    color: white;
    font-weight: 501;
    cursor: pointer;
    right: 0;
    top: 55px;
    text-decoration: none;
    position: absolute;
    background: #0052cc;
    width: 5%;
}
h1[data-testid="request-title"] {
    width: 85%;
}
.rw_external_icon_arrow-left{

    //position: absolute !important;
   // top: 50px  !important;
    //padding-right: 22px  !important;
}label[for="customfield_27600"], label[for="customfield_27600"] {
    display: none !important;
}
div#customfield_27600-helper {
      position: fixed;
    top: 0%;
    color: white;
    align-items: center;
    align-content: space-between;
    flex-direction: row;
    padding: 0 6% 0 6%;
    background: #ec008c;
    font-weight: 700;
    font-size: 12px;
}
legend#customfield_27600-label {
    display: none;
}

fieldset[aria-labelledby="customfield_27600-label customfield_27600-helper"] .error{
 display:none !important;
}
fieldset[aria-labelledby="customfield_27600-label customfield_27600-helper"] .radio {
    display: none !important;
}

#issue-workflow-transition .cf-select, #create-issue-dialog .cf-select, #edit-issue-dialog .cf-select, #issue-create .cf-select, #issue-edit .cf-select {
    max-width: 250px;
    min-width: 250px;
    width: auto;
}

#status-val {
	display: block;
}

#status-val .jira-issue-status-lozenge {
	max-width: fit-content;
}.sc-fgfRvd.iPMDfb{
  display:none !important;
}
.proforma-reopen {
  display:none !important;
}
.proforma-fullform.Item-z6qfkt-2.eJTYOk
{
   display:none !important;
} 
/* Insert your style definitions here */
option[value="32010"] {
   display:none;
}
  
.TestRenew2 {
    margin-top: 10px;
    cursor: pointer;
}

li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

input[type="date"] {
    width: 90%;
    margin-bottom: 10px;
  	border: 2px solid #000; 
  	border-radius: 5px;
}

textarea {
    width: 90%;
    margin-bottom: 10px;
    height: 100px;
  	border: 2px solid #000; 
  	border-radius: 5px;
}
/* Insert your style definitions here */
AJS.$(document).ready(function () {
  
  //hardware
  if (window.location.href.indexOf("create/175") != -1) {
    AJS.$('span.vp-optional').css('display', 'none');
    AJS.$('#content-wrapper').css({'margin': '0', 'width': '65%'});
    AJS.$('#content').append("<img id='contact-img' style='position: fixed; top: 0; right: 1%; width: 35%;' src='/plugins/servlet/desk/resource/global/imagebank/images/hardware.png'/>");
  }

  //software
  if (window.location.href.indexOf("create/166") != -1) {
    AJS.$('span.vp-optional').css('display', 'none');
    AJS.$('#content-wrapper').css({'margin': '0', 'width': '65%'});
    AJS.$('#content').append("<img id='contact-img' style='position: fixed; top: 0; right: 1%; width: 35%;' src='/plugins/servlet/desk/resource/global/imagebank/images/software.png'/>");
  }

  //facility
  if (window.location.href.indexOf("create/178") != -1) {
    AJS.$('span.vp-optional').css('display', 'none');
    AJS.$('#content-wrapper').css({'margin': '0', 'width': '65%'});
    AJS.$('#content').append("<img id='contact-img' style='position: fixed; top: 0; right: 1%; width: 35%;' src='/plugins/servlet/desk/resource/global/imagebank/images/facility.png'/>");
  }

  //privacy event
  if (window.location.href.indexOf("create/109") != -1) {
    AJS.$('#content-wrapper').css({'margin': '0', 'width': '65%'});
    AJS.$('#content').append("<img id='contact-img' style='width: 30%; position: fixed; top: 0; right: 7%;' src='/plugins/servlet/desk/resource/global/imagebank/images/PHInstructions.png'/>");
  }

  if (window.location.href.indexOf("create/177") != -1) {
    AJS.$('#content-wrapper').css({'margin': '0', 'width': '65%'});
    // Additional logic can be added here if needed
  }

});
button[title="Click to login with MyCotiviti using Okta SSO"] {
    background: #30006e !important;
    color: white !important;
    margin-top: 10% !important;
    margin-left: 0% !important;
}

