.commonStyle__zt3BrandBg {
    background-color: #0081c9;
}
.commonStyle__zt3BrandBg:hover {
    background-color: #cf0a2c;
}
.Button__footerBtn {
  background-color: #0081c9;
}
.Button__footerBtn:hover {
    background-color: #cf0a2c;
}
.Icon__brand {
    color: #0081c9;
}
.Icon__brand:hover {
    color: #cf0a2c;
}
.commonStyle__zt3Brand {
    color: #0081c9;
}
.commonStyle__zt3Brand:hover {
    color: #cf0a2c;
}
.Header__menuTab {
    float: right;
    padding-right: 20px;
}



/* Field added by Frotcom Cyprus - George Pozidis 
to manipulate the original form field  */
.SearchProduct__productsList.commonStyle__zt3Link.commonStyle__cursor {
    display: none;
}
/* Rename the Product Name field to License Plates */ 
.FormElement__formLabelvertical.commonStyle__displayBlock.FormElement__labelStyle[for = productId] {
    visibility: hidden;
    position: relative;
}

.FormElement__formLabelvertical.commonStyle__displayBlock.FormElement__labelStyle[for = productId]::after {
    content: "License Plates" !important;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}
/* Rename the Product Name field to License Plates */

/* Rename the Product Name field to License Plates - on the popupup window*/
span.SearchProduct__productTitle.commonStyle__displayBlock.commonStyle__overflowDotted {
    visibility: hidden;
    position: relative;
}

span.SearchProduct__productTitle.commonStyle__displayBlock.commonStyle__overflowDotted::after {
    content: "License Plates" !important;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}
/* Rename the Product Name field to License Plates - on the popupup window*/

/* disable interaction with license plates input field to avoid showing license plates of other accounts */
input#productId {
    pointer-events: none;
}
/* disable interaction with license plates input field to avoid showing license plates of other accounts */


/* hide more fields */

div#field_layoutId {
    display: none !important;
}
div#field_cf_actions_taken_before_escalation {
    display: none !important;
}
div#field_cf_actions_taken_before_escalation {
    display: none !important;
}

div#field_cf_device_reasons {
    display: none !important;
}
div#field_cf_accessory_reasons{
    display: none !important;
}
div#field_cf_hardware_problem{
    display: none !important;
}

/* hide more fields */

/* hide options from Ticket Reasons */
li[data-id="Ticket Reason_Troubleshooting"] {
    display: none !important;
}
li[data-id="Ticket Reason_SIM Card Suspension"] {
    display: none !important;
}
li[data-id="Ticket Reason_SIM Card Termination"] {
    display: none !important;
}

li[data-id="Technical Issue_Installation of Un-Installed"] {
    display: none !important;
}
/* hide options from Ticket Reasons */

/* hide submited fields */
.Info__infoList.ticket_hardwareproblem{
    display: none !important;
}
.Info__infoList.ticket_devicereasons{
    display: none !important;
}
.Info__infoList.ticket_accessoryreasons{
    display: none !important;
}
.Info__infoList.ticket_layoutid{
    display: none !important;
}
.Info__infoList.ticket_email{
    display: none !important;
}
.Info__infoList.ticket_departmentid{
    display: none !important;
}
