/**/
div.ui-dialog div.ui-dialog-titlebar {border-top: 10px solid #2980b9;border-left:0;border-right:0;}
div.dialog-cancel-circled div.ui-dialog-titlebar {border-top: 10px solid #cc0000;border-left:0;border-right:0;}
div.dialog-help div.ui-dialog-titlebar {border-top: 10px solid #2980b9;border-left:0;border-right:0;}
div.dialog-attention div.ui-dialog-titlebar {border-top: 10px solid #f4d03f;border-left:0;border-right:0;}
div.dialog-info-circled div.ui-dialog-titlebar {border-top: 10px solid #3f74b5;border-left:0;border-right:0;}
div.dialog-ok-circled div.ui-dialog-titlebar {border-top: 10px solid #00913f;border-left:0;border-right:0;}


div.dialog-cancel-circled .ui-widget-content .icon-cancel-circled { color: #cc0000;}
div.dialog-attention .ui-widget-content .icon-attention {color: #f4d03f;}
div.dialog-info-circled .ui-widget-content .icon-info-circled {color: #3f74b5;}
div.dialog-ok-circled .ui-widget-content .icon-ok-circled {color: #00913f;}
div.dialog-help .ui-widget-content .icon-help { color: #2980b9;}

.ui-dialog {
    font-size: 0.8em;
}

@font-face {
    font-family: 'shared-icons';
    src: url('./font/shared-icons.eot?10782316');
    src: url('./font/shared-icons.eot?10782316#iefix') format('embedded-opentype'),
    /* url('./font/shared-icons.woff2?10782316') format('woff2'), */
    url('./font/shared-icons.woff?10782316') format('woff'), url('./font/shared-icons.ttf?10782316') format('truetype'), url('./font/shared-icons.svg?10782316#shared-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'shared-icons';
    src: url('../font/shared-icons.svg?75710202#shared-icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before,[class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "shared-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.context-menu-icon-barcode:before { content: '\e824'; font-family: "shared-icons"; } /* 'î €' */
.icon-custom-add-new-document {text-decoration: none;position: relative;top:4px;width: 24px; display: inline-block;}
/* icon-plus */
.icon-custom-add-new-document:before {content: '\e801';text-decoration: none;position: absolute;top: 13px;left: 5px; color: black;}
/* icon-doc */
.icon-custom-add-new-document:after {content: '\e81e'; font-size: 22px;position: absolute; font-size: 24px; color: black;}

.icon-custom-add-comment {text-decoration: none;position: relative;top:4px;width: 24px; display: inline-block;}
/* icon-plus */
.icon-custom-add-comment:after {content: '\e801';text-decoration: none;position: absolute;top: 5px;left: 7px; color: white; font-size: 14px; }
/* icon-comment */
.icon-custom-add-comment:before {content: '\e824'; font-size: 24px; position: absolute; color: black;}


.icon-home:before { content: '\e800'; } /* '' */
.icon-plus:before { content: '\e801'; } /* '' */
.icon-minus:before { content: '\e802'; } /* '' */
.icon-dot-3:before { content: '\e803'; } /* '' */
.icon-arrows-cw:before { content: '\e804'; } /* '' */
.icon-delete:before { content: '\e805'; } /* '' */
.icon-quit:before { content: '\e806'; } /* '' */
.icon-location-1:before { content: '\e807'; } /* '' */
.icon-basket:before { content: '\e808'; } /* '' */
.icon-dot:before { content: '\e809'; } /* '' */
.icon-folder:before { content: '\e80a'; } /* '' */
.icon-search:before { content: '\e80b'; } /* '' */
.icon-cog:before { content: '\e80c'; } /* '' */
.icon-edit:before { content: '\e80d'; } /* '' */
.icon-stop:before { content: '\e80e'; } /* '' */
.icon-cancel:before { content: '\e80f'; } /* '' */
.icon-attention:before { content: '\e810'; } /* '' */
.icon-attention-circled:before { content: '\e811'; } /* '' */
.icon-check:before { content: '\e812'; } /* '' */
.icon-pencil:before { content: '\e813'; } /* '' */
.icon-calendar:before { content: '\e814'; } /* '' */
.icon-left-open:before { content: '\e815'; } /* '' */
.icon-right-open:before { content: '\e816'; } /* '' */
.icon-attach:before { content: '\e817'; } /* '' */
.icon-lock:before { content: '\e818'; } /* '' */
.icon-info-circled:before { content: '\e819'; } /* '' */
.icon-ok-circled:before { content: '\e81a'; } /* '' */
.icon-cancel-circled:before { content: '\e81b'; } /* '' */
.icon-print:before { content: '\e81c'; } /* '' */
.icon-barcode:before { content: '\e81d'; } /* '' */
.icon-doc:before { content: '\e81e'; } /* '' */
.icon-th:before { content: '\e81f'; } /* '' */
.icon-cancel-squared:before { content: '\e820'; } /* '' */
.icon-mobile:before { content: '\e821'; } /* '' */
.icon-tags:before { content: '\e822'; } /* '' */
.icon-tag:before { content: '\e823'; } /* '' */
.icon-comment:before { content: '\e824'; } /* '' */
.icon-clock:before { content: '\e825'; } /* '' */
.icon-truck:before { content: '\e826'; } /* '' */
.icon-meeting:before { content: '\e827'; } /* '' */
.icon-uncheck:before { content: '\f096'; } /* '' */
.icon-tasks:before { content: '\f0ae'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-blank:before { content: '\f0c8'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-download-cloud:before { content: '\f0ed'; } /* '' */
.icon-upload-cloud:before { content: '\f0ee'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-circle:before { content: '\f111'; } /* '' */
.icon-folder-empty:before { content: '\f114'; } /* '' */
.icon-folder-open-empty:before { content: '\f115'; } /* '' */
.icon-help:before { content: '\f128'; } /* '' */
.icon-ok-squared:before { content: '\f14a'; } /* '' */
.icon-sort-alt-down:before { content: '\f161'; } /* '' */
.icon-cab:before { content: '\f1b9'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-file-word:before { content: '\f1c2'; } /* '' */
.icon-file-excel:before { content: '\f1c3'; } /* '' */
.icon-file-powerpoint:before { content: '\f1c4'; } /* '' */
.icon-file-image:before { content: '\f1c5'; } /* '' */
.icon-file-archive:before { content: '\f1c6'; } /* '' */
.icon-file-audio:before { content: '\f1c7'; } /* '' */
.icon-file-video:before { content: '\f1c8'; } /* '' */
.icon-history:before { content: '\f1da'; } /* '' */
.icon-circle-thin:before { content: '\f1db'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */
.icon-wpforms:before { content: '\f298'; } /* '' */
.icon-envelope-open:before { content: '\f2b6'; } /* '' */
.icon-envelope-open-o:before { content: '\f2b7'; } /* '' */
.icon-file-msg:before {content: '\f0e0';}/* '' igual que un sobre, porque no hay icono específico para outlook*/
.icon-picture:before {content: '\e828';}/* '' para no-img-available*/
.icon-hourglass:before {content: '\e829';}/* '' */
