﻿@import url('./style_obl_entityoverview.css?version=0.1');
@import url('./style_obl_entitysettings.css?version=0.1');

@font-face {
  font-family: 'card-icons';
  src: url('font/card-icons.eot?89876176');
  src: url('font/card-icons.eot?89876176#iefix') format('embedded-opentype'),
       url('font/card-icons.woff2?89876176') format('woff2'),
       url('font/card-icons.woff?89876176') format('woff'),
       url('font/card-icons.ttf?89876176') format('truetype'),
       url('font/card-icons.svg?89876176#card-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: 'card-icons';
    src: url('../font/card-icons.svg?89876176#card-icons') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "card-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); */
}

.icon-author:before { content: '\e800'; } /* '' */
.icon-calendar:before { content: '\e801'; } /* '' */
.icon-download-cloud:before { content: '\e802'; } /* '' */
.icon-edit:before { content: '\e803'; } /* '' */
.icon-keywords:before { content: '\e804'; } /* '' */
.icon-status-alert:before { content: '\e805'; } /* '' */
.icon-status-inactive:before { content: '\e806'; } /* '' */
.icon-status-ok:before { content: '\e807'; } /* '' */
.icon-title-doc-type:before { content: '\e808'; } /* '' */
.icon-title-email-open:before { content: '\e809'; } /* '' */
.icon-view:before { content: '\e80a'; } /* '' */


/***************************/
/* Icons                   */
/***************************/

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin: 0;
  width: auto;
  /* text-rendering: optimizeLegibility; */
}

.icon-size10 {
  font-size: 10px;
}

.icon-size11 {
  font-size: 11px;
}


.icon-size12 {
  font-size: 12px;
}

.icon-size13 {
  font-size: 13px;
}

.icon-size14 {
  font-size: 14px;
}

.icon-size15 {
  font-size: 15px;
}

.icon-size16 {
  font-size: 16px;
}

.icon-size17 {
  font-size: 17px;
}

.icon-size18 {
  font-size: 18px;
}

.icon-size19 {
  font-size: 19px;
}

.icon-size20 {
  font-size: 20px;
}

/***************************/
/* Common Card Styles      */
/***************************/

.card-frame {
  border-radius: 5px;
  /* border:solid 1px #bac3d0; */
  background-color: white;
  padding: 2px;
  position: relative;
}

.stripe-left {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
}

.card-title-icon-container {
  border-radius: 50%;
  background-color: white;
  border: solid 1px #bac3d0;
  overflow: hidden;
}

.card-icon-ok-container {
  border-radius: 50%;
  border: solid 1px #0d7a45;
  background-color: #00e290;
}

.card-icon-alert-container {
  border-radius: 50%;
  border: solid 1px #863d02;
  background-color: #ee722f;
}

.card-icon-inactive-container {
  border-radius: 50%;
  border: solid 1px #999999;
  background-color: #c6c6c6;
}

.card-text-title {
  font-size: 15px;
  font-weight: bold;
  color: #165bec;
}

.card-text-subtitle {
  font-size: 14px;
  color: #787c90;
  font-weight: bold;
}

.card-text {
  font-size: 13px;
  color: #787c90;
}

.card-text-bold {
  font-weight: bold;
}

.card-text-italic {
  font-style: italic;
}

.card-text-uppercase {
  text-transform: uppercase;
}

.card-text-center {
  font-style: center;
}

.card-text-left {
  font-style: left;
}

.card-text-right {
  font-style: right;
}

.card-text-justify {
  font-style: justify;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ProgressBar {
  width: 210px;
  height: 13px;
  margin-top: 10px;
}

.AvatarLine {
  height: 13px;
  margin-top: 10px;
}
/***************************/
/* Colors                  */
/***************************/

.col-white {
  color: white;
}

.col-black {
  color: black;
}

.col-blue-link {
  color: #165bec;
}

.col-gray-inactive {
  color: #bbb;
}

.col-gray-icon {
  color: #8A8A8A;
}

.col-card-title {
  color: #4375a3;
}

.col-text {
  color: #787c90;
}

.col-red-brick {
  color: #f14c2b;
}

.col-azure-icon {
  color: #599D9D;
}


/***************************/
/* Colors (Background)     */
/***************************/

.ba-gray-very-light {
  background-color: #f4f3f3;
}

.ba-gray-light {
  background-color: #eeeeee;
}

.ba-azure-very-light {
  background-color: #dff0f0;
}

/***************************/
/* Colors (Border)         */
/***************************/

.bo-gray-medium {
  border-color: #bac3d0;
}

.bo-azure-medium {
  border-color: #9dc8c8;
}

/***************************/
/* Sizes                   */
/***************************/

.size-300x136 {
  width: 300px;
  height: 136px;
}

.size-300x170 {
  width: 300px;
  height: 136px;
}

.size-260x150 {
  width: 260px;
  height: 150px;
}

.size-70x136 {
  width: 70px;
  height: 136px;
}

.size-35x150 {
  width: 35px;
  height: 150px;
}

.size-52x52 {
  width: 52px;
  height: 52px;
}

.size-22x22 {
  width: 22px;
  height: 22px;
}

.size-24x24 {
  width: 24px;
  height: 24px;
}

/***************************/
/* Positions               */
/***************************/

.pos-l10-t10 {
  position: absolute;
  left: 10px;
  top: 10px;
}

.pos-l25-t119 {
  position: absolute;
  left: 25px;
  top: 119px;
}

/***************************/
/* Document card           */
/***************************/

.doc-title-icon-prop {
  font-size: 48px;
  padding-top: 7px;
}

.doc-type-text {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 32px;
  height: 15px;
  background-color: transparent;
}

.doc-type-text-pos {
  position: absolute;
  left: 17px;
  top: 39px;
}

.doc-icon-download-container {
  position: absolute;
  left: 8px;
  top: 106px;
  background-color: transparent;
}

.doc-icon-view-container {
  position: absolute;
  left: 38px;
  top: 106px;
  background-color: transparent;
}

.doc-icon-edit-container {
  position: absolute;
  left: 270px;
  top: 10px;
  background-color: transparent;
}

.doc-icon-author-container {
  position: absolute;
  left: 80px;
  top: 50px;
  background-color: transparent;
}

.doc-icon-calendar-container {
  position: absolute;
  left: 80px;
  top: 72px;
  background-color: transparent;
}

.doc-icon-keywords-container {
  position: absolute;
  left: 80px;
  top: 95px;
  background-color: transparent;
}

.doc-title-container {
  width: 180px;
  height: 42px;
  position: absolute;
  left: 85px;
  top: 10px;
  background-color: transparent;
}

.doc-author-container {
  width: 180px;
  height: 20px;
  position: absolute;
  left: 110px;
  top: 54px;
  background-color: transparent;
}

.doc-create-date-container {
  width: 180px;
  height: 20px;
  position: absolute;
  left: 110px;
  top: 76px;
  background-color: transparent;
}

.doc-keywords-container {
  width: 180px;
  height: 40px;
  position: absolute;
  left: 110px;
  top: 98px;
  background-color: transparent;
}

/***************************/
/* Email-template card     */
/***************************/

.email-template-title-icon-size {
  font-size: 34px;
}

.email-template-text-subject {
  font-size: 12px;
  font-weight: bold;
  color: #28847f;
}

.email-template-icon-edit-container {
  position: absolute;
  left: 230px;
  top: 10px;
  background-color: transparent;
}

.email-template-title-container {
  width: 160px;
  height: 42px;
  position: absolute;
  left: 72px;
  top: 10px;
  background-color: transparent;
}

.email-template-subject-title-container {
  position: absolute;
  left: 72px;
  top: 55px;
  background-color: transparent;
}

.email-template-subject-container {
  width: 180px;
  height: 32px;
  position: absolute;
  left: 72px;
  top: 72px;
  background-color: transparent;
}

.email-template-icon-author-container {
  position: absolute;
  left: 66px;
  top: 104px;
  background-color: transparent;
}

.email-template-author-container {
  width: 180px;
  height: 20px;
  position: absolute;
  left: 92px;
  top: 108px;
  background-color: transparent;
}

.email-template-icon-calendar-container {
  position: absolute;
  left: 66px;
  top: 126px;
  background-color: transparent;
}

.email-template-create-date-container {
  width: 180px;
  height: 20px;
  position: absolute;
  left: 92px;
  top: 130px;
  background-color: transparent;
}
/****************/
/*   People    */
/**************/
.peop-container {
  width: 300px;
  height: 138px;
  background-color: white;
  border-width: 1px;
  border-color: #bac3d0;
  border-style: solid;
  border-radius: 5px;
}

.peop-leftside-line {
  background-color: #d7f0f1;
  height: 138px;
  width: 42px;
  border-right: solid 1px #a9d5d8;
  position: absolute;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}


.peop-containerdiv-list {
  position: absolute;
  left: 82px;
  top: 17px;
}


.peop-icon-avatar {
  border-radius: 50%;
  height: 52px;
  left: 17px;
  border: solid 1px #45949a;
  position: absolute;
  top: 12px;
  width: 48px;
  background: url({{card.data.Avatar}});
  background-size: cover;
  background-color: white;
  z-index: 1;
}

.peop-icon-jobtitle {
  width: 16px;
  height: 16px;
  background: url("ui/gfx/icon-beosztas.png");
  position: absolute;
  left: 5px;
  top: 48px;
}


.peop-icon-company {
  width: 16px;
  height: 16px;
  background: url("ui/gfx/icon-miniszterium.png");
  position: absolute;
  left: 4px;
  top: 25px;
}

.peop-icon-email {
  width: 15px;
  height: 13px;
  background: url("ui/gfx//icon-email.png");
  position: absolute;
  left: 5px;
  top: 100px;
}


.peop-icon-edit {
  position: absolute;
  left: 270px;
  top: 15px;
  width: 16px;
  height: 16px;
  object-fit: contain;
  background-color: #165bec;
  background: url("ui/gfx/icon-szerkesztes.png");
  z-index: 1;
  cursor: pointer;
}

.peop-icon-phone {
  width: 16px;
  height: 17px;
  background: url("ui/gfx/icon-telefon.png");
  position: absolute;
  left: 5px;
  top: 72px;
}




.peop-head-fontstyle {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #165bec;
}

.peop-head-antioverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.peop-head-name {
  max-width: 188px;
  height: 20px;
}


.peop-details-fontweight-bold {
  font-weight: bold;
}

.peop-details-fontweight-normal {
  font-weight: normal;
}

.peop-details-fontstyle {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #787c90;
}

.peop-details-antioverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.peop-details-companyname {
  position: absolute;
  left: 30px;
  top: 23px;
  max-width: 192px;
  height: 20px;
}

.peop-details-jobtitle {
  position: absolute;
  left: 30px;
  top: 45px;
  max-width: 192px;
  height: 20px;
}


.peop-details-phone {
  position: absolute;
  left: 30px;
  top: 70px;
  max-width: 192px;
  height: 20px;
}

.peop-details-email {
  position: absolute;
  left: 30px;
  top: 95px;
  max-width: 192px;
  height: 20px;
}


/******************/
/*    Docs       */
/****************/

.docs-container {
  position: absolute;
  width: 300px;
  height: 116px;
  border: solid 1px #bac3d0;
  border-radius: 5px;
}

.docs-leftside-line {
  background-color: #d7edd7;
  height: 116px;
  width: 74px;
  border-right: solid 1px #abcfab;
  position: absolute;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.docs-avatar-container {
  width: 52px;
  height: 52px;
  border: solid 1px #abcfab;
  background-color: white;
  position: absolute;
  top: 12px;
  left: 10px;
  border-radius: 50%;
  background-image: url("ui/gfx/icon-dok.png");
  background-repeat: no-repeat;
  background-position: bottom;
}

.docs-avatar-doctype {
  position: absolute;
  left: 8px;
  top: 24px;
  max-width: 29px;
  height: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  color: #569856;
}

.docs-avatar-fontstyle {
  font-family: Roboto;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
}

.docs-icon-filelink {
  width: 20px;
  height: 21px;
  font-size: 12px;
  left: 12px;
  position: absolute;
  top: 83px;
  background-color: #d7edd7;
  background: url("ui/gfx/icon-download.png");
  cursor: pointer;
}

.docs-icon-review {
  position: absolute;
  top: 86px;
  background: url("ui/gfx/icon-view.png");
  z-index: 1;
  left: 39px;
  width: 22px;
  height: 15px;
  cursor: pointer;
}

.docs-head-keywords {
  position: absolute;
  left: 86px;
  top: 10px;
  max-width: 120px;
  height: 31px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  color: #165bec;
}

.docs-head-fontstyle {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}

.docs-icon-creator {
  width: 13px;
  height: 13px;
  position: absolute;
  background: url("ui/gfx/icon-kapcsolattarto.png");
  left: 84px;
  top: 56px;
}

.docs-icon-created {
  background: url("ui/gfx/icon-naptar_2.png");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 84px;
  top: 76px;
}

.docs-details-createdby {
  position: absolute;
  left: 108px;
  top: 54px;
  max-width: 96px;
  height: 14px;
}

.docs-details-created {
  position: absolute;
  left: 108px;
  top: 75px;
  max-width: 96px;
  height: 14px;
}


.docs-details-fontstyle {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #787c90;
}

.docs-details-antioverflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}

.docs-icon-edit {
  background: url("ui/gfx/icon-szerkesztes.png");
  position: absolute;
  left: 268px;
  top: 13px;
  width: 16px;
  height: 16px;
  object-fit: contain;
  z-index: 1;
  cursor: pointer;
}

/******************/
/*    COMP       */
/****************/

.comp-container {
  width: 300px;
  height: 165px;
  position: absolute;
  background-color: white;
  border-width: 1px;
  border-color: #bac3d0;
  border-style: solid;
  border-radius: 5px;
}

.comp-leftside-line {
  position: absolute;
  height: 165px;
  width: 42px;
  background-color: #e7edd8;
  border-right: solid 1px #c3cda7;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.comp-avatar-container {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 19px;
  left: 13px;
  border: solid 1px #c3cda7;
  border-radius: 50%;
  z-index: 1;
  background-color: white;
  background-image: url("ui/gfx//icon-company.png");
  background-repeat: no-repeat;
  background-position: top;
}

.comp-icon-address {
  background: url("ui/gfx/icon-cim.png");
  position: absolute;
  width: 16px;
  height: 16px;
  left: 74px;
  top: 50px;
}

.comp-icon-email {
  background: url("ui/gfx/icon-email_3.png");
  position: absolute;
  width: 15px;
  height: 13px;
  left: 75px;
  top: 88px;
}

.comp-icon-phone {
  background: url("ui/gfx/icon-telefon_2.png");
  position: absolute;
  width: 17px;
  height: 17px;
  left: 75px;
  top: 107px;
}

.comp-icon-contact {
  background: url("ui/gfx/icon-kapcsolattarto.png");
  position: absolute;
  width: 13px;
  height: 13px;
  left: 76px;
  top: 130px;
}

.comp-icon-edit {
  background: url("ui/gfx/icon-szerkesztes.png");
  position: absolute;
  width: 16px;
  height: 16px;
  left: 271px;
  top: 13px;
  cursor: pointer;
}

.comp-head-name {
  position: absolute;
  left: 76px;
  top: 10px;
  max-width: 140px;
  max-height: 37px;
  overflow: hidden;
}

.comp-head-fontstyle {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #165bec;
}

.comp-details-address {
  position: absolute;
  left: 97px;
  top: 46px;
  max-width: 192px;
  height: 20px;
}

.comp-details-email {
  position: absolute;
  left: 97px;
  top: 82px;
  max-width: 192px;
  height: 20px;
}

.comp-details-phone {
  position: absolute;
  left: 97px;
  top: 103px;
  max-width: 192px;
  height: 20px;
}

.comp-details-Accountmanager {
  position: absolute;
  left: 97px;
  top: 126px;
  max-width: 192px;
  height: 20px;
}

.comp-details-fontstyle {
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #787c90;
}

.comp-details-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}

/******************/
/*    POVE      */
/****************/
.pove-container {
  background-color: white;
  overflow: hidden;
  width: 300px;
  height: 116px;
  position: absolute;
}


.pove-leftside-line {
  position: absolute;
  left: 0px;
  top: 0px;
  border-right-color: rgb(168, 198, 225);
  border-right-style: solid;
  border-right-width: 1px;
  width: 39px;
  height: 116px;
  background-color: #d5e7f7;
}

.pove-icon-szervezet {
  position: absolute;
  left: 78px;
  top: 58px;
  width: 15px;
  height: 15px;
  object-fit: contain;
  background-color: #3b7cb4;
  background: url(ui/gfx/icon-szervezet.png)round;
  cursor: pointer;
}

.pove-icon-szerkesztes {
  position: absolute;
  left: 268px;
  top: 9px;
  width: 21px;
  height: 20px;
  background: url("ui/gfx/icon-szerkesztes.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.pove-icon-avatar {
  position: absolute;
  left: 9px;
  top: 7px;
  width: 54px;
  border-radius: 50%;
  height: 54px;
  border: solid 1px #a8c6e1;
  background-color: white;
}

.pove-icon-flow {
  position: absolute;
  left: 19px;
  top: 17px;
  width: 36px;
  height: 36px;
  background-color: white;
  background: url(ui/gfx/icon-flow.png)round;
}

.pove-head-project {
  position: absolute;
  left: 81px;
  top: 15px;
  max-width: 187px;
  height: 31px;
  font-size: 16px;
  color: #165bec;
}

.pove-details-companyname {
  position: absolute;
  left: 101px;
  top: 58px;
  max-width: 190px;
  height: 20px;
  font-size: 14px;
  color: #787c90;
}

.pove-style-fontstyle {
  font-family: Roboto;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}

.pove-style-antioverflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}

.pove-icon-progressbar-empty {
  position: absolute;
  width: 210px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #ffb400;
}

.pove-icon-progressbar-progress {
  position: absolute;
  height: 5px;
  border-radius: 0 2.5px 2.5px 0;
  background-color: #64ad5c;
}

/******************/
/*    EVAE       */
/****************/

.evae-container {
  width: 300px;
  height: 128px;
  overflow: hidden;
}

.evae-leftside-line {
  position: absolute;
  left: 0px;
  top: 0px;
  border-right-color: #a8d4d7;
  border-right-style: solid;
  border-right-width: 1px;
  width: 39px;
  height: 127px;
  background-color: #d6eff1
}

.evae-head-description {
  position: absolute;
  left: 81px;
  top: 15px;
  max-width: 185px;
  height: 31px;
}

.evae-details-Projectname {
  position: absolute;
  left: 99px;
  top: 59px;
  max-width: 195px;
  height: 20px;
}


.evae-details-responsible {
  position: absolute;
  left: 99px;
  top: 79px;
  max-width: 195px;
  height: 20px;
}

.evae-details-companyname {
  position: absolute;
  left: 99px;
  top: 99px;
  max-width: 195px;
  height: 20px;
}



.evae-style-fontstyle {
  font-family: Roboto;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
}

.evae-style-head {
  font-size: 16px;
  font-weight: bold;
  color: #165bec;
  line-height: normal;
}

.font-style-details {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  color: #787c90;
}




.evae-style-antioverflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}

.evae-icon-avatar {
  position: absolute;
  left: 15px;
  top: 17px;
  width: 54px;
  border-radius: 50%;
  height: 54px;
  border: solid 1px #459298;
  background-color: #fff8fc;
}

.evae-icon-project {
  position: absolute;
  left: 78px;
  top: 60px;
  width: 14px;
  height: 14px;
  object-fit: contain;
  background-color: #a37a8f;
  background: url(ui/gfx/icon-folyamat.png)round;
}

.evae-icon-responsible {
  position: absolute;
  left: 78px;
  top: 80px;
  width: 14px;
  height: 14px;
  object-fit: contain;
  background-color: #a37a8f;
  background: url(ui/gfx/icon-felelos.png)round;
}

.evae-icon-company {
  position: absolute;
  left: 78px;
  top: 100px;
  width: 14px;
  height: 12px;
  object-fit: contain;
  background-color: #a37a8f;
  background: url(ui/gfx/icon-csoport.png)round;
}

.evae-icon-edit {
  position: absolute;
  left: 270px;
  top: 15px;
  width: 16px;
  height: 16px;
  object-fit: contain;
  background-color: #165bec;
  background: url(ui/gfx/icon-szerkesztes.png)round;
  cursor: pointer;
}

.evae-container-isdone-not {
  position: absolute;
  left: 31px;
  top: 90px;
  width: 23px;
  border-radius: 50%;
  height: 23px;
  object-fit: contain;
}

.evae-icon-isdone {
  position: absolute;
  left: 35px;
  top: 97px;
  width: 15px;
  height: 12px;
  object-fit: contain;
  background: url(ui/gfx/icon-ok.png)round;
}

.evae-icon-isnotdone {
  position: absolute;
  left: 40px;
  top: 92px;
  height: 11px;
  width: 3px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: white;
}


/*****************************************************************************************New card design********************************************************************************************/
.evae-new-container {
  background-color: white;
  overflow: hidden;
  width: 325px;
  height: 191px;
  position: absolute;
  border-radius: 5px;
  box-shadow: 3.5px 3.5px #bac3d0;
}

.evae-bottom-box {
  width: 325px;
  overflow: hidden;
  height: 56px;
  position: absolute;
  top: 135px;
  background-color: #efefef;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #bac3d0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.evae-icon-task {
  width: 34px;
  height: 37px;
  position: absolute;
  left: 10px;
  top: 5px;
  background: url(ui/gfx/icon-title-task.png)round;
}

.evae-title-task {
  width: 225px;
  height: 33px;
  position: absolute;
  left: 71px;
  top: 14px;
  text-align: left;
  font-weight: bold;
  line-height: normal;
  font-size: 15px;
  color: #165bec;
}

.evae-general-fontstyle {
  font-family: Roboto;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.evae-title-overflow {
  overflow: hidden;
}

.evae-icon-bubble {
  width: 25px;
  height: 21px;
  position: absolute;
  left: 23px;
  top: 64px;
  background: url(ui/gfx/icon-info-bubble.png)round;
}

.evae-content-projectid {
  width: 18px;
  height: 10px;
  font-family: Roboto;
  position: absolute;
  left: 3px;
  top: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #2e83c4;
  line-height: normal;
}

.evae-importance-container {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 50%;
}

.evae-importance-symbol-isdone {
  width: 15px;
  height: 12px;
  position: absolute;
  left: 4px;
  top: 6px;
  text-align: center;
  color: white;
  object-fit: contain;
  background: url(ui/gfx/icon-ok.png)round;
}

.evae-importance-symbol-isdonenot {
  width: 3px;
  height: 13px;
  position: absolute;
  left: 10px;
  top: 3px;
  text-align: center;
  color: white;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: white;
}

.evae-icon-wflow {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 71px;
  top: 55px;
  background: url(ui/gfx/icon-workflow-step.png)round;
}

.evae-details-stepname {
  width: 200px;
  height: 13px;
  position: absolute;
  left: 96px;
  top: 55px;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  color: #787c90;
  text-align: left;
}

.evae-icon-organisation {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 70px;
  top: 77px;
  background: url(ui/gfx/icon-organisation.png)round;
}

.evae-details-organisation {
  width: 200px;
  height: 15px;
  position: absolute;
  left: 96px;
  top: 77px;
  font-size: 13px;
  text-align: left;
  line-height: normal;
  color: #787c90;
}

.evae-icon-calendar {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 70px;
  top: 99px;
  background: url(ui/gfx/icon-calendar.png)round;
}

.evae-details-startdate {
  width: 70px;
  height: 13px;
  position: absolute;
  left: 96px;
  top: 101px;
  text-align: left;
  line-height: normal;
  font-size: 13px;
  color: #787c90
}

.evae-icon-stopper {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 181px;
  top: 99px;
  background: url(ui/gfx/icon-deadline.png)round;
}

.evae-details-deadline {
  width: 70px;
  height: 13px;
  position: absolute;
  left: 208px;
  top: 101px;
  text-align: left;
  line-height: normal;
  font-size: 13px;
  /*color: #787c90;*/
}

.evae-icon-edit2 {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 298px;
  top: 11px;
  background: url("ui/gfx/icon-szerkesztes.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.evae-icon-Respnsiblechange {
  width: 13px;
  height: 13px;
  position: absolute;
  left: 30px;
  top: 136px;
  cursor: pointer;
  color: #165bec;
  
}


.evae-details-Respnsiblechange-new {
  position: absolute;
  right: 10px;
  top: 63px;
  cursor: pointer;
  background-color: rgb(236,112,22);
  min-width: 11px;
  min-height: 12px;
  border-radius: 5px;
  padding: 4px 5px 3px;
  font-size: 12px;
  color: white;
  font-weight: bold;
}

.evae-icon-avatar2 {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 6px;
  top: 8px;
  border-radius: 50%;
  border: 1px;
  border-style: solid;
  border-color: #a2acbb;
  background-color: transparent;
}

.evae-icon-avatarcover {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2px;
  top: 2px;
  background: url("ui/gfx/icon-avatar-copy.png");
  z-index: -1;
}

.evae-detailsn-responsible {
  width: 250px;
  height: 35px;
  position: absolute;
  left: 61px;
  top: 13px;
  text-align: left;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  color: #787c90;
  overflow: hidden;
}

.evae-details-statusbar {
  width: 56px;
  height: 16px;
  position: absolute;
  left: 255px;
  top: 14px;
  background-color: red;
  border-radius: 5px;
  display: none;
}

.evae-details-status {
  width: 46px;
  height: 15px;
  position: absolute;
  left: 8px;
  top: 0px;
  text-align: left;
  font-size: 11px;
  color: white;
  overflow: hidden;
  display: none;
}

.evae-icon-progressbarnew-empty {
  position: absolute;
  left: 64px;
  top: 122px;
  width: 210px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #ffb400;
}

.evae-icon-progressbarnew-progress {
  position: absolute;
  left: 64px;
  top: 122px;
  height: 5px;
  border-radius: 0 2.5px 2.5px 0;
  background-color: #64ad5c;
}


/******************/
/*    COMM       */
/****************/
.comm-container {
  width: 90%;
  overflow: hidden;
  height: 100%;
  padding-bottom: 10px;
}

.comm-object-notes {
  margin-left: 72px;
  text-align: justify;
  background: #00a1e4;
  border-radius: 36px;
  padding: 10px 20px;
  color: #fff;
  margin-right: 10px;
  color: white;
  cursor: pointer;
}

.comm-object-avatar {
  absolute;
  left: 5px;
  top: 50%;
  margin-top: -35px;
  background: url([##Avatar##])center;
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.comm-object-created {
  font-weight: bold;
}


.comm-object-paddings {
  padding-top: 4px;
}

/*****************************************************************************************New card design********************************************************************************************/

.comm-v2-container {
  width: 420px;
  height: 109px;
  position: absolute;
  border: 1px, solid, #bac3d0;
  border-radius: 5px;
  box-shadow: 3.5px 3.5px #bac3d0;
}

.comm-v2-leftsideline {
  width: 32px;
  height: 109px;
  position: absolute;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #f5f6fa;
  background-color: #e4f1fc;
}

.comm-v2-avatar {
  width: 45px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 10px;
  background: url([##Avatar##])center;
}

.comm-v2-icon-sayline {
  width: 14px;
  height: 62px;
  position: absolute;
  left: 65px;
  top: 11px;
  background: url("ui/gfx/icon-pic-quote.png");
}

.comm-v2-texts-maintext {
  width: 314px;
  height: 60px;
  position: absolute;
  left: 89px;
  top: 14px;
  text-align: left;
  font-size: 13px;
  font-family: ArialMT;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #787c90;
  white-space: pre;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

  .comm-v2-texts-maintext::-webkit-scrollbar {
    width: 0 !important
  }

.comm-v2-icon-email {
    width: 15px;
    height: 13px;
    position: absolute;
    left: 340px;
    top: 10px;
    background: url("ui/gfx/icon-email.png");
}

.comm-v2-text-emailincluded {
    width: 15px;
    height: 13px;
    position: absolute;
    left: 358px;
    top: 10px;
    text-align: left;
    font-size: 10px;
    color: #787c90;
    white-space: pre;
    font-style:italic;
    text-decoration:underline;

}

.comm-v2-icon-isnotemail {
    border-radius: 50%;
    border: 1px solid black;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 395px;
    top: 10px;
}
.comm-v2-icon-isemail {
    height: 12px;
    width: 8px;
    border: solid #64ad5c;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 396px;
    top: 8px;
}



.comm-v2-icon-created {
  width: 13px;
  height: 13px;
  position: absolute;
  left: 73px;
  top: 86px;
  background: url("ui/gfx/icon-szemely-copy.png");
}

.comm-v2-details-creator {
  width: 85px;
  height: 16px;
  position: absolute;
  left: 92px;
  top: 85px;
  font-size: 14px;
  font-weight: bold;
  color: #787c90;
}

.comm-v2-icon-calendar {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 209px;
  top: 85px;
  background: url("ui/gfx/icon-naptar-ora.png");
}

.comm-v2-details-created {
  width: 97px;
  height: 15px;
  position: absolute;
  left: 229px;
  top: 85px;
  font-size: 13px;
  color: #787c90;
}

.comm-v2-details-anitoverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.comm-v2-details-fontstyle {
  font-family: Roboto;
  text-align: left;
}

.comm-v2-icon-edit {
  width: 22px;
  height: 15px;
  position: absolute;
  left: 385px;
  top: 86px;
  background: url("ui/gfx/icon-view-copy.png");
  cursor: pointer;
}


.UA_table_title_row {
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  font-family: 'Segoe UI';
  cursor: default;
  border: 0px solid black;
  white-space: nowrap;
  text-align: left;
}

  .UA_table_title_row:nth-of-type(2) {
    height: 40px;
    padding: 4px 5px 1px 5px;
  }

  .UA_table_title_row:not(:nth-of-type(2)) {
    height: 50px;
    padding: 11px 5px;
  }

.UA_table_row {
  background: transparent;
  overflow: hidden;
  width: 100%;
  height: 24px;
  padding: 1px 23px 1px 5px;
  font-size: 14px;
  font-family: 'Segoe UI';
  cursor: default;
  border: 0px solid rgba(35, 33, 87, 0.0);
  transition: width 200ms, height 200ms, padding 200ms, font-size 200ms, margin 200ms, border 0ms 200ms;
  transition-timing-function: ease-out;
  white-space: nowrap;
  position: relative;
}

  .UA_table_row.faded {
    opacity: 0.5;
  }

  /*
.UA_table_row:hover{
    border:1px solid rgba(35, 33, 87, 0.3);
    height:30px;
    width:calc(100% + 10px);
    margin-left:-5px;
    margin-top:-1px;
    padding-top:2px;
    font-size:16px;
    transition:
        width 200ms, 
        height 200ms,
        padding 200ms,
        font-size 200ms,
        margin 200ms,
        border 200ms;
    transition-timing-function:ease-out;
    white-space:normal;
    position:relative;
    box-shadow:1px 1px 3px #888;
}
*/

  .UA_table_row:hover .UA_info_button {
    display: block;
    position: absolute;
    right: 5px;
  }

/*.UA_table_row:hover .UA_table_right {
     width:calc(60% - 36px);
}*/

.UA_table_left {
  float: left;
  width: 38%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  height: 100%;
}

.UA_table_right {
  float: right;
  width: calc(60% - 18px);
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  height: 100%;
}

.UA_info_button {
  float: right;
  margin-top: 3px;
  border-radius: 50%;
  background: rgb(100,170,255);
  font-size: 16px;
  width: 18px;
  height: 18px;
  padding-top: 1px;
  display: none;
}

.UA_table_title {
  float: initial;
  font-style: initial;
  font-size: 16px;
  margin-top: 12px;
  font-weight: bold;
}

.UA_table_button {
  float: left;
  font-size: 17px;
  background: rgb(50,140,200);
  padding: 3px;
  border-radius: 50%;
  color: white;
  margin-right: 20px;
  transition: border-radius 100ms, margin 0ms;
  transition-timing-function: ease-out;
  transition-delay: 400ms;
}

  .UA_table_button:hover, .UA_table_button_selected {
    border-radius: 50% 0% 0% 50% !important;
    margin-right: 0px !important;
    transition: border-radius 100ms !important;
    transition-timing-function: linear !important;
  }

    .UA_table_button:hover + .UA_table_button_text,
    .UA_table_button_text:hover {
      width: 75px;
      /*display:block;*/
      padding: 3px 5px 3px 3px;
      margin-right: 20px;
      transition: width 200ms, padding 0ms;
      transition-delay: 100ms;
      transition-timing-function: ease-out;
    }

.UA_table_button_text {
  /*display:none;*/
  float: left;
  font-size: 18px;
  background: rgb(152, 166, 174);
  padding: 3px 0px 3px 0px;
  color: white;
  margin-right: 0px;
  border-radius: 0% 0% 0% 0%;
  overflow: hidden;
  width: 0px;
  transition: width 200ms 200ms, padding 0ms 200ms, margin 0ms 400ms;
  transition-timing-function: linear;
}

.UA_table_clipboard_info {
  /*background:rgba(0,0,0,0.5);*/
  background: rgb(50, 140, 200);
  margin-top: -131px;
  position: absolute;
  width: 649px;
  height: 30px;
  padding-top: 5px;
}

.UA_table_clipboard_info_text {
  color: white;
}

.UA_table_row_auto_height {
  min-height: 24px;
  height: 100%;
}

.UA_table_full {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  height: 100%;
}

.UA_table_inner_table {
  width: 100%;
}

  .UA_table_inner_table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.UA_innter_table_td_1 {
  max-width: 0;
  width: 45%;
  padding-right: 2px;
}

.UA_innter_table_td_2 {
  max-width: 0;
  width: 40%;
  padding-right: 2px;
}

.UA_innter_table_td_3 {
  max-width: 0;
  width: 15%;
  padding-right: 2px;
}


.OPM_GeneralTable_Table {
  width: 100%;
  table-layout: fixed;
}


.OPM_GeneralTable_Title {
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  font-family: 'Segoe UI';
  cursor: default;
  border: 0px solid black;
  white-space: nowrap;
  text-align: left;
  margin-top: 12px;
  font-weight: bold;
  color: black;
  caption-side: top;
}

.OPM_GeneralTable_Rows {
  background: transparent;
  overflow: hidden;
  width: 100%;
  height: 18px;
  padding: 1px 23px 1px 5px;
  font-size: 14px;
  font-family: 'Segoe UI';
  border: 0px solid rgba(35, 33, 87, 0.0);
  white-space: nowrap;
}

.OPM_GeneralTable_KeyColumn {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  height: 100%;
  margin: inherit;
  vertical-align: central;
  white-space: normal;
}

.OPM_GeneralTable_ValueColumn {
  width: calc(70% - 22px);
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: inherit;
  height: 100%;
  vertical-align: central;
  margin: inherit;
}

.OPM_GeneralTable_InfoButtonContainer {
  width: 22px;
  height: 100%
}



.OPM_GeneralTable_InfoButton {
  border-radius: 50%;
  background: transparent;
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: none;
}

.OPM_GeneralTable_Rows:hover .OPM_GeneralTable_InfoButton {
  /*background: rgb(100,170,255);*/
  /*visibility: hidden;*/
  display: inline-block;
  margin-bottom: 0;
  color: #9a70ac;
}


.TouchValueSize .control-touchvaluelist .touch-item {
    max-width:98px;
}


.ui-droppable-hover {
    border: 2px solid red !important;
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
}

.watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
    font-size: 2rem; /* Adjust the font size as needed */
    color: #939393; /* Light gray color for the watermark text */
    opacity: 0.8; /* Lower opacity to blend the watermark into the background */
    pointer-events: none; /* Ensure the watermark is not interactive */
    white-space: nowrap; /* Prevent text wrapping */
    z-index: 2; /* Ensure the watermark is on top */
}