/** @class PMUI.panel.AccordionPanel */ /** * @var {color} * The default background-color for AccordionPanel-header */ /** * @var {color} * The default background-color for AccordionPanel-body */ /** * @var {color} * The default background-color for AccordionPanel-body */ /** * @var {color} * The default background-color for AccordionPanel-header */ /** * @var {color} * The default background-color for AccordionItem-header */ /** * @var {color} * The default background-color for AccordionItem-header */ /** @class PMUI.ui.Button */ /** * @var {number} * The font-size for the default button */ /** * @var {color} * The color for the default button */ /** * @var {color} * The background-color for the default button */ /** * @var {number} * The button-opacity for the default button */ /** * @var {color} * The button-opacity for the default button when the button is hover */ /** * @var {color} * The button-link for the default button */ /** * @var {color} * The button-link color for the default button when the button is hover */ /** * @var {color} * The button-background color for the default button when the button is disabled */ /** * @var {color} * The button-color for the default button when the button is disabled */ /** * @var {color} * The button-opacity for the default button when the button is disabled */ /** * @var {color} * The button-background color for the default button when the button is disabled and hover */ /** * @var {color} * The button-opacity for the default button when the button is disabled and hover */ /** @class PMUI.ui.Button */ /** * Creates a default pmui button. * @param {class} $base base class * @param {number} [$button_fontSize] font size * @param {color} [$button_color] font color * @param {button_backgroundColor} [$button_backgroundColor] background color * @param {number} [$button_opacity] opacity * @param {color} [$button-hover_opacity] button hover opacity * @param {color} [$button-link_color] button link color * @param {color} [$button-link-hover_color] button-link-hover_color * @param {color} [$button-disabled_backgroundColor] button-disabled_backgroundColor * @param {color} [$button-disabled_color] button-disabled_color * @param {color} [$button-disabled_opacity] button-disabled_opacity * @param {color} [$button-disabled-hover_backgroundColor] button-disabled-hover_backgroundColor * @param {color} [$button-disabled-hover_opacity] button-disabled-hover_opacity */ /*@include font-face("SourceSansPro", font-files("SourceSansPro-Regular/SourceSansPro-Regular-webfont.ttf", "SourceSansPro-Regular/SourceSansPro-Regular-webfont.eot", "SourceSansPro-Regular/SourceSansPro-Regular-webfont.woff", "SourceSansPro-Regular/SourceSansPro-Regular-webfont.svg"),"SourceSansPro-Regular/SourceSansPro-Regular-webfont.eot"); @include font-face("SourceSansProBold", font-files("SourceSansPro-Bold/SourceSansPro-Bold-webfont.ttf", "SourceSansPro-Bold/SourceSansPro-Bold-webfont.eot", "SourceSansPro-Bold/SourceSansPro-Bold-webfont.woff", "SourceSansPro-Bold/SourceSansPro-Bold-webfont.svg"),"SourceSansPro-Bold/SourceSansPro-Bold-webfont.eot");*/ @font-face { font-family: "Chivo"; src: url('../fonts/Chivo/Chivo-Black.ttf?1728942406') format('truetype'), url('../fonts/Chivo/Chivo-BlackItalic.ttf?1728942406') format('truetype'), url('../fonts/Chivo/Chivo-Italic.ttf?1728942406') format('truetype'), url('../fonts/Chivo/Chivo-Regular.ttf?1728942406') format('truetype'); } @font-face { font-family: "Montserrat"; src: url('../fonts/Montserrat/Montserrat-Bold.ttf?1728942406') format('truetype'), url('../fonts/Montserrat/Montserrat-Regular.ttf?1728942406') format('truetype'); } .pmui-sprite-sprite, .pmui-sprite-arrow-down, .pmui-sprite-arrow-next, .pmui-sprite-arrow-previous, .pmui-sprite-arrow-right, .pmui-sprite-arrow-up, .pmui-sprite-delete-16, .pmui-sprite-error-64, .pmui-sprite-error, .pmui-sprite-grid-arrow-down, .pmui-sprite-grid-arrow-up, .pmui-sprite-help, .pmui-sprite-info-64, .pmui-sprite-information, .pmui-sprite-question-64, .pmui-sprite-success-64, .pmui-sprite-warning-64, .pmui-sprite-warning, .pmui-sprite-window-close, .pmui-accordion-item-closed, .pmui-accordion-item-expanded, .pmui-gridpanel-pagelink.pmui-gridpanel-nextbutton .pmui-icon, .pmui-gridpanel-pagelink.pmui-gridpanel-previousbutton .pmui-icon, .pmui-gridpanelcolumn.pmui-sortable.pmui-sort-asc .pmui-grid-sort-icon, .pmui-gridpanelcolumn.pmui-sortable.pmui-sort-desc .pmui-grid-sort-icon, .pmui-icon-help, .pmui-icon-info, .pmui-icon-error, .pmui-icon-warning, .pmui-messagewindow-icon-error, .pmui-messagewindow-icon-warning, .pmui-messagewindow-icon-info, .pmui-messagewindow-icon-success, .pmui-messagewindow-icon-confirm { background-image: url('../img/pmui-sprite-s947c1ade08.png'); background-repeat: no-repeat; } .pmui-sprite-arrow-down { background-position: 0 0; height: 6px; width: 11px; } .pmui-sprite-arrow-next { background-position: 0 -6px; height: 13px; width: 9px; } .pmui-sprite-arrow-previous { background-position: 0 -19px; height: 13px; width: 9px; } .pmui-sprite-arrow-right { background-position: 0 -32px; height: 16px; width: 16px; } .pmui-sprite-arrow-up { background-position: 0 -48px; height: 6px; width: 11px; } .pmui-sprite-delete-16 { background-position: 0 -54px; height: 16px; width: 16px; } .pmui-sprite-error-64 { background-position: 0 -70px; height: 64px; width: 64px; } .pmui-sprite-error { background-position: 0 -134px; height: 16px; width: 16px; } .pmui-sprite-grid-arrow-down { background-position: 0 -150px; height: 6px; width: 11px; } .pmui-sprite-grid-arrow-up { background-position: 0 -156px; height: 6px; width: 11px; } .pmui-sprite-help { background-position: 0 -162px; height: 18px; width: 18px; } .pmui-sprite-info-64 { background-position: 0 -180px; height: 64px; width: 64px; } .pmui-sprite-information { background-position: 0 -244px; height: 16px; width: 16px; } .pmui-sprite-question-64 { background-position: 0 -260px; height: 64px; width: 64px; } .pmui-sprite-success-64 { background-position: 0 -324px; height: 64px; width: 64px; } .pmui-sprite-warning-64 { background-position: 0 -388px; height: 64px; width: 64px; } .pmui-sprite-warning { background-position: 0 -452px; height: 16px; width: 16px; } .pmui-sprite-window-close { background-position: 0 -468px; height: 14px; width: 18px; } .mafe-activity-task { background-color: white; border: 2px solid #3b4753; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 12px; /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .mafe-activity-task-disabled { background-color: white; border: 2px solid #a5adb4; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 12px; /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/ box-sizing: border-box; } .pmui-pmactivity .pmui-label span { color: black; } .pmui-pmevent .pmui-label span { color: black; } .pmui-pmgateway .pmui-label span { color: black; } .pmui-pmpool .pmui-label > first-child { color: black; } .rotateText { color: #3b4753; } .mafe-activity-subprocess { background-color: white; border: 4px solid #3b4753; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 12px; /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/ box-sizing: border-box; } .mafe-activity-subprocess-disabled { background-color: white; border: 3px solid #a5adb4; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 12px; /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/ box-sizing: border-box; } .pmui-pmactivity .pmui-label span { color: black; } .pmui-pmdata .pmui-label span { color: black; } .pmui-connection .pmui-label span { color: black; } .mafe-intersection { bacground-color: black; } .dragConnectHandler { background-color: #FAB606; border-radius: 50%; } /*.dragConnectHandler.ui-draggable-dragging { background: green; z-index:200; } */ .dropConnectHandler { background-color: #3b4753; border-radius: 50%; } /*.dropConnectHandler.ui-draggable-dragging { background: #0317FC; z-index:200; }*/ .dropConnectHandler.ui-state-active { background: white; } .dropConnectHandler .ui-state-hover { background: green; } #buttonCriteriaField { background: black; } .mafe-activity-task-red { background-color: #ce0615; border: 1px solid #9f0614; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); } .list-suggest-item :hover { background-color: #e0e0e0; } .list-suggest-item.single-label :hover { background-color: initial; color: white; } #ActionsByEmailPanel #customGridPanelControls { border: 1px solid #c0c0c0; } #customGridPanel .pmui-formpanel { padding: 3px !important; } #customGridPanelControls #firstPanel { float: left; } #thirdPanel .pmui-button { padding: 5px 10px 5px 10px; width: 75px !important; } #thirdPanel .pmui-button { padding: 5px 10px 5px 10px; width: 75px !important; } .propertiesTask-accordionItem { right: 6px; position: absolute; display: inline-block; } .propertiesTask-accordionButton { padding: 0px 7px 3px 7px; border: 1px solid; box-sizing: border-box; } .propertiesTask-accordionButton:hover { background: #2481c5; } .mafe-button-delete.propertiesTask-accordionButton, .mafe-button-edit.propertiesTask-accordionButton { line-height: initial !important; border-right: none; cursor: pointer; } .mafe-button-edit.propertiesTask-accordionButton { border: none; border-right: 1px solid; } #stepsAssignAccordion .pmui-accordion-item-header { cursor: move; } #idAssignment .pmui-accordion-item-header, #idRouting .pmui-accordion-item-header { cursor: auto; } #stepsAssignTree .pmui-treepanel-list { width: 300px; } #stepsAssignTree .pmui-treepanel-node-collapsed { cursor: move; } #stepsMainContainer .pmui-field-label, #stepsMainContainer .pmui-textannotationfield { padding: 0px 10px 0px 10px; } #stepsMainContainer .mafe-gridPanel { margin: 0px !important; padding: 0px 10px 0px 10px; border: 1px solid; border-color: #c0c0c0; } #stepsMainContainer .pmui-accordion-item-body { padding: 3px; box-sizing: border-box; } #stepsAssignAccordion .pmui-accordion-item-title { width: 400px; text-transform: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block; } #mainContainer #collapse-button { width: 160px !important; } /* Title assignment */ .mafe-designer-assigment-title { left: 15px !important; font-weight: 700; color: #2d3e50; background: transparent; margin-top: 15px; text-align: left; } .pmui-gridpanel.mafe-designer-assigment-grid input { border: 1px solid #cdd2d5; } .pmui-gridpanel-tableContainer { overflow: inherit !important; } .mafe-gridPanel-smooth .mafe-button-delete { border: 1px solid white; } .pmui-form .pmui-formpanel { text-align: initial; overflow: inherit !important; } a.mafe-button-show { background-color: red; color: white; background-color: #7CC2F9; padding: 0 15px; text-transform: none; } a.mafe-button-edit { background-color: #1fbc99; padding: 0 12px; text-transform: none; line-height: 26px !important; height: 26px !important; font-size: 14px; } a.mafe-button-edit:hover { background: #1ba385; opacity: 1; } a.mafe-button-edit-assign-no-hover { background-image: url(../img/plus_.png); background-position: 99% 50%; background-repeat: no-repeat; background-color: inherit; background-color: #3397e1; padding: 0 12px; text-transform: none; line-height: 26px !important; height: 26px !important; font-size: 14px; } a.mafe-button-edit-assign { background-image: url(../img/arrow-grid.png); background-position: 99% 50%; background-repeat: no-repeat; background-color: inherit; padding: 0 12px; text-transform: none; line-height: 26px !important; height: 26px !important; font-size: 14px; } a.mafe-button-edit-assign:hover { background-image: url(../img/arrow-grid.png); background-position: 99% 50%; background-repeat: no-repeat; background-color: #e0e0e0; opacity: 1; } a.mafe-button-editstep { background-color: #1fbc99; padding: 0 12px; text-transform: none; line-height: 26px !important; height: 26px !important; font-size: 14px; } a.mafe-button-editstep:hover { background: #1ba385; opacity: 1; } a.mafe-button-condition-trigger { line-height: 18px !important; height: 40px !important; top: -2px !important; } a.mafe-button-properties { background-color: white; padding: 0 5px; text-transform: none; line-height: 28px !important; height: 28px !important; color: #3397e1; border: 1px solid #3397e1; -moz-box-shadow: inset 0 0 0 1px #3397e1; -webkit-box-shadow: inset 0 0 0 1px #3397e1; box-shadow: inset 0 0 0 1px #3397e1; } a.mafe-button-properties:hover { background: #3397e1; color: #fff; opacity: 1; } a.mafe-button-delete { background-color: #e4655f; border: 1px solid #e14333; padding: 0 4px; text-transform: none; line-height: 26px !important; height: 26px !important; font-size: 14px; } a.mafe-button-delete:hover { background: #e14333; opacity: 1; } a.mafe-button-delete-assign-no-hover { background-image: url("../img/close_.png"); background-position: 99% 50%; background-repeat: no-repeat; background-color: inherit; padding: 0 12px; text-transform: none; line-height: 26px !important; height: 26px !important; font-size: 14px; } a.mafe-button-delete-assign { background-image: url("../img/close-grid.png"); background-position: 99% 50%; background-repeat: no-repeat; background-color: inherit; padding: 0 12px; text-transform: none; line-height: 26px !important; height: 26px !important; font-size: 14px; } a.mafe-button-delete-assign:hover { background-image: url("../img/close-grid.png"); background-position: 99% 50%; background-repeat: no-repeat; background-color: #e0e0e0; opacity: 1; } #gridUsers .mafe-button-edit { border: none; } #gridUsers .mafe-button-edit, #gridUsers .mafe-button-delete { border: none; } a.mafe-button-create { background-color: #1fbc99; border: 1px solid #1ba385; float: right; padding: 0 15px 0 38px; background: #1fbc99 url(../img/ico_mor2.png) no-repeat 5px center; font-size: 16px; margin-top: 3px; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; margin-right: 2px; } a.mafe-button-create:hover { background-color: #1ba385; opacity: 1; } .mafe-webentry-link { width: 485px; overflow: hidden; white-space: nowrap; display: inline-block; text-overflow: ellipsis; } /* a.mafe-button-create:hover{ background: #1ba385 url(../img/ico_mor2.png) no-repeat 95% center; padding: 0 45px 0 15px; opacity : 1; background-color: #1ba385; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; }*/ .mafe-gridPanel { margin: 0 2% 0 2%; } /* MAFE ASSIGMENT*/ .mafe-tabpanel-assignment { padding-top: 1%; } /* MAFE ASSIGMENT*/ .mafe-panel { text-align: left; } .mafe-panel-assignment-white { vertical-align: top; padding-left: 2%; } .mafe-panel-assignment-smooth { vertical-align: top; background-color: #eaebed; padding-left: 2%; } .mafe-designer-assigment-grid { left: 14px !important; } .mafe-designer-assigment-grid .pmui-gridpanel-tableContainer { border: 1px solid #e5e5e5; margin: 0 6% 0 0%; } .mafe-designer-assigment-grid .pmui-gridpanel-table { min-height: 0em; overflow: hidden; } .mafe-designer-assigment-grid .pmui-gridpanelcell-content { padding: 0 0 0 0; font-size: 14px; } /*.mafe-designer-assigment-grid .mafe-button-edit { background-color: #FFFFFF; }*/ /*.mafe-designer-assigment-grid .mafe-button-delete { background-color: #FFFFFF; border: 1px solid white; }*/ /* .mafe-designer-assigment-grid tr:hover .mafe-button-delete { background-color: #e53d3d; } .mafe-designer-assigment-grid tr:hover .mafe-button-edit{ background-color: #19bd9b; }*/ .mafe-panel-assignment-smooth .mafe-designer-assigment-grid { background-color: #eaebed; } /*option selector */ .mafe-assigment-buttons { margin: 9px 0 2px 0; text-align: left; } .mafe-assigment-buttons .pmui-switch-buttonitem { margin-right: 7px; border-radius: 0 0 0 0; font-size: 11px; border: 0px solid rgba(45, 62, 82, 0.1); background-color: rgba(45, 62, 82, 0.1); padding: 8px 15px; } .mafe-assigment-buttons .pmui-switch-buttonitem:hover { border: 0px solid rgba(45, 62, 82, 0.1); border-radius: 0 0 0 0; } .mafe-assigment-buttons .pmui-switch-buttonitem-selected { font-size: 11px; margin-right: 7px; border-radius: 0 0 0 0; background: #2d3e50; border: 0px solid #2d3e50; padding: 8px 15px; } .mafe-assigment-buttons .pmui-switch-buttonitem-selected:hover { border: 0px solid #2d3e50; border-radius: 0 0 0 0; } .pmui-switch-buttonitem.pmui-switch-icon-all .pmui-switch-buttonitem-icon { height: 22px; display: inline-block; vertical-align: middle; } .pmui-switch-buttonitem-selected.pmui-switch-icon-all .pmui-switch-buttonitem-icon { height: 22px; display: inline-block; vertical-align: middle; } .pmui-switch-buttonitem.pmui-switch-icon-user .pmui-switch-buttonitem-icon { background: url(../img/mafe-sprite.png) no-repeat; background-position: 0px -173px; width: 33px; height: 22px; display: inline-block; vertical-align: middle; } .pmui-switch-buttonitem-selected.pmui-switch-icon-user .pmui-switch-buttonitem-icon { background: url(../img/i_us_white.png) no-repeat; background-position: 0px 0px; width: 33px; height: 22px; display: inline-block; vertical-align: middle; } .pmui-switch-buttonitem.pmui-switch-icon-group .pmui-switch-buttonitem-icon { background: url(../img/mafe-sprite.png) no-repeat; background-position: 0px -113px; width: 33px; height: 22px; display: inline-block; vertical-align: middle; margin: 0 6px; } .pmui-switch-buttonitem-selected.pmui-switch-icon-group .pmui-switch-buttonitem-icon { background: url(../img/mafe-sprite.png) no-repeat; background-position: 0px -91px; width: 33px; height: 22px; display: inline-block; vertical-align: middle; margin: 0 6px; } .mafe-grid-panel-empty { background: url(../img/i_group_big.png) no-repeat center; height: none; text-align: center; padding-top: 120px; box-sizing: border-box; } .mafe-grid-panel-empty span { font-size: 18px; color: #777777; font-style: normal; } /* STEPS SUPERVISOR*/ .mafe-panel-smooth { background-color: #eaebed; } .mafe-gridPanel-smooth .pmui-gridpanel-tableContainer { border: 1px solid #e5e5e5; margin: 0 6% 0 0%; } .mafe-gridPanel-smooth .pmui-gridpanel-table { min-height: 0em; } .mafe-gridPanel-smooth .pmui-gridpanelcell-content { padding: 0 0 0 0; font-size: 14px; } .mafe-gridPanel-smooth .mafe-button-edit { background-color: #FFFFFF; } .mafe-gridPanel-smooth .mafe-button-delete { background-color: #FFFFFF; } .mafe-gridPanel-smooth tr:hover .mafe-button-delete { background-color: #e53d3d; } .mafe-gridPanel-smooth tr:hover .mafe-button-edit { background-color: #19bd9b; } .pmui-accordion-item-header { background: #3397e1 !important; color: white; border-color: #2481c5; border-top: 1px solid #2081C8 !important; border-bottom: 1px solid #068CED !important; } .pmui-accordion-panel-body { border: 1px solid #eee; min-height: 200px; } .pmui-accordion-item-container { border-left: none !important; border-right: none !important; } .mafe-border-panel { border: 1px solid #aeb5b6; } .mafe-hidden-fields-panel { list-style-type: none; border: 1px solid #C0C0C0; height: 50px; width: 100%; margin-top: 2px; bottom: 1px; overflow: auto; } .mafe-hidden-fields-panel > * { margin: 5px 0px 5px 5px; padding: 2px; float: left; height: 34px; width: 90px; text-align: center; } .mafe-hidden-fields-panel-name { font-size: 10px; border: 2px dotted #C0C0C0; height: 15px; margin: 3px; line-height: 150%; width: 80px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .mafe-hidden-fields-panel-label { font-size: 9px; } .mafe-hidden-fields-panel-label-isSelected { background-color: gainsboro; } .pmui-gridpanel-footer { top: 0px; left: 10px; width: 95%; height: 13px; } #gridUsers .pmui-gridpanel-footer, #gridUserList .pmui-gridpanel-footer, #gridUsersAD .pmui-gridpanel-footer, #gridUserListAD .pmui-gridpanel-footer { position: initial; top: inherit; left: initial; width: 95%; margin-top: inherit; height: 13px; padding-top: 1px !important; position: relative; } .pmui-gridpanel-footer { padding: 10px 10px; } #gridUserList .pmui-gridpanel-tableContainer, #gridUsers .pmui-gridpanel-tableContainer, #gridUsersAD .pmui-gridpanel-tableContainer, #gridUserListAD .pmui-gridpanel-tableContainer { height: 245px; } .pmui-gridpanel-total { vertical-align: super; } .content_controls ul li { padding: 1px 0 !important; } .pmui-gridpanel-footer-dinamic .pmui-gridpanel-pager { padding: 0px; } #gridUsers .pmui-gridpanel-searchload.load { left: 310px; top: 15px; } .pmui-field-control-table td { padding: 0px 45px 0px 20px !important; } #gridAcceptedValues .pmui-gridpanel-footer { top: 0px; left: 10px; width: 89%; height: 13px; padding-top: 1px !important; } .clearlooks2 .mceFocus .mceTop .mceCenter { background: #3397e1 !important; color: white !important; text-align: left !important; padding: 10px 15px !important; cursor: move !important; font-size: 14px !important; border-bottom: 1px solid #e5e5e5 !important; } .clearlooks2 .mceBottom .mceCenter { left: 5px !important; width: 100% !important; background: none !important; background-color: white !important; } .clearlooks2 { box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4) !important; } .clearlooks2 a.mceResizeW { background-color: white !important; } .clearlooks2 a.mceResizeE { background-color: white !important; } .clearlooks2 .mceResize { background: none !important; } .clearlooks2 .mceClose { background: url("../img/mafe-tools.png") no-repeat !important; background-position: 0 -966px !important; width: 20px !important; height: 20px !important; margin-top: -1px !important; margin-right: 3px !important; opacity: inherit !important; } .clearlooks2 .mceClose:hover { background: url("../img/mafe-tools.png") no-repeat !important; background-position: 0 -1156px !important; } .clearlooks2 .mceFocus .mceMax { visibility: hidden; } .clearlooks2 .mceFocus .mceMed { background: url(../img/mafe-tools.png) no-repeat !important; background-position: 0 -966px !important; width: 27px !important; height: 20px !important; margin-top: -3px !important; } .pmui-window-close { margin-top: 0px !important; outline: 0; } .pmui-window-close .button-icon { background: url("../img/mafe-tools.png") no-repeat !important; background-position: 0 -966px !important; width: 20px !important; height: 20px !important; margin-top: 0px !important; opacity: inherit !important; } .pmui-window-close .button-icon:hover { background: url("../img/mafe-tools.png") no-repeat !important; background-position: 0 -1156px !important; } .pmui-gridpanel-pagelink.disable, .pmui-gridpanel-pagelink.pmui-gridpanel-nextbutton.disable, .pmui-gridpanel-pagelink.pmui-gridpanel-previousbutton.disable { background: #D6D2D2; color: #ffffff; cursor: default; } .mafe-button-submenu-option { padding: 10px; cursor: pointer; } .pmui { font-family: Chivo-regular, sans-serif; font-size: inherit; padding: 0; } .pmui-window-modal { position: fixed; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); left: 0; top: 0; z-index: 100; } .pmui-window { display: inline-block; position: absolute; background-color: #FFF; -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4); box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4); } .pmui-window-header { background: #3397e1; color: #FFF; text-align: left; padding: 10px 15px; cursor: move; font-size: 14px; border-bottom: 1px solid #e5e5e5; } .pmui-window-close.pmui-button { border: none; padding: 0px 6px; } .pmui-window .pmui-window-close .button-icon:hover { /* //@include transform(scale(0.90)); //@include opacity(0.7); -moz-opacity:$window-close_hover-opacity; -khtml-opacity:$window-close_hover-opacity; opacity: $window-close_hover-opacity; -ms-transform:$window-close_hover-transform; -webkit-transform:$window-close_hover-transform; -moz-transform:$window-close_hover-transform; -o-transform:$window-close_hover-transform; filter: alpha(opacity=70);*/ color: #000; text-decoration: none; cursor: pointer; opacity: .5; filter: alpha(opacity=50); } .pmui.pmui-window-close { /*background: none;*/ padding: 0; cursor: pointer; background: 0 0; border: 0; -webkit-appearance: none; margin: -3px 0 0 0; } .pmui.pmui-window-close .button-icon { /*display: inline-block; height: 15px; width: 18px;*/ float: right; font-size: 24px; font-weight: 700; color: #000; text-shadow: 0 1px 0 #fff; opacity: .2; filter: alpha(opacity=20); font-family: "Chivo"; } .pmui.pmui-window-close .button-label { display: none; } .pmui-window-title { text-transform: none; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-family: Chivo-regular, sans-serif; } .pmui-window-body { background-color: #FFF; padding: 0px 0px; overflow: auto; text-align: inherit; font-family: "SourceSansPro"; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .pmui-window-toolbar-top, .pmui-window-toolbar-bottom { overflow: hidden; padding: 10px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .pmui-window .pmui-buttonpanel .pmui-button { margin-left: 5px; margin-right: 5px; } /* .pmui-window .pmui-buttonpanel .pmui-link{ margin-left:3.5px; margin-right:3.5px; padding: initial; font-size : $window-panelButtons_fontSize; } .pmui-window .pmui-buttonpanel .pmui-textlabel { margin-left : 3.5px; margin-right : 3.5px }*/ .pmui-window .pmui-buttonpanel { padding: 10px; border-top: 1px solid #e5e5e5; } .pmui-accordion-panel-header { padding-top: 5px; height: 25px; background-color: #93c4ea; text-align: center; color: white; } .pmui-accordion-panel-header span { font-size: 14px; } .pmui-accordion-panel-body { border-top: 1px solid #c3d8e9; border-bottom: 0px; height: 357px; width: auto; } .pmui-accordion-panel-footer { height: 0px; } .pmui-accordion-panel-container { overflow: auto; } /* AccordionItem */ .pmui-accordion-item-header { background-color: #DFE8F6; border-top: 1px solid #c3d8e9; border-bottom: 1px solid #c3d8e9; overflow-wrap: break-word; padding: 2px; color: white; font-size: 14px; } .pmui-accordion-item-body { overflow: auto; background-color: white; } .pmui-accordion-item-footer { overflow: auto; background-color: white; } .pmui-accordion-item-container { height: auto; width: auto; border-left: 1px solid #c3d8e9; border-right: 1px solid #c3d8e9; } .pmui-accordion-item-iconbase { background-repeat: no-repeat; display: inline-block; height: 16px; margin: 0 5px 0 5px; width: 16px; } .pmui-accordion-item-closed { background-position: 0 -32px; height: 16px; width: 16px; opacity: 0.6; filter: alpha(opacity=60); } .pmui-accordion-item-expanded { background-position: 0 0; height: 6px; width: 11px; opacity: 0.6; filter: alpha(opacity=60); } .pmui-accordion .pmui-accordion-item-iconContainer { cursor: pointer; padding: 5px; } .pmui-button { font-size: 14px; display: inline-block; text-decoration: none; padding: 11px 35px; /*@include border-radius($PMUI-DEFAULT-BORDER-RADIUS);*/ -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; background-color: #1e91d1; color: #FFF; text-align: center; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .pmui-button.pmui-error:hover { background: #e14333; opacity: 1; opacity: 1; } .pmui-button.pmui-warning:hover { background: #db9d22; opacity: 1; opacity: 1; } .pmui-button.pmui-success:hover { background: #1ba385; opacity: 1; opacity: 1; } .pmui-button.pmui-info:hover { background: #3397e1; opacity: 1; opacity: 1; } .pmui-button.pmui-link { color: #383838; text-decoration: underline; background: none; padding: initial; } .pmui-button.pmui-success { color: #fff; background-color: #1fbc99; border: 1px solid #1ba385; } .pmui-button.pmui-info { color: #fff; background-color: #3397e1; border: 1px solid #3397e1; } .pmui-button.pmui-warning { color: #fff; background-color: #EE9B26; border: 1px solid #d58512; } .pmui-button.pmui-error { color: #fff; background-color: #e4655f; border: 1px solid #e14333; } .pmui-button.pmui-disabled { background-color: #BEBEBE; color: #F7F7F7; opacity: 0.8; pointer-events: none; cursor: default; border: 1px solid #AAA8A8; } .button-disabled:hover { opacity: 0.8; } .pmui-button.pmui-link.pmui-disabled { background-color: inherit; color: #CCC8C8; opacity: inherit; border: inherit; } .pmui-flashmessage { color: #DDD; background: rgba(0, 0, 0, 0.8); padding: 12px; text-align: center; } .pmui-flashmessage.pmui-info { background: rgba(30, 145, 209, 0.8); } .pmui-flashmessage.pmui-error { background: rgba(255, 0, 0, 0.8); } .pmui-flashmessage.pmui-success { background: rgba(0, 143, 97, 0.8); } .pmui-flashmessage-list { margin: 0; -webkit-padding-start: 20px; -moz-padding-start: 20px; } .pmui-optionsselectorfield a { text-decoration: none; } .pmui-switch-buttonitem { background-color: #ebebeb; border: 1px solid #d3d3d3; color: #555555; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-top-left-radius: 4px; display: inline-block; position: relative; padding: 5px 10px 5px 10px; line-height: normal; cursor: pointer; margin: 0em; vertical-align: middle; text-align: center; text-transform: none; text-indent: 0px; text-shadow: none; overflow: visible; word-spacing: normal; font: -webkit-small-control; letter-spacing: normal; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-top-left-radius: 4px; } .pmui-switch-buttonitem:hover { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-top-left-radius: 4px; border: 1px solid #d3d3d3; color: #333; background-color: #d8d8d8; border-color: #adadad; } .pmui-switch-buttonitem-selected { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-top-left-radius: 4px; border: 1px solid #3276B1; background-color: #3276B1; color: #ffffff; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-top-left-radius: 4px; display: inline-block; position: relative; padding: 5px 10px 5px 10px; line-height: normal; cursor: pointer; margin: 0em; vertical-align: middle; text-align: center; text-transform: none; text-indent: 0px; text-shadow: none; overflow: visible; word-spacing: normal; font: -webkit-small-control; letter-spacing: normal; } .pmui-switch-buttonitem-disabled { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-top-left-radius: 4px; border: 1px solid #d3d3d3; background-color: #e5e5e5; color: #d3cfcf; cursor: default; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-top-left-radius: 4px; display: inline-block; position: relative; padding: 5px 10px 5px 10px; line-height: normal; cursor: pointer; margin: 0em; vertical-align: middle; text-align: center; text-transform: none; text-indent: 0px; text-shadow: none; overflow: visible; word-spacing: normal; font: -webkit-small-control; letter-spacing: normal; } .pmui-menu { font-family: Tahoma, Arial, Verdana; font-size: 12px; border: 1px solid #d5d8dc; display: inline-block; list-style: none; background: #F0F0F0; margin: 0; padding: 0; box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5); } .pmui-menuoption { position: relative; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .pmui-menuoption:hover { background: #444; } .pmui-menuoption.pmui-disabled:hover { background: none; } .pmui-menuoption-title { display: block; padding: 0.4em 0.6em; text-decoration: none; color: #2d3e50; } .pmui-disabled .pmui-menuoption-title { cursor: default; } .pmui-menuoption-text { line-height: 1.84em; padding-right: 15px; white-space: nowrap; } .pmui-disabled .pmui-menuoption-text { color: #bbb; } .pmui-menuoption:hover > .pmui-menuoption-title { color: #F0F0F0; } .pmui-menuoption.pmui-father > .pmui-menuoption-title { background: url(images/arrow-right-b.png) no-repeat right content-box; } .pmui-menuoption.pmui-father:hover > .pmui-menuoption-title { background-image: url(images/arrow-right-w.png); } .pmui-menuoption.pmui-father.pmui-disabled > .pmui-menuoption-title, .pmui-menuoption.pmui-father.pmui-disabled:hover > .pmui-menuoption-title { background-image: url(images/arrow-right-d.png); } .pmui-menuseparatoritem { border-top: 1px solid #d8d8d8; border-bottom: 1px solid #fff; } .pmui-menuoption:hover > .pmui-menu { display: inline-block; } .pmui-menuoption.pmui-disabled:hover > .pmui-menu { display: none; } .pmui-menu .pmui-menu { display: none; position: absolute !important; left: 100% !important; top: 0 !important; } .pmui-datepicker { font-size: 12px; width: 200px; position: absolute; border: #888 1px solid; color: #000; background-color: #F8F8F8; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); } .pmui-datetimecontrol { border: 1px solid #ccc; } .pmui-datepicker input { border: #888 1px solid; font-size: 0.8em; text-align: center; width: 100%; } .pmui-datepicker a { text-decoration: none; color: inherit; } .pmui-datepicker-header { font-size: 1.2em; background-color: #F8F8F8; } .pmui-datepicker-head-table { width: 100%; } .pmui-datepicker-month-selector select, .pmui-datepicker-year-selector select { background: none; border: none; } .pmui-datepicker-month-selector { text-align: left; } .pmui-datepicker-year-selector { text-align: right; } .pmui-datepicker-table { width: 100%; } .pmui-datepicker-table tr { margin: 0; padding: 0; } .pmui-datepicker-table td { text-align: center; background: #F0F0F0; padding: 1px; } .pmui-datepicker-table td a { display: block; background-color: #F8F8F8; color: #000; } .pmui-datepicker-table td a:hover, .pmui-datepicker-table td .selected { background-color: #D0D0D0; } .pmui-datepicker-table thead th { font-size: 0.8em; color: #000; background-color: #F8F8F8; } .pmui-datepicker-disabled-date { color: #888; } .pmui-datepicker-footer { padding: 4px; } .pmui-datepicker-footer div { display: inline-block; } .pmui-datepicker-button { font-family: Arial; background-color: #C0C0C0; padding: 1px; border: solid #888; border-width: 1px; margin: 1px; /*color:$datepicker-button_color;*/ } .pmui-gridpanel { background-color: #FFF; font-size: 14px; vertical-align: top; font-family: "SourceSansPro", Arial, Tahoma, Verdana; } .pmui-gridpanel-tableContainer { border: 0px solid #e5e5e5; } .pmui-gridpanel-table { border-collapse: collapse; min-height: 3em; background-color: #fff; width: 100%; font-size: 14px; } .pmui-gridpanelcolumn { border-right: 2px solid #fff; /*padding: 5px 10px;*/ color: #fff; font-size: 14px; background: #3397e1; } .pmui-gridpanelcell { border-right: 2px solid #fff; } .pmui-gridpanelcolumn.pmui-sortable { cursor: pointer; } .pmui-gridpanel.pmui-sortable.pmui-sort-asc, .pmui-gridpanel.pmui-sortable.pmui-sort-desc { background-repeat: no-repeat; background-position: right; } .pmui-gridpanelrow { border-bottom: 1px solid #e5e5e5; line-height: auto; } .pmui-gridpanelrow.ui-draggable > .pmui-gridpanelcell:first-child, .pmui-gridpanel-tbody.ui-sortable .pmui-gridpanelrow > .pmui-gridpanelcell:first-child { background-image: url(images/bg_dd.png); background-position: 2px center; background-repeat: no-repeat; } .pmui-gridpanelrow.ui-draggable, .pmui-gridpanel-tbody.ui-sortable .pmui-gridpanelrow { cursor: move; } .pmui-gridpanelrow:hover { background: #e0e0e0; } .pmui-gridpanel-pager { display: inline-block; margin: 0; } .pmui-gridpanel-gotoPage { width: 40px; margin: 0 2px 0 2px; height: 20px; text-align: center; border: 1px solid #ddd; } .pmui-gridpanel-footer.pmui-gridpanel-total { vertical-align: super; font-size: 13px; padding: 2px; } .pmui-gridpanel-pager-current { text-decoration: none; float: left; color: #0493E5; font-size: 14px; line-height: 26px; font-weight: normal; text-align: center; border: 1px solid #ddd; min-width: 14px; padding: 0 11px; margin: 0 5px 0 0; background: #FFF; background: #0493E5; color: #FFF; cursor: default; margin-left: -7px; } .pmui-gridpanel-pager-ellipse { background: none; border: none; border-radius: 0; box-shadow: none; font-weight: bold; cursor: default; text-decoration: none; float: left; color: #0493E5; font-size: 14px; line-height: 26px; font-weight: normal; text-align: center; border: 1px solid #ddd; min-width: 14px; padding: 0 7px; margin: 0 5px 0 0; background: #FFF; margin-left: -7px; } .pmui-gridpanel-pager li a { text-decoration: none; float: left; color: #0493E5; font-size: 14px; line-height: 26px; font-weight: normal; text-align: center; border: 1px solid #ddd; min-width: 14px; padding: 0 11px; margin: 0 5px 0 0; background: #FFF; margin-left: -7px; } .pmui-gridpanel-pager li a:hover { text-decoration: none; background: #0493E5; color: #FFF; } .pmui-gridpanel-pager li { display: inline-block; margin: 0 1px; } .pmui-gridpanel-pagelink { float: left; display: block; color: #2d3e50; padding: 4px 7px; height: 13px; } .pmui-gridpanel-pagelink, .pmui-gridpanel-pagelink.pmui-gridpanel-nextbutton, .pmui-gridpanel-pagelink.pmui-gridpanel-previousbutton { text-decoration: none; font-size: 12px; } .pmui-gridpanel-pagelink.pmui-gridpanel-nextbutton .pmui-icon { background-position: 0 -6px; height: 13px; width: 9px; } .pmui-gridpanel-pagelink.pmui-gridpanel-previousbutton .pmui-icon { background-position: 0 -19px; height: 13px; width: 9px; } .pmui-gridpanel-pagelink { float: left; display: block; color: #2d3e50; padding: 4px 7px; font-size: 12px; } .pmui-gridpanel-pagelink:hover { filter: alpha(opacity=0.7); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; } .pmui-gridpanel-pagelink.pmui-active { color: #fff; background: #2d3e50; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .pmui-gridpanel-toolbar { padding: 5px 0px; text-align: left; height: 40px; margin: 4px 0 4px 0; } .pmui-gridpanel-footer { text-align: center; padding: 10px 20px; } .pmui-gridpanel-statusbar { text-align: left; font-size: 12px; margin-top: 5px; } .pmui-gridpanelcell-content, .pmui-gridpanelColumn-title { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .pmui-gridpanelcell-content { display: inline-block; color: #333; text-align: left; padding: 1px 5px 1px 5px; margin-left: 5px; } .pmui-gridpanelColumn-title { display: block; padding: 9px 5px; text-align: left; font-weight: initial; } .pmui-grid-sort-icon { position: absolute; width: 11px; height: 1em; right: 5px; display: none; top: 9px; } .pmui-gridpanelcolumn.pmui-sortable.pmui-sort-asc .pmui-grid-sort-icon { background-position: 0 -150px; height: 6px; width: 11px; } .pmui-gridpanelcolumn.pmui-sortable.pmui-sort-desc .pmui-grid-sort-icon { background-position: 0 -156px; height: 6px; width: 11px; } .pmui-gridpanelcolumn.pmui-sortable.pmui-sort-asc .pmui-gridpanelColumn-title, .pmui-gridpanelcolumn.pmui-sortable.pmui-sort-desc .pmui-gridpanelColumn-title { padding-right: 20px; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s; } .pmui-gridpanelcolumn.pmui-sortable.pmui-sort-asc .pmui-gridpanelColumn-title:hover, .pmui-gridpanelcolumn.pmui-sortable.pmui-sort-desc .pmui-gridpanelColumn-title:hover { filter: alpha(opacity=0.7); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; } .pmui-gridpanelcolumn.pmui-sortable .pmui-grid-sort-icon { display: inline-block; } .pmui-active-row { background: antiquewhite; } .pmui-gridpanel-emptyrow td { padding: 0.5em; font-style: italic; } .pmui-gridpanelrow-deleteButton { width: 16px; height: 16px; padding: 2px; background: #e0e0e0; position: absolute; top: -16px; right: 0px; -moz-border-radius: 100% 100% 0px 0px; -webkit-border-radius: 100% 100% 0px 0px; border-radius: 100% 100% 0px 0px; } .pmui-gridpanelrow-deleteButton a { display: inline-block; /*@include pmui-sprite-sprite(delete-16);*/ } .pmui-gridpanel-searchload.load { background: url(../img/loading.gif) no-repeat center; background-size: contain; height: 20px; width: 20px; position: absolute; } .pmui-tabpanel { background: none; } .pmui-tabpanel-container { background: #FFF; overflow: visible !important; } .pmui-tabpanel-tabs { padding: 0; margin: 0; border-bottom: 1px solid #ddd; width: 92%; } .pmui-tabitem { font-size: 14px; font-weight: normal; text-transform: none; margin: 0 4px; } .pmui-tab-ref { display: block; color: #337ab7; text-decoration: none; background: #FFF; padding: 0.6em 0.9em; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .pmui-tabitem.pmui-active .pmui-tab-ref { color: #555; background: FFF; border: 1px solid #ddd; border-top: 3px solid #3397e1; } .pmui-tabitem:hover .pmui-tab-ref { color: #555; background: #FFF; } .pmui-tab_title { text-overflow: ellipsis; white-space: nowrap; overflow: inherit; display: inline-block; } .pmui-tabpanel-left .pmui-tabpanel-tabs { border-bottom: 0; padding-right: 6px; } .pmui-tabpanel-left .pmui-tabitem { clear: both; text-align: left; /*width: 100%;*/ margin: 2px 0; } .pmui-collapsibleBar { width: 5px; background: white; border-left: 1px solid #dadfe4; } .pmui-tab-icon { float: left; width: auto; height: 20px; } .pmui-textcontrol, .pmui-dropdownlistcontrol, .pmui-textareacontrol, .pmui-passwordcontrol, .pmui-uploadcontrol, .pmui-datetimecontrol { font-size: 14px; border-radius: 2px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background: #fff; display: inline-block; text-align: 'left'; padding: 4px 6px; color: #000; border: 1px solid #adafb2; } .pmui-textcontrol, .pmui-passwordcontrol { color: #000; } .pmui-textcontrol:-ms-input-placeholder, .pmui-passwordcontrol:-ms-input-placeholder { color: #AAAAAA; } select.pmui-dropdownlistcontrol { height: 36px; } .pmui-textareacontrol { width: 100%; } .pmui-selectablecontrol span { font-size: 14px; } .pmui-field-label { display: block; text-align: left; width: 160px; padding: 6px 20px 6px 10px; color: #2d3e50; font-size: 14px; box-sizing: border-box; } .pmui-field { padding: 4px 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background: none; } .pmui-field-label, .pmui-field-control { /*float: left;*/ display: inline-block; text-align: left; margin-right: 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .pmui-textannotationfield { color: #2d3e50; } .pmui-textannotationfield .pmui-field-label { margin: 0px; color: inherit; } .pmui-field-control-er { color: #f00; } .pmui-field-required { color: #e84c3d; padding-top: 3px; text-align: center; } .pmui-field .pmui-textlabel { clear: both; color: #fff; font-size: 12px; background: #F5736D; padding: 4px 10px; display: inline-block; } .pmui-field-colon { color: #000; } .pmui-field .error { outline: 1px solid #ecc3c2; border: 1px solid white; } .pmui-field-control-table { display: inline-block; } .pmui-field-control-table { border: 1px solid #e7e7e7; padding: 0px; } .pmui-field-control-table td { padding: 0px 45px 0px 0px; } .pmui-field-message { text-align: left; position: absolute; z-index: 100; } .pmui.pmui-textannotationfield { clear: both; } .pmui-tooltip .pmui-icon { background-repeat: no-repeat; display: inline-block; margin-left: 3px; float: right; margin-top: 5px; } .pmui-icon-help { background-position: 0 -162px; height: 18px; width: 18px; } .pmui-icon-info { background-position: 0 -244px; height: 16px; width: 16px; } .pmui-icon-error { background-position: 0 -134px; height: 16px; width: 16px; } .pmui-icon-warning { background-position: 0 -452px; height: 16px; width: 16px; } .pmui-tooltip { margin-left: 5px; border-radius: 1em; } .pmui-tooltip-message { margin: 0 5px 0 3px; } .pmui .pmui-tooltip-mode-normal .pmui-tooltip-message { font-size: 0.8em; } .pmui-field-message-container { display: block; } .pmui-tooltip-category-error { color: #F00; } .ui-tooltip { max-width: 350px !important; } .pmui-form { background-color: white; } .pmui-form-title, .pmui-form-footer { text-align: center; } .pmui-form-header { padding: 0.4em; background-color: white; } .pmui-form-title { font-size: 1.2em; margin: 0; line-height: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: black; } .pmui-form fieldset { border-color: #c7c7c7; color: #2d3e50; } /*.pmui-form .pmui-buttonpanel a { color: #fff; font-size: 16px; background: $form-buttonBar_background; margin-right: 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 0px 15px; border: 1px solid #2D9663; } .pmui .pmui-buttonpanel .button-link{ color : #000000; text-decoration: underline; background : inherit; padding : 0px 5px 0px 5px; }*/ .pmui-form .pmui-formpanel { text-align: initial; } .pmui-treepanel { display: inline-block; height: 360px; } .pmui-treepanel-list { list-style: none; margin: 0; padding: 0; vertical-align: top; } .pmui-treepanel-node .pmui-treepanel-list { margin-left: 18px; } .pmui-treepanel-node-title { text-decoration: none; color: #000; } .pmui-treepanel-node { background: url(images/elbow-line.gif) repeat-y left top; list-style-type: none; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: left; } .pmui-treepanel, .pmui-treepanel-node { font-size: 14px; background: inherit; } .pmui-treepanel-node, .pmui-treepanel-list > .pmui-treepanel-node:last-child { background: url(images/elbow-end.gif) no-repeat left top; } .pmui-treepanel-node-icon { display: inline-block; margin-right: 3px; } .pmui-treepanel-node-elbow { width: 16px; margin-right: 3px; display: inline-block; } .pmui-treepanel-emptymessage { font-style: italic; } .pmui-treepanel-toolbar { margin: 1em 0.5em; } .pmui-treepanel .pmui-treepanel-node { background: url(images/elbow-line.gif) repeat-y top left; } .pmui-treepanel-node .pmui-treepanel-node-elbow { background: url(images/elbow-end.gif) no-repeat top left; } ul.pmui-treepanel > .pmui-treepanel-node:last-child { background: url(images/elbow-end.gif) no-repeat top left; } .pmui-treepanel-node.pmui-treepanel-node-father > .pmui-treepanel-node-title .pmui-treepanel-node-elbow { background: url(images/elbow-minus-nl.gif) no-repeat center; } .pmui-treepanel-node.pmui-treepanel-node-father.pmui-treepanel-node-collapsed > .pmui-treepanel-node-title .pmui-treepanel-node-elbow { background: url(images/elbow-plus-nl.gif) no-repeat center; } /*.pmui-buttonpanel { padding : 7px; border-bottom : 1px solid $button-panel_borderColor }*/ .pmui-messagewindow-container { margin: 10px; } .pmui-messagewindow-container tr, .pmui-messagewindow-container tr td { margin: 0; border: 0; padding: 0; } .pmui-messagewindow-icon { display: inline-block; margin-right: 10px; } .pmui-messagewindow-icon-error { background-position: 0 -70px; height: 64px; width: 64px; } .pmui-messagewindow-icon-warning { background-position: 0 -388px; height: 64px; width: 64px; } .pmui-messagewindow-icon-info { background-position: 0 -180px; height: 64px; width: 64px; } .pmui-messagewindow-icon-success { background-position: 0 -324px; height: 64px; width: 64px; } .pmui-messagewindow-icon-confirm { background-position: 0 -260px; height: 64px; width: 64px; } .pmui-window-body { font-Size: 16px; } .pmui-windowmessage.pmui-windowmessage-error { background-color: inherit; /*.pmui-buttonpanel .pmui-button { background-color : $windowMessage-error-header_background-color; } .pmui-buttonpanel .pmui-link { background : none; }*/ } .pmui-windowmessage.pmui-windowmessage-error .pmui-window-header { background-color: #e4655f; padding: 7px 15px; } .pmui-windowmessage.pmui-windowmessage-error .pmui-window-body { background-color: white; color: #58585b; font-size: 14px; padding: 20px 30px 20px 30px; } .pmui-windowmessage.pmui-windowmessage-error .pmui-messagewindow-message { font-size: 14px; -webkit-user-select: text; -moz-user-select: text; user-select: text; } .pmui-windowmessage.pmui-windowmessage-error .pmui-window-footer { background-color: white; } .pmui-windowmessage.pmui-windowmessage-warning { background-color: inherit; /*.pmui-buttonpanel .pmui-button { background-color : $windowMessage-warning-header_background-color ; } .pmui-buttonpanel .pmui-link { background : none; }*/ } .pmui-windowmessage.pmui-windowmessage-warning .pmui-window-header { background-color: #edb60b; padding: 7px 15px; } .pmui-windowmessage.pmui-windowmessage-warning .pmui-window-body { background-color: white; color: #58585b; font-size: 14px; } .pmui-windowmessage.pmui-windowmessage-warning .pmui-messagewindow-message { font-size: 14px; -webkit-user-select: text; -moz-user-select: text; user-select: text; } .pmui-windowmessage.pmui-windowmessage-warning .pmui-window-footer { background-color: white; } .pmui-windowmessage.pmui-windowmessage-success { background-color: inherit; /*.pmui-buttonpanel .pmui-button { background-color : $windowMessage-success-header_background-color; } .pmui-buttonpanel .pmui-link { background : none; }*/ } .pmui-windowmessage.pmui-windowmessage-success .pmui-window-header { background-color: #2ddfb7; padding: 7px 15px; } .pmui-windowmessage.pmui-windowmessage-success .pmui-window-body { background-color: white; color: #58585b; font-size: 14px; } .pmui-windowmessage.pmui-windowmessage-success .pmui-messagewindow-message { font-size: 14px; -webkit-user-select: text; -moz-user-select: text; user-select: text; } .pmui-windowmessage.pmui-windowmessage-success .pmui-window-footer { background-color: white; } .pmui-windowmessage.pmui-windowmessage-default { background-color: inherit; /*.pmui-buttonpanel .pmui-button { background-color : $windowMessage-default-header_background-color; } .pmui-buttonpanel .pmui-link { background : none; }*/ } .pmui-windowmessage.pmui-windowmessage-default .pmui-window-header { background-color: #44afff; padding: 7px 15px; } .pmui-windowmessage.pmui-windowmessage-default .pmui-window-body { background-color: white; color: #58585b; font-size: 14px; } .pmui-windowmessage.pmui-windowmessage-default .pmui-messagewindow-message { font-size: 14px; -webkit-user-select: text; -moz-user-select: text; user-select: text; } .pmui-windowmessage.pmui-windowmessage-default .pmui-window-footer { background-color: white; } .pmui-windowmessage .pmui-buttonpanel .pmui-button { padding-left: 25px; padding-right: 25px; border-radius: 2px; } .pmui-windowmessage .pmui-buttonpanel .pmui-textlabel { margin-left: 5px; } .pmui-windowmessage .pmui-buttonpanel .pmui-link { padding: initial; margin-left: 5px; } .pmui-windowmessage .pmui-window-footer { padding: 10px; border-top: 1px solid #e5e5e5; background: white; } .pmui-windowmessage .pmui-window-body { padding: 20px 30px 20px 30px; font-family: Chivo-regular, sans-serif; } .pmui-windowmessage .pmui-textlabel { font-size: 16px; } .pmui-windowmessage .pmui-buttonpanel .pmui-button { margin-left: 10px; } .pmui-windowmessage .pmui-window-title { text-align: center; } .pmui-toolbaritem { display: inline-block; margin: 2px; } .pmui-listpanel { border: 1px solid #bbb; font-size: 12px; } .pmui-listitem { border: solid 1px #bbb; } .pmui-listpanel-title, .pmui-listpanel-toolbar, .pmui-listpanel-statusbar { padding: 0.5em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .pmui-listpanel-title { min-height: 1em; background: #5f6c79; color: #FFF; } .pmui-listpanel-toolbar { font-size: 0.8em; } .pmui-listpanel-statusbar { background: #E9E9E9; } .pmui-listpanel-list { overflow: auto; border-color: #bbb; border-style: solid; border-width: 2px 0; padding: 0; margin: 0; border-collapse: collapse; } .pmui-listitem { list-style: none; border-color: #bbb; border-style: solid; border-width: 0 0 1px 0; padding: 0.5em; background: #f8f8f8; } .pmui-listpanel-list > .pmui-listitem:last-child { border-bottom: 0px; } .pmui-listitem:nth-child(odd) { background: #eaebed; } .pmui-listitem:hover { background: #e0e0e0; } .pmui-listitem-icon, .pmui-listitem-text { display: inline-block; vertical-align: middle; } .pmui-listitem-icon { margin-right: 0.3em; } .pmui-listitem .pmui-toolbar.pmui-listitem-actions { text-align: right; } .pmui.ui-layout-pane { border: 1px solid #BBB; padding: 2px; /*alerta*/ }