﻿/* ============================== PALETTE ============================== */
/*
    #C7C7C7 : Main accent
    #F7F7F7 : Highlight
    #E7E7E7 : Highlight Border
*/


/* FONT REGULAR */
body,
.font-regular,
.x-panel-body-default,
.portal-header-right,
.x-tab-default .x-tab-inner,
.x-body,
.x-btn button,
.x-btn .x-btn-inner,
.x-form-item,
.x-form-field,
.x-tip-default,
.x-grouptabpanel .x-grouptab .x-grid-cell-inner,
.x-column-header,
.x-grid-row .x-grid-td,
.x-grid-summary-row .x-grid-td,
.x-toolbar td,
.x-toolbar span,
.x-toolbar input,
.x-toolbar div,
.x-toolbar select,
.x-toolbar label,
.x-panel-header .x-panel-header-title,
.x-small-editor .x-form-field,
.x-form-item label.x-form-item-label,
.ext-webkit .x-small-editor .x-form-field,
.ext-el-mask-msg div,
.x-mask-msg div,
.x-menu-list-item,
.navTree .x-grid-row .x-grid-cell,
.pfItem,
.x-tree-node,
.x-grid-empty,
.boxTag .x-taglabel-item-text,
.HDA_UserActivityHistory,
.ColorTileBreadCrumb,
.CatalogItem H2,
.CostCenterInfo,
.report-item-body div,
.mail-item-body div,
.document-item-body div,
.news-item p,
#CalendarSummary,
.x-btn-inner-default-toolbar-small,
.x-form-text-default,
.x-menu-item-text-default,
.x-window-body-default {
    font-family: opensans-regular, Verdana, sans-serif;
}




    /* FONT LIGHT */
    .font-light,
    .x-toolbar-text .x-toolbar-text-default,
    .x-panel-tl .x-panel-header,
    .x-panel-noborder .x-panel-header-noborder,
    .x-window .x-window-header,
    .x-window-header-title-default,
    .x-fieldset-header .x-fieldset-header-text,
    .navTree .navRootNode span,
    .pfItem .pfItemTitle,
    .Tile,
    .ColorTile,
    .ColorTileCatalogContent,
    .CatalogItem H1,
    .AccountInfo,
    .report-item-body div:first-child,
    .mail-item-body div:first-child,
    .document-item-body div:first-child,
    .news-item h1,
    .news-detail h1,
    .doc-item .tile,
    .doc-item h1 {
        font-family: opensans-light, Verdana, sans-serif;
    }

    body:not(.mobile) .x-toolbar-text-default.recordViewTitle span.title {
        font-family: opensans-light, Verdana, sans-serif;
        font-size: 18px;
        line-height: 22px;
        color: gray;
    }

    /* FONT BOLD */
    .font-bold,
    .tp-footer .footer-left,
    .news-item p.category,
    .news-detail p.category,
    .mandatoryField.x-form-item label.x-form-item-label,
    .highlight .x-column-header-text,
    .msg-floating .msg h1 {
        font-family: opensans-bold, Verdana, Sans-serif;
    }

/* BACKGROUND COLORS */
.base-background-1 {
    background-color: #FFF;
}

.base-background-2 {
    background-color: #F5F5F5;
}

/* ICONS */
body .icon-foldergo {
    /* background-image: none; */
}

body .icon-webtocall {
    background-image: url(../Img/base/ico-webtocall.png);
}

body .icon-call {
    background-image: url(../Img/base/ico-call.png);
}

body .icon-changepwd {
    background-image: url(../Img/base/ico-changepwd.png);
}

body .icon-house, body .icon-menu-home {
    background-image: url(../Img/base/ico-menu-home.png);
}

body .icon-menu-ticket, .navTreeMain .x-tree-icon-parent.icon-menu-ticket {
    background-image: url(../Img/base/ico-menu-ticket.png);
}

body .icon-menu-order, .navTreeMain .x-tree-icon-parent.icon-menu-order {
    background-image: url(../Img/base/ico-addtocart.png);
}

body .icon-menu-servicecatalog,
body .icon-menu-servicerequest,
body .icon-services,
.navTreeMain .x-tree-icon-parent.icon-menu-servicerequest {
    background-image: url(../Img/base/ico-menu-servicerequest.png) !important;
}

body .icon-database,
body .icon-menu-knowledgebase,
.navTreeMain .x-tree-icon-parent.icon-menu-knowledgebase {
    background-image: url(../Img/base/ico-menu-knowledgebase.png);
}

body .icon-menu-intervention,
.navTreeMain .x-tree-icon-parent.icon-menu-intervention,
.x-grid-tree-node-expanded .x-tree-icon-parent.icon-menu-intervention {
    background-image: url(../Img/base/ico-menu-intervention.png);
}

body .icon-menu-incidents,
.navTreeMain .x-tree-icon-parent.icon-menu-incidents,
.x-grid-tree-node-expanded .x-tree-icon-parent.icon-menu-incidents {
    background-image: url(../Img/base/ico-incident.png);
}

body .icon-menu-projects,
.navTreeMain .x-tree-icon-parent.icon-menu-projects,
.x-grid-tree-node-expanded .x-tree-icon-parent.icon-menu-projects {
    background-image: url(../Img/base/ico-project.png);
}

body .icon-menu-problems,
.navTreeMain .x-tree-icon-parent.icon-menu-problems,
.x-grid-tree-node-expanded .x-tree-icon-parent.icon-menu-problems {
    background-image: url(../Img/base/ico-problems.png);
}

body .icon-menu-change,
.navTreeMain .x-tree-icon-parent.icon-menu-change {
    background-image: url(../Img/base/ico-change.png);
}

body .icon-menu-documents,
.navTreeMain .x-tree-icon-parent.icon-menu-documents {
    background-image: url(../Img/base/ico-menu-documents.png);
}

body .icon-menu-sitesusers {
    background-image: url(../Img/base/ico-rubric.png);
}

body .icon-menu-notifications,
.navTreeMain .x-tree-icon-parent.icon-menu-notifications {
    background-image: url(../Img/base/ico-notifications.png);
}

body .icon-menu-users {
    background-image: url(../Img/EMailAddresses/user-icon.png);
    background-size: 16px;
}

body .icon-menu-usergroup, .navTreeMain .x-tree-icon-parent.icon-menu-usergroup {
    background-image: url(../Img/base/ico-usergroup.png);
    background-size: 16px;
}

body .checked-menu-item {
    background-image: url(../Img/base/ico-accept2.png) !important;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

body .icon-menu-accounts {
    background-image: url(../Img/EMailAddresses/account-icon.png);
    background-size: 16px;
}

body .icon-menu-warehouses {
    background-image: url(../Img/EMailAddresses/warehouse-icon.png);
    background-size: 16px;
}

body .icon-menu-contacts {
    background-image: url(../Img/EMailAddresses/contact-icon.png);
    background-size: 16px;
}

body .icon-menu-suppliers {
    background-image: url(../Img/EMailAddresses/supplier-icon.png);
    background-size: 16px;
}

body .icon-menu-groups {
    background-image: url(../Img/EMailAddresses/group-icon.png);
    background-size: 15px;
}

.assigned-user-or-group-indicator {
    height: 20px;
    width: 20px;
    background-size: 20px;
    padding-top: 0px;
    background-position: 1px 2px;
    left: 0px;
}

body .extended-mode-icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QwTCQM6dGDGCQAAAbtJREFUOMvVlD9rFUEUxX+7b/1DeJWFKSz9AhYWIYgIByxEELESLCKSJqQIKW1CBLFSK21s/ARGiKCChwQsUknagH4EC4N5McjbjM3dMI5rDOkcWGbn3Lnn/h/4r5ekI2H/JCmVJA0lDY9CXPVcqmwnSVeBZWCq0PkILNlek1TZTr2EBdkmcCG7txf76Qz7ZPuipNr2fi+hbST9CMUtYMH2+yKKG8Bj4Dwwsj2UNLDd9uVvS1KS9LDA5wJfybAngX2Oc1WSzcaF1wU+iD3Ft5rJ3gU22xdyArBdxXkCmLH9XNJihNnl6hQwAXwHvgJnbFeS6ron8QTxLvAsDHVkCRgBD4Bt4EVUfRRqqc76aTo8W8148/BrYAC8Ca8II5PA5a6F6qgstjeBe8B1SY/Cy5vAW2AnyM4Cd4BzQTgJXAK+RAp+y2HXg1eANeAbcM32RsgXgKeHDNlL23ebLGcpPF0HKknzwAdJJ4GVLPxUFDTF//iP0SsnJsNOAC3Q2P4ZfXofeGX7VhhtbbdNSWj7wIto1jqr8P5fwu3kNIe9POFlPlLjjODAsO1x3grHWcsx77dLQXNMwjYPM1+/AHG1zyvmMSK0AAAAAElFTkSuQmCC');
    background-size: 20px;
}

body .normal-mode-icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QwTCQMKUrn2pQAAAYJJREFUOMvlkzFrFFEUhb+ZjWwI+y/yBywsZIUQOJBiFXT9C7rNkkIs0kqKsKRIOpv8AyuDRtHikMIilcRywT9hk00g7j6bO/B4GTZpJQ+GO3PeOefeue8++K+XpDtht5qUIkk9Sb27GFctpMp2krQF7AKPC80P4J3tU0mV7dRqWJidAw8z3lXE1Qz7afuRpNr2otXQNpIuQzgF3tj+XvzFc+AAWAcubPckdWzP2/o3lZQk7RX4OPCPGXYY2O/4rkqzURCOC7wTMcVzku19DWzUYHWmPQKw/SLIa5LGtueS3gZnAQxi/wEwzLWS6rql8YTxDHgvKUXPmtP8m9FWIs4ipjqbp35k+ZwJjrPKUvzRSSS8Bj7E/pPAUh0ni+1z4BXwTNIkCEPgWxgtgE+2X0biCfAUeG37V1NYPjbNDG4Cp8AfYGD7rDikDeAL0AP6ts/yAb9xU2w379vAPtANXooqZ8CO7aNSs+wul4lWJXULrLr1LreYV9G/hpeA+dKK7t/6BxX6tfrCe3U8AAAAAElFTkSuQmCC');
    background-size: 20px;
}

body .icon-menu-planner,
.navTreeMain .x-tree-icon-parent.icon-menu-planner {
    background-image: url(../Img/base/ico-planner.png);
}

body .icon-menu-assets,
.navTreeMain .x-tree-icon-parent.icon-menu-assets {
    background-image: url(../Img/base/ico-asset.png);
}

body .icon-menu-warehousedocuments,
.navTreeMain .x-tree-icon-parent.icon-menu-warehousedocuments,
.x-grid-tree-node-expanded .x-tree-icon-parent.icon-menu-warehousedocuments {
    background-image: url(../Img/base/ico-warehousedocument.png);
}

body .icon-menu-brainbusiness, body .icon-brainbusiness,
.navTreeMain .x-tree-icon-parent.icon-menu-brainbusiness {
    background-image: url(../Img/base/ico-brainbusiness.png);
}

body .icon-menu-zapier, .navTreeMain .x-tree-icon-parent.icon-menu-zapier {
    background-image: url(../Img/base/zapier.png);
}

body .icon-menu-processes {
    background-image: url(../Img/base/ico-settings.png);
}

body .icon-menu-manuals {
    background-image: url(../Img/base/ico-manuals.png);
}

body .icon-cross {
    background-image: url(../Img/base/ico-close.png);
}

body .icon-cross2 {
    background: url(../Img/base/ico-cross2.png) !important;
}

body .icon-sectioncollapsed {
    background-image: url(../Img/base/ico-arrows-down.png);
}

body .filterToggle.x-btn.x-btn-pressed .icon-sectioncollapsed {
    background-image: url(../Img/base/ico-arrows-up.png);
}

body .icon-keygo, body .icon-findbyid {
    background-image: url(../Img/base/ico-findbyid.png);
}

body .icon-add {
    background-image: url(../Img/base/ico-new.png);
}

body .icon-pagewhitestack {
    background-image: url(../Img/base/ico-menu-documents.png);
}

body .icon-accept {
    background-image: url(../Img/base/ico-accept.png);
}

body .icon-accept-white {
    background-image: url(../Img/base/ico-accept-white.png);
}

body .icon-accept2 {
    background-image: url(../Img/base/ico-accept2.png) !important;
}


body .icon-decline {
    background-image: url(../Img/base/ico-cancel.png);
}

body .icon-decline-white {
    background-image: url(../Img/base/ico-cancel-white.png);
}

body .icon-diskupload, body .icon-upload {
    background-image: url(../Img/base/ico-upload.png);
}

body .icon-disk, body .icon-save {
    background-image: url(../Img/base/ico-save.png);
}

body .icon-saveclose {
    background-image: url(../Img/base/ico-save-exit.png);
}

body .icon-savenew {
    background-image: url(../Img/base/ico-savenew.png);
}

body .icon-reschedule, .navTreeMain .x-tree-icon-parent.icon-reschedule {
    background-image: url(../Img/base/ico-rescheduled.png);
}

body .icon-magnifierzoomin {
    background-image: url(../Img/base/ico-expand.png);
}

body .icon-magifierzoomout,
body .icon-magnifierzoomout {
    background-image: url(../Img/base/ico-compress.png);
}

body .icon-diskdownload, body .icon-download {
    background-image: url(../Img/base/ico-download.png);
}

body .icon-delete {
    background-image: url(../Img/base/ico-delete.png);
}

body .icon-attachment {
    background-image: url(../Img/base/ico-attachment.png);
    background-repeat: no-repeat;
    background-position: left center;
}

body .icon-filter {
    background-image: url(../Img/base/ico-filter.png);
}

body .icon-report {
    background-image: url(../Img/base/ico-report.png);
}

body .icon-settings {
    background-image: url(../Img/base/ico-configura.png);
}

body .icon-othercommands {
    background-image: url(../Img/base/ico-othercommands-2.png);
}

body .icon-subpages {
    background-image: url(../Img/base/ico-othercommands-2.png);
}

body .icon-public {
    background-image: url(../Img/base/ico-public.png);
}

body .icon-private {
    background-image: url(../Img/base/ico-private.png);
}

body .icon-locked {
    background-image: url(../Img/base/ico-private.png);
}

body .icon-unlocked {
    background-image: url(../Img/base/ico-public.png);
}

body .icon-templates {
    background-image: url(../Img/base/ico-templates.png);
}

body .icon-ownership {
    background-image: url(../Img/base/ico-ownership.png);
}

body .icon-edit {
    background-image: url(../Img/base/ico-edit.png);
}

body .icon-open {
    background-image: url(../Img/base/ico-open.png);
    background-repeat: no-repeat;
}

body .icon-excel, body .icon-exportexcel {
    background-image: url(../Img/base/ico-export-excel.png);
}

body .icon-pdf, body .icon-exportpdf {
    background-image: url(../Img/base/ico-pdf.png);
}

body .icon-word, body .icon-exportword, body .icon-word, body .icon-exportrtf {
    background-image: url(../Img/base/ico-word.png);
}

body .icon-csv, body .icon-exportcsv {
    background-image: url(../Img/base/ico-csv.png);
}

body .icon-exportpdf {
    background-image: url(../Img/base/ico-pdf.png);
}

body .icon-bulb {
    background-image: url(../Img/base/ico-bulb.png);
}

body .pagesNavTree .x-tree-icon-parent {
    background-image: url(../Img/base/ico-folder-close.png);
}

body .icon-addsolicit {
    background-image: url(../Img/base/ico-add-reminder.png);
}

body .icon-changestatus {
    background-image: url(../Img/base/ico-change-status-2.png);
}

body .icon-changetype {
    background-image: url(../Img/base/ico-change-type2.png);
}

body .icon-forward {
    background-image: url(../Img/base/ico-forward.png);
}

body .icon-resetgrid {
    background-image: url(../Img/base/ico-reset-grid.png);
}

body .icon-send {
    background-image: url(../Img/base/ico-send.png);
}

body .icon-mail-forward {
    background-image: url(../Img/base/ico-mail-forward.png);
}

body .icon-mail-reply {
    background-image: url(../Img/base/ico-mail-reply.png);
}

body .icon-mail-reply-all {
    background-image: url(../Img/base/ico-mail-reply-all.png);
}

body .icon-sendmail {
    background-image: url(../Img/base/ico-send-email.png);
}

body .icon-star {
    background-image: url(../Img/base/ico-star.png);
    background-repeat: no-repeat;
}

body .icon-nostar {
    background-image: url(../Img/base/ico-no-star.png);
    background-repeat: no-repeat;
}

body .icon-wand {
    background-image: url(../Img/base/ico-wand.png);
}

body .pagesNavTree .x-grid-tree-node-expanded .x-tree-icon-parent {
    background-image: url(../Img/base/ico-folder-open.png);
}

body .x-tbar-loading,
body .icon-reload {
    background-image: url(../Img/base/ico-refresh.png);
}

body .icon-copy, body .icon-clone {
    background: url('../Img/metro-common.png') no-repeat -160px -16px !important;
}

body .icon-chart {
    background: url('../Img/base/ico-graph.png');
}

body .icon-results {
    background: url('../Img/base/ico-result.png');
}

body .icon-close-ticket {
    background: url('../Img/base/ico-close-ticket.png');
}

body .icon-hourglass {
    background: url('../Img/base/ico-hourglass.png');
}

body .icon-note {
    background: url('../Img/base/ico-note.png');
}

body .icon-select {
    background: url('../Img/base/ico-select.png');
    background-repeat: no-repeat;
    background-position: center center;
}

body .icon-select-id {
    background: url('../Img/base/ico-select-id.png');
}

body .icon-entities, .x-grid-row .x-tree-icon.icon-entities {
    background: url('../Img/base/ico-entities.png') no-repeat;
}

body .icon-entity, .x-grid-row .x-tree-icon.icon-entity {
    background: url('../Img/base/ico-entity.png') 0 2px no-repeat;
}

body .icon-entity-custom, .x-tree-icon.icon-entity-custom {
    background: url('../Img/base/ico-entity-custom.png') 0 2px no-repeat;
}

body .icon-entity-filter {
    background-image: url('../Img/base/ico-entity-filter.png');
}

body .icon-and,
.x-grid-row .x-tree-icon.icon-and {
    background-image: url('../Img/base/ico-and.png');
}

body .icon-or,
.x-grid-row .x-tree-icon.icon-or {
    background-image: url('../Img/base/ico-or.png');
}

body .icon-nand,
.x-grid-row .x-tree-icon.icon-nand {
    background-image: url('../Img/base/ico-and.png');
}

body .icon-nor,
.x-grid-row .x-tree-icon.icon-nor {
    background-image: url('../Img/base/ico-or.png');
}

body .icon-sortascending {
    background-image: url('../Img/base/ico-crescente.png');
}

body .icon-sortdescending {
    background-image: url('../Img/base/ico-decrescente.png');
}

body .icon-visible {
    background-image: url('../Img/base/ico-eye.png');
}

body .icon-tosee {
    background-image: url('../Img/base/ico-tosee.png');
}

body .icon-partial-tosee {
    background-image: url('../Img/base/ico-partial-tosee.png');
}

body .icon-remove {
    background-image: url('../Img/base/ico-remove.png');
}

body .icon-play {
    background: url('../Img/base/ico-play.png');
}

body .icon-pause {
    background: url('../Img/base/ico-pause.png');
}

body .icon-stop {
    background: url('../Img/base/ico-stop.png');
}

body .icon-timer {
    background: url('../Img/base/ico-timer.png');
}

body .icon-spellchecker {
    background: url('../Img/base/ico-checker.png');
}

body .icon-teammee {
    background-image: url(../Img/base/ico-teammee.png);
}

body .icon-event {
    background-image: url(../Img/base/ico-event.png);
}

body .icon-engagent {
    background-image: url(../Img/base/ico-engagent.png);
}

body .icon-clock {
    background-image: url(../Img/base/ico-clock.png);
}

body .icon-mask {
    -moz-opacity: 0.5;
    opacity: .5;
}

body .icon-translate {
    background-image: url('../Img/base/ico-translate.png');
}

/* MESSAGE BOX ICONS */
.x-message-box-question {
    background-image: url('../Img/base/ico-tip.png');
}

body .x-tool-expand-bottom, body .tool-expand {
    background-image: url(../Img/base/ico-arrows-down.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

body .x-tool-collapse-top, body .tool-collapse {
    background-image: url(../Img/base/ico-arrows-up.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.x-tool-over .x-tool-expand-bottom, .x-tool-over .x-tool-collapse-top {
    background-position: 0 0;
}


/*
    METRO ICONS 
*/
.metro-icon, .portal-icon {
    height: 16px;
    width: 16px;
}

.icon-admin, .x-tree-icon.icon-admin {
    background: url('../Img/metro-misc1.png') no-repeat -16px -16px !important;
}

.icon-alert, .x-tree-icon.icon-alert {
    background: url('../Img/metro-misc1.png') no-repeat -64px -16px !important;
}

.icon-alert-2, .x-tree-icon.icon-alert-2 {
    background: url('../Img/metro-misc1.png') no-repeat -112px -16px !important;
}

.icon-arrow-down, .x-tree-icon.icon-arrow-down {
    background: url('../Img/metro-misc1.png') no-repeat -4478px -16px !important;
}

.icon-arrow-left, .x-tree-icon.icon-arrow-left {
    background: url('../Img/metro-misc1.png') no-repeat -4574px -16px !important;
}

.icon-arrow-right, .x-tree-icon.icon-arrow-right {
    background: url('../Img/metro-misc1.png') no-repeat -4526px -16px !important;
}

.icon-arrow-up, .x-tree-icon.icon-arrow-up {
    background: url('../Img/metro-misc1.png') no-repeat -4430px -16px !important;
}

.icon-flat-arrow-left, .x-tree-icon.icon-flat-arrow-left {
    background: url('../Img/metro-misc1.png') no-repeat -2654px -16px !important;
}

.icon-flat-arrow-right, .x-tree-icon.icon-flat-arrow-right {
    background: url('../Img/metro-misc1.png') no-repeat -2222px -16px !important;
}

.icon-associate, .x-tree-icon.icon-associate {
    background: url('../Img/metro-misc1.png') no-repeat -160px -16px !important;
}

.x-tree-icon.icon-attachment {
    background: url('../Img/metro-misc1.png') no-repeat -208px -16px !important;
}

.icon-branch, .x-tree-icon.icon-branch {
    background: url('../Img/metro-misc1.png') no-repeat -352px -16px !important;
}

.icon-calendar, .x-tree-icon.icon-calendar {
    background: url('../Img/metro-common.png') no-repeat -16px -16px !important;
}

.icon-cancel, .x-tree-icon.icon-cancel {
    background: url('../Img/metro-common.png') no-repeat -64px -16px !important;
}

.x-tree-icon.icon-chart {
    background: url('../Img/metro-misc1.png') no-repeat -400px -16px !important;
}

.icon-chart-bar, .x-tree-icon.icon-chart-bar {
    background: url('../Img/metro-misc1.png') no-repeat -448px -16px !important;
}

.icon-chart-pie, .x-tree-icon.icon-chart-pie {
    background: url('../Img/metro-misc1.png') no-repeat -496px -16px !important;
}

.icon-chart-series, .x-tree-icon.icon-chart-series {
    background: url('../Img/metro-misc1.png') no-repeat -544px -16px !important;
}

.icon-clipboard, .x-tree-icon.icon-clipboard {
    background: url('../Img/metro-misc1.png') no-repeat -592px -16px !important;
}

.icon-close, .x-tree-icon.icon-close {
    background: url('../Img/metro-common.png') no-repeat -112px -16px !important;
}

.icon-close-2, .x-tree-icon.icon-close-2 {
    background: url('../Img/metro-misc1.png') no-repeat -640px -16px !important;
}

.icon-colors, .x-tree-icon.icon-colors {
    background: url('../Img/metro-misc1.png') no-repeat -688px -16px !important;
}

.icon-comments, .x-tree-icon.icon-comments {
    background: url('../Img/metro-misc1.png') no-repeat -736px -16px !important;
}

.icon-compare, .x-tree-icon.icon-compare {
    background: url('../Img/metro-misc1.png') no-repeat -784px -16px !important;
}

.icon-compare-2, .x-tree-icon.icon-compare-2 {
    background: url('../Img/metro-misc1.png') no-repeat -832px -16px !important;
}

.icon-conflict, .x-tree-icon.icon-conflict {
    background: url('../Img/metro-misc1.png') no-repeat -880px -16px !important;
}

.icon-copy, .x-tree-icon.icon-copy {
    background: url('../Img/metro-common.png') no-repeat -160px -16px !important;
}

.icon-cut, .x-tree-icon.icon-cut {
    background: url('../Img/metro-common.png') no-repeat -208px -16px !important;
}

.icon-menu-3p {
    background-image: url(../Img/base/ico-menu-3p.png) !important;
}

.icon-menu-favorites {
    background-image: url(../Img/base/ico-menu-favorites.png) !important;
}

/*
    overrides Ext one...
 */
.icon-document, .x-tree-icon.icon-document {
    background: url('../Img/metro-misc1.png') no-repeat -928px -16px !important;
}

.icon-dot, .x-tree-icon.icon-dot {
    background: url('../Img/metro-misc1.png') no-repeat -4670px -16px !important;
}

.icon-down, .x-tree-icon.icon-down {
    background: url('../Img/metro-common.png') no-repeat -304px -16px !important;
}

.icon-down-2, .x-tree-icon.icon-down-2 {
    background: url('../Img/metro-misc1.png') no-repeat -976px -16px !important;
}

.icon-down-gray, .x-tree-icon.icon-down-gray {
    background: url('../Img/metro-common.png') no-repeat -350px -16px !important;
}

.icon-drop, .x-tree-icon.icon-drop {
    background: url('../Img/metro-common.png') no-repeat -398px -16px !important;
}

.icon-drop-left, .x-tree-icon.icon-drop-left {
    background: url('../Img/metro-common.png') no-repeat -448px -16px !important;
}

.icon-drop-right, .x-tree-icon.icon-drop-right {
    background: url('../Img/metro-common.png') no-repeat -496px -16px !important;
}

.x-tree-icon.icon-edit {
    background: url('../Img/metro-common.png') no-repeat -540px -16px !important;
}

.icon-edit-next, .x-tree-icon.icon-edit-next {
    background: url('../Img/metro-misc1.png') no-repeat -1024px -16px !important;
}

.icon-edit-prev, .x-tree-icon.icon-edit-prev {
    background: url('../Img/metro-misc1.png') no-repeat -1072px -16px !important;
}

.icon-edit-table, .x-tree-icon.icon-edit-table {
    background: url('../Img/metro-common.png') no-repeat -592px -16px !important;
}

.icon-edit-window, .x-tree-icon.icon-edit-window {
    background: url('../Img/metro-misc1.png') no-repeat -1120px -16px !important;
}

.icon-empty, .x-tree-icon.icon-empty {
    background: url('../Img/metro-common.png') no-repeat -640px -16px !important;
}

.icon-envelope, .x-tree-icon.icon-envelope {
    background: url('../Img/metro-misc1.png') no-repeat -1168px -16px !important;
}

.icon-error, .x-tree-icon.icon-error {
    background: url('../Img/metro-common.png') no-repeat -688px -16px !important;
}

.icon-fail, .x-tree-icon.icon-fail {
    background: url('../Img/metro-common.png') no-repeat -688px -16px !important;
}

.icon-favorite, .x-tree-icon.icon-favorite {
    background: url('../Img/metro-common.png') no-repeat -736px -16px !important;
}

.icon-favorite-in, .x-tree-icon.icon-favorite-in {
    background: url('../Img/metro-common.png') no-repeat -2560px -16px !important;
}

.icon-favorite-out, .x-tree-icon.icon-favorite-out {
    background: url('../Img/metro-common.png') no-repeat -2512px -16px !important;
}

.icon-favorites, .x-tree-icon.icon-favorites {
    background: url('../Img/metro-common.png') no-repeat -784px -16px !important;
}

.icon-favorites-add, .x-tree-icon.icon-favorites-add {
    background: url('../Img/metro-common.png') no-repeat -832px -16px !important;
}

.icon-find, .x-tree-icon.icon-find {
    background: url('../Img/metro-misc1.png') no-repeat -1216px -16px !important;
}

.icon-find-in-document, .x-tree-icon.icon-find-in-document {
    background: url('../Img/metro-misc1.png') no-repeat -1264px -16px !important;
}

.icon-find-in-folders, .x-tree-icon.icon-find-in-folders {
    background: url('../Img/metro-misc1.png') no-repeat -1312px -16px !important;
}

.icon-folder, .x-tree-icon.icon-folder,
.icon-folder-simple, .x-tree-icon.icon-folder-simple {
    background: url('../Img/folder-closed.png') no-repeat !important;
}

.icon-folder-open, .x-tree-icon.icon-folder-open, .x-grid-tree-node-expanded .x-tree-icon.icon-folder {
    background: url('../Img/folder-opened.png') no-repeat !important;
}

.icon-folder-open-simple, .x-grid-tree-node-expanded .x-tree-icon.icon-folder-simple {
    background: url('../Img/metro-common.png') no-repeat -996px -16px !important;
}

.icon-folder-up, .x-tree-icon.icon-folder-up {
    background: url('../Img/metro-common.png') no-repeat -1024px -16px !important;
}

.icon-item {
    background: url('../Img/item.png') no-repeat !important;
}

.icon-full-view, .x-tree-icon.icon-full-view {
    background: url('../Img/metro-misc1.png') no-repeat -1360px -16px !important;
}

.icon-gear, .x-tree-icon.icon-gear {
    background: url('../Img/metro-misc1.png') no-repeat -1408px -16px !important;
}

.icon-gears, .x-tree-icon.icon-gears {
    background: url('../Img/metro-misc1.png') no-repeat -1456px -16px !important;
}

.icon-go, .x-tree-icon.icon-go {
    background: url('../Img/metro-misc1.png') no-repeat -4718px -16px !important;
}

.icon-hand, .x-tree-icon.icon-hand {
    background: url('../Img/metro-misc1.png') no-repeat -1504px -16px !important;
}

.icon-help, .x-tree-icon.icon-help {
    background: url('../Img/base/ico-help.png');
}

.icon-hierarchy, .x-tree-icon.icon-hierarchy {
    background: url('../Img/metro-misc1.png') no-repeat -1600px -16px !important;
}

.icon-highlight, .x-tree-icon.icon-highlight {
    background: url('../Img/metro-misc1.png') no-repeat -1648px -16px !important;
}

.icon-history, .x-tree-icon.icon-history {
    background: url('../Img/metro-misc1.png') no-repeat -1696px -16px !important;
}

.icon-home, .x-tree-icon.icon-home {
    background: url('../Img/metro-common.png') no-repeat -1072px -16px !important;
}

.icon-idea, .x-tree-icon.icon-idea {
    background: url('../Img/metro-misc1.png') no-repeat -1744px -16px !important;
}

.icon-info, .x-tree-icon.icon-info {
    background: url('../Img/metro-common.png') no-repeat -1120px -16px !important;
}

.icon-legend, .x-tree-icon.icon-legend {
    background: url('../Img/metro-misc1.png') no-repeat -1792px -16px !important;
}

.icon-link, .x-tree-icon.icon-link {
    background: url('../Img/metro-misc1.png') no-repeat -1840px -16px !important;
}

.icon-minus, .x-tree-icon.icon-minus {
    background: url('../Img/metro-misc1.png') no-repeat -1888px -16px !important;
}

.icon-minus-blue, .x-tree-icon.icon-minus-blue {
    background: url('../Img/metro-misc1.png') no-repeat -1936px -16px !important;
}

.icon-minus-green, .x-tree-icon.icon-minus-green {
    background: url('../Img/metro-misc1.png') no-repeat -1984px -16px !important;
}

.icon-minus-orange, .x-tree-icon.icon-minus-orange {
    background: url('../Img/metro-misc1.png') no-repeat -2032px -16px !important;
}

.icon-new-card, .x-tree-icon.icon-new-card {
    background: url('../Img/metro-misc1.png') no-repeat -2080px -16px !important;
}

.icon-new-document, .x-tree-icon.icon-new-document {
    background: url('../Img/metro-misc1.png') no-repeat -2128px -16px !important;
}

.icon-new-folder, .x-tree-icon.icon-new-folder {
    background: url('../Img/metro-misc1.png') no-repeat -2176px -16px !important;
}

.icon-new-window, .x-tree-icon.icon-new-window {
    background: url('../Img/metro-common.png') no-repeat -1168px -16px !important;
}

.icon-next, .x-tree-icon.icon-next {
    background: url('../Img/metro-common.png') no-repeat -1216px -16px !important;
}

.icon-next-2, .x-tree-icon.icon-next-2 {
    background: url('../Img/metro-misc1.png') no-repeat -2224px -16px !important;
}

.x-tree-icon.icon-open, .icon-open1 {
    background: url('../Img/metro-common.png') no-repeat -1264px -16px !important;
}

.icon-open-2, .x-tree-icon.icon-open-2 {
    background: url('../Img/metro-misc1.png') no-repeat -2272px -16px !important;
}

.icon-options, .x-tree-icon.icon-options {
    background: url('../Img/metro-common.png') no-repeat -1312px -16px !important;
}

.icon-paste, .x-tree-icon.icon-paste {
    background: url('../Img/metro-common.png') no-repeat -1360px -16px !important;
}

/*.icon-pause,*/
.x-tree-icon.icon-pause {
    background: url('../Img/metro-misc1.png') no-repeat -2320px -16px !important;
}

.icon-people, .x-tree-icon.icon-people {
    background: url('../Img/metro-common.png') no-repeat -1408px -16px !important;
}

/*.icon-play,*/
.x-tree-icon.icon-play {
    background: url('../Img/metro-misc1.png') no-repeat -2368px -16px !important;
}

.icon-plus, .x-tree-icon.icon-plus {
    background: url('../Img/metro-misc1.png') no-repeat -2416px -16px !important;
}

.icon-plus-blue, .x-tree-icon.icon-plus-blue {
    background: url('../Img/metro-misc1.png') no-repeat -2464px -16px !important;
}

.icon-plus-green, .x-tree-icon.icon-plus-green {
    background: url('../Img/metro-misc1.png') no-repeat -2512px -16px !important;
}

.icon-plus-orange, .x-tree-icon.icon-plus-orange {
    background: url('../Img/metro-misc1.png') no-repeat -2560px -16px !important;
}

.icon-post-it, .x-tree-icon.icon-post-it {
    background: url('../Img/metro-misc1.png') no-repeat -2608px -16px !important;
}

.icon-prev, .x-tree-icon.icon-prev {
    background: url('../Img/metro-common.png') no-repeat -1456px -16px;
}

.icon-prev-2, .x-tree-icon.icon-prev-2 {
    background: url('../Img/metro-misc1.png') no-repeat -2656px -16px !important;
}

.icon-print, .x-tree-icon.icon-print {
    background: url('../Img/metro-common.png') no-repeat -1504px -16px !important;
}

.icon-print-details, .x-tree-icon.icon-print-details {
    background: url('../Img/metro-misc1.png') no-repeat -2704px -16px !important;
}

.icon-print-preview, .x-tree-icon.icon-print-preview {
    background: url('../Img/metro-common.png') no-repeat -1552px -16px !important;
}

.icon-profile, .x-tree-icon.icon-profile {
    background: url('../Img/metro-common.png') no-repeat -1600px -16px !important;
}

.icon-properties, .x-tree-icon.icon-properties {
    background: url('../Img/metro-common.png') no-repeat -1648px -16px !important;
}

.icon-push-pin, .x-tree-icon.icon-push-pin {
    background: url('../Img/metro-misc1.png') no-repeat -2752px -16px !important;
}

.icon-queue-build, .x-tree-icon.icon-queue-build {
    background: url('../../_content/build-icons.png') no-repeat -1312px -16px !important;
}

.icon-record, .x-tree-icon.icon-record {
    background: url('../Img/metro-misc1.png') no-repeat -2800px -16px !important;
}

.icon-redo, .x-tree-icon.icon-redo {
    background: url('../Img/metro-misc1.png') no-repeat -2848px -16px !important;
}

.icon-refresh, .x-tree-icon.icon-refresh {
    background: url('../Img/metro-misc1.png') no-repeat -2896px -16px !important;
}

.icon-refresh-2, .x-tree-icon.icon-refresh-2 {
    background: url('../Img/metro-misc1.png') no-repeat -2896px -16px !important;
}

.icon-refresh-3, .x-tree-icon.icon-refresh-3 {
    background: url('../Img/metro-misc1.png') no-repeat -2944px -16px !important;
}

.icon-rename, .x-tree-icon.icon-rename {
    background: url('../Img/metro-common.png') no-repeat -1744px -16px !important;
}

.icon-repeat, .x-tree-icon.icon-repeat {
    background: url('../Img/metro-misc1.png') no-repeat -2992px -16px !important;
}

.icon-report, .x-tree-icon.icon-report {
    background: url('../Img/metro-misc1.png') no-repeat -3040px -16px !important;
}

.icon-restricted-2, .x-tree-icon.icon-restricted-2 {
    background: url('../Img/metro-misc1.png') no-repeat -3088px -16px !important;
}

.icon-restricted-document, .x-tree-icon.icon-restricted-document {
    background: url('../Img/metro-misc1.png') no-repeat -3138px -18px !important;
}

.icon-restrited, .x-tree-icon.icon-restrited {
    background: url('../Img/metro-misc1.png') no-repeat -3184px -16px !important;
}

.icon-results, .x-tree-icon.icon-results {
    background: url('../Img/metro-misc1.png') no-repeat -3232px -16px !important;
}

.icon-row-delete, .x-tree-icon.icon-row-delete {
    background: url('../Img/metro-misc1.png') no-repeat -3280px -16px !important;
}

.icon-row-insert, .x-tree-icon.icon-row-insert {
    background: url('../Img/metro-misc1.png') no-repeat -3328px -16px !important;
}

.icon-row-remove, .x-tree-icon.icon-row-remove {
    background: url('../Img/metro-misc1.png') no-repeat -3376px -16px !important;
}

.icon-rss, .x-tree-icon.icon-rss {
    background: url('../Img/metro-common.png') no-repeat -1788px -16px !important;
}

.x-tree-icon.icon-save {
    background: url('../Img/metro-common.png') no-repeat -1840px -16px !important;
}

.icon-save-all, .x-tree-icon.icon-save-all {
    background: url('../Img/metro-common.png') no-repeat -1888px -16px !important;
}

.icon-save-as, .x-tree-icon.icon-save-as {
    background: url('../Img/metro-common.png') no-repeat -1936px -16px !important;
}

.icon-save-close, .x-tree-icon.icon-save-close {
    background: url('../Img/metro-common.png') no-repeat -1984px -16px !important;
}

.icon-search, .x-tree-icon.icon-search {
    background: url('../Img/metro-common.png') no-repeat -2028px -16px !important;
}

.icon-search-2, .x-tree-icon.icon-search-2 {
    background: url('../Img/metro-misc1.png') no-repeat -3424px -16px !important;
}

.icon-search-folder, .x-tree-icon.icon-search-folder {
    background: url('../Img/metro-misc1.png') no-repeat -3472px -16px !important;
}

.icon-send, .x-tree-icon.icon-send {
    background: url('../Img/metro-misc1.png') no-repeat -3520px -16px !important;
}

.icon-send-2, .x-tree-icon.icon-send-2 {
    background: url('../Img/metro-misc1.png') no-repeat -3568px -16px !important;
}

.x-tree-icon.icon-settings {
    background: url('../Img/metro-common.png') no-repeat -2080px -16px !important;
}

.icon-sort, .x-tree-icon.icon-sort {
    background: url('../Img/metro-misc1.png') no-repeat -3616px -16px !important;
}

.icon-sort-asc, .x-tree-icon.icon-sort-asc {
    background: url('../Img/metro-misc1.png') no-repeat -3664px -16px !important;
}

.icon-sort-asc-1, .x-tree-icon.icon-sort-asc-1 {
    background: url('../Img/metro-common.png') no-repeat -2124px -16px !important;
}

.icon-sort-desc, .x-tree-icon.icon-sort-desc {
    background: url('../Img/metro-misc1.png') no-repeat -3712px -16px !important;
}

.icon-sort-desc-1, .x-tree-icon.icon-sort-desc-1 {
    background: url('../Img/metro-common.png') no-repeat -2167px -16px !important;
}

.icon-stop-play, .x-tree-icon.icon-stop-play {
    background: url('../Img/metro-misc1.png') no-repeat -3760px -16px !important;
}

.icon-success, .x-tree-icon.icon-success {
    background: url('../Img/metro-common.png') no-repeat -2224px -16px !important;
}

.icon-synchronize, .x-tree-icon.icon-synchronize {
    background: url('../Img/metro-misc1.png') no-repeat -3808px -16px !important;
}

.icon-tick, .x-tree-icon.icon-tick {
    background: url('../Img/metro-misc1.png') no-repeat -3856px -16px !important;
}

.icon-tick-2, .x-tree-icon.icon-tick-2 {
    background: url('../Img/metro-misc1.png') no-repeat -3904px -16px !important;
}

.icon-tip, .x-tree-icon.icon-tip {
    background: url('../Img/metro-misc1.png') no-repeat -3952px -16px !important;
}

.icon-tools, .x-tree-icon.icon-tools {
    background: url('../Img/metro-common.png') no-repeat -2258px -16px !important;
}

.icon-tree, .x-tree-icon.icon-tree {
    background: url('../Img/metro-misc1.png') no-repeat -3998px -16px !important;
}

.icon-tree-add, .x-tree-icon.icon-tree-add {
    background: url('../Img/metro-misc1.png') no-repeat -4046px -16px !important;
}

.icon-tree-corner, .x-tree-icon.icon-tree-corner {
    background: url('../Img/metro-misc1.png') no-repeat -4622px -16px !important;
}

.icon-undo, .x-tree-icon.icon-undo {
    background: url('../Img/metro-misc1.png') no-repeat -4094px -16px !important;
}

.icon-untrusted, .x-tree-icon.icon-untrusted {
    background: url('../Img/metro-misc1.png') no-repeat -4142px -16px !important;
}

.icon-up, .x-tree-icon.icon-up {
    background: url('../Img/metro-common.png') no-repeat -2320px -16px !important;
}

.icon-up-2, .x-tree-icon.icon-up-2 {
    background: url('../Img/metro-misc1.png') no-repeat -4190px -16px !important;
}

.icon-user, .x-tree-icon.icon-user {
    background: url('../Img/metro-misc1.png') no-repeat -4238px -16px !important;
}

.icon-users, .x-tree-icon.icon-users {
    background: url('../Img/metro-misc1.png') no-repeat -4286px -16px !important;
}

.icon-warning, .x-tree-icon.icon-warning {
    background: url('../Img/metro-common.png') no-repeat -2368px -16px !important;
}

.icon-window, .x-tree-icon.icon-window {
    background: url('../Img/metro-common.png') no-repeat -2416px -16px !important;
}

.icon-windows, .x-tree-icon.icon-windows {
    background: url('../Img/metro-misc1.png') no-repeat -4334px -16px !important;
}

.icon-windows-tile, .x-tree-icon.icon-windows-tile {
    background: url('../Img/metro-misc1.png') no-repeat -4382px -16px !important;
}

.icon-zoom, .x-tree-icon.icon-zoom {
    background: url('../Img/metro-common.png') no-repeat -2464px -16px !important;
}

body .icon-symantec {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAsZJREFUeNrsmD9ME1Ecx9/vwiALhI78mcpEdSQpDozC6CBERv64sGlXEzVxLU66AGHEqAMjZRMS2sAIZWonqGNRFpz6/Fxfc/6B2nt3vqaJ93LT5V7f576/7+/PVb4ezKpeWp7qsZUAJUAJ0H8H1Bdn80VdFU5l71S+XauzmpoaVwN39IN7auauHuiP+JsSrVJfXas3Bdncl7lJnR1XYyk1MazPvsh5XX06lnJNLU/rpzO6S0CIsbLlZYb1i4d6NHXLA6WqvNyRwX61vtiwlcqLoM38O28qrdeXbqdhZdP6w2pjdEjzpHNTP9nysEh+oUM4EMY8Q2QdAhELXEKkQj6/sdgACO+7Atr87Ls1vC2IKa7/eCyugEhy4mW1hSrALidAJBdv3M7I7Rb2Z6MToKvvMpayrivO076Hehm1uFixPoB4WYnUZyU+Bgp8TTJfXMrfX4AtxapgI1fNlRzeO6F3Njvrpcy/lYkRNXhDgHJTlcPnPgf9LnzdsgaiCN1/7c1V/ebAtTztC7b2uAHWz1q1L8WKbCy1aCCzqhTWzZUq92pHaFUGgiOpxYSSuNDmCBA31xZ8XNwzm/d2c7/hOun2uW1BmIAJDgYP/I4YmRFfvICbYBHlbsxD5jxiwdDzR6mk36EZNiJq2bT1SCSRP6XJMg5GKoShYDIrUjnP6y3vW7W8uEDECA4gjAClpm8ImRlhTRyR0NbOUYCMKhzG2eVaq5njG1NyTGUqnLS6qbmDVFZqWQDd9A13ShUfIqjggALHlG20IdF4AVIvyIB/BmRoovmUvSQmI2+YCIYqjLjk19pju0zmw5TJ6Y7TS6jm+mxbCFM0moCJK/e+83FeGMFJKIwZc67glcgDk5KxgGgOjybj0pik8+fro3geIm/JFJPt8ZlMAcsrHUuhaF/E7T5CCD1YTlpH8v9QApQAJUAJUHfWDwEGAAodWnZc1TdbAAAAAElFTkSuQmCC');
}

body.mobile .icon-symantec {
    background-image: url('../Img/base/symantec-logo.png');
}

body .icon-gantt-zoomin {
    background-image: url('../Img/base/ico-add.png');
}

body .icon-gantt-zoomout {
    background-image: url('../Img/base/ico-less.png');
}

body .icon-allocated {
    background-image: url('../Img/base/ico-allocated.png');
}

body .icon-schedule {
    background-image: url('../Img/base/ico-schedule.png');
}

body .icon-zoomtofit {
    background-image: url('../Img/base/ico-zoomtofit.png');
}

body .icon-dragdrop {
    background-image: url('../Img/base/ico-drag-drop.png');
}

body .icon-quicktasks-zero {
    background-image: url('../Img/base/ico-quicktasks-zero.png');
}

body .icon-cart {
    background-image: url('../Img/base/ico-addtocart.png');
}

body .icon-cart-white {
    background-image: url('../Img/base/ico-addtocart-white.png');
}

body.mobile .mini-icon {
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: left center;
}

    body.mobile .mini-icon.ticket-status {
        background-image: url('../Img/base/mini-status.png');
    }

    body.mobile .mini-icon.account {
        background-image: url('../Img/base/mini-company.png');
    }

    body.mobile .mini-icon.location {
        background-image: url('../Img/base/mini-location.png');
    }



/* ============================== FILE ICONS ============================== */

.document-item:before,
.file-icon:before {
    height: 32px;
    width: 32px;
    font-family: "pat-font";
    font-size: 32px;
    line-height: 1;
    background-image: none;
}

.document-item-generic:before,
.file-icon.generic:before {
    content: "\e006";
}

.document-item-excel:before,
.file-icon.excel:before {
    content: "\e005";
}

.document-item-image:before,
.file-icon.image:before {
    content: "\e007";
}

.document-item-pdf:before,
.file-icon.pdf:before {
    content: "\e009";
}

.document-item-presentation:before,
.file-icon.presentation:before {
    content: "\e00a";
}

.document-item-word:before,
.file-icon.word:before {
    content: "\e008";
}

.document-item-txt:before,
.file-icon.txt:before {
    content: "\e00b";
}





/* PAGINE INTERNE: LAYOUT ED ELEMENTI PRINCIPALI */
#icrm_container {
    /* E' il contenitore della pagina del portale, non dei contenuti*/
    font-family: opensans-regular, Verdana, sans-serif;
    background-color: #FFF;
}

    /* Parte dei settings */
    #icrm_container .toolbarPlaceHolder {
        font-size: 8pt;
        padding: 3px 8px 2px 8px;
        background-color: transparent;
        display: none;
    }





/* SPECIALI  */
.clear {
    clear: both;
}

/* ============================== HEADER ============================== */

.p-header {
}

.portal-header-ct {
    background: #222;
}

    .portal-header-ct:not(.mobile) {
        padding-right: 10px;
        padding-left: 10px;
    }

.portal-header {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #444;
    height: 65px;
    overflow: hidden;
}

.mobile .portal-header {
    height: 35px;
}

.portal-header-left {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOwAAABSAQMAAABt3apSAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAANQTFRFMzMzyuxiNQAAABlJREFUeJztwQENAAAAwqD3T20PBxQAAL8GCe4AAddZrqkAAAAASUVORK5CYII=');
    width: 118px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 41px;
    margin: 0px 20px 0px 0px;
    flex: none;
}

.portal-header-center {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.portal-header-right {
}

.logon-info {
    display: flex;
    align-items: center;
}

    .logon-info IMG {
        margin: 0 0 0 15px;
        border: 2px solid #444;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        cursor: pointer;
    }

.logon-info-description-ct {
    text-align: right;
    white-space: nowrap;
}

.logon-info-description {
    font-size: 14px;
    color: #CCC;
}

.logon-info-description-secondary {
    font-size: 12px;
    color: #AAA;
}


/* ============================== HEADER BADGES ============================== */

.header-badges-ct {
    white-space: nowrap;
    margin: 0 30px 0 20px;
}

.header-badge {
    background-color: transparent;
    border: 2px solid #444;
    color: #777;
    font-size: 12px;
    padding: 5px;
    margin-right: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
}

    .header-badge:before {
        font-family: 'pat-font';
        font-size: 18px;
        color: #444;
        vertical-align: middle;
        line-height: 10px;
        content: '/';
        position: absolute;
        top: 8px;
    }

    .header-badge.type-button,
    .header-badge.toggled-on {
        background-color: #333;
        border-color: #C7C7C7;
        color: #C7C7C7;
    }

        .header-badge.type-button:before,
        .header-badge.type-toggle:before {
            left: 3px;
        }

        .header-badge.type-button:before,
        .header-badge.toggled-on:before {
            color: #C7C7C7;
        }

    .header-badge.type-count {
        margin-right: 37px;
    }

        .header-badge.type-count:before {
            left: 35px;
        }

    .header-badge:hover {
        background-color: #444;
        border-color: #C7C7C7;
        color: #C7C7C7;
        transition-property: background-color, border-color, color, opacity;
        transition-duration: 0.2s;
    }

        .header-badge:hover:before {
            color: #C7C7C7;
            transition-property: background-color, border-color, color, opacity;
            transition-duration: 0.2s;
        }


/* ------------------- HEADER CALLOUT ----------------- */

.logon-info-callout .leftContainer {
    margin-top: 15px;
}

.logon-info-callout .profileImage {
    width: 90px;
    height: 90px;
    cursor: pointer;
}

.logon-info-callout .x-btn {
    width: 90px;
    border-radius: 2px;
    margin-top: 15px;
    background-color: #b3b3b3;
}

.logon-info-callout .x-btn-inner {
    color: white;
    text-transform: uppercase;
    font-size: 11px;
}

.logon-info-callout .x-btn-icon {
    color: white;
    font-size: 10px;
}

.logon-info-callout .x-btn-icon-el-default-small {
    height: 12px;
}

.logon-info-callout .x-callout-header-text {
    font-weight: normal;
    font-size: 11px;
    box-shadow: 0 0 30px black;
}

.logon-info-callout .x-form-item-label-inner {
    font-size: 10px;
    color: #999;
    font-weight: bold;
}

.logon-info-callout .x-form-display-field-default {
    margin-top: 0px;
}


/* ============================== TAB ============================== */

.masterTab .x-tab-bar-body,
.portalTab .x-tab-bar-body {
    padding: 0;
}

.masterTab .x-tab-bar-strip,
.portalTab .x-tab-bar-strip {
    display: none;
    border-width: 0;
}

.tab {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
}

.x-tab,
.tab {
    transition-property: background-color, border-color, color;
    transition-duration: 0.2s;
}

    .masterTab .x-tab,
    .masterTab .x-tab.x-tab-active,
    .masterTab .x-tab.x-tab-over,
    .portalTab .x-tab,
    .portalTab .x-tab.x-tab-active,
    .portalTab .x-tab.x-tab-over,
    .tab,
    .tab.active,
    .tab:hover {
        border: 0 solid transparent;
        border-bottom-width: 5px;
        padding: 7px 7px 7px 7px;
        margin: 8px 3px 0px 3px;
        background: none;
        box-shadow: none;
    }

        .masterTab .x-tab.x-tab-active,
        .masterTab .x-tab.x-tab-over,
        .portalTab .x-tab.x-tab-active,
        .portalTab .x-tab.x-tab-over,
        .tab.active {
            border-bottom: 5px solid #C7C7C7;
        }

        .masterTab .x-tab-text,
        .portalTab .x-tab-text,
        .tab .label {
            max-width: 200px;
        }

.masterTab .x-tab-inner,
.portalTab .x-tab-inner {
    max-width: 100%;
}

.masterTab .x-tab-inner,
.portalTab .x-tab-inner,
.tab .label {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #AAA;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x-tab.x-tab-active.x-tab-default-top {
    background-image: none;
}

.masterTab .x-tab-tabmenu-right,
.masterTab .x-tab-bar-default-top .x-box-scroller-left,
.masterTab .x-tab-bar-default-top .x-box-scroller-right,
.portalTab .x-tab-tabmenu-right,
.portalTab .x-tab-bar-default-top .x-box-scroller-left,
.portalTab .x-tab-bar-default-top .x-box-scroller-right {
    background-image: none;
    height: 100%;
}

    .masterTab .x-tab-tabmenu-right:before,
    .masterTab .x-box-scroller-left:before,
    .masterTab .x-box-scroller-right:before,
    .portalTab .x-tab-tabmenu-right:before,
    .portalTab .x-box-scroller-left:before,
    .portalTab .x-box-scroller-right:before {
        font-family: 'pat-font';
        font-size: 18px;
        vertical-align: middle;
        line-height: 40px;
    }

    .masterTab .x-tab-tabmenu-right:before,
    .portalTab .x-tab-tabmenu-right:before {
        content: 'A';
    }

    .masterTab .x-tab-bar-default-top .x-box-scroller-left:before,
    .portalTab .x-tab-bar-default-top .x-box-scroller-left:before {
        content: '\e06a';
    }

    .masterTab .x-tab-bar-default-top .x-box-scroller-right:before,
    .portalTab .x-tab-bar-default-top .x-box-scroller-right:before {
        content: '\e06b';
    }

.masterTab .x-box-scroller-disabled,
.portalTab .x-box-scroller-disabled {
    opacity: 1;
}


/* ============================== MASTER TAB ============================== */

.masterTab {
}

    .masterTab .x-tab-bar,
    .masterTab .x-tab-bar .x-box-inner {
        background-image: none;
        background-color: #222;
    }

    .masterTab .x-tab-icon-el {
        display: none;
    }

    .masterTab .x-tab.x-tab-over .x-tab-inner {
        color: #CCC;
    }

    .masterTab .x-tab.x-tab-active .x-tab-inner {
        color: #C7C7C7;
    }

    .masterTab .x-tab .x-tab-close-btn {
        background-image: none;
        top: 0;
        right: 0;
    }

        .masterTab .x-tab .x-tab-close-btn:after {
            height: 12px;
            width: 12px;
            font-family: "pat-font";
            font-size: 12px;
            line-height: 1;
            content: "K";
            color: #AAA;
            position: relative;
            top: 8px;
            right: 8px;
        }

    .masterTab .x-tab-tabmenu-right,
    .masterTab .x-tab-bar-default-top .x-box-scroller-left,
    .masterTab .x-tab-bar-default-top .x-box-scroller-right {
        background-color: #222;
    }

        .masterTab .x-tab-tabmenu-right:hover,
        .masterTab .x-box-scroller-left:hover,
        .masterTab .x-box-scroller-right:hover {
            background-color: #444;
        }

        .masterTab .x-tab-tabmenu-right:before,
        .masterTab .x-box-scroller-left:before,
        .masterTab .x-box-scroller-right:before {
            color: #F2F2F2;
        }

    .masterTab .x-box-scroller-disabled:before {
        color: #666;
    }



/* ============================== PORTAL TAB ============================== */

.portalTab .x-tab-bar,
.portalTab .x-tab-bar .x-box-inner {
    background-color: transparent;
    background-image: none;
    border: 0px none;
}

    .portalTab .x-tab-bar .x-tab,
    .portalTab .tab {
        border-bottom-color: #F0F0F0;
    }

        .portalTab .x-tab-bar .x-tab.x-tab-active,
        .portalTab .tab.active {
            border-bottom-color: #444;
        }

        .portalTab .x-tab-bar .x-tab.x-tab-over,
        .portalTab .tab:hover {
            border-bottom-color: #CCC;
        }

            .portalTab .x-tab-bar .x-tab span.x-tab-inner,
            .portalTab .x-tab-bar .x-tab.x-tab-active span.x-tab-inner,
            .portalTab .x-tab-bar .x-tab.x-tab-over span.x-tab-inner,
            .portalTab .tab .label {
                color: #222;
            }

        .portalTab .x-tab-bar .x-tab.x-tab-active span.x-tab-inner,
        .portalTab .tab.active .label {
            font-weight: bold;
        }

.portalTab .x-badge.portal-tab-badge {
    top: 0px !important;
}

.portal-tab > .portal-tab-body > .module > .x-panel-header {
    padding-left: 0;
}

.portalTab .x-tab-tabmenu-right,
.portalTab .x-tab-bar-default-top .x-box-scroller-left,
.portalTab .x-tab-bar-default-top .x-box-scroller-right {
    background-color: #DDD;
}

    .portalTab .x-tab-tabmenu-right:hover,
    .portalTab .x-box-scroller-left:hover,
    .portalTab .x-box-scroller-right:hover {
        background-color: #ECECEC;
    }

    .portalTab .x-tab-tabmenu-right:before,
    .portalTab .x-box-scroller-left:before,
    .portalTab .x-box-scroller-right:before {
        color: #666;
    }

.portalTab .x-box-scroller-disabled:before {
    color: #F2F2F2;
}




/* ============================== BADGES ============================== */

.x-badge {
    background-color: #C7C7C7;
    border: 1px solid #C7C7C7;
    box-shadow: none;
}

    .x-badge .x-badge-wrap {
        background-image: none;
        background-color: #444;
    }

    .x-badge .x-badge-inner {
        color: #C7C7C7;
    }


/* CONTENT  */

body.x-border-layout-ct,
div.x-border-layout-ct {
    background-color: #FFF;
}

.x-panel-header .x-panel-header-title {
    font-family: opensans-light, Verdana, sans-serif;
}

body.mobile .module {
    padding: 0 5px;
}

body.mobile .x-tool-img {
    width: 24px;
    height: 24px;
}

body.mobile .x-infopanel-success .x-tool-img {
    background-color: transparent;
    background-size: 24px;
}

body.mobile .moduleHeader {
    margin-top: 0px;
    margin-bottom: 0px;
}

body.mobile .x-panel-header-default .x-tool-img {
    background-color: white;
}

body.mobile .x-panel-header-default-horizontal.x-header-noborder {
    padding: 0px 0px 0px 0px;
}

body.mobile .module .x-panel-header {
    padding-left: 20px;
}

body.mobile .x-panel.moduleHeader,
body.mobile .x-panel-header.moduleHeader {
    margin: 2px 0 5px 0;
}

.relative {
    position: relative;
}

.portal-load-error {
    padding: 30px;
    text-align: center;
}

.section-information-container-outer {
    width: 100%;
    text-align: center;
    padding-left: 5px;
}

.section-information-container-inner {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    background: #F2F2F2;
    color: darkslategrey;
    display: inline-block;
    text-align: left;
    font-style: italic;
    font-size: 11px;
}

/* 
    bugfix: safari bad support translate3d which is used by ext:combobox mobile to handle scroll  
    hiding the elements of the list. Forcing it by css seems to resolve the problem somehow
*/
body.mobile.x-body.x-safari .x-boundlist .x-boundlist-list-ct {
    transform: translate3d(0px, 0px, 0px);
}

.filter-area-container {
    background-color: #FAFAFA;
    padding: 6px 0;
}

    /* collapsed filter area container must have zero height, reset margins, paddings, borders */
    .filter-area-container.x-panel-collapsed {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .filter-area-container .x-panel-body-default {
        background-color: transparent;
    }

.filterAreaSection {
    margin: 0px;
    padding: 2px;
}

.filter-area .filterAreaSection {
    margin-bottom: 0;
    margin-top: 0;
}

.multiComboSelected {
    background-color: #DDD;
}

/*#listFilters-xcollapsed
{
    background-color: #FFF;
}*/
.x-form-item-body-default {
    min-height: 22px;
}

/* contenitore di ogni campo (label + input) nelle pagine di dettaglio */
.recordViewFieldCell {
    padding-left: 20px;
}

/* RecordView Title and Dirty Status Management */

.recordViewTitle .x-label-value {
    font-size: 2em;
    padding-left: 5px;
    color: gray;
    vertical-align: top;
}

.x-toolbar-text-default.recordViewTitle {
    margin-right: 10px;
}

.recordViewTitle span.title {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 12px;
}

/*
    Workaround for mobile device half-screen title due to a toolbar-fill.
    However, that toolbar-filler is currently used to prevent the recordview pages menu from disappearing:
    https://tfs.pat.it/tfs/Test_vNext/PAT.CRM.vNext.HDA/_workitems?id=5443
*/
body.mobile .recordViewTitle span.title {
    max-width: 200%;
}

.module.dirty .recordViewTitle:after,
.x-tab.dirty .x-tab-wrap:after,
.x-window.dirty .x-title.x-window-header-title:after {
    content: '*';
    display: inline-block;
    position: relative;
    color: #C7C7C7;
    padding: 0 2px;
}

.module.dirty .recordViewTitle:after {
    left: -10px;
}

.x-tab.x-tab-closable.dirty .x-tab-wrap:after {
    right: 13px;
}

.x-window-header .x-window-header-title,
.sliding-panel .sliding-panel-header .x-window-header-title {
    display: block;
    white-space: nowrap;
}

.x-window-header .x-title-text {
    display: inline-block;
    max-width: 100%;
    padding-right: 15px;
}

.x-window.dirty .x-title.x-window-header-title:after {
    color: #333;
    margin-left: 5px;
    left: -17px;
}


/* campo (input) nelle pagine di dettaglio */
.recordViewField {
}

    .recordViewField.x-form-readonly {
        opacity: 0.8;
    }

body.mobile .recordViewField.x-form-readonly {
    opacity: 1;
}

    body.mobile .recordViewField.x-form-readonly .x-form-trigger-wrap,
    body.mobile .recordViewField.x-form-readonly .mce-panel {
        border: 1px solid transparent;
        border-left: 1px solid #DDD;
    }

body.mobile .recordViewField .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item.mce-first.mce-last {
    border: 0px;
}

.mandatoryField.x-form-item label.x-form-item-label {
    color: #F86C13;
}

/* campo di tipo label nelle pagine di dettaglio */
.recordViewField.x-label {
    margin: 6px 0;
    padding: 6px 0;
    height: auto;
}

/* tooltip (field value, filter value) */
.field-tooltip {
    white-space: pre-wrap; /* we want to preserve whitespaces and line breaks on tooltips*/
}

.fileUploadContainer {
    text-align: left;
}

    .fileUploadContainer .x-form-item {
        float: left;
    }

.fileUploadName {
    float: left;
    color: #888;
    margin-left: 5px;
    padding-top: 3px;
}

.ctype_pdf {
    background-image: url('/icons/page_white_acrobat-png/ext.axd');
}

#CalendarSummary {
    font-family: opensans-regular, Verdana, sans-serif;
    font-size: 11px;
}

/* 
    CALENDAR AGENDA SLOTS 
*/
.x-date-picker {
    border: 0px none;
}

.calendarPicker td.x-date-left {
    height: 30px;
}

.calendar-details .x-panel-header,
.calendar-details .x-panel-header-default,
.calendar-details .x-nlg .x-panel-header-default-top {
    background-color: #F5F5F5;
    border: 0px none;
}

.calendar-details .ext-cal-mdv {
    background-color: #F5F5F5;
}

    .calendar-details .ext-cal-mdv table {
        border: 1px solid #888;
    }

/*
    PANEL ovverride 
*/
.x-panel-tl, .x-panel-tr, .x-panel-tc,
.x-panel-ml, .x-panel-mc, .x-panel-mr,
.x-panel-bl, .x-panel-br, .x-panel-bc {
    background-color: transparent; /* White */
    background-image: none;
    border-bottom: 0px;
}

.x-panel-header,
.x-panel-header-default,
.x-nlg .x-panel-header-default-top {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body.mobile .x-panel-header,
body.mobile .x-panel-header-default,
body.mobile .x-nlg .x-panel-header-default-top {
    background: white;
}

.x-panel-header .x-panel-header-title,
.x-panel-tl .x-panel-header,
.x-panel-noborder .x-panel-header-noborder {
    font-size: 18px;
    font-weight: normal;
    padding-left: 5px;
}

.x-panel-noborder .x-panel-header-noborder {
    border: 0px;
}

.x-nlg .x-panel-header-default-left {
    background-image: none;
}

/*
    TAB Override 
*/
.x-tab-panel-header,
.x-tab-panel-footer {
    background-color: transparent;
}

.x-tab-default .x-tab-inner {
    font-weight: normal;
}

.x-tab-bar .x-box-inner {
    background-color: gray;
}

.x-tab-bar .x-tab-inner {
    background-image: none;
}

.x-tab-bar .x-tab-inner {
    background-image: none;
}

.x-tab-over .x-tab-default-top-ml,
.x-tab-over .x-tab-default-top-mc,
.x-tab-over .x-tab-default-top-mr {
    background-image: none;
}

.x-tab-focus.x-tab-default .x-tab-button:before {
    outline: none;
}


/*
    Layout background 
*/
.x-border-layout-ct {
    background-color: transparent;
}

/*
    Window / Sliding Panel
*/
.x-window,
.x-nbr .x-window-default,
.sliding-panel {
    background-color: white;
    box-shadow: #666 0px 0px 10px;
    border: 1px solid silver;
    border-radius: 0px;
}

.x-nbr .x-window-default {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: silver !important;
}

.x-window-body-default {
    background: inherit;
}

.x-window-header-default-top-ml,
.x-window-header-default-top-mc,
.x-window-header-default-top-mr {
    background-color: #FAB450;
    background-image: none;
}

.x-window-default-bl {
    background-image: none;
}

.x-window-default-tl,
.x-window-default-tc,
.x-window-default-tr,
.x-window-default-ml,
.x-window-default-mc,
.x-window-default-mr,
.x-window-default-bl,
.x-window-default-bc,
.x-window-default-br {
    background-image: none;
    background-color: #FFF;
    filter: none;
}

body.mobile .x-window-tl,
body.mobile .x-window-tr,
body.mobile .x-window-tc,
body.mobile .x-window-ml,
body.mobile .x-window-mc,
body.mobile .x-window-mr,
body.mobile .x-window-bl,
body.mobile .x-window-br,
body.mobile .x-window-bc {
    background-color: transparent;
    background-image: none;
}

.x-window-header-default-top-tl,
.x-window-header-default-top-bl,
.x-window-header-default-top-tr,
.x-window-header-default-top-br,
.x-window-header-default-top-tc,
.x-window-header-default-top-bc,
.x-window-header-default-top-ml,
.x-window-header-default-top-mr {
    background-image: none;
    background-color: transparent;
    filter: none;
}

.x-nbr .x-window-header-tl {
    display: none;
}

.x-nbr .x-window-header-default-top-tr,
.x-nbr .x-window-header-default-top-br,
.x-nbr .x-window-header-default-top-mr,
.x-nbr .x-window-header-default-top-tl,
.x-nbr .x-window-header-default-top-bl,
.x-nbr .x-window-header-default-top-ml {
    background-color: #FAB450;
}

.x-nbr .x-window-default {
    border: 0px none;
}

.x-resizable-handle-north-over,
.x-resizable-handle-east-over,
.x-resizable-handle-west-over,
.x-resizable-handle-souht-over {
    background-image: none;
    background-color: #FFF;
    filter: none;
}

.x-window-mc {
    border: 0px;
    border-radius: 0px;
}

.x-window .x-window-header,
.sliding-panel .sliding-panel-header {
    background-color: #FAB450;
}

.x-window .x-window-header,
.x-window-header-title-default,
.sliding-panel .sliding-panel-header {
    border: 0px none;
    border-radius: 0px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #222
}

    .x-window .x-window-header .x-title,
    .sliding-panel .sliding-panel-header .x-title {
        font-family: opensans-regular;
        font-size: 16px;
        color: inherit;
        padding-left: 0;
    }

    .x-window-header-default .x-tool-img,
    .sliding-panel .sliding-panel-header .x-tool-img {
        background-color: transparent;
    }

    .x-window-header .x-window-header-title,
    .sliding-panel .sliding-panel-header .x-window-header-title {
        padding: 5px 0 4px 0;
    }

.x-window .x-window-body {
    border: 0px none;
    border-radius: 0px;
    background-color: white;
}

.x-message-box .x-window-text {
    margin-top: 4px;
}

.x-window .x-window-header .x-tool-after-title .x-tool-img,
.sliding-panel .sliding-panel-header .x-tool-img {
    background-image: none;
    width: 0px;
    height: 0px;
    display: none;
}

.x-window .x-window-header .x-tool:before,
.sliding-panel .sliding-panel-header .x-tool:before {
    font-family: "pat-font";
    font-size: 16px;
    content: "\4b";
    width: 16px;
    height: 16px;
    font-family: "pat-font";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.mobile .x-window .x-window-header .x-tool-after-title,
body.mobile .sliding-panel .sliding-panel-header .x-tool {
    margin: 0 0 0 2px;
    width: 18px;
    height: 18px;
}

    body.mobile .x-window .x-window-header .x-tool-after-title.x-tool:before,
    body.mobile .sliding-panel .sliding-panel-header .x-tool:before {
        content: "\4b";
        font-size: 18px;
        width: 18px;
        height: 18px;
    }


/* 
     Sliding Panel
 */

.sliding-panel {
}



/* BUTTON */
.x-btn,
.x-btn.x-btn-over,
.x-btn.x-btn-menu-active,
.x-btn.x-btn-menu-active.x-btn-default-small,
.x-btn.x-btn-menu-active.x-btn-default-toolbar-small {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

body.mobile .x-btn.x-btn-default-small,
body.mobile .x-btn.x-btn-default-toolbar-small {
    background-color: #FFF;
}

body.mobile .x-btn .x-btn-inner-default-small {
    color: #000;
}

.x-btn:hover,
.x-btn-over.x-btn-default-small,
.x-btn-over.x-btn-default-toolbar-small {
    border: 1px solid silver;
    background-image: none;
}

.x-form-text-wrap .x-btn:hover,
.x-form-text-wrap .x-btn-over.x-btn-default-small,
.x-form-text-wrap .x-btn-over.x-btn-default-toolbar-small,
.x-form-text-wrap .objectToolbar .x-btn.x-btn-over {
    border-color: transparent;
    background-image: none;
}

.x-btn-focus,
.x-btn-focus.x-btn-default-small,
.x-btn-focus.x-btn-default-toolbar-small {
    background-image: none;
    outline: none;
}

.x-btn.x-btn-pressed,
.x-btn.x-btn-pressed.x-btn-default-small,
.x-btn.x-btn-pressed.x-btn-default-toolbar-small {
    background-image: none;
}
/*body.mobile .x-btn.x-btn-pressed,
body.mobile .x-btn.x-btn-pressed.x-btn-default-small,
body.mobile .x-btn.x-btn-pressed.x-btn-default-toolbar-small {
    background-color: #EDEDED;
    border: 0px none;
    box-shadow: none;
}*/

.x-btn.x-btn-disabled,
.x-btn.x-btn-disabled.x-btn-default-small,
.x-btn.x-btn-disabled.x-btn-default-toolbar-small {
    border-color: transparent;
}

.x-btn .x-btn-wrap {
    outline: none !important;
}

.x-field-buttons-body .x-btn,
.x-field-buttons-body .x-btn:hover {
    border: 0px none;
}

.x-btn-text-icon {
    border: 1px solid transparent;
    margin-left: 2px;
    margin-right: 2px;
}

.x-btn button, .x-btn .x-btn-inner {
    font-size: 12px;
}

.x-btn-tl, .x-btn-tr, .x-btn-tc,
.x-btn-ml, .x-btn-mc, .x-btn-mr,
.x-btn-bl, .x-btn-br, .x-btn-bc {
    background-color: transparent; /* White */
    background-image: none;
}


.x-toolbar.toolbar .x-btn [class^="icon-"]:before,
.x-toolbar.toolbar .x-btn [class*=" icon-"]:before {
    font-size: 16px;
}


/*
    Forms 
*/

.x-form-text-wrap,
.x-form-text-wrap-toolbar,
.x-form-text-wrap-default {
    box-shadow: none;
    border: 1px solid #DDD;
}

body.mobile .x-form-text-wrap,
body.mobile .x-form-text-wrap-toolbar,
body.mobile .x-form-text-wrap-default {
    border: 0px none;
}

.x-form-text-wrap:hover,
.x-form-text-wrap-toolbar:hover,
.x-form-text-wrap-default:hover {
    border: 1px solid #C0C0C0;
}

.x-form-text-wrap.x-form-text-wrap-invalid:hover,
.x-form-text-wrap-toolbar.x-form-text-wrap-invalid:hover,
.x-form-text-wrap-default.x-form-text-wrap-invalid:hover {
    border-color: #FF7870;
}

.x-form-text, textarea.x-form-field {
    background-image: none;
}

.x-form-display-field-default {
    font-family: opensans-regular;
}

.x-form-text-default {
    background-image: none;
}

.x-field-buttons-body .x-form-text,
.x-field-buttons-body .x-form-text:hover,
.x-field-buttons-body .x-form-text:focus {
    border: 0px none;
}

.x-form-item, .x-form-field {
    font-size: 13px;
}

body.mobile .x-form-item,
body.mobile .x-form-field {
    font-size: 16px;
}

.x-item-disabled {
    color: #333 !important;
    opacity: 1;
    -moz-opacity: 1;
}

.x-form-empty-field,
.x-form-empty-field::-webkit-input-placeholder,
.x-form-empty-field::-moz-placeholder,
.x-form-empty-field:-ms-input-placeholder,
.x-form-empty-field:-moz-placeholder {
    color: #AAA;
}


.x-form-item label.x-form-item-label {
    font-size: smaller;
    color: #333333;
    text-align: right;
}

body.mobile .x-form-item label.x-form-item-label {
    font-family: opensans-bold;
    font-size: 15px;
}

.x-form-item label.x-form-item-label.x-form-item-label-top {
    text-align: left;
}

.x-form-item-label-inner {
    padding-right: 5px;
}

.x-form-field-wrap {
    background-color: white;
}

.treefield-tree.x-panel {
    background-color: #FFF;
}

/*
    TIPS
*/
.x-tip-default {
    background-color: #FFF;
    border-color: #DDD;
    font-weight: normal;
}

    .x-tip-default .category {
        font-size: 14px;
        padding: 0 5px 5px 5px;
    }

    .x-tip-default .series {
        color: gray;
        padding: 5px;
    }

        .x-tip-default .series.selected {
            background-color: #faf6c7;
            color: black;
        }

/*
    Invalid value TIP
*/
.x-form-text-wrap-invalid,
.x-form-text-wrap-default.x-form-text-wrap-invalid,
.x-form-type-text textarea.x-form-invalid-field,
.x-form-type-text input.x-form-invalid-field,
.x-form-type-password textarea.x-form-invalid-field,
.x-form-type-password input.x-form-invalid-field,
.x-form-type-number textarea.x-form-invalid-field,
.x-form-type-number input.x-form-invalid-field,
.x-form-type-email textarea.x-form-invalid-field,
.x-form-type-email input.x-form-invalid-field,
.x-form-type-search textarea.x-form-invalid-field,
.x-form-type-search input.x-form-invalid-field,
.x-form-type-tel textarea.x-form-invalid-field,
.x-form-type-tel input.x-form-invalid-field {
    background-image: none;
    background-color: #FEE;
    border-color: #FF7870;
}


/* DETAIL (RECORDVIEW) */
.detail {
}

.detail-body {
    padding-top: 6px;
}

.detail-side-column {
    padding-left: 6px;
    margin-right: 6px;
}

.column-left {
    border-right: 1px solid silver;
}

.detail-side-column .module {
    padding: 0;
}

.detail-side-column .x-fieldset {
    margin: 0 0 5px 0;
    padding: 0;
}

.detail-side-column .x-fieldset-default {
    border-radius: 0;
}

/* MODULI FIGLI NEL DETTAGLIO */
.module.detail .module {
    padding: 0;
}

    /* SEZIONI DEI MODULI FIGLI NEL DETTAGLIO */
    .module.detail .module .x-fieldset {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

.recordViewField .field-label.x-form-item-label-right .x-form-item-label-inner {
    padding-right: 6px;
}

body:not(.mobile) .recordViewField .field-label.x-form-item-label-top .x-form-item-label-inner {
    padding-bottom: 2px;
}

/* DETAIL SPLITTER */

/*
    FieldSet
*/
.x-fieldset {
    margin: 0 5px 10px 5px;
    border: 0px;
}

body.mobile .x-fieldset {
    overflow: visible; /* SAFARI FIX: sections title of recordView invisible*/
    margin: 0;
    border: 0;
}

.x-fieldset-header .x-fieldset-header-text {
    font-size: 18px;
    line-height: normal;
    /*color:gray;*/
}

body.mobile .x-fieldset-header .x-fieldset-header-text {
    font-size: 25px;
}

.x-fieldset-header {
    margin-bottom: 6px;
    padding: 0 7px 1px 5px;
}

.x-fieldset legend .x-tool-toggle {
    margin-top: 6px;
}

body.mobile .x-fieldset legend {
    padding-top: 10px;
}

.x-fieldset-noborder {
    border-top: 0px;
}

.x-tool-img {
    background-image: url(../Img/base/tools.gif);
}


/*
    Progress Bar
*/
body.x-body-masked .x-window-plain .x-window-mc {
    background-color: transparent;
}

.x-window-dlg .x-window-header-title-default {
    font-size: 14px;
}

.x-progress-bar {
    background-color: #16a764;
    background-image: none;
    border: 0px;
    height: 18px;
}

.x-progress-wrap {
    border: 1px solid silver;
}

.x-progress-inner {
    background-color: transparent;
    background-image: none;
    border-color: silver;
}


/* ============================== GRID ============================== */

.x-grid {
    background-color: transparent;
}

.x-grid-scroller {
    background-color: white;
    border-top: 1px solid silver;
}

.x-grid-view {
    background-color: white;
}

td.x-grid3-hd-over .x-grid3-hd-inner,
td.sort-desc .x-grid3-hd-inner,
td.sort-asc .x-grid3-hd-inner,
td.x-grid3-hd-menu-open .x-grid3-hd-inner {
    background-image: none;
}

.x-grid-header-ct {
    border: 0;
}

    .x-grid-header-ct .x-box-inner {
        border-bottom: 1px solid #DDDDDD;
    }

.x-column-header, .x-nlg .x-grid-header-ct, .x-nlg .x-column-header {
    background-image: none;
    background-color: #f5f5f5;
    font-size: 12px;
    color: #1a1a1a;
    border-right: 1px solid #F4f4f4;
    line-height: normal;
}

body.mobile .x-column-header, .x-nlg .x-grid-header-ct, .x-nlg .x-column-header {
    background-color: #f9f9f9;
    color: #808080;
}

.x-column-header-sort-ASC .x-column-header-text,
.x-column-header-sort-DESC .x-column-header-text {
    background-position: left center;
    padding-left: 12px;
}

.x-column-header-checkbox {
    cursor: pointer;
}

.x-grid-row .x-grid-td,
.x-grid-summary-row .x-grid-td {
    font-size: 11px;
}

body .x-grid .x-grid-item {
    border-color: transparent;
}

    body .x-grid .x-grid-item.x-grid-item-over,
    body .x-grid .x-grid-item.x-grid-item-selected {
        background-color: #F7F7F7;
        border-color: transparent;
    }

.x-grid-with-row-lines .x-grid-item-selected + .x-grid-item,
.x-grid-with-row-lines .x-grid-item-over + .x-grid-item {
    border-style: solid;
    border-top-color: transparent;
}

.x-grid-item-focused .x-grid-cell-inner:before {
    border: 0px none;
    outline: none;
}

.x-grid-row .x-grid-cell-selected {
    background-color: #F7F7F7;
}

.x-grid-row-selected .x-grid-td.x-grid-dirty-cell, .x-grid-row-over .x-grid-td.x-grid-dirty-cell {
    background-image: url(../../../extjs/resources/ext_theme_gray/images/grid/dirty-gif/ext.axd);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.x-grid-row .x-grid-cell-special {
    background-image: none;
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    font-size: 13px;
    vertical-align: middle;
}

.x-grid-cell.toolbar-cell {
    vertical-align: middle;
}

.x-grid-header {
    background-color: transparent;
    background-image: none;
}

.x-grid-hd-row {
    border-left-color: transparent;
}

.x-view-item-focused .x-view-cell-inner:before {
    border: 0px none;
    outline: none;
}

.x-view-item-focused {
    outline: 0px !important;
    outline-offset: -1px;
}

.x-menu-item-icon.x-hmenu-sort-asc {
    background: url('../Img/base/ico-crescente.png');
}

.x-menu-item-icon.x-hmenu-sort-desc {
    background: url('../Img/base/ico-decrescente.png');
}

.x-menu-item-icon.x-cols-icon {
    background: url('../Img/base/ico-columns.png');
}

.x-menu-item-icon.x-group-by-icon {
    background: url('../Img/base/ico-group.png');
}

.x-panel-body-noheader,
.x-panel-mc .x-panel-body,
.x-panel-body-default {
    background-color: #FFF;
    border: 0px;
}

.editable-grid .x-form-item-body {
    width: 99% !important;
}

body:not(.mobile) .listViewGrid .x-grid-cell-row-checker {
    background: #FFFFFF;
    border-right: 2px solid transparent;
    cursor: pointer;
}

.listViewGrid .x-grid-item-selected .x-grid-cell-row-checker,
.listViewGrid .x-grid-item-over .x-grid-cell-row-checker {
    background: transparent;
}

.listViewGrid .x-grid-row-checker {
    cursor: pointer;
}

.x-grid-cell-inner {
    line-height: normal;
}

body.mobile .x-grid-cell-inner {
    padding: 0px 0px 0px 0px;
}

body.mobile .export-excel-list {
    display: none;
}


/* Paging Toolbar */

.paging-toolbar .x-btn-icon-el {
    font-family: "pat-font";
    font-size: 16px;
    line-height: 1;
    background-image: none;
}

    .paging-toolbar .x-btn-icon-el.x-tbar-page-first::before {
        content: "\e066"
    }

    .paging-toolbar .x-btn-icon-el.x-tbar-page-prev::before {
        content: "\e067"
    }

    .paging-toolbar .x-btn-icon-el.x-tbar-page-next::before {
        content: "\e068";
    }

    .paging-toolbar .x-btn-icon-el.x-tbar-page-last::before {
        content: "\e069";
    }

    .paging-toolbar .x-btn-icon-el.x-tbar-loading::before {
        content: "O";
    }

    .paging-toolbar .x-btn-icon-el.icon-exportexcel::before {
        content: "\e005";
    }

    .paging-toolbar .x-btn-icon-el.icon-resetgrid {
        background-image: url(../Img/base/ico-reset-grid.png);
    }

        .paging-toolbar .x-btn-icon-el.icon-resetgrid::before {
            content: "";
        }




/* =========== CARD LAYOUT REQUIREMENTS =========== */

.list.cards .x-grid-header-ct,
body.mobile .list .x-grid-header-ct {
    display: none;
}

.list.cards .x-grid-view {
    background-color: #F1F1F1;
}

.list.cards .x-grid .x-grid-item {
    background-color: #F1F1F1;
    border: 0;
    padding: 10px 0;
    border-bottom: 1px solid #DDD;
}

body .list.cards .x-grid .x-grid-item.x-grid-item-over,
body .list.cards .x-grid .x-grid-item.x-grid-item-selected {
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: #DDD;
}

.list.cards .x-grid-item.x-grid-item-selected .card {
    background-color: #F7F7F7;
}


/* =========== CARD LAYOUT =========== */
.card {
    height: 160px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2);
    margin: 5px 5px;
    padding: 15px;
    border-left: 8px solid transparent;
}

    .card.unknown {
        border-color: grey;
    }

    .card.positive {
        border-color: green;
    }

    .card.warning {
        border-color: orange;
    }

    .card.danger {
        border-color: red;
    }

    .card.info {
        border-color: deepskyblue;
    }

    .card .header {
        border-bottom: 1px solid #DDD;
        padding-bottom: 10px;
    }

        .card .header .title-image {
            float: left;
            margin-right: 10px;
            height: 48px;
            width: 48px;
            border-radius: 50%;
            border: 2px solid #999;
            overflow: hidden;
            background-position: -1px -1px;
            background-size: 48px 48px;
            background-repeat: no-repeat;
        }

    .card.assignable .header .title-image {
        float: right;
    }

    .card .header .title-image img {
        height: 48px;
        width: 48px;
        position: relative;
        top: -2px;
        left: -2px;
    }

    .card .header .title-container {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 64px);
    }

    .card .header .title {
        font-size: 1.7em;
        font-family: opensans-light;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .card .header .sub-title {
        font-size: 1.1em;
        font-family: opensans-bold;
        color: #555;
        margin-top: 2px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .card .header::after {
        content: '';
        display: block;
        clear: both;
    }

    .card .body {
    }

        .card .body .row {
            padding-top: 5px;
        }

        .card .body .label {
            font-size: 1em;
            font-family: opensans-bold;
            color: #555;
            margin-bottom: 2px;
        }

        .card .body .value {
            font-size: 1.1em;
            font-family: opensans-regular;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.list.assets .card .header .title-image {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAIAAAC3cQTlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJFMTBCRTJGMkIyNzExRTc4RDY1RjdCNzUzRjdFRjkwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJFMTBCRTMwMkIyNzExRTc4RDY1RjdCNzUzRjdFRjkwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkUxMEJFMkQyQjI3MTFFNzhENjVGN0I3NTNGN0VGOTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkUxMEJFMkUyQjI3MTFFNzhENjVGN0I3NTNGN0VGOTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Vw5JsAAAEo0lEQVR42uya+1MbVRTHs5ttCgHsQECUV6CBlJAQwoYEhBY6QlVoqygjZXRaZxy1v/V3/wB/9zdn/LWd0VasSFs6iDOVDpSShoRAwiMPQkKIPJJgyAtrHh6bGeykLYTswtLOPXOHWTZ3b+7nnnO/5+wF7OMvrrBeFcNZr5AhGASDYBAMgkEwCAbBIBgEg2AQzMtqxL6Onp+Xq6ytPs4vhusF25JKO7267nrJYDAME5SWvCWX5WQfmzMtXOvth5t1NZKezg7PhndsYtKyaI/FYvR/L71nAATBrquprpWIAEgzZYD2Tzi8/ekRgiClYmisWEyrn1XrpsPhyGGEyc3JlkvFImH5utut0kyZrLYdOleU8ZWkNI/HmzWaJ6YMLs/GYYEpLS5sUpK5vByrzfHgkSb5mQF/o4Is4xe53J5RlWZxaZkxGBzHxSfKlWRNGoejmZ7Rzxl9/kAK42RlZkgqhWR11dbjxyqNzjBvjkajBy0AX1+5zOWmX++7MzUzT2U5YQnG1Fpo0qoTPR+eCwZD33z73UHnmcwMLigVbHeFrBq8RCnZ4TgMAkPBgDAsA9Jsdziv/tQnFJQ2yGWNitpJ/eyjSX0wFNrTINz0dIVMIpOINrybIyq10bJ4+VIPAzAYjsFP+HpohW/kn2qo+/JiN1w/UGm8Pt+ujx/LympUkrAWq2uu3luDyyurcRdRcTIFGKDBsHjug6n82Hfn9VxePSn9/JMu0CVQpzWX+7kPQjdQP9BAs9X2w83bT3cj2GwqyTR1mGgkMd/BtG79di+Dyz2pJD/tOg+/joxP2BzO7Q78ooKT9XKAmZk3f3/1RiAYfHbzMAMDxmbjz6ZwmOLgHyP3x9Uysej9d1s3/X7wEkQkBNVrmZlqnf7mwFAotPWCAdkp6zI1GAgyFvaiD2G6ccGFsuCz7s5AMDQ0PArJftfVYcYzkUgkmc0KACVFBUvLf+5KEvcMFZjUpeOJ8GD0lr1sHI8yAgOegUhLMh6x5HpCmLEYgYkvJM3vvTg7yhRMkuu9hx1MTQBShwENxen2zH8CEGUCBntSAtAOw5AAQHajG4ZiBZA6zFEOh3YB4HCOEASbAZjVddeFDzrKSoroIoGXs/a3m807Hh7sVwXwy8BQjbiys73N4VyBYmzT56dyvNbR1sJNS/v59qDV7mCm0NQZ5gzzprbmxq8uXlBP6ofHVHuNeIjVd043CQVl4xodlNhU9UNM1lN5PhqNma1204KNlFadalD4AwGXO/F0RiQUgN+cK2sJ96EG7Tr3XiAQutF/l0p00eOZbVt3e6719osqBOAlZa104PdhuLND/8I38ztaW0CI++4OUT9hohkmbrMmi9FihfeWS92ds0bLvdGHoa2/E/rAqxsAC0qLIahU2ima0xTFMEsw2DN2hxM2UmWF4ExLUzgchugqP873/OUF9WuQyz46ewaur/86YKPPIf/n8f37f7OSwoL21uZgaCs97Sgg5fGyCYKACIyfXeyH0eyZp83r803o9FDVwy7K4+Xcf6gGktROPRnYM8817fQMNNaBGPozIIJBMAgGwSAYBINgEAyCQTAIBsEcAvtXgAEAo8MAn8Up+88AAAAASUVORK5CYII=');
}



/*
    SPLITTER/COLLAPSIBLE    
*/
#icrm_container .x-splitter-vertical {
    border-top: 45px solid #222;
    background-image: url(../Img/base/splitter-vertical-background.png);
    background-position: center top;
    background-repeat: repeat-y;
}

#icrm_container .module .x-splitter-vertical {
    border-top: 0px none;
}

.x-layout-collapsed {
    background-color: transparent;
}

.x-layout-split-top {
    background-image: url(../Img/base/splitter-top.png);
}

.x-splitter-collapsed .x-layout-split-top {
    background-image: url(../Img/base/splitter-bottom.png);
}


.x-layout-split-left, .x-splitter-collapsed .x-layout-split-right {
    background-image: url(../Img/base/splitter-left.png);
}

.x-splitter-collapsed .x-layout-split-left, .x-layout-split-right {
    background-image: url(../Img/base/splitter-right.png);
}

.x-splitter-horizontal {
    background-color: #E4E4E4;
}

/* ADVANCED FILTERS */

.advanced-filter-editor {
}

    .advanced-filter-editor .x-panel-header-default-horizontal.x-header-noborder {
        padding: 0;
    }

    .advanced-filter-editor.module .x-panel-header {
        padding-left: 0;
    }

    .advanced-filter-editor .treefield-tree {
    }

        .advanced-filter-editor .treefield-tree .x-toolbar {
            margin: 0 0 4px 0;
        }

    .advanced-filter-editor .advanced-filter-panel .x-grid-header-ct {
        margin: 8px 0 0 0;
    }

    .advanced-filter-editor .advanced-filter-panel .operators-tb {
        background-color: #FFFFFF;
        padding: 2px 6px;
        margin: 4px 0 0 0;
        font-size: 12px;
    }

        .advanced-filter-editor .advanced-filter-panel .operators-tb .x-toolbar-text {
            font-size: 12px;
        }

/*.advanced-filter-editor .advanced-filter-panel .operators-tb .x-btn {
            border: 1px solid #DDD;
        }*/

.entity-fields-panel .entities-info-panel {
    background-color: #EEE;
    font-size: 12px;
    margin: 4px 0 0 0;
    padding: 6px 4px;
}


/*
    FILTER AREA       
*/

.listFilters {
    background-color: transparent;
}

.filterToggle.x-btn.x-btn-pressed,
.filterToggle.x-btn-pressed {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
}

.list .advanced-filters-on {
    cursor: pointer;
}

body.mobile .filterField {
    padding-right: 10px;
    padding-left: 10px;
}


/*
    SCROLLBARS (Webkit only)
*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track-piece {
    margin: 0;
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
    -webkit-border-radius: 2px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: dimgray;
    }

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

/*
    SCROLLBARS (FF64+ ONLY)
*/

body div {
    scrollbar-width: thin;
}


/*
    Editors
*/

.x-small-editor .x-form-field,
.ext-webkit .x-small-editor .x-form-field {
}

/*
    MASK
*/

.ext-el-mask, .x-mask {
    background-color: rgba(244,244,244,0.5);
}


.ext-el-mask-msg, .x-mask-msg {
    border: 0;
    background-image: none;
    background-color: transparent;
}

    .ext-el-mask-msg div, .x-mask-msg div {
        font-size: 12px;
        background-color: transparent;
        border: 0;
    }

.x-mask-msg-text {
    background-image: url(../img/wait.gif);
    padding: 30px 0 30px 40px;
    border: 0;
}

.load-mask {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(81,81,81,0.35);
}

    .load-mask .x-mask-msg,
    .load-mask .x-mask-msg-inner,
    .load-mask .x-mask-msg-text {
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .load-mask .x-mask-msg-text {
        background-image: none;
    }

    .load-mask .mask-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px;
        background-color: #FFF;
        border-radius: 10px;
        max-height: 260px;
        width: 300px;
    }

body.mobile .load-mask .mask-content {
    padding: 20px;
    width: 200px;
    max-height: 200px;
}

.load-mask .mask-icon {
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}

    .load-mask .mask-icon:before {
        font-family: "pat-font" !important;
        content: attr(data-icon);
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.load-mask .mask-content.loading .mask-icon {
    background-image: url(../img/wait.gif);
}

.load-mask .mask-content.success .mask-icon:before {
    content: "\28";
    color: #16934E;
}

.load-mask .mask-content.error .mask-icon:before {
    content: "\3f";
    color: #FB5231;
    font-size: 40px;
}

.load-mask .mask-content.warning .mask-icon:before {
    content: "\3f";
    color: #F4BD00;
    font-size: 40px;
}

.load-mask .mask-message {
    font-size: 12px;
    margin-top: 32px;
    align-self: stretch;
    overflow: auto;
    text-align: center;
}

.load-mask .mask-buttons {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

    .load-mask .mask-buttons .btn + .btn {
        margin-left: 20px;
    }


/* ============================== MENU ============================== */

.x-menu-list-item {
    font-size: 11px;
    font-weight: normal;
}

.x-menu {
    background-color: #F5F5F5;
    background-image: none;
    border: 1px solid #DDD;
}

.x-menu-body {
    background-color: #F5F5F5;
}

.x-menu-floating {
    border-color: silver;
}

.x-menu-item-active,
.x-menu-item-default.x-menu-item-active,
.x-nlg .x-menu-item-active {
    background-color: #faf6c7;
    background-image: none;
    border-radius: 0;
    border-color: transparent;
    border-bottom-color: #faf6c7;
}


/* ============================== NAVIGATION TREE ============================== */

.navTree {
}

    .navTree .x-panel-body {
        border: 0px none;
    }

        .navTree .x-panel-body .x-tree-view {
            border: 0;
            background-color: transparent;
        }

    .navTree.pagesNavTree .x-grid-item,
    .navTree.pagesNavTree .x-panel-body-noheader,
    .navTree.pagesNavTree .x-panel-mc .x-panel-body {
    }

    .navTree .x-tree-node-el {
        padding: 3px;
    }

.x-grid-no-row-lines .x-grid-row-focused .x-grid-cell-inner {
    padding-bottom: 4px;
    padding-top: 3px;
}

.x-grid-body .x-grid-table-focused-first {
    border-top: 1px solid transparent;
}

.navTree .navRootNode span {
    font-size: 16px;
    margin: 0px;
    color: #666;
}

.navTree .x-grid-cell-inner {
    margin-top: 6px;
}

.navTree .x-tree-selected {
    background-color: silver;
}

.navTree .x-tree-node-icon {
    background-image: none;
    display: none;
}

.navTree .x-tree-icon {
    vertical-align: baseline;
}

body.mobile .navTree .x-tree-icon {
    vertical-align: middle;
}

.navTree .x-tree-elbow-line:only-child {
    width: 0px;
}

body.mobile .navTree .x-grid-tree-node-leaf .x-grid-cell {
    padding: 6px;
}


/* ============================== NAVIGATION BUTTON MENU ============================== */
.navButton.x-btn,
.navButton.x-btn.x-btn-over,
.navButton.x-btn.x-btn-menu-active,
.navButton.x-btn.x-btn-menu-active.x-btn-default-small,
.navButton.x-btn.x-btn-menu-active.x-btn-default-toolbar-small {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 2px;
    height: 31px;
    max-height: 31px;
    min-width: 200px;
    max-width: none;
}

.navButton .x-btn-icon-el {
    float: left;
    padding-right: 30px;
    border-right: solid 1px #C4C4C4;
    margin-top: 1px;
}

.navButton .x-btn-icon-el-default-toolbar-small {
    height: 24px;
}

.icon-hamburger-menu {
    background-image: url(../Img/base/ico-hamburger-menu.png);
}

.navButton.x-btn button,
.navButton.x-btn .x-btn-inner {
    float: left;
    margin: 0 3px 0 10px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.navButton.x-btn:hover,
.navButton.x-btn-over.x-btn-default-small,
.navButton.x-btn-over.x-btn-default-toolbar-small {
    background: none;
    background-color: #EEE;
    border: 1px solid #C0C0C0;
}

.navButton.x-form-text-wrap .x-btn:hover,
.navButton.x-form-text-wrap .x-btn-over.x-btn-default-small,
.navButton.x-form-text-wrap .x-btn-over.x-btn-default-toolbar-small,
.navButton.x-form-text-wrap .objectToolbar .x-btn.x-btn-over {
    background: none;
    border-color: transparent;
}

.navButton.x-btn-focus,
.navButton.x-btn-focus.x-btn-default-small,
.navButton.x-btn-focus.x-btn-default-toolbar-small {
    background: none;
    background-color: #EEE;
    outline: none;
}

.navButton.x-btn.x-btn-pressed,
.navButton.x-btn.x-btn-pressed.x-btn-default-small,
.navButton.x-btn.x-btn-pressed.x-btn-default-toolbar-small {
    background: none;
}

.navButton.x-btn.x-btn-disabled,
.navButton.x-btn.x-btn-disabled.x-btn-default-small,
.navButton.x-btn.x-btn-disabled.x-btn-default-toolbar-small {
    border-color: transparent;
}

.navButton.x-btn .x-btn-wrap {
    outline: none !important;
}

.x-field-buttons-body .navButton.x-btn,
.x-field-buttons-body .navButton.x-btn:hover {
    border: 1px solid transparent;
}

.navButton.x-btn-text-icon {
    border: 0px;
    margin-left: 2px;
    margin-right: 2px;
}

.navButton.x-btn.x-btn-menu-active.x-btn-default-toolbar-small,
.navButton.x-btn.x-btn-pressed.x-btn-default-toolbar-small {
    border: 1px solid #C0C0C0;
    background-image: none;
    background-color: #EEE;
}

.navMenu.x-menu {
    border-radius: 2px;
}

.x-toolbar-default,
.x-nlg .x-toolbar-default {
    background-color: #EEE;
    background-image: none !important;
}

body.mobile .x-toolbar-default {
    background-color: transparent;
}


.objectToolbar {
}

body.mobile .objectToolbar {
    padding: 0;
    margin: 0;
}

    body.mobile .objectToolbar a.x-box-menu-after {
        top: 9px !important;
    }

.navToolbar.x-toolbar-default,
.recordViewToolbar.x-toolbar-default {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    border-width: 0px;
    padding: 0 0 0 0;
}

.module.list .list-toolbar,
.recordViewToolbar.x-toolbar-default,
.analysis-toolbar.list-toolbar,
.module.obj-link-multi-selection .toolbar,
.module .x-toolbar.toolbar {
    padding: 10px;
}

.module.list .list-toolbar,
.recordViewToolbar.x-toolbar-default,
.analysis-toolbar.list-toolbar,
.module.obj-link-multi-selection .toolbar {
    margin: 7px 0 0 0;
}

body.mobile .module.list .list-toolbar,
body.mobile .recordViewToolbar.x-toolbar-default,
body.mobile .analysis-toolbar.list-toolbar {
    padding: 5px;
    margin: 0;
}

body.mobile .recordViewToolbar {
    height: auto !important;
}

/*  Toolbar fill: ensure toolbar fill height is the same of buttons (including borders + padding + margins).
    This is for ensuring the right toolbar height when there are no starting visible elements.
    An example is when detail module hasn't visible title and GetAvailableOperations hides buttons on record view rendering. 
    In this case when GetAvailableOperations shows buttons, the toolbar height changes from 0 to button height and moves down the whole detail content.
 */
.toolbar-fill {
    height: 22px;
}

.module.list .list-toolbar,
.module.obj-link-multi-selection .toolbar,
.module .x-toolbar.toolbar {
    border: 0;
}

.x-toolbar-footer {
    background-color: #FFF;
}

body.mobile .list-toolbar [id$=filterButton] {
    visibility: hidden;
}

body.mobile .list-toolbar .filterClear {
    visibility: hidden;
}

body.mobile .list-toolbar .filterToggle .icon-sectioncollapsed {
    background-image: url(../Img/base/ico-filter.png);
}

body.mobile .list-toolbar .x-toolbar-separator-horizontal {
    visibility: hidden;
}


.navPinnedPages {
}

.pinnedPage {
    float: left;
    width: 130px;
    margin-left: 5px;
    cursor: pointer;
}

    .pinnedPage .label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
        margin: 3px 0 3px 0;
    }

    .pinnedPage.x-item-selected .label {
        font-weight: bold;
    }

    .pinnedPage .box {
        height: 45px;
        padding: 5px 10px 5px 10px;
        background: #EEE;
        color: #333;
    }

    .pinnedPage.x-item-selected .box {
        background: #DDD;
    }

    .pinnedPage .icon {
        float: left;
        height: 100%;
        width: 24px;
        border-radius: 24px;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .pinnedPage .badge {
        float: right;
        text-align: right;
        line-height: 32px;
        font-size: 30px;
        color: #666;
    }

    .pinnedPage.x-item-selected .badge {
        color: #333;
    }

.x-fieldset-with-title {
    border-top: 1px solid #E0E0E0;
    margin-top: 14px;
}




/* ============================== BADGE IN MENU DETTAGLIO ============================== */

.navTree .badge .x-tree-node-text {
    font-family: opensans-bold;
    margin-left: 6px;
}

.navTree .badge .x-tree-elbow-line, .navTree .badge .x-tree-elbow-img {
    display: none;
}

.navTree .badge .badge-count {
    display: inline-block;
    width: 20px;
    margin-right: 6px;
    padding: 0 2px;
    border-radius: 2px;
    background-color: #FAB450;
    text-align: center;
}

.navTree .badge.badge-loading .x-tree-node-text {
    font-family: opensans-regular;
    color: #999;
}

.navTree .badge .x-tree-elbow-line, .navTree .badge .x-tree-elbow-img {
    display: none;
}

.navTree .badge.badge-loading .badge-count {
    background-color: #F5F5F5;
}


body.mobile .navTree .badge .x-tree-node-text {
    margin-left: 26px;
}




/* NAV TREE MAIN MENU WRAPPER */

body.mobile #menuWrapper {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0;
    text-align: center;
}

    body.mobile #menuWrapper .x-btn {
        border: 0px none;
    }

        body.mobile #menuWrapper .x-btn.x-btn-default-small {
            background-color: transparent;
            padding: 4px;
        }

        body.mobile #menuWrapper .x-btn:hover,
        body.mobile #menuWrapper .x-btn-over.x-btn-default-small,
        body.mobile #menuWrapper .x-btn-over.x-btn-default-toolbar-small {
            border: 0px none;
        }

        body.mobile #menuWrapper .x-btn.x-btn-focus,
        body.mobile #menuWrapper .x-btn.x-btn-pressed,
        body.mobile #menuWrapper .x-btn.x-btn-pressed.x-btn-default-small,
        body.mobile #menuWrapper .x-btn.x-btn-pressed.x-btn-default-toolbar-small {
            background-color: transparent;
            box-shadow: none;
            outline: none;
        }

            body.mobile #menuWrapper .x-btn.x-btn-pressed,
            body.mobile #menuWrapper .x-btn.x-btn-pressed.x-btn-default-small {
                background-color: #EDEDED;
            }


/* ============================== SIDE AREAS ============================== */

.portalViewport > .x-region-collapsed-placeholder.x-panel-header {
    border-width: 0;
    border-top: 45px solid #222;
}

.portalWestContainer,
.portalEastContainer {
    background-color: #F5F5F5;
}

body:not(.mobile) .portalWestContainer,
body:not(.mobile) .portalEastContainer {
    border-top: 45px solid #222;
}

.portalWestContainer .moduleContainer,
.portalEastContainer .moduleContainer {
    padding: 0;
}

.portalWestContainer .x-panel-body-default,
.portalEastContainer .x-panel-body-default {
    background-color: transparent;
}


/* ============================== MAIN MENU ============================== */

.navTreeMainContainer {
    /*background-color: #222;*/
    padding: 0 0 0 5px;
}

body.mobile .navTreeMain {
    padding-top: 10px;
}

.main-menu-search {
    margin: 10px 16px 6px 10px;
}

.navTreeMain.navTree .x-tree-view {
    border-right: 0;
}

body:not(.mobile) .navTreeMain.navTree .x-grid-row .x-grid-cell-inner {
    margin-top: 10px;
    margin-bottom: 2px;
    padding-top: 4px;
}

body:not(.mobile) .navTreeMain.navTree .x-grid-tree-node-leaf .x-grid-cell-inner {
    margin-top: 0;
    margin-bottom: 0;
}

.navTreeMain.navTree .x-grid-item,
.navTreeMain.navTree .x-grid-item.x-grid-item-over,
.navTreeMain.navTree .x-grid-item.x-grid-item-selected {
    background-color: transparent;
}

    .navTreeMain.navTree .x-grid-item.x-grid-item-over .x-grid-cell:not(.navRootNode) {
        cursor: pointer;
    }

        .navTreeMain.navTree .x-grid-item.x-grid-item-over .x-grid-cell:not(.navRootNode) .x-tree-node-text {
            text-decoration: underline;
            text-decoration-color: #444;
        }

.nav-user-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 10px;
    border-bottom: 1px solid #DDD;
}

.nav-user-description {
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
    font-weight: 700;
    line-height: 21px;
}

    .nav-user-description:before {
        font-family: "pat-font";
        font-size: 25px;
        content: "\e018";
        color: #444;
        width: 25px;
        height: 25px;
        position: relative;
        top: 6px;
        font-weight: normal;
        padding-right: 7px;
    }

.nav-user-logout {
    margin-left: auto;
    color: transparent;
    width: 16px;
    height: 16px;
    line-height: 21px;
}

    .nav-user-logout:before {
        font-family: "pat-font";
        font-size: 16px;
        content: "D";
        color: #444;
    }


/*
    TREE
*/
.x-tree .x-tree-ec-icon {
    visibility: hidden;
}

.x-tree:hover .x-tree-ec-icon {
    visibility: visible;
}

.x-tree-node {
    margin: 3px;
}

/* disabled nodes */
.x-tree-view .x-item-disabled {
    -moz-opacity: 0.5;
    opacity: .5;
}

/* HIDEABLE COMMANDS */
.x-form-trigger-wrap .x-form-trigger {
    display: none;
}

body.mobile .x-form-trigger-wrap .x-form-trigger {
    display: table-cell;
}

.x-form-trigger-wrap:hover .x-form-trigger,
.x-form-trigger-wrap-focus .x-form-trigger {
    display: table-cell;
}


.show-trigger-button .x-form-trigger-wrap .x-form-trigger {
    display: table-cell !important;
}

/* Firefox workaround to fix "hover" issues on the buttons */
.x-gecko .x-form-trigger-wrap:hover .x-form-trigger,
.x-gecko .x-form-trigger-wrap-focus .x-form-trigger {
    display: block;
}

.x-gecko .x-form-text-field-body {
    height: 100%;
}


/* ============================== CONTROLS ============================== */

/* Combobox */
.x-boundlist-item-over,
.x-boundlist-selected {
    background-color: #F7F7F7;
    border-color: #E7E7E7;
}


/* ANALYSIS SPECIFIC */
.analysis-ct {
}

    .analysis-ct .filter-area-container {
        margin-bottom: 6px;
    }

.analysis-toolbar {
}

    .analysis-toolbar.list-toolbar {
    }

    .analysis-toolbar.compact-toolbar {
        background-color: #FFF;
    }

    .analysis-toolbar .x-label-value {
        vertical-align: inherit;
    }

    .analysis-toolbar .analysis-last-update {
        color: #777;
        font-size: 11px;
    }

    .analysis-toolbar .analysis-filters-label .x-label-value {
        color: #777;
        font-size: 11px;
    }

    .analysis-toolbar.dirty-filters .analysis-filters-label .x-label-value {
        color: #666;
        font-family: opensans-bold;
        font-style: italic;
    }

.analysis-ct.pending-refresh {
}

    .analysis-ct.pending-refresh .x-mask {
        opacity: 0.9;
    }

    .analysis-ct.pending-refresh .x-mask-msg-text {
        padding: 0;
        background-image: none;
    }

    .analysis-ct.pending-refresh .pending-refresh-link {
        font-size: 16px;
        color: #000;
        background-repeat: no-repeat;
        background-position: 10px center;
        padding: 6px 12px 6px 28px;
        text-decoration: none;
        cursor: pointer;
    }

        .analysis-ct.pending-refresh .pending-refresh-link:hover {
            background-color: #DFDFDF;
        }

body.mobile .analysis-ct.pending-refresh .pending-refresh-link {
    opacity: 1;
}


/* TILE ANALYSIS */
.TileArray {
    float: left;
}

.Tile {
    float: left;
    padding: 8px;
    margin: 8px;
    width: 96px;
    height: 96px;
    background-color: silver;
    color: black;
    text-align: center;
    line-height: normal;
}

.TileText {
    font-size: 14px;
}

.TileTitle {
    font-size: 38px;
}

.TileGood {
    background-color: white;
    color: gray;
}

.TileBad {
    background-color: orangered;
    color: white;
}

.TileWarn {
    background-color: yellow;
}

/* ACCOUNT INFO */
.AccountInfo {
    padding: 8px;
}

    .AccountInfo DIV:only-child {
        background-color: transparent;
    }

    .AccountInfo IMG {
        margin: 8px;
        border-radius: 50%;
    }

.AccountInfo {
    font-size: 14px;
    margin-top: 2px;
}

.InfoLink {
    cursor: pointer;
}

    .InfoLink:hover {
        text-decoration: underline;
    }

.AccountInfo .InfoTitle {
    font-size: 24px;
}

.AccountInfo .InfoBadge {
    font-weight: bold;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    float: left;
    margin-top: 6px;
    margin-right: 4px;
}

.AccountInfo .InfoSubtitle {
    font-size: 18px;
}

.CostCenterInfo {
    margin: 10px 0;
}

/* CONVERSATION */
.Conversation {
}

.ConversationItem {
    float: left;
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 4px;
    font-size: 12px;
}

IMG.ConversationPhoto {
    width: 32px;
    height: 32px;
    margin: 4px;
    border: 1px solid silver;
}

.ConversationRight {
    color: #666;
    background-color: white;
    padding: 4px;
    width: 80%;
    float: right;
}

.ConversationLeft {
    color: #666;
    background-color: silver;
    float: left;
    padding: 4px;
    width: 80%;
}

.ConversationContent {
}

.ConversationRightFooter {
    font-size: 10px;
    float: right;
    margin-top: 4px;
    color: #666;
}

.ConversationLeftFooter {
    font-size: 10px;
    float: left;
    margin-top: 4px;
    color: #666;
}

.ConversationLeftPointer {
    float: left;
    width: 1px;
    height: 1px;
    border-style: none;
    border-left: 15px solid transparent;
    border-top: 15px solid silver;
    position: relative;
    top: 10px;
}

.ConversationRightPointer {
    float: right;
    margin-right: 8px;
    width: 1px;
    height: 1px;
    border-style: none;
    border-right: 15px solid transparent;
    border-top: 15px solid white;
    position: relative;
    top: 10px;
}

/* TICKET SLA STATUS */
.SLAStatus {
    font-size: 12px;
    width: 100%;
    color: #666;
}

.SLAStatusItem {
    margin: 8px;
    background-color: white;
    border-left: 8px solid #F4f4f4;
}

div.SLAGridLabelContainer div {
    margin-left: 2px;
}

div.SLAGridItem div {
    float: left;
}

div.SLAGridIcon {
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background-color: #F4f4f4;
}

div.SLAGridLabel {
    font-size: 9px;
    border-radius: 8px;
    padding: 4px;
    background-color: #F4f4f4;
}

div.ServiceLevel1 {
    background-color: red;
    color: white;
}

div.ServiceLevel2 {
    background-color: green;
    color: white;
}

/* SOLICIT */
div.Solicit {
    width: 16px;
    height: 16px;
    background-image: url(../../../icons/bell-png/ext.axd);
}

/* Warning message with icon on the left */
.warningMessage {
    background-image: url(../../../icons/exclamation-png/ext.axd);
    background-repeat: no-repeat;
    color: red;
    padding-left: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.icon-ko {
    background-image: url(../../../icons/exclamation-png/ext.axd) !important;
    background-repeat: no-repeat;
}

.dirtyField {
}

.dirtyField .x-form-field {
    background-image: url('../Img/base/dirty.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}

body:not(.mobile) .x-form-field.x-form-checkbox {
    background-image: url(../Img/base/checkbox.png);
}

body:not(.mobile) .dirtyField .x-form-field.x-form-checkbox {
    background-image: url(../Img/base/checkbox_dirty.png);
    background-position: 0 0;
}

body:not(.mobile) .x-form-invalid-field-default {
    background-position: 0 0;
}

body:not(.mobile) .dirtyField.x-form-cb-checked .x-form-checkbox.x-form-checkbox-default {
    background-position: 0 -13px;
}

body:not(.mobile) .dirtyField .x-form-checkbox.x-field-default-form-checkbox-focus {
    background-position: -13px 0;
}

body:not(.mobile) .dirtyField.x-form-cb-checked .x-form-checkbox.x-field-default-form-checkbox-focus {
    background-position: -13px -13px;
}

.icon-ok {
    background-image: url(../../../icons/tick-png/ext.axd) !important;
    background-repeat: no-repeat;
}

/* Grid Context Menu */
.gridCtxMenu {
    background-image: url(../Img/base/default-toolbar-small-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    visibility: hidden;
    cursor: pointer;
}

TR.x-grid-row:hover .gridCtxMenu {
    visibility: visible;
}

.x-grid-item.x-grid-item-selected .gridCtxMenu {
    visibility: visible;
}

.gridCtxMenu:hover {
    border: 1px solid silver;
}

.x-panel-bbar:hover .x-toolbar-left {
    visibility: visible;
}

.selectedObjectLink .x-form-field {
    text-decoration: underline;
}

.objectlink_object-not-found {
    color: red !important;
}

.objectlink_object-not-visible {
    color: gray !important;
}

.objectlink_object-not-available {
    color: burlywood !important;
}

/* Advanced Search/Reporting Styles */
.configurable-dg-colsettings-window {
}

.configurable-dg-colsettings-form {
}

    .configurable-dg-colsettings-form .x-toolbar .x-toolbar-item {
        background: transparent;
    }

.repField {
    background-image: url(../../../icons/table_column-png/ext.axd);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

.repOperatorAND {
    background-image: url(../Img/base/ico-and.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

.repOperatorOR {
    background-image: url(../Img/base/ico-or.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

.loadingObjectLink .x-form-field {
    color: #d0d0d0;
}

.objLinkField .x-trigger-cell .x-form-trigger {
    opacity: 1;
}

.objLinkField.valueSelected input{
    text-decoration:underline;
}

.objLinkField.hyperLink input,
.objLinkFieldReadonly.hyperLink input {
    text-decoration: underline;
    cursor: pointer;
}

.x-form-trigger-wrap:hover .x-trigger-cell.trigger-visible {
    display: table-cell !important;
}

.objLinkField .x-trigger-cell.trigger-visible .x-form-trigger {
    display: block !important;
}

/* OBJECT LINK EXTENDED */

.obj-link-extended {
}

    .obj-link-extended.preview-expanded {
    }


    .obj-link-extended.preview-collapsed {
    }

    .obj-link-extended .objLinkField .x-form-text-wrap {
        border: 1px solid #DDD;
    }

    .obj-link-extended .preview-ct {
        border: 1px solid #DDD;
        border-top: 0px none;
        padding: 10px 6px;
        background-color: #fafafa;
    }

    /* obj link extended hover/focus */
    .obj-link-extended:hover .objLinkField .x-form-text-wrap,
    .obj-link-extended.x-field-focus .objLinkField .x-form-text-wrap,
    .obj-link-extended:hover .preview-ct,
    .obj-link-extended.x-field-focus .preview-ct {
        border-color: #C0C0C0;
    }

    .obj-link-extended.preview-expanded:hover .objLinkField .x-form-text-wrap,
    .obj-link-extended.preview-expanded.x-field-focus .objLinkField .x-form-text-wrap {
        border-bottom-color: #DDD;
    }

    /* obj link extended invalid */
    .obj-link-extended.x-form-invalid-field .objLinkField .x-form-text-wrap,
    .obj-link-extended.x-form-invalid-field .preview-ct {
        border-color: #ff7870;
    }

    .obj-link-extended.preview-expanded.x-form-invalid-field .objLinkField .x-form-text-wrap {
        border-bottom-color: #DDD;
    }


    /* obj link extended preview placeholders */
    .obj-link-extended .content-placeholder {
        max-width: 360px;
        margin: 0 auto;
    }

.content-placeholder.obj-link-extended-empty {
    background-image: url(../Img/base/placeholder-notext.png);
}

/* OBJECT LINK EXTENDED - DEFAULT PREVIEW TPL */
.obj-link-extended .preview-tpl .preview-item {
    display: inline-block;
    min-width: 80px;
    min-height: 68px;
    margin: 0 8px 0 0;
    padding: 16px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.obj-link-extended .preview-tpl .image-item {
    min-width: 68px;
    width: 68px;
    height: 68px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #CCC;
}

body.mobile .obj-link-extended .preview-tpl .image-item {
    background-image: url(../Images/asset-placeholder.png);
}

.obj-link-extended .preview-tpl .preview-item label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
}

/* OBJECT LINK MULTI */
.objectlinkmulti-field {
}

    .objectlinkmulti-field input {
        cursor: pointer;
        text-overflow: ellipsis;
    }

    .objectlinkmulti-field .x-btn .x-btn-icon-el,
    .obj-link-multi-selection .btn .x-btn-icon-el:before,
    .obj-link-multi-selection .col-commands .x-btn-icon-el:before {
        font-size: 16px;
    }

    .objectlinkmulti-field.x-form-readonly.empty-field input {
        cursor: default;
    }



.x-css-shadow {
    visibility: hidden;
}

body.mobile .x-css-shadow {
    background-color: #F5F5F5;
    visibility: visible;
}

/* TAG FIELD*/
.x-taglabel-input .x-form-text:hover, .x-taglabel-input textarea.x-form-field:hover, .x-taglabel-input .x-field:hover .x-form.text {
    border: 0px none;
}

.boxTag .x-taglabel-item {
    background-color: #DEE7F8;
    border: 1px solid #CAD8F3;
    padding: 3px !important;
}

.boxTag input.x-form-field {
    margin-top: 3px;
}

.boxTag .x-taglabel-item:hover {
    background-color: #BBCEF1;
    border: 1px solid #6D95E0;
}

.boxTag .x-taglabel-item-text {
    font-size: 13px;
}

.x-tagcombo .boxTag .x-taglabel-item .x-taglabel-close-btn {
    top: 7px !important;
}

.boxTag .x-taglabel-item .x-taglabel-close-btn-over {
    background-position: 0px -11px;
}

.x-tagcombo .x-form-invalid-field {
    background-image: none;
    background-color: #FEE;
    border-color: #FF7870;
}

.x-tree-view {
    background-color: white;
    border: 1px solid silver;
}

/* =========== MOBILE DATE TIME PICKER =========== */

.mobile-datetime-picker .mobile-date-picker .x-form-trigger-wrap-default {
    border-right: 0px none;
}

.mobile-datetime-picker .mobile-date-picker .x-form-text-field-body-default,
.mobile-datetime-picker .mobile-time-picker .x-form-text-field-body-default {
    min-width: unset;
    max-width: unset;
}

/* UPLOADER AND ATTACHMENT FIELD */

/* hide upload drag-and-drop area text */
body.mobile .uploadtext {
    display: none;
}

/*
    We need these "overrides" in order to get the browse button working on mobile devices.
    These styles keep the input type=file over the target element and keep the browse button in right position to be "selected"
 */
body.mobile .moxie-shim {
    z-index: 100 !important;
}

    body.mobile .moxie-shim input {
        z-index: 101 !important;
        font-size: initial !important;
    }

body.mobile .uploadstatusbase .uploadbutton {
    visibility: visible;
}


/* REPORT */
.report-item {
    height: 48px;
    width: 48px;
    background: url(../../../Client/Resources/Img/report-icon.png) no-repeat center;
    float: left;
}

.report-item-body {
    float: left;
    margin-left: 10px;
}

    .report-item-body div {
        font-size: 14px;
        font-size: 14px;
        border-top: 2px;
        color: gray;
    }

        .report-item-body div:first-child {
            color: black;
            font-size: 20px;
        }

.report-line {
    border: 1px solid transparent;
    padding-top: 5px;
    cursor: pointer;
}

.report-selected {
    background-image: none;
    background-color: #faf6c7 !important;
    border: 1px solid #fee100;
}

.report-over {
    border: 1px solid #dddddd;
    background-color: #efefef;
}

/* BRAIN BUSINESS WORKFLOW */
table.aa-workflow {
    width: 100%;
    height: 52px;
    max-height: 52px;
    background: #FAB450;
    text-align: right;
}

    table.aa-workflow td {
        height: 52px;
        max-height: 52px;
        background: #FAB450 url(../Img/aa-arrow.png) left bottom no-repeat;
        text-align: center;
        font-size: 12px;
        color: #333;
        max-width: 100px;
    }

        table.aa-workflow td.aa-last-child {
            background-color: #FFF;
        }

        table.aa-workflow td.aa-first-child {
            height: 52px;
            max-height: 52px;
            background: #EEE url(../Img/aa-gradient.png) right center no-repeat;
            width: 52px;
        }

.aa-workflow-status-container {
    background-image: none;
    color: #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 0;
}

    .aa-workflow-status-container .aa-workflow-status {
        text-align: center;
        height: 48px;
        min-height: 48px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 48px 48px;
        position: relative;
        content: "";
        flex: 1;
    }

.aa-workflow-status {
    height: 48px;
    width: 48px;
}

.aa-workflow-status-canceled {
    background: url(../Img/WF/canceled48.gif) no-repeat center;
}

.aa-workflow-status-completed {
    background: url(../Img/WF/complete48.gif) no-repeat center;
}

.aa-workflow-status-failed {
    background: url(../Img/WF/failed48.gif) no-repeat center;
}

.aa-workflow-status-pending {
    background: url(../Img/WF/pending48.gif) no-repeat center;
}

.aa-workflow-status-resumable {
    background: url(../Img/WF/resumable48.gif) no-repeat center;
}

.aa-workflow-status-running {
    background: url(../Img/WF/running48.gif) no-repeat center;
}

.aa-workflow-status-scheduled {
    background: url(../Img/WF/scheduled48.gif) no-repeat center;
}

.aa-workflow-status-description-container {
    margin-top: 12px;
    text-align: center;
    max-width: 400px;
}

.aa-workflow-status-title {
    font-family: opensans-bold;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
}

.aa-workflow-status-description {
    font-family: opensans-regular;
    font-size: 12px;
    color: #666666;
    padding-top: 4px;
}


/* =========== BRAIN BUSINESS FORM =========== */

body.mobile .workflow-milestones {
    margin-bottom: 0;
}

    body.mobile .workflow-milestones .wizard-steps > div {
        display: none;
    }

    body.mobile .workflow-milestones .wizard-steps div:first-child,
    body.mobile .workflow-milestones .wizard-steps div:last-child {
        display: block;
    }

body.mobile .workflow-form {
    padding-left: 5px;
    padding-right: 5px;
}

    body.mobile .workflow-form .pages-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    body.mobile .workflow-form .x-label {
        margin-top: 8px;
    }

    body.mobile .workflow-form .x-tab-default .x-tab-inner-default {
        color: #000;
    }

    body.mobile .workflow-form .x-tab.x-tab-active .x-tab-inner-default {
        color: #000;
    }

body.mobile .workflow-object-selection {
    /*box-shadow: 0px 2px 11px #CCC;*/
    background: white;
}

    body.mobile .workflow-object-selection .x-field {
        padding: 0 15px;
    }

    body.mobile .workflow-object-selection .x-form-field {
        padding: 0;
    }

    body.mobile .workflow-object-selection .x-form-readonly .x-form-trigger-wrap-default {
        border-left: 1px solid transparent;
    }

/* MEDIA */
div.mediaImage {
    position: relative;
    border: 1px solid transparent;
    padding: 3px;
}

img.mediaImage {
    height: auto;
    width: auto;
}

div.mediaImage.editable {
    cursor: pointer;
}

    div.mediaImage.editable:hover {
        border-color: #C0C0C0;
    }

body.mobile div.mediaImage.editable {
    border-color: #DDD;
}

    body.mobile div.mediaImage.editable:hover {
        border-color: #C0C0C0;
    }

.mediaImage.dragover {
    background: rgba(255, 255, 255, 0.4);
    border-color: green;
    height: 50px;
}

.clearContainer {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    display: none;
    z-index: 2;
}

/* TINYMCE EDITOR */
.dirtyField .mce-container-body .mce-edit-area {
    background-color: #FFF;
    background-image: url('../Img/base/dirty.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 10000;
}

.mce-content-body {
    background-color: transparent;
}

.x-form-invalid-field .mce-edit-area {
    background-color: #FEE;
    border-color: #FF7870;
}

.module .mce-tinymce {
    border: 1px solid #DDD;
}

.module div.mce-edit-area {
    border-color: transparent;
}

.recordViewField.x-form-readonly.html-field {
    opacity: 1;
}

body:not(.mobile) .recordViewField.x-form-readonly.html-field .x-form-item-label,
body:not(.mobile) .recordViewField.x-form-readonly.html-field .mce-edit-area {
    opacity: 0.8;
}

.recordViewField.x-form-readonly.html-field .mce-toolbar-grp {
    display: none;
}


.icon-Failed, .x-tree-icon.icon-Failed {
    background: url('../Img/WF/fail.gif') no-repeat;
    padding: 5px 0 5px 30px;
    border: 0;
}

.icon-Canceled, .x-tree-icon.icon-Canceled {
    background: url('../Img/WF/canceled.gif') no-repeat;
    padding: 5px 0 5px 30px;
    border: 0;
}

.icon-Completed, .x-tree-icon.icon-Completed {
    background: url('../Img/WF/complete.gif') no-repeat;
    padding: 5px 0 5px 30px;
    border: 0;
}

.icon-Pending, .x-tree-icon.icon-Pending {
    background: url('../Img/WF/pending.gif') no-repeat;
    padding: 5px 0 5px 30px;
    border: 0;
}

.icon-Resumable, .x-tree-icon.icon-Resumable {
    background: url('../Img/WF/resumable.gif') no-repeat;
    padding: 5px 0 5px 30px;
    border: 0;
}

.icon-Running, .x-tree-icon.icon-Running {
    background: url('../Img/WF/running.gif') no-repeat;
    padding: 5px 0 5px 30px;
    border: 0;
}

.icon-Scheduled, .x-tree-icon.icon-Scheduled {
    background: url('../Img/WF/scheduled.gif') no-repeat;
    padding: 5px 0 5px 30px;
    border: 0;
}

.wfItem {
    padding: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    font-family: opensans-regular, Verdana, sans-serif;
}

.x-tab-default .x-tab-close-btn {
    background-image: url(../Img/base/ico-close-tab.png);
    top: 8px;
    right: 4px;
}

.note {
    font-size: xx-small;
    color: gray;
    padding-top: 2px;
}

/*
    POWERFINDER SPECIFIC 
*/
.pfSearch input.x-form-text:hover,
.pfSearch input.x-form-text:focus {
    border-width: 0px;
}

.pfItem {
    padding: 10px;
    cursor: pointer;
    border: 1px solid transparent;
}

    .pfItem:hover {
        background-color: #faf6c7;
        border-color: #fee100;
    }

    .pfItem .pfItemTitle {
        text-wrap: none;
        margin-top: 3px;
        font-size: 16px;
        margin-bottom: 2px;
        padding-bottom: 4px;
        color: gray;
    }

    .pfItem.pfItemHL .pfItemTitle {
        font-size: 16px;
        color: black;
    }

    .pfItem .pfItemCatalog {
        text-wrap: none;
        margin-top: 0px;
        font-size: 12px;
        margin-bottom: 2px;
        padding-bottom: 4px;
        color: gray;
        font-weight: bold;
    }

    .pfItem .pfItemCommands {
        margin-top: 4px;
        visibility: hidden;
    }

    .pfItem:hover .pfItemCommands {
        visibility: visible;
        height: 15px;
    }

    .pfItem .pfItemCommands div {
        float: left;
        font-size: 10px;
        margin-left: 4px;
        padding-left: 20px;
    }

        .pfItem .pfItemCommands div:hover {
            text-decoration: underline;
        }

    .pfItem .pfItemAbstract {
        display: none;
    }

    .pfItem .pfItemSolution {
        display: none;
    }

    .pfItem.pfItemHL .pfItemAbstract,
    .pfItem.pfItemHL .pfItemSolution {
        display: inline;
        font-size: 12px;
        color: gray;
    }

.powerfinderLabel {
    color: gray;
}

.powerFinderTitle {
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
    background: url(../Img/base/logo-powerfinder.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 38px;
}



/* Document*/

.document-item {
    float: left;
}

.document-item-body {
    float: left;
    margin-left: 10px;
}

    .document-item-body div {
        font-size: 14px;
        font-size: 14px;
        border-top: 2px;
        color: gray;
    }

        .document-item-body div:first-child {
            color: black;
            font-size: 20px;
        }

.document-line {
    border: 1px solid transparent;
    padding-top: 5px;
    cursor: pointer;
}

.supportscrollbar {
    padding: 0 18px 0 0;
}

div.TicketUnreadIcon {
    width: 16px;
    height: 16px;
    background: url(../../../Client/Resources/Img/base/ico-set-as-unread.png) no-repeat center;
    color: white;
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 10px;
}

div.MessageUnreadIcon {
    width: 16px;
    height: 16px;
    background: url(../../../Client/Resources/Img/base/ico-message-unread.png) no-repeat center;
    color: white;
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 10px;
}

div.LockedIcon {
    width: 16px;
    height: 16px;
    background: url(../Img/base/ico-locked.png) no-repeat left center;
    background-size: 13px 13px;
    margin: 2px 0 2px 0;
}

body .icon-messageUnread {
    background-image: url(../Img/base/ico-message-unread.png);
}

body .icon-setAsUnread {
    background-image: url(../Img/base/ico-set-as-unread.png);
}

body .icon-subscribe {
    background-image: url(../Img/base/ico-subscribe.png);
}

body .icon-unsubscribe {
    background-image: url(../Img/base/ico-unsubscribe.png);
}

/* MAIL */
.mail-item-User {
    background: url(../../../Client/Resources/Img/EMailAddresses/user-icon.png) no-repeat 11px 7px;
}

.mail-item-Account {
    background: url(../../../Client/Resources/Img/EMailAddresses/account-icon.png) no-repeat 11px 7px;
}

.mail-item-Warehouse {
    background: url(../../../Client/Resources/Img/EMailAddresses/warehouse-icon.png) no-repeat 11px 7px;
}

.mail-item-Contact {
    background: url(../../../Client/Resources/Img/EMailAddresses/contact-icon.png) no-repeat 11px 7px;
}

.mail-item-Supplier {
    background: url(../../../Client/Resources/Img/EMailAddresses/supplier-icon.png) no-repeat 11px 7px;
}

.mail-item-UserGroup {
    background: url(../../../Client/Resources/Img/EMailAddresses/group-icon.png) no-repeat 11px 7px;
}

.mail-item {
    height: 48px;
    width: 48px;
    float: left;
    background-size: 31px;
}

.mail-item-body {
    float: left;
    margin-left: 10px;
}

    .mail-item-body div {
        font-size: 13px;
        border-top: 2px;
        color: gray;
    }

        .mail-item-body div:first-child {
            color: black;
            font-size: 19px;
        }

.mail-line {
    border: 1px solid transparent;
    padding-top: 5px;
    cursor: pointer;
}

/* TREE FIELD */
.x-tree-panel .x-toolbar {
    background: white;
}

/* USER PROFILE */
.userProfile {
    margin: 3px;
}

    .userProfile IMG {
        border-radius: 32px;
        border: 1px solid silver;
        float: left;
        margin-right: 8px;
        width: 32px;
        height: 32px;
    }

    .userProfile DIV {
        float: left;
    }

    .userProfile H1 {
        font-size: 14px;
        margin: 1px;
    }

    .userProfile H2 {
        font-size: 10px;
        color: gray;
        margin: 1px;
    }

/* END USER PROFILE */
.x-form-text-default.x-form-textarea {
    line-height: 14px;
}

.recordViewField .textarea-right-button {
    display: block;
}

.recordViewField.textarea-expanded textarea {
    min-height: inherit;
    height: 100%;
}

.vote {
    width: 50px;
    float: left;
}

.vote-up, .vote-down {
    height: 15px;
    cursor: pointer;
}

.vote-result {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 15px;
    font-family: opensans-bold;
}

.vote-up-off {
    background-image: url(../Img/base/vote_up_off.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.vote-up-on {
    background-image: url(../Img/base/vote_up_on.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.vote-down-off {
    background-image: url(../Img/base/vote_down_off.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.vote-down-on {
    background-image: url(../Img/base/vote_down_on.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.faqContainer {
    cursor: auto;
}

.userInfo {
    min-width: 100px;
}

    .userInfo TD {
        white-space: normal;
    }

        .userInfo TD:first-child {
            padding-right: 10px;
        }

            .userInfo TD:first-child IMG {
                border-radius: 32px;
                border: 1px solid silver;
                width: 32px;
                height: 32px;
            }

.validation-icon,
.validation-result-ct .validation-message {
    height: 24px;
    width: 24px;
}

.validation-success,
.validation-result-ct .validation-success {
    background: url(../Img/Statuses/complete.gif) no-repeat center;
}

.validation-failure,
.validation-result-ct .validation-failure {
    background: url(../Img/Statuses/fail.gif) no-repeat center;
}

.validation-warning,
.validation-result-ct .validation-warning {
    background: url(../Img/Statuses/warning.png) no-repeat center;
}

/*******************************************************************************WIZARD******************************************* */

.portal-wizard.module {
    padding: 0px;
}

.portal-wizard .x-panel-header {
    background-color: #F5F5F5;
}

.portal-wizard .wizard-page-container.x-panel-body {
    padding-top: 10px;
}

.portal-wizard .x-panel-header .x-panel-header-title {
    padding-left: 0;
}

.portal-wizard .wizard-page-container {
}

.portal-wizard h1 {
    color: #666;
    font-size: 14px;
}

.portal-wizard fieldset {
    margin-top: 10px;
}

.portal-wizard .x-fieldset-header {
    margin-bottom: 2px;
}

.portal-wizard .wizard-extended-description {
    padding: 6px 24px 16px 24px;
    background-color: #F5F5F5;
}

.portal-wizard .field-selection-row {
    margin: 5px 0 0 0;
}

.portal-wizard .field-selection-checkbox {
    margin: 0 10px 0 0;
}

    .portal-wizard .field-selection-checkbox label {
        visibility: hidden;
    }

.portal-wizard .fields-configuration-label .x-form-item-label-inner {
    padding: 2px !important;
}

.portal-wizard .wizard-toolbar {
    padding: 0px 0px 10px 0px;
    margin: 6px;
    background-color: transparent;
}

.wizard-bottom-container {
    height: 76px;
}

    .wizard-bottom-container .btn-prev {
        background-color: #c8c8c8;
        font-size: 14px;
        font-family: opensans-bold;
    }

    .wizard-bottom-container .btn-next {
        background-color: #FAB450;
        font-size: 14px;
        font-family: opensans-bold;
    }

    .wizard-bottom-container .btn-close {
        background-color: #FAB450;
        font-size: 14px;
        font-family: opensans-bold;
    }

    /* span all'interno del pulsante */
    .wizard-bottom-container .x-btn-inner {
        font-weight: bold;
        color: #ffffff;
        font-size: 15px;
    }

    .wizard-bottom-container .x-btn-disabled {
        border: 2px #ccc solid !important;
    }

    .wizard-bottom-container .x-btn {
        height: 25px;
        min-width: 50px;
        margin-right: 4px;
    }

    .wizard-bottom-container.wizard-bottom-large .x-btn {
        height: 42px;
        min-width: 140px;
        margin-right: 20px;
    }

.wiz-footer-std-content {
    bottom: 0px;
    position: absolute;
    width: 100%;
    border-bottom: 5px #FAB450 solid;
}

    .wiz-footer-std-content div {
    }

/* WIZARD MILESTONE */
.wiz-mstone-ct {
}

.portal-wizard .mstone-container {
    text-align: center;
    margin-top: 20px;
    overflow-x: hidden;
    padding: 2px 0px 0px 0px;
}

.portal-wizard .mstone .icon {
    font-size: 3em;
    line-height: 1.36em;
    margin: auto;
    height: 68px;
    width: 68px;
    border: transparent 2px solid;
    font-family: "pat-font";
    border-radius: 50%;
}

.portal-wizard .icon h1 {
    font-size: 0.88em;
}

/* QUESTI SONO GLI STATUS */
.portal-wizard .mstone {
    display: inline-block;
    margin: 0px 10px 0px 10px;
    font-size: 16px;
    width: 125px;
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
}

    .portal-wizard .mstone h1 {
        padding: 4px 6px;
        border-radius: 14px;
    }

.portal-wizard .todo h1 {
    color: #FAB450;
}

.portal-wizard .disable h1 {
    color: #e6e6e6;
}

.portal-wizard .current h1 {
    color: #ffffff;
    background-color: #FAB450;
}

.portal-wizard .processed h1 {
    color: #FAB450;
    background-color: transparent;
}

.portal-wizard .todo .icon {
    background-color: #e6e6e6;
    border-color: #FAB450;
}

.portal-wizard .disable .icon {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #ffffff;
}

.portal-wizard .current .icon, .portal-wizard .processed .icon {
    background-color: #FAB450;
    border-color: #FAB450;
    color: #ffffff;
}

.portal-wizard .todo .icon::before {
    color: #FAB450;
}

/* WIZARD FIELD */
.portal-wizard .x-field label {
    font-size: 12px;
}


.portal-wizard .x-form-field {
    font-size: 14px;
    padding: 4px;
}

.portal-wizard .section .x-box-layout-ct .x-box-inner {
    margin-bottom: 18px;
}

/* WIZARD TAB */
.portal-wizard .portalTab .x-tab-bar .x-box-inner {
    background-color: transparent;
}

.portal-wizard .portalTab span.x-tab-inner {
    color: #999999;
}

.portal-wizard .portalTab .x-tab {
    background-color: #FFFFFF;
}

    .portal-wizard .portalTab .x-tab.x-tab-active,
    .portal-wizard .portalTab .x-tab.x-tab-over {
        background-color: #F5F5F5;
    }

.portal-wizard .portalTab .x-tab-active span.x-tab-inner,
.portal-wizard .portalTab .x-tab-over span.x-tab-inner {
    color: #666666;
}

.portal-wizard .portalTab .x-tab-bar-strip {
    top: 32px !important;
}

.portal-wizard .portalTab .portalTabBody {
    top: 33px !important;
    border-top: 2px solid #F5F5F5;
    padding-top: 10px;
}

/* WIZARD CONDITION FORM */
.condition-input .wizard-form.x-panel.wizard-form.x-panel-default,
.condition-input .wizard-form.x-panel.wizard-form.x-panel-default .x-panel-body.x-panel-body-default.x-box-layout-ct.x-panel-body-default,
.condition-input .wizard-form.x-panel.wizard-form.x-panel-default .x-panel-body.x-panel-body-default.x-box-layout-ct.x-panel-body-default .x-box-inner {
    height: 100px !important;
}


/* WIZARD GRID ------------------------------------------*/
.portal-wizard .listViewGrid .x-toolbar.paging-toolbar {
    display: none;
}

/* JOBS */

.job-status-container {
    width: 380px;
    height: 75px;
    border: 2px #E6E6E6 solid;
    overflow: hidden;
    margin: auto;
    position: relative;
    top: 120px;
    padding: 10px 10px 8px 10px;
}

.job-status {
    height: 48px;
    width: 48px;
    float: left;
}

.job-status-small {
    height: 24px;
    width: 24px;
    float: left;
}

.job-pnl-status {
    vertical-align: middle;
}

.job-status-succeeded, .job-status-3 {
    background: url(../Img/Statuses/complete48.gif) no-repeat center;
}

.job-status-failed, .job-status-4 {
    background: url(../Img/Statuses/failed48.gif) no-repeat center;
}

.job-status-created, .job-status-0 {
    background: url(../Img/Statuses/pending48.gif) no-repeat center;
}

.job-status-running, .job-status-2 {
    background: url(../Img/Statuses/running48.gif) no-repeat center;
}

.job-status-scheduled, .job-status-1 {
    background: url(../Img/Statuses/scheduled48.gif) no-repeat center;
}

.job-status-succeeded-small, .job-status-3-small {
    background: url(../Img/Statuses/complete.gif) no-repeat center;
}

.job-status-failed-small, .job-status-4-small {
    background: url(../Img/Statuses/fail.gif) no-repeat center;
}

.job-status-created-small, .job-status-0-small {
    background: url(../Img/Statuses/pending.gif) no-repeat center;
}

.job-status-running-small, .job-status-2-small {
    background: url(../Img/Statuses/running.gif) no-repeat center;
}

.job-status-scheduled-small, .job-status-1-small {
    background: url(../Img/Statuses/scheduled.gif) no-repeat center;
}

.job-status-description-container {
    width: 300px;
    padding-left: 8px;
    text-align: left;
    display: inline-block;
}

.job-status-title {
    font-family: opensans-light;
    font-size: 22px;
    color: #666666;
    line-height: 20px;
}

.job-status-description {
    font-family: opensans-regular;
    font-size: 10px;
    color: #666666;
    padding-top: 4px;
}

.module.list .job-status-small {
    float: none;
    display: block;
    width: 100%;
    background-position: center center;
}

.job-details {
}

    .job-details .job-details-status {
        float: left;
        width: 48px;
        height: 48px;
    }

    .job-details .job-data {
        float: left;
        color: #666;
        font-size: 11px;
        padding-left: 6px;
    }

    .job-details .job-title {
        font-family: opensans-light;
        font-size: 14px;
        color: #4f4f4f;
        margin-bottom: 2px;
    }

    .job-details a {
        text-decoration: none;
        color: #000;
    }

        .job-details a:hover {
            text-decoration: underline;
        }

    .job-details .job-final-status {
        font-family: opensans-bold;
    }

.job-viewer-import .x-fieldset {
    margin: 0;
    padding: 0;
}


/* IMPORT */
.import-upload {
}

    .import-upload .wizard-form {
    }

.validation-grid {
}

    .validation-grid .validation-cell {
    }

    .validation-grid .row-highlight .validation-cell .cell-desc {
        font-family: opensans-bold;
    }

    .validation-grid .validation-cell .cell-input {
        color: #999;
        font-size: 11px;
    }

    .validation-grid .validation-cell .cell-desc {
        color: #000;
        font-size: 12px;
    }

    .validation-grid .validation-cell .cell-success {
    }

    .validation-grid .validation-cell .cell-failure .cell-desc {
        color: #F86C13;
    }

    .validation-grid .validation-cell .cell-warning .cell-desc {
        color: #FAB450;
    }

    .validation-grid .validation-cell.validation-status {
        vertical-align: middle;
    }

/* 
    (Chrome v56) Fix for wrong field height calculation (fields with notes and FlagComboBoxes)
    http://forums.ext.net/showthread.php?61747-Chrome-V56-and-field-height-wrong-in-certain-cases-(eg-Field-Notes)&p=281171#post281171
 */
.x-form-item-body {
    height: initial;
    vertical-align: top;
}

.x-form-text-wrap {
    background: #FFF;
}

.livespell_textarea {
    border: 0px !important;
}

.mce-i-javascriptspellcheck:before {
    content: "\e024"
}

.mce-i-javascriptaddattachment:before {
    content: "\e034"
}

.mce-i-javascriptaddsignature:before {
    content: "\e026"
}

.mce-i-javascriptmanagetranslations {
    background-image: url('../Img/base/ico-translate.png') !important;
}

.infopanel-flat {
    box-shadow: 0 0px 0px #ccc;
    border-radius: 0;
}

    .infopanel-flat .x-infopanel-body {
        padding: 4px 6px;
    }

.infopanel-content {
    font-size: 10px;
    padding-left: 4px;
}

    .infopanel-content > b {
        padding-left: 6px;
        padding-right: 6px;
    }

.infopanel-info {
    padding-right: 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
}


.templateTag {
    border-color: black;
    border-left: 8px solid transparent;
}

.attachmentProgress {
    background-color: #FFE945;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    height: 4px;
    width: 0%;
}

/*
    DIAGNOSTICS
*/
#diagnostics-body {
    margin: 10px;
}

    #diagnostics-body .validation-icon {
        height: 16px;
        width: 16px;
    }

    #diagnostics-body .validation-info {
        background: url('../Img/metro-common.png') no-repeat -1120px -16px !important;
    }

    #diagnostics-body .validation-success {
        background: url('../Img/metro-common.png') no-repeat -2224px -16px !important;
    }

    #diagnostics-body .validation-failure {
        background: url('../Img/metro-common.png') no-repeat -688px -16px !important;
    }

    #diagnostics-body .validation-warning {
        background: url('../Img/metro-common.png') no-repeat -2368px -16px !important;
    }

    #diagnostics-body .validation-icon-big {
        width: 16px;
        height: 16px;
        margin: 12px 4px 12px 4px;
    }

    #diagnostics-body .config-category {
        margin: 0 0 6px 0;
    }

        #diagnostics-body .config-category .x-panel-header {
            border: 0px none;
            cursor: pointer;
        }

    #diagnostics-body .config-module {
    }

        #diagnostics-body .config-module .disabled {
            color: #AAA;
        }

        #diagnostics-body .config-module .validation-icon, #diagnostics-body .config-module .validation-icon-big {
            float: left;
            width: 24px;
        }

        #diagnostics-body .config-module .validation-icon-big {
            margin-right: 6px;
        }

    #diagnostics-body .config-module-content {
        padding: 6px;
        margin: 6px;
        background-color: #eee;
        border-radius: 6px;
    }

        #diagnostics-body .config-module-content h1 {
            font-size: 18px;
            margin: 0 0 4px 0;
            padding: 0 0 2px 0;
            border: none;
            display: table;
            width: 100%;
        }

    #diagnostics-body h1.failure {
        color: #FF0000;
    }

    #diagnostics-body .config-module-content h1 .text {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    #diagnostics-body .config-module-content h1 .status {
        font-size: 14px;
    }

    #diagnostics-body .config-module-content h2 {
        font-size: 12px;
        margin: 6px 0 12px 0px;
        padding: 0 0 0 4px;
        display: table;
        width: 100%;
    }

        #diagnostics-body .config-module-content h2 .text {
            display: table-cell;
            vertical-align: middle;
        }

    #diagnostics-body .config-module-content h3 {
        font-size: 12px;
        margin: 6px 0 6px 0;
        padding: 0 0 2px 0;
        cursor: pointer;
    }

    #diagnostics-body .config-module .config-status {
        margin: 0 35px 0 35px;
    }

    #diagnostics-body .config-module table {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #diagnostics-body .hidden {
        display: none;
    }

    #diagnostics-body .config-module tr {
        background-color: white;
    }

        #diagnostics-body .config-module tr.failure {
            color: #FF0000;
        }

        #diagnostics-body .config-module tr.even {
        }

    #diagnostics-body .config-module th {
        padding: 4px;
        text-align: left;
        border-bottom: 1px solid #EEE;
    }

    #diagnostics-body .config-module td {
        padding: 4px;
        border-bottom: 1px solid #EEE;
    }

/*
    SIGNALR
*/
#signalr-connection-status {
    position: absolute;
    top: 3px;
    color: white;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent;
    border-radius: 5px;
}

    #signalr-connection-status.signalr-connected {
        border-color: transparent lime transparent transparent;
    }

    #signalr-connection-status.signalr-disconnected {
        border-color: transparent tomato transparent transparent;
    }

    #signalr-connection-status.signalr-reconnecting {
        border-color: transparent yellow transparent transparent;
    }

    #signalr-connection-status.signalr-connectionslow {
        border-color: transparent lightsteelblue transparent transparent;
    }

/* For disabled x in field set from IE10+ */
::-ms-clear {
    display: none;
}

/* DURATION (QUICK TASKS, COMMESSE, SCHEDULED TASK) */
.duration-ct {
    border: 1px solid #FAB450;
    position: relative;
}

    .duration-ct.day {
        margin: 6px;
    }

    .duration-ct .duration-value {
        height: 20px;
        background-color: #FAB450;
        width: 0;
    }

    .duration-ct .consumed-duration-value {
        height: 20px;
        background-color: #F75D59;
        width: 0;
    }

    .duration-ct .duration-desc {
        position: absolute;
        left: 2px;
        top: 1px;
        /*font-size:14px;*/
        font-family: opensans-bold;
    }

    .duration-ct.scheduled-task {
        border-color: #82d0f2;
    }

        .duration-ct.scheduled-task .duration-value {
            background-color: #82d0f2;
        }

/* Toast Messages Shown Behind Modal-Window */
.msg-floating {
    z-index: 30000 !important;
}

.hierarchy-module-tree-ct,
.hierarchy-module-preview-ct {
    padding-left: 3px;
    padding-right: 3px;
}

/* SINGLE MODULE LOADING*/
.single-module-ct {
    padding: 8px;
}

body.mobile .single-module-ct {
    padding: 0px;
}

.x-field-custom-error {
    background-color: #FCF8E3;
    border-color: #8A6D3B;
}

.x-tip-form-invalid-warning {
    border-color: #8A6D3B;
    -webkit-box-shadow: #FCF8E3 0 1px 0 0 inset,#FCF8E3 0 -1px 0 0 inset,#FCF8E3 -1px 0 0 0 inset,#FCF8E3 1px 0 0 0 inset;
    -moz-box-shadow: #FCF8E3 0 1px 0 0 inset,#FCF8E3 0 -1px 0 0 inset,#FCF8E3 -1px 0 0 0 inset,#FCF8E3 1px 0 0 0 inset;
    box-shadow: #FCF8E3 0 1px 0 0 inset,#FCF8E3 0 -1px 0 0 inset,#FCF8E3 -1px 0 0 0 inset,#FCF8E3 1px 0 0 0 inset;
    background-color: white;
}

.x-tip-body-form-invalid-warning {
    background: 1px 1px no-repeat;
    background-image: url(/PAT.CRM.Portal/extjs/packages/ext_theme_gray/build/resources/images/shared/warning-gif/ext.axd);
}


/* CONTENT PLACEHOLDER */

.content-placeholder {
    background-image: none;
    color: #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

body .content-placeholder:before {
    font-family: "pat-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    font-size: 160px;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-placeholder .placeholder-text {
    font-size: 14px;
    color: #999;
}

body.mobile .content-placeholder .placeholder-text {
    font-size: 12px;
}

.content-placeholder.preview:before,
.content-placeholder.no-results:before,
.content-placeholder.analysis:before {
    content: "\e031";
}

.content-placeholder.error:before {
    content: "\e06c";
}


/* PLACEHOLDER CONTAINERS */
.moduleContainer.load-error .x-panel-body,
.portal-tab.load-error .x-panel-body,
.x-window.load-error .x-window-body,
.analysis-placeholder-ct {
    background-color: #FAFAFA;
    padding: 20px;
}

/* Visibility in AssignedUseroOrGroup TreeField filter*/
.leaf-userOrGroup-invisible span {
    opacity: 0.6;
}

.leaf-userOrGroup-disabled span {
    text-decoration: line-through;
}

/* CUSTOM FIELDS EDITOR */

.x-fieldset.customfield-type-settings {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}


/* TOAST MESSAGES */
.msg-floating {
    border-width: 0;
    max-width: 400px;
    box-shadow: 0px 0px 16px #999;
}

    .msg-floating .x-header {
        padding: 2px 14px;
    }

    .msg-floating.x-infopanel-icon .x-header {
        padding: 2px 8px;
    }

    .msg-floating .x-header .x-panel-header-title {
        font-size: 14px;
        padding-left: 0;
        margin-bottom: 12px;
        overflow: hidden;
    }


    .msg-floating.x-infopanel .x-infopanel-body {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .msg-floating.x-infopanel-icon .x-infopanel-body {
        padding-left: 28px;
        padding-right: 24px;
    }

    .msg-floating.x-infopanel-danger .x-header {
        background-color: #ebccd1;
    }

        .msg-floating.x-infopanel-danger .x-header .x-panel-header-title {
            color: #a94442;
        }

    .msg-floating.x-infopanel-info .x-header {
        background-color: #bce8f1;
    }

        .msg-floating.x-infopanel-info .x-header .x-panel-header-title {
            color: #31708f;
        }

    .msg-floating.x-infopanel-warning .x-header {
        background-color: #faebcc;
    }

        .msg-floating.x-infopanel-warning .x-header .x-panel-header-title {
            color: #8a6d3b;
        }

    .msg-floating.x-infopanel-success .x-header {
        background-color: #d6e9c6;
    }

        .msg-floating.x-infopanel-success .x-header .x-panel-header-title {
            color: #3c763d;
        }

    .msg-floating .msg {
        display: block;
        margin: 0 0 8px 0;
    }

        .msg-floating .msg h1 {
            margin: 0;
            padding: 0;
            display: block;
            font-size: 12px;
        }

        .msg-floating .msg .msg-content {
        }

.x-form-checkboxgroup .x-checkboxgroup-form-item,
.x-form-checkboxgroup .x-checkboxgroup-form-item input,
.x-form-checkboxgroup .x-checkboxgroup-form-item label {
    cursor: pointer;
}

    .x-form-checkboxgroup .x-checkboxgroup-form-item.x-form-readonly,
    .x-form-checkboxgroup .x-checkboxgroup-form-item.x-form-readonly input,
    .x-form-checkboxgroup .x-checkboxgroup-form-item.x-form-readonly label {
        cursor: default;
        opacity: 0.8;
    }

.x-form-checkboxgroup .x-form-cb-checked {
    font-family: opensans-bold;
}


/* OperationLog */
.x-grid-item x-grid-item-selected {
    background-color: red;
}

.operationlog-container {
    border: 1px solid transparent;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
}

.operationlog-item-0 {
    background-color: #2FAC20;
}

.operationlog-item-1 {
    background-color: #EBC750;
}

.operationlog-item-2 {
    background-color: #CF6502;
}

.operationlog-item-0:before {
    content: "\e00f";
}

.operationlog-item-1:before {
    content: "J";
}

.operationlog-item-2:before {
    content: "K";
}

.operationlog-item-body {
    float: left;
    margin-left: 20px;
}

    .operationlog-item-body .operationlog-item-body-title {
        color: black;
        font-size: 14px;
    }

    .operationlog-item-body .operationlog-item-detail {
        font-size: 12px;
        color: gray;
    }

.operationlog-item {
    font-family: "pat-font";
    font-size: 32px;
    height: 34px;
    width: 34px;
    float: left;
    padding-top: 0px;
    border-radius: 50%;
    text-align: center;
    color: white;
}

.operationLogChangeItems .userImage {
    margin-top: 10px;
    margin-left: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    float: left;
    display: block;
}

.operationLogChangeItems .operationLogDetailContainer {
    display: block;
    margin-top: 10px;
    margin-left: 20px;
    float: left;
    height: 50px;
}

.operationLogChangeItems .operationLogDetailTitle {
    font-size: 18px;
}

.operationLogChangeItems .operationLogDetail {
    font-size: 12px;
    float: left;
}

    .operationLogChangeItems .operationLogDetail .operationLogUsername {
        font-weight: bold;
    }

    .operationLogChangeItems .operationLogDetail .operationLogDate {
        margin-left: 15px;
        color: #BFBFBF;
    }

.operationLogChangeItems .fieldsTable {
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}

.operationLogChangeItems .fieldsColumn {
    width: 33%;
    border-bottom: 1px solid #EAEAEA;
    padding-top: 10px;
    padding-bottom: 10px;
}

.operationLogChangeItems .fieldsColumn-header {
    font-family: "pat-font";
    text-align: center;
    color: gray;
    font-size: 32px;
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.operationLogChangeItems .fieldsColumn-fieldName {
    font-weight: bold;
}

.operationLogChangeItems .fieldsColumn-oldValue {
    color: #C1C1C1;
}

.operationLogChangeItems .fieldsColumn-newValue {
    color: #878787;
}

.operationLogChangeItems .noItemsDiv {
    font-family: "pat-font";
    font-size: 200px;
    color: white;
    border-radius: 50%;
    background-color: #F2F2F2;
    width: 200px;
    height: 200px;
    margin-top: calc(50% - 126px);
    margin-left: calc(50% - 100px);
    line-height: 1em;
    clear: both;
}

/* >>>>>>>>> IE (8,9) specific button styles, reset button background images <<<<<<<<<<<< */

/* button */
body.x-nlg .x-btn-mc,
body.x-nlg .x-btn-tl,
body.x-nlg .x-btn-bl,
body.x-nlg .x-btn-tr,
body.x-nlg .x-btn-br,
body.x-nlg .x-btn-tc,
body.x-nlg .x-btn-bc,
body.x-nlg .x-btn-ml,
body.x-nlg .x-btn-mr,
body.x-nbr .x-btn-mc,
body.x-nbr .x-btn-tl,
body.x-nbr .x-btn-bl,
body.x-nbr .x-btn-tr,
body.x-nbr .x-btn-br,
body.x-nbr .x-btn-tc,
body.x-nbr .x-btn-bc,
body.x-nbr .x-btn-ml,
body.x-nbr .x-btn-mr {
    background-image: none;
    background-color: transparent;
}

/* button over */
body.x-nlg a.x-btn-over .x-btn-mc,
body.x-nlg a.x-btn-over .x-btn-tl,
body.x-nlg a.x-btn-over .x-btn-tr,
body.x-nlg a.x-btn-over .x-btn-bl,
body.x-nlg a.x-btn-over .x-btn-br,
body.x-nlg a.x-btn-over .x-btn-tc,
body.x-nlg a.x-btn-over .x-btn-bc,
body.x-nlg a.x-btn-over .x-btn-ml,
body.x-nlg a.x-btn-over .x-btn-mr,
body.x-nbr a.x-btn-over .x-btn-mc,
body.x-nbr a.x-btn-over .x-btn-tl,
body.x-nbr a.x-btn-over .x-btn-tr,
body.x-nbr a.x-btn-over .x-btn-bl,
body.x-nbr a.x-btn-over .x-btn-br,
body.x-nbr a.x-btn-over .x-btn-tc,
body.x-nbr a.x-btn-over .x-btn-bc,
body.x-nbr a.x-btn-over .x-btn-ml,
body.x-nbr a.x-btn-over .x-btn-mr {
    background-image: none;
    background-color: transparent;
}

/* button focus */
body.x-nlg a.x-btn-focus .x-btn-mc,
body.x-nlg a.x-btn-focus .x-btn-tl,
body.x-nlg a.x-btn-focus .x-btn-bl,
body.x-nlg a.x-btn-focus .x-btn-tr,
body.x-nlg a.x-btn-focus .x-btn-br,
body.x-nlg a.x-btn-focus .x-btn-tc,
body.x-nlg a.x-btn-focus .x-btn-bc,
body.x-nlg a.x-btn-focus .x-btn-ml,
body.x-nlg a.x-btn-focus .x-btn-mr,
body.x-nbr a.x-btn-focus .x-btn-mc,
body.x-nbr a.x-btn-focus .x-btn-tl,
body.x-nbr a.x-btn-focus .x-btn-bl,
body.x-nbr a.x-btn-focus .x-btn-tr,
body.x-nbr a.x-btn-focus .x-btn-br,
body.x-nbr a.x-btn-focus .x-btn-tc,
body.x-nbr a.x-btn-focus .x-btn-bc,
body.x-nbr a.x-btn-focus .x-btn-ml,
body.x-nbr a.x-btn-focus .x-btn-mr {
    background-image: none;
    background-color: transparent;
}

/* button pressed */
body.x-nlg a.x-btn-pressed .x-btn-mc,
body.x-nlg a.x-btn-pressed .x-btn-tl,
body.x-nlg a.x-btn-pressed .x-btn-bl,
body.x-nlg a.x-btn-pressed .x-btn-tr,
body.x-nlg a.x-btn-pressed .x-btn-br,
body.x-nlg a.x-btn-pressed .x-btn-tc,
body.x-nlg a.x-btn-pressed .x-btn-bc,
body.x-nlg a.x-btn-pressed .x-btn-ml,
body.x-nlg a.x-btn-pressed .x-btn-mr,
body.x-nbr a.x-btn-pressed .x-btn-mc,
body.x-nbr a.x-btn-pressed .x-btn-tl,
body.x-nbr a.x-btn-pressed .x-btn-bl,
body.x-nbr a.x-btn-pressed .x-btn-tr,
body.x-nbr a.x-btn-pressed .x-btn-br,
body.x-nbr a.x-btn-pressed .x-btn-tc,
body.x-nbr a.x-btn-pressed .x-btn-bc,
body.x-nbr a.x-btn-pressed .x-btn-ml,
body.x-nbr a.x-btn-pressed .x-btn-mr {
    background-image: none;
    background-color: transparent;
}

/* button active*/
body.x-nlg a.x-btn-active .x-btn-mc,
body.x-nlg a.x-btn-active .x-btn-tl,
body.x-nlg a.x-btn-active .x-btn-bl,
body.x-nlg a.x-btn-active .x-btn-tr,
body.x-nlg a.x-btn-active .x-btn-br,
body.x-nlg a.x-btn-active .x-btn-tc,
body.x-nlg a.x-btn-active .x-btn-bc,
body.x-nlg a.x-btn-active .x-btn-ml,
body.x-nlg a.x-btn-active .x-btn-mr,
body.x-nbr a.x-btn-active .x-btn-mc,
body.x-nbr a.x-btn-active .x-btn-tl,
body.x-nbr a.x-btn-active .x-btn-bl,
body.x-nbr a.x-btn-active .x-btn-tr,
body.x-nbr a.x-btn-active .x-btn-br,
body.x-nbr a.x-btn-active .x-btn-tc,
body.x-nbr a.x-btn-active .x-btn-bc,
body.x-nbr a.x-btn-active .x-btn-ml,
body.x-nbr a.x-btn-active .x-btn-mr {
    background-image: none;
    background-color: transparent;
}

/* button menu active*/
body.x-nlg a.x-btn-menu-active .x-btn-mc,
body.x-nlg a.x-btn-menu-active .x-btn-tl,
body.x-nlg a.x-btn-menu-active .x-btn-bl,
body.x-nlg a.x-btn-menu-active .x-btn-tr,
body.x-nlg a.x-btn-menu-active .x-btn-br,
body.x-nlg a.x-btn-menu-active .x-btn-tc,
body.x-nlg a.x-btn-menu-active .x-btn-bc,
body.x-nlg a.x-btn-menu-active .x-btn-ml,
body.x-nlg a.x-btn-menu-active .x-btn-mr,
body.x-nbr a.x-btn-menu-active .x-btn-mc,
body.x-nbr a.x-btn-menu-active .x-btn-tl,
body.x-nbr a.x-btn-menu-active .x-btn-bl,
body.x-nbr a.x-btn-menu-active .x-btn-tr,
body.x-nbr a.x-btn-menu-active .x-btn-br,
body.x-nbr a.x-btn-menu-active .x-btn-tc,
body.x-nbr a.x-btn-menu-active .x-btn-bc,
body.x-nbr a.x-btn-menu-active .x-btn-ml,
body.x-nbr a.x-btn-menu-active .x-btn-mr {
    background-image: none;
    background-color: transparent;
}

body.x-nlg a.x-btn.x-btn-default-toolbar-small,
body.x-nlg a.x-btn-over.x-btn-default-toolbar-small,
body.x-nlg a.x-btn-focus.x-btn-default-toolbar-small,
body.x-nlg a.x-btn-pressed.x-btn-default-toolbar-small
body.x-nlg a.x-btn-menu-active.x-btn-default-toolbar-small,
body.x-nbr a.x-btn.x-btn-default-toolbar-small,
body.x-nbr a.x-btn-over.x-btn-default-toolbar-small,
body.x-nbr a.x-btn-focus.x-btn-default-toolbar-small,
body.x-nbr a.x-btn-pressed.x-btn-default-toolbar-small
body.x-nbr a.x-btn-menu-active.x-btn-default-toolbar-small {
    border-width: 1px !important;
}

/* >>>>>>>>> END IE (8,9) specific button styles, reset button background images <<<<<<<<<<<< */


/* GDPR show password in export report */
.export-placeholder-line2 {
    position: relative;
    left: 35%;
}

body .icon-editImage {
    font-family: "pat-font";
    color: #464646;
    width: 16px;
    height: 16px;
    padding-top: 8px;
}

    body .icon-editImage:before {
        content: '\e007';
        font-size: 12px;
    }

body .icon-smile {
    font-family: "pat-font";
    color: #464646;
    width: 16px;
    height: 16px;
}

    body .icon-smile:before {
        content: '\e00c';
        font-size: 16px;
    }

body .icon-like {
    font-family: "pat-font";
    color: #464646;
    width: 16px;
    height: 16px;
    padding-top: 2px;
}

    body .icon-like:before {
        content: '~';
        font-size: 12px;
    }

body .icon-unlike {
    font-family: "pat-font";
    color: #464646;
    width: 16px;
    height: 16px;
    padding-top: 2px;
}

    body .icon-unlike:before {
        content: '\\';
        font-size: 12px;
    }


/* COLOR PICKER */
.x-field.recordViewField.x-form-item.x-form-item-default.x-form-type-color.color-picker.x-field-default.x-anchor-form-item {
    width: 440px !important;
}

.x-field.recordViewField.x-form-item.x-form-item-default.x-form-readonly.x-form-type-color.color-picker.x-item-disabled.x-field-default.x-anchor-form-item {
    width: 245px !important;
}

.color-picker input {
    margin: 0.02rem;
    padding: 0px;
    height: 21px;
    opacity: 0;
    cursor: pointer;
}


    .color-picker input:disabled {
        cursor: context-menu !important;
    }

.color-picker .placeholder {
    position: absolute;
    padding-left: 5px;
    padding-top: 1px;
    height: 22px;
    width: 146px;
}

.clearContainer.icon-remove.clear-color-picker {
    width: 15px;
    color: white;
    display: block;
    position: relative;
    left: -20px;
}

    .clearContainer.icon-remove.clear-color-picker:hover {
        cursor: pointer;
        border-radius: 50%;
        background-color: gainsboro;
    }

*.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
     Introduced in Internet Explorer 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
    -ms-user-select: none;
    user-select: none;
}


/* =========== SINGLE MODULE STYLES =========== */

.single-module-viewport {
}

    .single-module-viewport .single-module-done {
        height: 100%;
        width: 100%;
        display: table;
    }

        .single-module-viewport .single-module-done .placeholder-text {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 100px;
            color: #DDD;
        }


/* =========== RATING =========== */

.rating-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.rating span {
    font-size: 18px;
    font-family: "pat-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    color: #fec747;
}


/* ============================== USE CONDITIONS ============================== */

.use-conditions,
.use-conditions .use-conditions-toolbar.x-toolbar-default {
    background-color: #777;
}

    .use-conditions .use-conditions-toolbar {
        padding-top: 15px;
    }

    .use-conditions .use-conditions-ct {
        background-color: #FFF;
        margin: 15px;
    }

@media (min-width: 992px) {

    .use-conditions .use-conditions-ct {
        margin-left: 15vw;
        margin-right: 15vw;
    }
}

@media (min-height: 768px) {

    .use-conditions .use-conditions-ct {
        margin-top: 10vh;
        margin-bottom: 10vh;
    }
}

.use-conditions .use-conditions-ct .x-panel-header {
    background-color: #C7C7C7;
}

.use-conditions .use-conditions-text {
    padding: 0 15px;
}

.use-conditions .btn-scroll .x-btn-inner {
    text-align: left;
    position: relative;
    width: 24px;
    padding: 0;
}

    .use-conditions .btn-scroll .x-btn-inner:before {
        font-family: "pat-font";
        color: #333;
        content: 'A';
        font-size: 24px;
        position: absolute;
    }


/* ============================== USE CONDITIONS (WORKAROUND UNTIL STD BUTTONS DEFINITION) ============================== */

body .use-conditions .btn.btn-primary {
    background-color: #C7C7C7;
    border: 2px solid #C7C7C7;
    border-radius: 5px;
    padding: 8px 20px;
}

    body .use-conditions .btn.btn-primary:hover {
        background-color: #F7F7F7;
        border: 2px solid #F7F7F7;
    }

    body .use-conditions .btn.btn-primary .x-btn-inner {
        color: #333;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
    }


/* ============================== ACCORDION DATAVIEW ============================== */

.accordion-dview {
}

    .accordion-dview .accordion-dview-item {
        margin: 0 6px 6px 0;
        border: 1px solid #ECECEC;
    }

    .accordion-dview .accordion-dview-item {
        margin: 0 6px 6px 0;
    }

    .accordion-dview .accordion-dview-item-header {
        background-color: #ECECEC;
        padding: 12px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

        .accordion-dview .accordion-dview-item-header .item-header-content {
            flex: 1;
            white-space: nowrap;
            overflow: hidden;
        }

        .accordion-dview .accordion-dview-item-header .icon-expand-collapse:before {
            content: "A";
            font-size: 16px;
        }

        .accordion-dview .accordion-dview-item-header .item-header-time {
            color: #777;
            margin-bottom: 6px;
            font-size: 11px;
        }

        .accordion-dview .accordion-dview-item-header .item-header-title {
            color: #222;
            font-size: 14px;
            font-family: opensans-bold;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .accordion-dview .accordion-dview-item-body {
        padding: 0;
        margin: 0;
    }

    .accordion-dview .accordion-dview-item-body-content {
        padding: 12px;
    }

    .accordion-dview .accordion-dview-item.selected .accordion-dview-item-header .icon-expand-collapse:before {
        content: "z";
        font-size: 16px;
    }


/******************************* ADVANCED FILTER *******************************/
/*
    PALETTE:
    operator AND:   #E6BB49;
    operator OR:    #3BB34A;
    operator NAND:  #6E86D4;
    operator NOR:   #C4476A;
*/

.entity-fields-panel .x-grid-item.x-grid-item-selected {
    background-color: transparent !important;
}

.entity-fields-panel .x-grid-item.x-grid-item-over,
.entity-fields-panel .x-grid-item.x-grid-item-over.x-grid-item-selected {
    background-color: transparent !important;
}

    .entity-fields-panel .x-grid-item.x-grid-item-over div.x-grid-cell-inner,
    .entity-fields-panel .x-grid-item.x-grid-item-over.x-grid-item-selected div.x-grid-cell-inner {
        /* override in application css file to use application specific colors */
        /* color: red !important; */
    }

.entities-info-panel {
    border: 1px solid #C0C0C0;
    padding: 8px;
    margin: 4px 0;
}

.entity-fields-panel .filter-match {
    font-family: opensans-bold, Verdana, Sans-serif;
}

.entity-fields-panel .x-tree-icon-parent,
.entity-fields-panel .x-tree-icon-leaf {
    display: none;
}

.entity-fields-panel .fieldicon {
    font-size: 19px;
    padding-right: 6px;
    vertical-align: middle;
    /* override in application css file to use application specific colors */
    /* color: #808080; */
}

.entity-fields-panel .x-grid-row:hover .fieldicon {
}

.entity-fields-panel .x-form-trigger-wrap .x-form-trigger.icon-cross {
    vertical-align: middle;
    border-width: 1px 1px 1px 0px;
    opacity: 0.7;
}

.advanced-filter-editor .advanced-filter-panel .x-grid-header-ct {
    margin: 0;
}

.entity-fields-panel .x-grid-row .x-grid-td,
.advanced-filter-panel .x-grid-row .x-grid-td {
    font-size: 14px;
}

.advanced-filter-panel .x-grid-item.x-grid-item-selected {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.advanced-filter-panel .node-selected {
    opacity: 1;
    font-family: opensans-bold, Verdana, Sans-serif;
}

.advanced-filter-panel .node-unselected {
    opacity: 0.3;
}

.advanced-filter-panel .value-cell-empty-text {
    font-size: 10px;
    font-style: italic;
}

.advanced-filter-panel .node-selected .value-cell-empty-text {
    opacity: 0.5;
}

.advanced-filter-panel .node-unselected .value-cell-empty-text {
}

.advanced-filter-panel .x-tree-icon {
    display: none;
}

.advanced-filter-panel .x-grid-cell-advancedFilterPanel_VisibilityColumn .icon-visible {
    opacity: 0.8;
}

    .advanced-filter-panel .x-grid-cell-advancedFilterPanel_VisibilityColumn .icon-not-visible.icon-mask,
    .advanced-filter-panel .x-grid-cell-advancedFilterPanel_RemoveColumn .icon-cross {
        opacity: 0.3;
    }

        .advanced-filter-panel .x-grid-cell-advancedFilterPanel_VisibilityColumn .icon-not-visible:hover,
        .advanced-filter-panel .x-grid-cell-advancedFilterPanel_RemoveColumn .icon-cross:hover {
            opacity: 1;
        }

.advanced-filter-panel .operators-tb .x-form-cb-label-toolbar {
    margin-top: 2px;
}

body .filter-group,
body .filter-group:hover {
    padding: 4px;
    border: 2px solid;
    border-radius: 16px;
}

    body .filter-group.filter-group-and {
        border-color: #E6BB49;
    }

        body .filter-group.filter-group-and:hover {
            background-color: #E6BB49;
        }

            body .filter-group.filter-group-and:hover .x-btn-inner.x-btn-inner-default-toolbar-small {
                color: #FFFFFF;
            }

        body .filter-group.filter-group-and .x-btn-inner.x-btn-inner-default-toolbar-small {
            font-family: opensans-bold, Verdana, Sans-serif;
            font-size: 14px;
            color: #E6BB49;
        }

    body .filter-group.filter-group-or {
        border-color: #3BB34A;
    }

        body .filter-group.filter-group-or:hover {
            background-color: #3BB34A;
        }

            body .filter-group.filter-group-or:hover .x-btn-inner.x-btn-inner-default-toolbar-small {
                color: #FFFFFF;
            }

        body .filter-group.filter-group-or .x-btn-inner.x-btn-inner-default-toolbar-small {
            font-family: opensans-bold, Verdana, Sans-serif;
            font-size: 14px;
            color: #3BB34A;
        }

    body .filter-group.filter-group-nand {
        border-color: #6E86D4;
    }

        body .filter-group.filter-group-nand:hover {
            background-color: #6E86D4;
        }

            body .filter-group.filter-group-nand:hover .x-btn-inner.x-btn-inner-default-toolbar-small {
                color: #FFFFFF;
            }

        body .filter-group.filter-group-nand .x-btn-inner.x-btn-inner-default-toolbar-small {
            font-family: opensans-bold, Verdana, Sans-serif;
            font-size: 14px;
            color: #6E86D4;
        }

    body .filter-group.filter-group-nor {
        border-color: #C4476A;
    }

        body .filter-group.filter-group-nor:hover {
            background-color: #C4476A;
        }

            body .filter-group.filter-group-nor:hover .x-btn-inner.x-btn-inner-default-toolbar-small {
                color: #FFFFFF;
            }

        body .filter-group.filter-group-nor .x-btn-inner.x-btn-inner-default-toolbar-small {
            font-family: opensans-bold, Verdana, Sans-serif;
            font-size: 14px;
            color: #C4476A;
        }



.filter-group-and.x-grid-cell-treecolumn.x-grid-cell-first .x-tree-node-text,
.filter-group-and.x-grid-cell-treecolumn.x-grid-cell-inner .x-tree-node-text {
    font-family: opensans-bold, Verdana, Sans-serif;
    border: 2px solid;
    border-radius: 16px;
    padding: 1px 8px;
    border-color: #E6BB49;
    color: #E6BB49;
}

.filter-group-or.x-grid-cell-treecolumn.x-grid-cell-first .x-tree-node-text,
.filter-group-or.x-grid-cell-inner-treecolumn.x-grid-cell-first .x-tree-node-text {
    font-family: opensans-bold, Verdana, Sans-serif;
    border: 2px solid;
    border-radius: 16px;
    padding: 1px 8px;
    border-color: #3BB34A;
    color: #3BB34A;
}

.filter-group-nand.x-grid-cell-treecolumn.x-grid-cell-first .x-tree-node-text,
.filter-group-nand.x-grid-cell-treecolumn.x-grid-cell-inner .x-tree-node-text {
    font-family: opensans-bold, Verdana, Sans-serif;
    border: 2px solid;
    border-radius: 16px;
    padding: 1px 8px;
    border-color: #6E86D4;
    color: #6E86D4;
}

.filter-group-nor.x-grid-cell-treecolumn.x-grid-cell-first .x-tree-node-text,
.filter-group-nor.x-grid-cell-treecolumn.x-grid-cell-inner .x-tree-node-text {
    font-family: opensans-bold, Verdana, Sans-serif;
    border: 2px solid;
    border-radius: 16px;
    padding: 1px 8px;
    border-color: #C4476A;
    color: #C4476A;
}

.parent-filter-group-and .x-tree-elbow-img.x-tree-elbow,
.parent-filter-group-and .x-tree-elbow-img.x-tree-elbow-end,
.parent-filter-group-and .x-tree-elbow-img.x-tree-elbow-plus.x-tree-expander,
.parent-filter-group-and .x-tree-elbow-img.x-tree-elbow-end-plus.x-tree-expander {
    /*border-left: 2px solid;
    border-color: red;*/
}

.parent-filter-group-or .x-tree-elbow-img.x-tree-elbow,
.parent-filter-group-or .x-tree-elbow-img.x-tree-elbow-end,
.parent-filter-group-or .x-tree-elbow-img.x-tree-elbow-plus.x-tree-expander,
.parent-filter-group-or .x-tree-elbow-img.x-tree-elbow-end-plus.x-tree-expander {
    /*border-left: 2px solid;
    border-color: green;*/
}

.parent-filter-group-nand .x-tree-elbow-img.x-tree-elbow,
.parent-filter-group-nand .x-tree-elbow-img.x-tree-elbow-end,
.parent-filter-group-nand .x-tree-elbow-img.x-tree-elbow-plus.x-tree-expander,
.parent-filter-group-nand .x-tree-elbow-img.x-tree-elbow-end-plus.x-tree-expander {
    /*border-left: 2px solid;
    border-color: blue;*/
}

.parent-filter-group-nor .x-tree-elbow-img.x-tree-elbow,
.parent-filter-group-nor .x-tree-elbow-img.x-tree-elbow-end,
.parent-filter-group-nor .x-tree-elbow-img.x-tree-elbow-plus.x-tree-expander,
.parent-filter-group-nor .x-tree-elbow-img.x-tree-elbow-end-plus.x-tree-expander {
    /*border-left: 2px solid;
    border-color: cornflowerblue;*/
}


.advanced-filter-panel .x-grid-cell-inner.x-grid-cell-inner-treecolumn {
    display: inline-block;
}

.advanced-filter-panel .icon-advanced-filter-changetype {
    margin-left: 6px;
    font-size: 12px;
    opacity: 0.5;
}

    .advanced-filter-panel .icon-advanced-filter-changetype:hover {
        opacity: 1;
    }

    .advanced-filter-panel .icon-advanced-filter-changetype:before {
        content: "\5b";
    }

.advanced-filter-panel .filter-group-and .icon-advanced-filter-changetype {
    color: #E6BB49;
}

.advanced-filter-panel .filter-group-or .icon-advanced-filter-changetype {
    color: #3BB34A;
}

.advanced-filter-panel .filter-group-nand .icon-advanced-filter-changetype {
    color: #6E86D4;
}

.advanced-filter-panel .filter-group-nor .icon-advanced-filter-changetype {
    color: #C4476A;
}



/* FILTER EDITOR */
body .filter-editor-toolbar {
    border-top: 2px solid #ddd !important;
    margin: 6px !important;
    padding: 6px !important;
}

body .filter-editor-apply-button .icon-ok:before {
    color: green;
}

body .filter-editor-cancel-button .icon-cross:before {
    color: red
}


/******************************* KANBAN *******************************/

.kanban .kanban-toolbar {
    border: 0;
    padding: 6px;
}

    .kanban .kanban-toolbar .x-label-value {
        vertical-align: inherit;
        padding: 0 6px;
    }

.kanban .webixbutton.add {
    color: #1CA1C1;
    font-size: 20px;
    padding: 0 4px 0 0;
    vertical-align: middle;
}

.kanban .webix_kanban {
    background-color: transparent;
}

.kanban .webix_kanban_list {
    background-color: transparent;
    border: none;
}

.kanban .webix_kanban_list_item {
    background-color: transparent;
}

.kanban .webix_view .webix_kanban_sub_header {
    background: #eeeeee;
    color: #666666;
}

    .kanban .webix_view .webix_kanban_sub_header .webix_template {
        text-overflow: ellipsis;
        overflow: hidden;
    }

.kanban .webix_view.drop-only-column .webix_kanban_sub_header {
    padding: 0;
    text-align: center;
}

.kanban .webix_view.drop-only-column.webix_layout_line {
}

.kanban .drop-only-column .webix_view.webix_list.webix_kanban_list {
    overflow: hidden !important;
    text-align: center;
    color: #999;
    background-color: #eeeeee;
}

    .kanban .drop-only-column .webix_view.webix_list.webix_kanban_list:after {
        font-family: "pat-font" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .kanban .drop-only-column .webix_view.webix_list.webix_kanban_list:after {
        font-size: 80px;
        content: "\e02a";
    }

.kanban .webix_kanban_list_content {
    border-color: #bbbbbb;
}

.kanban .kanban-container.empty {
    text-align: center;
    vertical-align: middle;
    color: #999;
    font-size: 22px;
    display: grid;
}

.kanban .kanban-container.empty:before {
    font-size: 300px;
}


/******************************* WEBIX TagLabels **********************/

.webix_view .webix_list_item {
    font-size: 13px;
}

.taglabel-field .webix_el_box {
    padding: 0px;
}

.taglabel-field .webix_multicombo .webix_el_box .webix_inp_static {
    border-color: rgb(221, 221, 221);
}

.list .taglabel-field .webix_multicombo .webix_el_box {
    padding-right: 10px;
}

.taglabel-field .webix_multicombo_text {
    font-size: 13px;
}

.taglabel-field .webix_el_box.webix_focused .webix_inp_static {
    border-color: #C0C0C0;
}

.webix_view.webix_window.webix_popup .wxi-checkbox-marked {
    color: #C0C0C0 ;
}

.taglabel-field .webix_inp_static.dirtyField {
    background-image: url('../../../Client/Resources/Img/base/dirty.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.taglabel-field .webix_multicombo .webix_el_box .webix_inp_static.mandatoryField {
    background-color: rgb(255, 238, 238);
    border-color: rgb(255, 120, 112);
}

.taglabel-field .webix_el_box .webix_inp_static {
    border-radius: 0px;
    white-space: nowrap;
}

.taglabel-field .webix_multicombo .webix_inp_static {
    padding: 0px;
}

.x-form-readonly .taglabel-field .webix_inp_static {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

.taglabel-field .webix_multicombo_delete {
    color: #94A1B3;
    margin-top: -8px;
    margin-right: -3px;
    font-size: 16px;
    height: 16px;
}

/******************************* ICONS *******************************/
body .icon-fieldtype-text,
body .icon-fieldtype-datetime,
body .icon-fieldtype-list,
body .icon-fieldtype-number,
body .icon-fieldtype-boolean,
body .icon-fieldtype-subtable,
body .icon-fieldtype-attachment,
body .icon-fieldtype-tree,
body .icon-fieldtype-hyperlink,
body .icon-fieldtype-objectlink,
body .icon-fieldtype-objectlink-expanded,
body .icon-fieldtype-html,
body .icon-fieldtype-taglabel,
body .icon-visible,
body .icon-not-visible,
body .icon-remove {
    background-image: none !important;
    font-size: 17px;
    color: #000;
    top: 1px;
    left: 1px;
}

    body .icon-fieldtype-text:before {
        content: "\e904";
    }

    body .icon-fieldtype-datetime:before {
        content: "\e905";
    }

    body .icon-fieldtype-list:before {
        content: "\e906";
    }

    body .icon-fieldtype-number:before {
        content: "\e907";
    }

    body .icon-fieldtype-boolean:before {
        content: "\e908";
    }

    body .icon-fieldtype-subtable:before {
        content: "\e909";
    }

    body .icon-fieldtype-attachment:before {
        content: "\e900";
    }

    body .icon-fieldtype-tree:before {
        content: "\e90c";
    }

    body .icon-fieldtype-hyperlink:before {
        content: "\e90b";
    }

    body .icon-fieldtype-objectlink:before {
        content: "\e902";
    }

    body .icon-fieldtype-objectlink-expanded:before {
        content: "\e901";
    }

    body .icon-fieldtype-html:before {
        content: "\e90a";
    }

    body .icon-visible:before {
        content: "\e90d"
    }

    body .icon-not-visible:before {
        content: "\e90f"
    }

    body .icon-remove:before {
        content: "\e05e"
    }

    body .icon-fieldtype-taglabel:before {
        content: "\0026";
    }

/*********************************************************************/

/* Geography field */
.map {
    overflow: hidden;
}

.geography-wrapper {
    border: 1px solid #DDD;
    padding: 5px;
}

.dirtyField .geography-wrapper {
    background-image: url(../Img/base/dirty.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.geography-button-wrapper {
    height: 30px;
    text-align: right;
}

.geography-tool.clear-btn {
    width: 20px;
    cursor: pointer;
    /*float: right;*/
    padding-top: 5px;
    padding-left: 5px;
}

.geography-tool.expand-btn {
    width: 20px;
    cursor: pointer;
    /*float: right;*/
    padding-top: 5px;
    position: relative;
    padding-left: 5px;
    /*left: -20px;*/
}

.geography-tool.search-btn {
    width: 20px;
    cursor: pointer;
    /*float: right;*/
    padding-top: 5px;
    position: relative;
    padding-left:5px;
    /*left: -40px;*/
}

.geography-tool.input-text {
    /*width: 100%;*/
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    /*width: 85%; */
    cursor: pointer;
    /*float: left;*/
}


.geography-field .geography-info-wrapper {
    font-size: 11px;
    padding: 5px 0px 5px 0px;
}

.geography-field .info-coordinates {
    font-size: 11px;
    position: absolute;
    border-radius: 10px;
    background-color: white;
    opacity: 80%;
    border: 1px solid lightslategrey;
    padding: 3px;
    width: max-content;
    height: 48px;
    color: black;
    bottom: 30px;
    left: 15px;
}

.x-no-coordinates.geography-field .info-coordinates {
    visibility: hidden;
}

.geography-field .info-address {
    font-size: 11px;
    /*position: relative;
    top: -48px;*/
}

/* Fix problem if is the last field in the view */
.ServiceCatalog .geography-field .info-address {
    min-height: 24px;
}

.ol-attribution {
    font-size: 11px;
    /*border-radius: 10px;*/
    padding: 0px;
}

    .ol-attribution a {
        color: black;
        font-weight: bold;
        text-decoration: none;
    }

.geography-tool.input-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
    font-style: italic;
}

.geography-tool.input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
}

.geography-tool.input-text::-ms-input-placeholder { /* Microsoft Edge */
    font-style: italic;
}

.x-form-readonly .geography-tool.clear-btn {
    display: none;
}

.x-form-readonly .geography-tool.search-btn {
    display: none;
}

.x-form-readonly .geography-tool.input-text {
    display: none;
}


.x-form-map-expanded .geography-tool.expand-btn {
    display: none;
}

.geography-field.x-form-readonly .geography-button-wrapper {
    display: none !important;
}

.map-note-container {
    height: 30px;
}

.map-note-label {
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.map-popup-cancel-btn,
.map-popup-accept-btn {
    float:right;
}


.geography-not-expanded-button-wrapper .geography-tool {
    z-index: 100;
    position: absolute;
    right: 16px;
    color: #FFF;
    background-color: #7B98BC;
    padding: 0px;
    font-size: 12px;
    height: 20px;
    width: 20px;
    padding-left: 4px;
    padding-top: 2px;
}

.geography-not-expanded-button-wrapper .geography-tool:hover {
    background-color: #4672A3;
}

.geography-not-expanded-button-wrapper .geography-tool.search-btn,
.geography-not-expanded-button-wrapper .geography-tool.expand-btn {
    top: 37px;
}

.geography-not-expanded-button-wrapper .geography-tool.clear-btn {
    top: 16px;
}

.geography-not-expanded-button-wrapper .geography-tool.clear-btn,
.geography-not-expanded-button-wrapper .geography-tool.search-btn {
    visibility: visible;
}

    .geography-not-expanded-button-wrapper .geography-tool.expand-btn {
        visibility: hidden;
    }

.x-form-readonly .geography-not-expanded-button-wrapper .geography-tool.clear-btn,
.x-form-readonly .geography-not-expanded-button-wrapper .geography-tool.search-btn {
    visibility: hidden;
}

.x-form-readonly .geography-not-expanded-button-wrapper .geography-tool.expand-btn {
    visibility: visible;
    top: 16px;
}

.x-form-map-expanded .geography-not-expanded-button-wrapper {
    display: none;
}

.x-form-map-not-expanded .geography-button-wrapper {
    display: none !important;
}

.geography-wrapper.map-placeholder .map-text {
    font-style: italic;
    background-color: #E2E2E2;
    padding: 5px;
    text-align: center;
}







